AgentStack
SKILL verified Apache-2.0 Self-run

Doncheli Drift

skill-doncheli-don-cheli-sdd-doncheli-drift · by doncheli

Detect and reconcile divergence between specs and implementation. Activate when user mentions "drift", "sync", "spec divergence", "out of sync", "spec doesn't match", "implementation differs".

No reviews yet
0 installs
10 views
0.0% view→install

Install

$ agentstack add skill-doncheli-don-cheli-sdd-doncheli-drift

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Doncheli Drift? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Don Cheli: Spec Drift Detector

Instructions

  1. Read the current spec files in .dc/specs/ and the relevant source code
  2. Compare spec scenarios (Gherkin / acceptance criteria) against the actual implementation
  3. Identify three categories of drift:
  • Ghost: code exists but no spec covers it
  • Phantom: spec exists but no code implements it
  • Mutant: code and spec exist but behavior diverges
  1. For each drift finding, report: file path, spec reference, severity (critical / warning / info)
  2. Propose a reconciliation: either update the spec or flag the code for correction
  3. Never auto-modify code — output a reconciliation plan for human approval
  4. Save a drift report to .dc/drift-report-.md if findings exceed 3 items
  5. If zero drift is found, confirm with a brief "No drift detected — spec and code are aligned"

Output Format

## Drift Report — 

### Ghost (code without spec)
- src/payments/refund.ts:42 — no spec covers the refund edge case

### Phantom (spec without code)
- specs/checkout.feature:Scenario 3 — "Apply coupon on mobile" — not implemented

### Mutant (behavior mismatch)
- specs/auth.feature:Scenario 1 expects 401 on expired token; code returns 403

### Reconciliation Plan
1. [Phantom] Implement "Apply coupon on mobile" or mark as backlog in .dc/backlog.md
2. [Mutant] Fix auth.ts to return 401 — spec is correct per RFC 7235
3. [Ghost] Add spec for refund edge case before next release

Do not use this skill when

  • The user only wants to run tests (use doncheli-tea instead)
  • The spec has not been written yet (use dc:especificar first)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.