freshcrate
Skin:/
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

Why this rank:Strong adoptionRelease freshnessHealthy release cadence

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

The Runtime — Your code never breaks

Other frameworks give you prompts and hope the AI follows them. Don Cheli has a real TypeScript orchestrator that makes it impossible to skip rules.

How it works in 4 steps:

Step 1: The runtime creates a copy of your project (git worktree). Your real project is never touched.

Step 2: It spins up a Docker container and runs each /dc:* command inside — completely isolated.

Step 3: After each phase, real quality gates verify the output:

  • Does the Gherkin spec exist? Does it have P1 scenarios?
  • Do tests exist? Do they pass? Are there zero // TODO stubs?
  • Is coverage >= 85%?
  • Do your custom rules in .dc/gates/*.yml pass?

Step 4: Only when ALL 6 phases pass ALL gates does the code merge into your project. If anything fails → your project stays exactly as it was.

3 providers: Use your Claude Code subscription (free), OpenAI Codex, or Ollama for 100% free local execution.


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
v1.30.1## [1.30.1](https://github.com/doncheli/don-cheli-sdd/compare/v1.30.0...v1.30.1) (2026-04-08) ### Correcciones * integración completa OpenCode — 13 problemas corregidos ([060cc01](https://github.com/doncheli/don-cheli-sdd/commit/060cc0140680bf7487675a117d216b57bbc41cd5)) Medium4/8/2026
v1.30.0## [1.30.0](https://github.com/doncheli/don-cheli-sdd/compare/v1.29.0...v1.30.0) (2026-04-08) ### Nuevas Funcionalidades * agregar soporte para Qwen + fix mirrors generar-config ([099a03f](https://github.com/doncheli/don-cheli-sdd/commit/099a03f3ddbafc7d7e3197d60304b0a1e946c87e)) ### Documentación * agregar benchmark posts para X y LinkedIn con datos verificados ([40cc480](https://github.com/doncheli/don-cheli-sdd/commit/40cc480eb2391b502513f16762683a664ed3c957)) * agregar benchmark posts paMedium4/8/2026
v1.29.0## [1.29.0](https://github.com/doncheli/don-cheli-sdd/compare/v1.28.0...v1.29.0) (2026-04-07) ### Nuevas Funcionalidades * mejoras al framework — actualizar npm description con números reales ([7b59acf](https://github.com/doncheli/don-cheli-sdd/commit/7b59acf01436523a9d3b6e1848f176db1ddc3f6e)) Medium4/7/2026
v1.28.0## [1.28.0](https://github.com/doncheli/don-cheli-sdd/compare/v1.27.1...v1.28.0) (2026-04-07) ### Nuevas Funcionalidades * mejoras al framework — badges actualizados a 93+ comandos, 51+ skills ([00fdb08](https://github.com/doncheli/don-cheli-sdd/commit/00fdb084b899d4c076785cb8562f9db58665bc12)) Medium4/7/2026
v1.27.1## [1.27.1](https://github.com/doncheli/don-cheli-sdd/compare/v1.27.0...v1.27.1) (2026-04-07) ### Correcciones * OpenAPI/JSON Schema como complemento OPCIONAL — Gherkin es Rey ([5a011f2](https://github.com/doncheli/don-cheli-sdd/commit/5a011f2fd1aa70aee6a1fc52d2ac7676870d0d95)) Medium4/7/2026
v1.27.0## [1.27.0](https://github.com/doncheli/don-cheli-sdd/compare/v1.26.0...v1.27.0) (2026-04-07) ### Nuevas Funcionalidades * mejoras al framework — modo autónomo, triple source, crash recovery ([e5fbe15](https://github.com/doncheli/don-cheli-sdd/commit/e5fbe154be88a37ec40efb8d80f74f7b5f1841a3)) Medium4/7/2026
v1.26.0## [1.26.0](https://github.com/doncheli/don-cheli-sdd/compare/v1.25.1...v1.26.0) (2026-04-07) ### Nuevas Funcionalidades * auto-actualización automática del framework + skills al inicio de sesión ([54deefe](https://github.com/doncheli/don-cheli-sdd/commit/54deefe501fead50eeda67088a58e8d60f0b6adf)) Medium4/7/2026
v1.25.1## [1.25.1](https://github.com/doncheli/don-cheli-sdd/compare/v1.25.0...v1.25.1) (2026-04-07) ### Correcciones * rename de comandos dc/ por idioma no se ejecutaba (EN/PT) ([5eb6f5e](https://github.com/doncheli/don-cheli-sdd/commit/5eb6f5e09b70b5e6a002a5b1142a4f7918790548)) Medium4/7/2026
v1.25.0## [1.25.0](https://github.com/doncheli/don-cheli-sdd/compare/v1.24.1...v1.25.0) (2026-04-07) ### Nuevas Funcionalidades * throttle semanal en skill-updater — check cada 7 días máximo ([90483ca](https://github.com/doncheli/don-cheli-sdd/commit/90483ca549276bfc86c81d1bc2d2ea0ccd30e96b)) Medium4/7/2026
v1.24.1## [1.24.1](https://github.com/doncheli/don-cheli-sdd/compare/v1.24.0...v1.24.1) (2026-04-07) ### Correcciones * corregir skill-updater.sh — registro, SHA parsing y python heredoc ([736b2f9](https://github.com/doncheli/don-cheli-sdd/commit/736b2f9b21569eac78b95c4e44f633ee8e6b139f)) Medium4/7/2026
v1.24.0## [1.24.0](https://github.com/doncheli/don-cheli-sdd/compare/v1.23.1...v1.24.0) (2026-04-07) ### Nuevas Funcionalidades * auto-update de skills de terceros + skill-updater.sh ([777dcad](https://github.com/doncheli/don-cheli-sdd/commit/777dcad0aa2d912c88e21c2319d44d6b73da7b01)) Medium4/7/2026
v1.23.1## [1.23.1](https://github.com/doncheli/don-cheli-sdd/compare/v1.23.0...v1.23.1) (2026-04-07) ### Correcciones * auditoría completa del instalador — 11 bugs corregidos en 6 archivos ([80af310](https://github.com/doncheli/don-cheli-sdd/commit/80af310d21c5f01a2f7a9e9ac6d7500d7a1aa410)) Medium4/7/2026
v1.23.0## [1.23.0](https://github.com/doncheli/don-cheli-sdd/compare/v1.22.0...v1.23.0) (2026-04-07) ### Nuevas Funcionalidades * integrar PRD como fase 0 opcional en el pipeline SDD ([6e6fdd2](https://github.com/doncheli/don-cheli-sdd/commit/6e6fdd2e9e595994f343a7943bbd6f753ca061d8)) Medium4/7/2026
v1.22.0## [1.22.0](https://github.com/doncheli/don-cheli-sdd/compare/v1.21.1...v1.22.0) (2026-04-07) ### Nuevas Funcionalidades * dc/ como prefijo principal, especdev/ como retrocompatible ([521a93c](https://github.com/doncheli/don-cheli-sdd/commit/521a93cc87c40d8a74e81bbe29ff2c4996ed4eab)) Medium4/7/2026
v1.21.1## [1.21.1](https://github.com/doncheli/don-cheli-sdd/compare/v1.21.0...v1.21.1) (2026-04-07) ### Correcciones * sincronizar 27 comandos y 8 habilidades faltantes al mirror de instalación ([ac27440](https://github.com/doncheli/don-cheli-sdd/commit/ac274400362172d960f1da8c1698d1e1090afd62)) ### Documentación * completar documentación PRD skill en 3 idiomas + mirrors ([59beb53](https://github.com/doncheli/don-cheli-sdd/commit/59beb53853811564b9360e1b56357732d1036f89)) Medium4/7/2026
v1.21.0## [1.21.0](https://github.com/doncheli/don-cheli-sdd/compare/v1.20.0...v1.21.0) (2026-04-07) ### Nuevas Funcionalidades * skill PRD Generator — Generador experto de Product Requirement Documents ([1a1df1c](https://github.com/doncheli/don-cheli-sdd/commit/1a1df1c6469e1e6ac626567fffd687030d70aebb)) Medium4/7/2026
v1## 🛡️ Don Cheli SDD — GitHub Action Enforce SDD quality gates on every Pull Request. ### Gates included - **Spec Validation** — Verifies `.dc/` artifacts, Gherkin specs, blueprints - **TDD Compliance** — Checks for test files, detects silent stubs (// TODO) - **Coverage Check** — Configurable minimum (default 85%) - **OWASP Quick Audit** — Hardcoded secrets, SQL injection, XSS, .env exposure - **Custom Quality Gates** — Define your own rules as YAML plugins in `.dc/gates/` ### UMedium4/6/2026
v1.20.0## [1.20.0](https://github.com/doncheli/don-cheli-sdd/compare/v1.19.1...v1.20.0) (2026-04-06) ### Nuevas Funcionalidades * Killer Features — Drift Detection, Time Travel y Pre-Flight ([0450130](https://github.com/doncheli/don-cheli-sdd/commit/0450130830dc7c9307e8539f2e2fab373e61b6cb)) ### Documentación * agregar regla protocolo-debugging ([dfe3d24](https://github.com/doncheli/don-cheli-sdd/commit/dfe3d243718258308235b45ac67c808cf3498845)) * documentar convención de idioma por capa de definicMedium4/6/2026
v1.19.1## [1.19.1](https://github.com/doncheli/don-cheli-sdd/compare/v1.19.0...v1.19.1) (2026-04-03) ### Correcciones * **opencode:** agregar generación de config para skills.paths ([8583f98](https://github.com/doncheli/don-cheli-sdd/commit/8583f983904ebe19cc4348ef7b8a364d4507ea7e)) Medium4/3/2026
v1.19.0## [1.19.0](https://github.com/doncheli/don-cheli-sdd/compare/v1.18.0...v1.19.0) (2026-04-02) ### Nuevas Funcionalidades * script actualizar.sh con barra de progreso y comparación de mejoras ([77b21b1](https://github.com/doncheli/don-cheli-sdd/commit/77b21b1b9e5a2fd43d9076652a1a2c4ba6bba63c)) ### Documentación * actualizar READMEs (ES/EN/PT) con CI/CD, Custom Gates, Telemetría y VS Code Extension ([1c8b203](https://github.com/doncheli/don-cheli-sdd/commit/1c8b20384f9fdd9eb3d08e73d68efd36596cMedium4/2/2026
v1.18.0## [1.18.0](https://github.com/doncheli/don-cheli-sdd/compare/v1.17.0...v1.18.0) (2026-04-02) ### Nuevas Funcionalidades * extensión VS Code para Don Cheli SDD (Fase 4) ([e4da25f](https://github.com/doncheli/don-cheli-sdd/commit/e4da25fd3789e428ef3f2803522ca4aa2df9fabb)) Medium4/2/2026
v1.17.0## [1.17.0](https://github.com/doncheli/don-cheli-sdd/compare/v1.16.5...v1.17.0) (2026-04-02) ### Nuevas Funcionalidades * CI/CD integration, Custom Quality Gates y Telemetría (Fases 1-3) ([ac8facb](https://github.com/doncheli/don-cheli-sdd/commit/ac8facbef51543f6c136e614abf07c9f287eafee)) Medium4/2/2026
v1.16.5## [1.16.5](https://github.com/doncheli/don-cheli-sdd/compare/v1.16.4...v1.16.5) (2026-04-02) ### Correcciones * **opencode:** add skills.paths para que OpenCode descubra los skills de Don Cheli ([c73b9fc](https://github.com/doncheli/don-cheli-sdd/commit/c73b9fc55e33be0449975e14a1e530cf97b83c8c)) Medium4/2/2026
v1.16.4## [1.16.4](https://github.com/doncheli/don-cheli-sdd/compare/v1.16.3...v1.16.4) (2026-04-02) ### Correcciones * quitar 'local' fuera de función en instalador Custom ([3f0eae3](https://github.com/doncheli/don-cheli-sdd/commit/3f0eae30efe513a19abd6e94b6171ec9e860a9d9)) Medium4/2/2026
v1.16.3## [1.16.3](https://github.com/doncheli/don-cheli-sdd/compare/v1.16.2...v1.16.3) (2026-04-02) ### Correcciones * perfil Custom muestra 0 skills/comandos cuando gum falla ([d32af4c](https://github.com/doncheli/don-cheli-sdd/commit/d32af4c36ea12a7de4173b709efb209c76e1fe59)) Medium4/2/2026
v1.16.2## [1.16.2](https://github.com/doncheli/don-cheli-sdd/compare/v1.16.1...v1.16.2) (2026-04-02) ### Correcciones * corregir instalador interactivo y Antigravity ([3b0031c](https://github.com/doncheli/don-cheli-sdd/commit/3b0031c1f795bcc6b6b8103b40b17e7bfe13a25e)) ### Documentación * agregar Social Media Kit completo (LinkedIn, Instagram, X, TikTok, YouTube) ([599027f](https://github.com/doncheli/don-cheli-sdd/commit/599027f567bb87116b9292ecbcdbb98bba4b1651)) Medium4/2/2026
v1.16.1## [1.16.1](https://github.com/doncheli/don-cheli-sdd/compare/v1.16.0...v1.16.1) (2026-04-01) ### Correcciones * normalizar package.json (npm pkg fix) ([ed92b25](https://github.com/doncheli/don-cheli-sdd/commit/ed92b2577a40ad703e43072c0d64b4499b55ed9f)) Medium4/1/2026
v1.16.0## [1.16.0](https://github.com/doncheli/don-cheli-sdd/compare/v1.15.4...v1.16.0) (2026-04-01) ### Nuevas Funcionalidades * CLI npm global + Certificación SDD con badges ([9b2932a](https://github.com/doncheli/don-cheli-sdd/commit/9b2932aa27dde81418f5e510c11151e4ba8c722d)) Medium4/1/2026
v1.15.4## [1.15.4](https://github.com/doncheli/don-cheli-sdd/compare/v1.15.3...v1.15.4) (2026-04-01) ### Refactorización * renombrar .especdev/ a .dc/ con retrocompatibilidad completa ([03925a4](https://github.com/doncheli/don-cheli-sdd/commit/03925a46d9fb5987ec0fdb06c8c0abc2b4f87161)) Medium4/1/2026
v1.15.3## [1.15.3](https://github.com/doncheli/don-cheli-sdd/compare/v1.15.2...v1.15.3) (2026-04-01) ### Correcciones * generar cobertura real con bash xtrace en formato Cobertura XML ([4c013a2](https://github.com/doncheli/don-cheli-sdd/commit/4c013a28cb8b7b3fcd6e382486b0f7e80f5f4aa5)) Medium4/1/2026
v1.15.2## [1.15.2](https://github.com/doncheli/don-cheli-sdd/compare/v1.15.1...v1.15.2) (2026-04-01) ### Correcciones * compilar kcov desde source para cobertura real en CI ([fdef203](https://github.com/doncheli/don-cheli-sdd/commit/fdef2039741417c4b668c2ad723561153307e097)) Medium4/1/2026
v1.15.1## [1.15.1](https://github.com/doncheli/don-cheli-sdd/compare/v1.15.0...v1.15.1) (2026-04-01) ### Correcciones * reemplazar reporte de cobertura falso por kcov real en CI ([c28bbf2](https://github.com/doncheli/don-cheli-sdd/commit/c28bbf292bd8dbfdb07603aee55a3690b71358c4)) Medium4/1/2026
v1.15.0## [1.15.0](https://github.com/doncheli/don-cheli-sdd/compare/v1.14.0...v1.15.0) (2026-04-01) ### Nuevas Funcionalidades * agregar ejemplos Python/React, Codecov badge y Semantic Release ([157b78d](https://github.com/doncheli/don-cheli-sdd/commit/157b78d279736d5ef340c94f20407be6d995e3e9)) * instalador interactivo con perfiles de desarrollador ([8fff295](https://github.com/doncheli/don-cheli-sdd/commit/8fff295ca4b1fcd064c1d214b0bd6ec783d01d36)) * perfil Custom con selección interactiva via gum Medium4/1/2026
v1.14.0## 13 nuevos comandos basados en tendencias de la industria (marzo 2026) ### Alta prioridad - **`/dc:drift`** — Detectar divergencia entre specs y código (inspirado en GitHub Spec Kit) - **`/dc:audit-trail`** — Registro de todas las decisiones tomadas con IA - **`/dc:tea`** — Testing Autónomo End-to-End (inspirado en BMAD TEA Module) - **`/dc:pr-review`** — Revisión automática de PRs en GitHub con 5 dimensiones - **`/dc:data-policy`** — Política de datos y privacidad del proyecto ### Media priMedium3/28/2026
v1.13.0## Novedades ### `/dc:*` — Alias corto para todos los comandos Todos los comandos `/especdev:*` ahora están disponibles como `/dc:*`. Ambos prefijos funcionan igual — es 100% retrocompatible. ```bash # Antes (sigue funcionando) /especdev:planning /especdev:debate "¿Monolito o microservicios?" # Ahora (más corto) /dc:planning /dc:debate "¿Monolito o microservicios?" ``` El instalador crea `commands/dc/` y `commands/especdev/` con los mismos archivos. ### Nuevo comando: `/dc:planning` PlanninMedium3/24/2026
v1.12.0## Novedades ### Nuevo comando: `/especdev:mesa-tecnica` Mesa de expertos senior de desarrollo para decisiones técnicas profundas. Roles incluidos: - **Tech Lead** — Visión técnica integral, trade-offs, mentoring - **Expert Backend** — APIs, bases de datos, performance, concurrencia - **Expert Frontend** — UI/UX técnico, accesibilidad, performance web - **Arquitecto** — Patrones, escalabilidad, deuda técnica - **Senior DevOps** — Infra, CI/CD, observabilidad, costos cloud - **Senior SRE** — RelMedium3/24/2026
v1.11.1## Correcciones ### Instalador (`scripts/instalar.sh`) - **Fix: input de idioma no funcionaba con `curl | bash`** — `read` ahora lee de `/dev/tty` para funcionar cuando stdin es un pipe - **Fix: no instalaba nada con `curl | bash`** — `SCRIPT_DIR` apuntaba al directorio incorrecto; ahora auto-clona el repo a un directorio temporal - **Nuevo: flag `--lang`** — Permite instalación no-interactiva: `--lang es|en|pt` - **Mejora: limpieza automática** — El directorio temporal se limpia al salir con Medium3/23/2026
v1.11.0# Don Cheli v1.11.0 — The Most Complete SDD Framework **71+ commands · 42 skills · 15 reasoning models · 3 languages · Multi-LLM** > Stop vibe coding. Start delivering. --- ## 🔮 Google Antigravity Support (NEW) Don Cheli now works natively with **Gemini 3.1 in Google Antigravity**: - `GEMINI.md` — Adapted instructions with Flash/Pro model routing - 5 native skills in `.agent/skills/` (spec, plan, implement, review, security) - 4 workflows: `/doncheli-start`, `/doncheli-pipeline`, `/doncheMedium3/23/2026
v1.10.0# Don Cheli v1.10.0 **La actualización más grande hasta la fecha.** Soporte multilenguaje, compatibilidad con Anthropic Skills 2.0, y features incorporadas de GSD-2. ## 🌍 Multilenguaje (i18n) - **Selector de idioma como primera interacción** del installer (ES/EN/PT) - Carpetas con nombres localizados: `habilidades/` (ES) → `skills/` (EN) → `habilidades/` (PT) - Archivos `.especdev/` en el idioma elegido: `estado.md` → `status.md` → `estado.md` - Plantillas completas en 3 idiomas (8 archivos Medium3/23/2026
v1.8.0## Novedades en v1.8.0 ### Nuevo comando: `/especdev:presentar` Genera presentaciones interactivas HTML autocontenidas directamente desde Claude Code. Sin PowerPoint, sin Figma, sin dependencias externas. ``` /especdev:presentar "Demo técnica" --tema bold-signal --slides 12 ``` 7 temas visuales disponibles: bold-signal, electric-studio, neon-cyber, terminal-green, notebook-tabs, pastel-geometry, swiss-modern. ### Presentación actualizada - Versión actualizada a v1.8.0 - Números corregidos: *Medium3/23/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.38.0
three-man-teamA structured 3-agent AI dev team — Architect, Builder, Reviewer. Built from production use. Token-optimized. Works with Claude Code, VS Code, Cursor, and any AI that supports context files.v1.2.5
.claudeThe Ultimate Claude Code Toolkit — 127 skills, 86 agents, 109 marketplace repos (11,700+ community skills), 30 commands, 8 hooks, GSD framework. Drop-in ~/.claude config that auto-activates the right master@2026-06-03
MeowKitProduction ready. AI Agent Workflow System for Claude Codev2.10.2

More in Frameworks

deer-flowAn open-source long-horizon SuperAgent harness that researches, codes, and creates. With the help of sandboxes, memories, tools, skill, subagents and message gateway, it handles different levels of ta
simBuild, deploy, and orchestrate AI agents. Sim is the central intelligence layer for your AI workforce.
ctranslate2Fast inference engine for Transformer models
schemathesisProperty-based testing framework for Open API and GraphQL based apps