— 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
✓ PassedNo 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 claimAbout
Don Cheli: Spec Drift Detector
Instructions
- Read the current spec files in
.dc/specs/and the relevant source code - Compare spec scenarios (Gherkin / acceptance criteria) against the actual implementation
- 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
- For each drift finding, report: file path, spec reference, severity (critical / warning / info)
- Propose a reconciliation: either update the spec or flag the code for correction
- Never auto-modify code — output a reconciliation plan for human approval
- Save a drift report to
.dc/drift-report-.mdif findings exceed 3 items - 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.
- Author: doncheli
- Source: doncheli/don-cheli-sdd
- License: Apache-2.0
- Homepage: https://doncheli.tv
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.