— No reviews yet
0 installs
10 views
0.0% view→install
Install
$ agentstack add skill-doncheli-don-cheli-sdd-doncheli-distill ✓ 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 Distill? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
Don Cheli: Blueprint Distillation
Instructions
- Identify the target module, service or codebase to distill
- Scan entry points (routes, controllers, event handlers, CLI commands)
- Trace data flows: inputs → transformations → outputs → side effects
- Identify implicit business rules embedded in conditionals, validations, error handling
- Map entity relationships from data models and DB schemas
- Generate Gherkin scenarios that describe the observed behavior (not the code)
- Produce a C4-style architecture diagram in text (Mermaid or ASCII)
- Flag ambiguities, dead code, and undocumented assumptions with
[NEEDS CLARIFICATION]
Output Format
## Blueprint:
### Architecture Diagram
```mermaid
…
Distilled Spec (Gherkin)
Feature:
Background: …
Scenario:
Given …
When …
Then …
Scenario:
…
Implicit Business Rules
- — found in:
…
Ambiguities & Dead Code
- [NEEDS CLARIFICATION] —
…
## Quality Gate
- Every entry point must map to at least one Gherkin scenario
- Architecture diagram must show at least: external inputs, internal modules, data stores, external services
- Business rules must cite their source location
## Do not use this skill when
- The user wants to write new specs for a new feature (use doncheli-spec instead)
- The codebase has no existing logic to analyze
## Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- **Author:** [doncheli](https://github.com/doncheli)
- **Source:** [doncheli/don-cheli-sdd](https://github.com/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.