freshcrate
Home > Frameworks > don-cheli-sdd

don-cheli-sdd

Don Cheli β€” SDD Framework. The most comprehensive Specification-Driven Development framework for AI agents. 88+ commands, 51 skills, 15 reasoning models. TDD mandatory, OWASP audit, Autonomous Mode, C

Description

Don Cheli β€” SDD Framework. The most comprehensive Specification-Driven Development framework for AI agents. 88+ commands, 51 skills, 15 reasoning models. TDD mandatory, OWASP audit, Autonomous Mode, Crash Recovery, PRD Generator. Works with Claude Code, Gemini/Antigravity, Cursor, Codex, Warp, Amp, OpenCode, Continue.dev. ES/EN/PT.

README

🌐 Read in: English | EspaΓ±ol | PortuguΓͺs

Don Cheli β€” SDD Framework

Stop guessing. Start engineering.
The only framework where TDD is law, not a suggestion.

Install npm Commands Skills License VS Code
CI Codecov


One command. Verified code.

/dc:auto "Implement JWT authentication with refresh tokens"

Don Cheli takes your idea and delivers tested, reviewed, verified code β€” automatically.

  βœ… /dc:specify             8 Gherkin scenarios generated
  βœ… /dc:clarify             2 ambiguities resolved
  βœ… /dc:tech-plan           Blueprint: 3-layer architecture
  βœ… /dc:breakdown           7 TDD tasks created
  βœ… /dc:implement           14 tests pass, 91% coverage
  βœ… /dc:review              7/7 review dimensions passed

  Result: ALL PASSED β€” Project updated with verified code

Your project is untouched until everything passes. If anything fails, nothing changes.


Install

npm install -g don-cheli-sdd
don-cheli install --global
Other install methods
# Git clone
git clone https://github.com/doncheli/don-cheli-sdd.git
cd don-cheli-sdd && bash scripts/instalar.sh

# One liner
curl -fsSL https://raw.githubusercontent.com/doncheli/don-cheli-sdd/main/scripts/instalar.sh | bash -s -- --global --lang en

# VS Code Extension
code --install-extension doncheli.don-cheli-sdd

How it works

flowchart LR
    P["πŸ“‹ PRD"] -.->|optional| B
    A["πŸ’‘ Idea"] --> B["/dc:specify"]
    B --> C["/dc:clarify"]
    C --> D["/dc:tech-plan"]
    D --> E["/dc:breakdown"]
    E --> F["/dc:implement"]
    F --> G["/dc:review"]
    G --> H["βœ… Verified"]

    style P fill:#2d3436,color:#dfe6e9,stroke:#6c5ce7,stroke-dasharray: 5 5
    style F fill:#e17055,color:#fff
    style H fill:#00b894,color:#fff
Loading
Phase Command What happens
Specify /dc:specify Your idea β†’ Gherkin specs with test scenarios
Clarify /dc:clarify QA finds ambiguities before you code
Plan /dc:tech-plan Architecture + API contracts + schema
Break Down /dc:breakdown TDD tasks with parallelism markers
Implement /dc:implement Test FIRST β†’ code β†’ refactor (Iron Law)
Review /dc:review 7-dimension peer review

Each phase has a quality gate. You don't advance without passing. No shortcuts.


3 ways to use it

# Interactive β€” you drive each phase
/dc:start "JWT auth"

# Autonomous β€” runtime drives everything, Docker isolates
/dc:auto "JWT auth"

# Terminal β€” without AI agent open
don-cheli auto "JWT auth"

The Iron Laws

These are not suggestions. The runtime enforces them.

Law Rule Enforcement
TDD No code without tests Blocks merge if tests don't exist
No Stubs No // TODO in production Scans and rejects
Evidence Proof, not promises Coverage >= 85% verified

Why Don Cheli

93 commands Β· 51 skills Β· 15 reasoning models Β· 9 IDEs Β· 3 languages

The only SDD framework with all of these:

  • βœ… TDD as unbreakable law (not optional)
  • βœ… Autonomous mode with Docker isolation
  • βœ… OWASP security audit in the pipeline
  • βœ… 15 reasoning models (Pre-mortem, 5 Whys, Pareto, RLM...)
  • βœ… PRD Generator (reads Figma designs)
  • βœ… Pre-flight cost simulation
  • βœ… Crash recovery (resume where you left off)
  • βœ… Custom quality gates (YAML plugins)
  • βœ… Drift detection (spec vs code watcher)
  • βœ… SDD Certification badges
  • βœ… Works with Claude, Cursor, Gemini, Codex, OpenCode, Qwen, Amp, Windsurf
  • βœ… ES / EN / PT

Full feature comparison β†’


Platforms

Platform Install Details
Claude Code --tools claude 93 /dc:* commands (full native)
OpenCode --tools opencode 28 /doncheli-* slash commands + 28 skills
Antigravity --tools antigravity GEMINI.md + .agent/skills/
Cursor --tools cursor .cursorrules
Codex / Qwen --tools codex AGENTS.md

IDE setup details β†’


Community


License

Apache 2.0 β€” Copyright 2026 Jose Luis Oronoz Troconis (@DonCheli)


GuideGitHubRelease History

VersionChangesUrgencyDate
v1.32.0## [1.32.0](https://github.com/doncheli/don-cheli-sdd/compare/v1.31.0...v1.32.0) (2026-04-09) ### Nuevas Funcionalidades * Don Cheli Runtime con Sandcastle β€” ejecuciΓ³n aislada en Docker ([815ddcc](https://github.com/doncheli/don-cheli-sdd/commit/815ddcc43a0adb3f1d53350a7f27fed463932f58)) * merge runtime TypeScript a main + destacar orquestador en READMEs ([435ad2c](https://github.com/doncheli/don-cheli-sdd/commit/435ad2c631dcadd9318e9064523b096a546ef73b)) * runtime ejecuta comandos /dc:* realeHigh4/9/2026
v1.31.0## [1.31.0](https://github.com/doncheli/don-cheli-sdd/compare/v1.30.1...v1.31.0) (2026-04-08) ### Nuevas Funcionalidades * 28 slash commands para OpenCode β€” paridad con /dc:* de Claude Code ([dd85490](https://github.com/doncheli/don-cheli-sdd/commit/dd8549010fcde5748fe7e538471355f32ee51469)) High4/8/2026

Similar Packages

shipped-by-agentsThe building blocks of an enterprise adoption framework for agentic coding β€” technical training, adoption playbooks, governance policies, industry analysis, proposal templates, and practical workflov0.1
kelosKelos - The Kubernetes-native framework for orchestrating autonomous AI coding agents.v0.30.0
sessioncraftThroughline for long-running AI projects.main@2026-04-13
ralph-claude-codeNo descriptionmain@2026-04-21
structured-prompt-skill✍️ Write effective AI prompts with this structured prompt engineering library and Claude Code skill, featuring 300+ curated examples for high-quality results.main@2026-04-21