AgentStack
SKILL verified Apache-2.0 Self-run

Doncheli Distill

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

Extract behavioral specifications and architecture diagrams from existing code (Blueprint Distillation / reverse engineering). Activate when user mentions "distill", "reverse engineer", "extract spec", "blueprint distillation", "understand codebase", "document existing code".

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

✓ 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 Distill? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Don Cheli: Blueprint Distillation

Instructions

  1. Identify the target module, service or codebase to distill
  2. Scan entry points (routes, controllers, event handlers, CLI commands)
  3. Trace data flows: inputs → transformations → outputs → side effects
  4. Identify implicit business rules embedded in conditionals, validations, error handling
  5. Map entity relationships from data models and DB schemas
  6. Generate Gherkin scenarios that describe the observed behavior (not the code)
  7. Produce a C4-style architecture diagram in text (Mermaid or ASCII)
  8. 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

  1. — 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.

Versions

  • v0.1.0 Imported from the upstream source.