don-cheli-sdd 1.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS.md +33 -0
- package/CHANGELOG.md +108 -0
- package/CLAUDE.md +114 -0
- package/LICENSE +190 -0
- package/README.es.md +611 -0
- package/README.md +640 -0
- package/README.pt.md +579 -0
- package/VERSION +1 -0
- package/agentes/README.md +28 -0
- package/agentes/prompts/estimador.md +29 -0
- package/comandos/bucle-completar.md +13 -0
- package/comandos/bucle-estado.md +13 -0
- package/comandos/bucle.md +74 -0
- package/comandos/especdev/actualizar.md +200 -0
- package/comandos/especdev/agente.md +43 -0
- package/comandos/especdev/analizar-sesiones.md +158 -0
- package/comandos/especdev/aplicar.md +73 -0
- package/comandos/especdev/archivar.md +69 -0
- package/comandos/especdev/auditar-seguridad.md +234 -0
- package/comandos/especdev/auditar.md +15 -0
- package/comandos/especdev/avance-rapido.md +64 -0
- package/comandos/especdev/cambios.md +14 -0
- package/comandos/especdev/capturar.md +61 -0
- package/comandos/especdev/cerrar-sesion.md +88 -0
- package/comandos/especdev/clarificar.md +98 -0
- package/comandos/especdev/comenzar.md +105 -0
- package/comandos/especdev/completo.md +49 -0
- package/comandos/especdev/continuar.md +59 -0
- package/comandos/especdev/contrato-api.md +223 -0
- package/comandos/especdev/contrato-ui.md +245 -0
- package/comandos/especdev/crear-skill.md +148 -0
- package/comandos/especdev/debate.md +119 -0
- package/comandos/especdev/desglosar.md +172 -0
- package/comandos/especdev/destilar.md +211 -0
- package/comandos/especdev/detectar-ambiguedad.md +81 -0
- package/comandos/especdev/diagnostico.md +92 -0
- package/comandos/especdev/dise/303/261ar.md +74 -0
- package/comandos/especdev/doctor.md +78 -0
- package/comandos/especdev/donde-estoy.md +32 -0
- package/comandos/especdev/especificar.md +189 -0
- package/comandos/especdev/estado.md +46 -0
- package/comandos/especdev/estimar.md +141 -0
- package/comandos/especdev/explorar.md +175 -0
- package/comandos/especdev/guardian.md +99 -0
- package/comandos/especdev/historial.md +14 -0
- package/comandos/especdev/implementar.md +227 -0
- package/comandos/especdev/incorporar.md +71 -0
- package/comandos/especdev/iniciar.md +82 -0
- package/comandos/especdev/limpiar-slop.md +88 -0
- package/comandos/especdev/marketplace.md +109 -0
- package/comandos/especdev/memorizar.md +31 -0
- package/comandos/especdev/mesa-redonda.md +60 -0
- package/comandos/especdev/mesa-tecnica.md +144 -0
- package/comandos/especdev/migrar.md +237 -0
- package/comandos/especdev/minar-referencias.md +214 -0
- package/comandos/especdev/planificar-tecnico.md +186 -0
- package/comandos/especdev/planning.md +264 -0
- package/comandos/especdev/poc.md +302 -0
- package/comandos/especdev/presentar.md +75 -0
- package/comandos/especdev/proponer.md +69 -0
- package/comandos/especdev/pseudocodigo.md +49 -0
- package/comandos/especdev/rapido.md +69 -0
- package/comandos/especdev/reflexionar.md +53 -0
- package/comandos/especdev/retro.md +14 -0
- package/comandos/especdev/reversa.md +155 -0
- package/comandos/especdev/revisar.md +231 -0
- package/comandos/especdev/traspasar.md +76 -0
- package/comandos/especdev/traspaso.md +43 -0
- package/comandos/especdev/uat.md +84 -0
- package/comandos/especdev/validar-spec.md +58 -0
- package/comandos/especdev/validar.md +40 -0
- package/comandos/historias-generar.md +74 -0
- package/comandos/razonar/5-porques.md +42 -0
- package/comandos/razonar/circulo-competencia.md +22 -0
- package/comandos/razonar/costo-oportunidad.md +21 -0
- package/comandos/razonar/inversion.md +40 -0
- package/comandos/razonar/mapa-territorio.md +22 -0
- package/comandos/razonar/minimizar-arrepentimiento.md +20 -0
- package/comandos/razonar/pareto.md +32 -0
- package/comandos/razonar/pre-mortem.md +22 -0
- package/comandos/razonar/primeros-principios.md +57 -0
- package/comandos/razonar/probabilistico.md +21 -0
- package/comandos/razonar/reversibilidad.md +27 -0
- package/comandos/razonar/rlm-cadena-pensamiento.md +189 -0
- package/comandos/razonar/rlm-descomposicion.md +216 -0
- package/comandos/razonar/rlm-verificacion.md +169 -0
- package/comandos/razonar/segundo-orden.md +35 -0
- package/ganchos/parar.md +10 -0
- package/ganchos/post-herramienta.md +9 -0
- package/ganchos/pre-herramienta.md +19 -0
- package/habilidades/arnes-agente/HABILIDAD.md +164 -0
- package/habilidades/auto-correccion/HABILIDAD.md +114 -0
- package/habilidades/brainstorming/HABILIDAD.md +88 -0
- package/habilidades/cambio-carpeta/HABILIDAD.md +100 -0
- package/habilidades/code-rag/HABILIDAD.md +306 -0
- package/habilidades/contabilidad-tokens/HABILIDAD.md +109 -0
- package/habilidades/delta-specs/HABILIDAD.md +102 -0
- package/habilidades/desarrollo-subagentes/HABILIDAD.md +51 -0
- package/habilidades/deteccion-loops/HABILIDAD.md +168 -0
- package/habilidades/deteccion-stubs/HABILIDAD.md +204 -0
- package/habilidades/devlog/HABILIDAD.md +84 -0
- package/habilidades/documentacion-viva/HABILIDAD.md +231 -0
- package/habilidades/estimacion/HABILIDAD.md +48 -0
- package/habilidades/extensiones-presets/HABILIDAD.md +133 -0
- package/habilidades/generador-specs/HABILIDAD.md +37 -0
- package/habilidades/ingenieria-contexto/HABILIDAD.md +34 -0
- package/habilidades/integracion-mcp/HABILIDAD.md +59 -0
- package/habilidades/leyes-hierro/HABILIDAD.md +45 -0
- package/habilidades/mapa-arquitectonico/HABILIDAD.md +93 -0
- package/habilidades/memoria-persistente/HABILIDAD.md +97 -0
- package/habilidades/obsidian/HABILIDAD.md +93 -0
- package/habilidades/optimizacion-tokens/HABILIDAD.md +179 -0
- package/habilidades/optimizador-contexto/HABILIDAD.md +106 -0
- package/habilidades/orquestacion-autonoma/HABILIDAD.md +133 -0
- package/habilidades/permisos-seguridad/HABILIDAD.md +76 -0
- package/habilidades/persona/HABILIDAD.md +66 -0
- package/habilidades/planning-equipo/HABILIDAD.md +169 -0
- package/habilidades/presentaciones/HABILIDAD.md +63 -0
- package/habilidades/proyecciones-costo/HABILIDAD.md +54 -0
- package/habilidades/prueba-trabajo/HABILIDAD.md +131 -0
- package/habilidades/razonamiento/HABILIDAD.md +69 -0
- package/habilidades/recuperacion-sesion/HABILIDAD.md +27 -0
- package/habilidades/refactorizacion-solid/HABILIDAD.md +182 -0
- package/habilidades/reflexion/HABILIDAD.md +37 -0
- package/habilidades/rigor-progresivo/HABILIDAD.md +109 -0
- package/habilidades/rlm/HABILIDAD.md +85 -0
- package/habilidades/routing-modelos/HABILIDAD.md +79 -0
- package/habilidades/salud-habilidades/HABILIDAD.md +63 -0
- package/habilidades/schemas-dbml/HABILIDAD.md +101 -0
- package/habilidades/trazabilidad/HABILIDAD.md +63 -0
- package/habilidades/ui-ux-design/HABILIDAD.md +76 -0
- package/habilidades/validacion-nyquist/HABILIDAD.md +161 -0
- package/habilidades/worktrees/HABILIDAD.md +80 -0
- package/locales/en.json +179 -0
- package/locales/es.json +179 -0
- package/locales/pt.json +179 -0
- package/package.json +48 -0
- package/plantillas/checklist-requisitos.md +31 -0
- package/plantillas/docker/Dockerfile +16 -0
- package/plantillas/docker/docker-compose.yml +28 -0
- package/plantillas/especdev/WORKFLOW.md +118 -0
- package/plantillas/especdev/config.yaml +27 -0
- package/plantillas/especdev/en/config.yaml +27 -0
- package/plantillas/especdev/en/decisions.md +17 -0
- package/plantillas/especdev/en/deferred-work.md +17 -0
- package/plantillas/especdev/en/findings.md +7 -0
- package/plantillas/especdev/en/knowledge.md +19 -0
- package/plantillas/especdev/en/plan.md +35 -0
- package/plantillas/especdev/en/progress.md +7 -0
- package/plantillas/especdev/en/project-constitution.md +53 -0
- package/plantillas/especdev/en/pseudocode.md +35 -0
- package/plantillas/especdev/en/runtime.md +26 -0
- package/plantillas/especdev/en/status.md +16 -0
- package/plantillas/especdev/es/config.yaml +27 -0
- package/plantillas/especdev/es/conocimiento.md +19 -0
- package/plantillas/especdev/es/constitucion-proyecto.md +53 -0
- package/plantillas/especdev/es/decisiones.md +17 -0
- package/plantillas/especdev/es/deuda-scope.md +17 -0
- package/plantillas/especdev/es/estado.md +16 -0
- package/plantillas/especdev/es/hallazgos.md +7 -0
- package/plantillas/especdev/es/plan.md +35 -0
- package/plantillas/especdev/es/progreso.md +7 -0
- package/plantillas/especdev/es/pseudocodigo.md +35 -0
- package/plantillas/especdev/es/runtime.md +26 -0
- package/plantillas/especdev/estado.md +16 -0
- package/plantillas/especdev/hallazgos.md +7 -0
- package/plantillas/especdev/isa.yml +152 -0
- package/plantillas/especdev/plan.md +35 -0
- package/plantillas/especdev/progreso.md +7 -0
- package/plantillas/especdev/pt/config.yaml +27 -0
- package/plantillas/especdev/pt/conhecimento.md +19 -0
- package/plantillas/especdev/pt/constituicao-projeto.md +53 -0
- package/plantillas/especdev/pt/decisoes.md +17 -0
- package/plantillas/especdev/pt/descobertas.md +7 -0
- package/plantillas/especdev/pt/estado.md +16 -0
- package/plantillas/especdev/pt/plano.md +35 -0
- package/plantillas/especdev/pt/progresso.md +7 -0
- package/plantillas/especdev/pt/pseudocodigo.md +35 -0
- package/plantillas/especdev/pt/runtime.md +26 -0
- package/plantillas/especdev/pt/trabalho-diferido.md +17 -0
- package/plantillas/estimado-desarrollo.md +43 -0
- package/prompt.md +16 -0
- package/reglas/constitucion.md +122 -0
- package/reglas/hooks-parar.md +102 -0
- package/reglas/i18n.md +47 -0
- package/reglas/leyes-hierro.md +18 -0
- package/reglas/puertas-calidad.md +87 -0
- package/reglas/reglas-desviacion.md +36 -0
- package/reglas/reglas-trabajo-globales.md +171 -0
- package/reglas/skills-best-practices.md +109 -0
- package/scripts/.claude/commands/bucle-completar.md +13 -0
- package/scripts/.claude/commands/bucle-estado.md +13 -0
- package/scripts/.claude/commands/bucle.md +74 -0
- package/scripts/.claude/commands/especdev/actualizar.md +200 -0
- package/scripts/.claude/commands/especdev/agente.md +43 -0
- package/scripts/.claude/commands/especdev/analizar-sesiones.md +158 -0
- package/scripts/.claude/commands/especdev/aplicar.md +73 -0
- package/scripts/.claude/commands/especdev/archivar.md +69 -0
- package/scripts/.claude/commands/especdev/auditar-seguridad.md +234 -0
- package/scripts/.claude/commands/especdev/auditar.md +15 -0
- package/scripts/.claude/commands/especdev/avance-rapido.md +64 -0
- package/scripts/.claude/commands/especdev/cambios.md +14 -0
- package/scripts/.claude/commands/especdev/cerrar-sesion.md +88 -0
- package/scripts/.claude/commands/especdev/clarificar.md +98 -0
- package/scripts/.claude/commands/especdev/comenzar.md +77 -0
- package/scripts/.claude/commands/especdev/completo.md +49 -0
- package/scripts/.claude/commands/especdev/continuar.md +59 -0
- package/scripts/.claude/commands/especdev/contrato-api.md +223 -0
- package/scripts/.claude/commands/especdev/contrato-ui.md +245 -0
- package/scripts/.claude/commands/especdev/desglosar.md +172 -0
- package/scripts/.claude/commands/especdev/destilar.md +211 -0
- package/scripts/.claude/commands/especdev/detectar-ambiguedad.md +81 -0
- package/scripts/.claude/commands/especdev/diagnostico.md +92 -0
- package/scripts/.claude/commands/especdev/dise/303/261ar.md +74 -0
- package/scripts/.claude/commands/especdev/donde-estoy.md +32 -0
- package/scripts/.claude/commands/especdev/especificar.md +189 -0
- package/scripts/.claude/commands/especdev/estado.md +46 -0
- package/scripts/.claude/commands/especdev/estimar.md +141 -0
- package/scripts/.claude/commands/especdev/explorar.md +175 -0
- package/scripts/.claude/commands/especdev/guardian.md +99 -0
- package/scripts/.claude/commands/especdev/historial.md +14 -0
- package/scripts/.claude/commands/especdev/implementar.md +227 -0
- package/scripts/.claude/commands/especdev/incorporar.md +71 -0
- package/scripts/.claude/commands/especdev/iniciar.md +82 -0
- package/scripts/.claude/commands/especdev/limpiar-slop.md +88 -0
- package/scripts/.claude/commands/especdev/memorizar.md +31 -0
- package/scripts/.claude/commands/especdev/mesa-redonda.md +60 -0
- package/scripts/.claude/commands/especdev/mesa-tecnica.md +144 -0
- package/scripts/.claude/commands/especdev/migrar.md +237 -0
- package/scripts/.claude/commands/especdev/minar-referencias.md +214 -0
- package/scripts/.claude/commands/especdev/planificar-tecnico.md +186 -0
- package/scripts/.claude/commands/especdev/planning.md +264 -0
- package/scripts/.claude/commands/especdev/poc.md +302 -0
- package/scripts/.claude/commands/especdev/proponer.md +69 -0
- package/scripts/.claude/commands/especdev/rapido.md +69 -0
- package/scripts/.claude/commands/especdev/reflexionar.md +53 -0
- package/scripts/.claude/commands/especdev/retro.md +14 -0
- package/scripts/.claude/commands/especdev/reversa.md +155 -0
- package/scripts/.claude/commands/especdev/revisar.md +221 -0
- package/scripts/.claude/commands/especdev/traspasar.md +76 -0
- package/scripts/.claude/commands/especdev/traspaso.md +43 -0
- package/scripts/.claude/commands/especdev/validar.md +40 -0
- package/scripts/.claude/commands/historias-generar.md +74 -0
- package/scripts/.claude/commands/razonar/5-porques.md +42 -0
- package/scripts/.claude/commands/razonar/circulo-competencia.md +22 -0
- package/scripts/.claude/commands/razonar/costo-oportunidad.md +21 -0
- package/scripts/.claude/commands/razonar/inversion.md +40 -0
- package/scripts/.claude/commands/razonar/mapa-territorio.md +22 -0
- package/scripts/.claude/commands/razonar/minimizar-arrepentimiento.md +20 -0
- package/scripts/.claude/commands/razonar/pareto.md +32 -0
- package/scripts/.claude/commands/razonar/pre-mortem.md +22 -0
- package/scripts/.claude/commands/razonar/primeros-principios.md +57 -0
- package/scripts/.claude/commands/razonar/probabilistico.md +21 -0
- package/scripts/.claude/commands/razonar/reversibilidad.md +27 -0
- package/scripts/.claude/commands/razonar/rlm-cadena-pensamiento.md +189 -0
- package/scripts/.claude/commands/razonar/rlm-descomposicion.md +216 -0
- package/scripts/.claude/commands/razonar/rlm-verificacion.md +169 -0
- package/scripts/.claude/commands/razonar/segundo-orden.md +35 -0
- package/scripts/.claude/don-cheli/AGENTS.md +20 -0
- package/scripts/.claude/don-cheli/CLAUDE.md +114 -0
- package/scripts/.claude/don-cheli/NOTICE +17 -0
- package/scripts/.claude/don-cheli/VERSION +1 -0
- package/scripts/.claude/don-cheli/agentes/README.md +28 -0
- package/scripts/.claude/don-cheli/agentes/prompts/estimador.md +29 -0
- package/scripts/.claude/don-cheli/folder-map.json +19 -0
- package/scripts/.claude/don-cheli/ganchos/parar.md +10 -0
- package/scripts/.claude/don-cheli/ganchos/post-herramienta.md +9 -0
- package/scripts/.claude/don-cheli/ganchos/pre-herramienta.md +19 -0
- package/scripts/.claude/don-cheli/habilidades/arnes-agente/HABILIDAD.md +155 -0
- package/scripts/.claude/don-cheli/habilidades/auto-correccion/HABILIDAD.md +105 -0
- package/scripts/.claude/don-cheli/habilidades/brainstorming/HABILIDAD.md +79 -0
- package/scripts/.claude/don-cheli/habilidades/cambio-carpeta/HABILIDAD.md +91 -0
- package/scripts/.claude/don-cheli/habilidades/code-rag/HABILIDAD.md +297 -0
- package/scripts/.claude/don-cheli/habilidades/contabilidad-tokens/HABILIDAD.md +100 -0
- package/scripts/.claude/don-cheli/habilidades/delta-specs/HABILIDAD.md +93 -0
- package/scripts/.claude/don-cheli/habilidades/desarrollo-subagentes/HABILIDAD.md +42 -0
- package/scripts/.claude/don-cheli/habilidades/deteccion-loops/HABILIDAD.md +159 -0
- package/scripts/.claude/don-cheli/habilidades/deteccion-stubs/HABILIDAD.md +195 -0
- package/scripts/.claude/don-cheli/habilidades/devlog/HABILIDAD.md +75 -0
- package/scripts/.claude/don-cheli/habilidades/documentacion-viva/HABILIDAD.md +222 -0
- package/scripts/.claude/don-cheli/habilidades/estimacion/HABILIDAD.md +39 -0
- package/scripts/.claude/don-cheli/habilidades/extensiones-presets/HABILIDAD.md +124 -0
- package/scripts/.claude/don-cheli/habilidades/generador-specs/HABILIDAD.md +28 -0
- package/scripts/.claude/don-cheli/habilidades/ingenieria-contexto/HABILIDAD.md +25 -0
- package/scripts/.claude/don-cheli/habilidades/integracion-mcp/HABILIDAD.md +50 -0
- package/scripts/.claude/don-cheli/habilidades/leyes-hierro/HABILIDAD.md +36 -0
- package/scripts/.claude/don-cheli/habilidades/mapa-arquitectonico/HABILIDAD.md +84 -0
- package/scripts/.claude/don-cheli/habilidades/memoria-persistente/HABILIDAD.md +88 -0
- package/scripts/.claude/don-cheli/habilidades/obsidian/HABILIDAD.md +84 -0
- package/scripts/.claude/don-cheli/habilidades/optimizacion-tokens/HABILIDAD.md +170 -0
- package/scripts/.claude/don-cheli/habilidades/optimizador-contexto/HABILIDAD.md +97 -0
- package/scripts/.claude/don-cheli/habilidades/orquestacion-autonoma/HABILIDAD.md +124 -0
- package/scripts/.claude/don-cheli/habilidades/permisos-seguridad/HABILIDAD.md +67 -0
- package/scripts/.claude/don-cheli/habilidades/persona/HABILIDAD.md +57 -0
- package/scripts/.claude/don-cheli/habilidades/presentaciones/HABILIDAD.md +54 -0
- package/scripts/.claude/don-cheli/habilidades/prueba-trabajo/HABILIDAD.md +122 -0
- package/scripts/.claude/don-cheli/habilidades/razonamiento/HABILIDAD.md +60 -0
- package/scripts/.claude/don-cheli/habilidades/recuperacion-sesion/HABILIDAD.md +18 -0
- package/scripts/.claude/don-cheli/habilidades/refactorizacion-solid/HABILIDAD.md +173 -0
- package/scripts/.claude/don-cheli/habilidades/reflexion/HABILIDAD.md +15 -0
- package/scripts/.claude/don-cheli/habilidades/rigor-progresivo/HABILIDAD.md +100 -0
- package/scripts/.claude/don-cheli/habilidades/rlm/HABILIDAD.md +76 -0
- package/scripts/.claude/don-cheli/habilidades/schemas-dbml/HABILIDAD.md +92 -0
- package/scripts/.claude/don-cheli/habilidades/trazabilidad/HABILIDAD.md +54 -0
- package/scripts/.claude/don-cheli/habilidades/ui-ux-design/HABILIDAD.md +67 -0
- package/scripts/.claude/don-cheli/habilidades/validacion-nyquist/HABILIDAD.md +152 -0
- package/scripts/.claude/don-cheli/habilidades/worktrees/HABILIDAD.md +71 -0
- package/scripts/.claude/don-cheli/locale +1 -0
- package/scripts/.claude/don-cheli/locales/en.json +179 -0
- package/scripts/.claude/don-cheli/locales/es.json +179 -0
- package/scripts/.claude/don-cheli/locales/pt.json +179 -0
- package/scripts/.claude/don-cheli/plantillas/checklist-requisitos.md +31 -0
- package/scripts/.claude/don-cheli/plantillas/docker/Dockerfile +16 -0
- package/scripts/.claude/don-cheli/plantillas/docker/docker-compose.yml +28 -0
- package/scripts/.claude/don-cheli/plantillas/especdev/WORKFLOW.md +118 -0
- package/scripts/.claude/don-cheli/plantillas/especdev/config.yaml +27 -0
- package/scripts/.claude/don-cheli/plantillas/especdev/en/config.yaml +27 -0
- package/scripts/.claude/don-cheli/plantillas/especdev/en/findings.md +7 -0
- package/scripts/.claude/don-cheli/plantillas/especdev/en/plan.md +35 -0
- package/scripts/.claude/don-cheli/plantillas/especdev/en/progress.md +7 -0
- package/scripts/.claude/don-cheli/plantillas/especdev/en/status.md +16 -0
- package/scripts/.claude/don-cheli/plantillas/especdev/es/config.yaml +27 -0
- package/scripts/.claude/don-cheli/plantillas/especdev/es/estado.md +16 -0
- package/scripts/.claude/don-cheli/plantillas/especdev/es/hallazgos.md +7 -0
- package/scripts/.claude/don-cheli/plantillas/especdev/es/plan.md +35 -0
- package/scripts/.claude/don-cheli/plantillas/especdev/es/progreso.md +7 -0
- package/scripts/.claude/don-cheli/plantillas/especdev/estado.md +16 -0
- package/scripts/.claude/don-cheli/plantillas/especdev/hallazgos.md +7 -0
- package/scripts/.claude/don-cheli/plantillas/especdev/isa.yml +152 -0
- package/scripts/.claude/don-cheli/plantillas/especdev/plan.md +35 -0
- package/scripts/.claude/don-cheli/plantillas/especdev/progreso.md +7 -0
- package/scripts/.claude/don-cheli/plantillas/especdev/pt/config.yaml +27 -0
- package/scripts/.claude/don-cheli/plantillas/especdev/pt/descobertas.md +7 -0
- package/scripts/.claude/don-cheli/plantillas/especdev/pt/estado.md +16 -0
- package/scripts/.claude/don-cheli/plantillas/especdev/pt/plano.md +35 -0
- package/scripts/.claude/don-cheli/plantillas/especdev/pt/progresso.md +7 -0
- package/scripts/.claude/don-cheli/plantillas/estimado-desarrollo.md +43 -0
- package/scripts/.claude/don-cheli/prompt.md +16 -0
- package/scripts/.claude/don-cheli/reglas/constitucion.md +122 -0
- package/scripts/.claude/don-cheli/reglas/hooks-parar.md +102 -0
- package/scripts/.claude/don-cheli/reglas/i18n.md +47 -0
- package/scripts/.claude/don-cheli/reglas/leyes-hierro.md +18 -0
- package/scripts/.claude/don-cheli/reglas/puertas-calidad.md +87 -0
- package/scripts/.claude/don-cheli/reglas/reglas-desviacion.md +36 -0
- package/scripts/.claude/don-cheli/reglas/reglas-trabajo-globales.md +171 -0
- package/scripts/.claude/don-cheli/scripts/bucle.sh +103 -0
- package/scripts/.claude/don-cheli/scripts/instalar.sh +522 -0
- package/scripts/.claude/don-cheli/scripts/validar.sh +70 -0
- package/scripts/bucle.sh +103 -0
- package/scripts/instalar.sh +587 -0
- package/scripts/validar.sh +70 -0
package/README.md
ADDED
|
@@ -0,0 +1,640 @@
|
|
|
1
|
+
> 🌐 Read this in other languages: [English](README.md) | [Español](README.es.md) | [Português](README.pt.md)
|
|
2
|
+
|
|
3
|
+
<p align="center">
|
|
4
|
+
<h1 align="center">Don Cheli — SDD Framework</h1>
|
|
5
|
+
<p align="center">
|
|
6
|
+
<strong>Stop improvising. Start delivering.</strong>
|
|
7
|
+
</p>
|
|
8
|
+
<p align="center">
|
|
9
|
+
The most comprehensive Specification-Driven Development framework on the market.<br/>
|
|
10
|
+
Open source. Multilingual (ES/EN/PT). For Claude Code and other AI agents.
|
|
11
|
+
</p>
|
|
12
|
+
<p align="center">
|
|
13
|
+
<a href="#-installation"><img src="https://img.shields.io/badge/install-1_minute-brightgreen" alt="Install"></a>
|
|
14
|
+
<img src="https://img.shields.io/badge/version-1.13.0-blue" alt="Version">
|
|
15
|
+
<img src="https://img.shields.io/badge/license-Apache%202.0-green" alt="License">
|
|
16
|
+
<img src="https://img.shields.io/badge/languages-ES%20|%20EN%20|%20PT-red" alt="Languages">
|
|
17
|
+
<img src="https://img.shields.io/badge/commands-72+-purple" alt="Commands">
|
|
18
|
+
<img src="https://img.shields.io/badge/skills-42+-orange" alt="Skills">
|
|
19
|
+
<img src="https://img.shields.io/badge/Anthropic%20Skills%202.0-compatible-blueviolet" alt="Skills 2.0">
|
|
20
|
+
<br/>
|
|
21
|
+
<a href="https://github.com/doncheli/don-cheli-sdd/actions/workflows/validar.yml"><img src="https://github.com/doncheli/don-cheli-sdd/actions/workflows/validar.yml/badge.svg" alt="CI"></a>
|
|
22
|
+
<a href="https://www.npmjs.com/package/don-cheli-sdd"><img src="https://img.shields.io/npm/v/don-cheli-sdd" alt="npm"></a>
|
|
23
|
+
<a href="./CHANGELOG.md"><img src="https://img.shields.io/badge/changelog-ver-blue" alt="Changelog"></a>
|
|
24
|
+
</p>
|
|
25
|
+
</p>
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
## Quick Demo
|
|
30
|
+
|
|
31
|
+
> **How does Don Cheli look in action?**
|
|
32
|
+
>
|
|
33
|
+
> Start a task with automatic complexity detection:
|
|
34
|
+
> ```
|
|
35
|
+
> /dc:start Implement JWT authentication with refresh tokens
|
|
36
|
+
> ```
|
|
37
|
+
> Don Cheli detects **Level 2 (Standard)**, generates the Gherkin spec,
|
|
38
|
+
> proposes the technical blueprint, breaks down into TDD tasks and executes in Docker.
|
|
39
|
+
> No vibe coding. With evidence.
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
## The Problem
|
|
44
|
+
|
|
45
|
+
You start a project with AI. The first 2 hours go well. Then:
|
|
46
|
+
|
|
47
|
+
- **Context rot** — Claude forgets your architecture decisions
|
|
48
|
+
- **Silent stubs** — It says "I implemented the service" but the code says `// TODO`
|
|
49
|
+
- **No verification** — Does it work? I don't know. Tests? No. Can I deploy? Hopefully
|
|
50
|
+
|
|
51
|
+
That is **vibe coding**. And it is the enemy of quality software.
|
|
52
|
+
|
|
53
|
+
## The Solution
|
|
54
|
+
|
|
55
|
+
**Don Cheli** transforms chaos into a structured process:
|
|
56
|
+
|
|
57
|
+
```
|
|
58
|
+
Specify → Clarify → Plan → Break Down → Implement → Review
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
Each step has **quality gates**. You don't advance without meeting them. Code is generated with **mandatory TDD**, **stub detection**, and **7-dimension peer review**.
|
|
62
|
+
|
|
63
|
+
---
|
|
64
|
+
|
|
65
|
+
## Why Don Cheli
|
|
66
|
+
|
|
67
|
+
<table>
|
|
68
|
+
<tr><th></th><th>BMAD<br/><sub>42K ⭐</sub></th><th>GSD<br/><sub>39K ⭐</sub></th><th>spec-kit<br/><sub>82K ⭐</sub></th><th><strong>✨ Don Cheli</strong></th></tr>
|
|
69
|
+
<tr><td>Commands</td><td>~20</td><td>~80</td><td>~10</td><td><strong>72+</strong></td></tr>
|
|
70
|
+
<tr><td>Skills</td><td>~15</td><td>~15</td><td>~6</td><td><strong>42</strong></td></tr>
|
|
71
|
+
<tr><td>Reasoning models</td><td>—</td><td>—</td><td>—</td><td><strong>15</strong></td></tr>
|
|
72
|
+
<tr><td>Automatic estimates</td><td>—</td><td>—</td><td>—</td><td><strong>4 models</strong></td></tr>
|
|
73
|
+
<tr><td>Formal quality gates</td><td>—</td><td>1</td><td>4</td><td><strong>6</strong></td></tr>
|
|
74
|
+
<tr><td>Mandatory TDD</td><td>—</td><td>—</td><td>—</td><td><strong>Iron Law</strong></td></tr>
|
|
75
|
+
<tr><td>PoC Mode</td><td>—</td><td>—</td><td>—</td><td><strong>✅</strong></td></tr>
|
|
76
|
+
<tr><td>OWASP Audit</td><td>—</td><td>—</td><td>—</td><td><strong>✅</strong></td></tr>
|
|
77
|
+
<tr><td>Stack Migration</td><td>—</td><td>—</td><td>—</td><td><strong>✅</strong></td></tr>
|
|
78
|
+
<tr><td>Stub detection</td><td>—</td><td>✅</td><td>—</td><td><strong>✅</strong></td></tr>
|
|
79
|
+
<tr><td>UI Contracts</td><td>—</td><td>✅</td><td>—</td><td><strong>✅</strong></td></tr>
|
|
80
|
+
<tr><td>Nyquist Validation</td><td>—</td><td>✅</td><td>—</td><td><strong>✅</strong></td></tr>
|
|
81
|
+
<tr><td>Multilingual (ES/EN/PT)</td><td>—</td><td>—</td><td>—</td><td><strong>✅</strong></td></tr>
|
|
82
|
+
<tr><td>Anthropic Skills 2.0</td><td>—</td><td>—</td><td>—</td><td><strong>✅ Compatible</strong></td></tr>
|
|
83
|
+
<tr><td>Skill Creator (meta-skill)</td><td>—</td><td>—</td><td>—</td><td><strong>✅</strong></td></tr>
|
|
84
|
+
<tr><td>Skills Marketplace</td><td>—</td><td>—</td><td>—</td><td><strong>✅</strong></td></tr>
|
|
85
|
+
</table>
|
|
86
|
+
|
|
87
|
+
### 20 things only Don Cheli has
|
|
88
|
+
|
|
89
|
+
1. **15 reasoning models** — Pre-mortem, 5 Whys, Pareto, RLM
|
|
90
|
+
2. **4 estimation models** — Function Points, AI Planning Poker, COCOMO, Historical
|
|
91
|
+
3. **PoC Mode** — Validate ideas with timebox and success criteria before committing
|
|
92
|
+
4. **Blueprint Distillation** — Extract specs from existing code (behavioral reverse engineering)
|
|
93
|
+
5. **CodeRAG** — Index reference repos and retrieve relevant patterns
|
|
94
|
+
6. **OWASP Audit** — Static security scanning integrated into the pipeline
|
|
95
|
+
7. **Stack Migration** — Vue→React, JS→TS with wave plan and equivalences
|
|
96
|
+
8. **API Contracts** — REST/GraphQL with retries, circuit breaker, idempotency
|
|
97
|
+
9. **SOLID Refactoring** — Checklist, metrics, structured design patterns
|
|
98
|
+
10. **Living Documentation** — ADRs, auto-generated OpenAPI, Mermaid diagrams
|
|
99
|
+
11. **Captures & Triage** — Annotate ideas without pausing work, automatic classification into 5 categories
|
|
100
|
+
12. **Auto-generated UAT** — Human-executable acceptance scripts after each feature
|
|
101
|
+
13. **Doctor** — Diagnosis and auto-repair of git, framework, and environment
|
|
102
|
+
14. **Skill Creator** — Iterative meta-skill: generate → test → evaluate → improve skills automatically
|
|
103
|
+
15. **Skills Marketplace** — Install skills from official Anthropic, community, or create your own
|
|
104
|
+
16. **Project Constitution** — Immutable pre-spec principles validated at every quality gate
|
|
105
|
+
17. **Formal Pseudocode** — Technology-agnostic logic reasoning phase between spec and plan (SPARC)
|
|
106
|
+
18. **Multi-layer Spec Validation** — 8 checks (implementation leakage, measurability, completeness, constitution adherence)
|
|
107
|
+
19. **Adversarial Multi-role Debate** — PM vs Architect vs QA with explicit tensions and mandatory objections
|
|
108
|
+
20. **Scale-adaptive Planning** — Planning level adjusts to complexity (same process for 1 file ≠ 100 files)
|
|
109
|
+
|
|
110
|
+
---
|
|
111
|
+
|
|
112
|
+
## Installation
|
|
113
|
+
|
|
114
|
+
```bash
|
|
115
|
+
# 1. Clone
|
|
116
|
+
git clone https://github.com/doncheli/don-cheli-sdd.git
|
|
117
|
+
|
|
118
|
+
# 2. Install globally
|
|
119
|
+
cd don-cheli-sdd && bash scripts/instalar.sh --global
|
|
120
|
+
|
|
121
|
+
# 3. In any project, initialize
|
|
122
|
+
/dc:init
|
|
123
|
+
```
|
|
124
|
+
|
|
125
|
+
### Language Selection
|
|
126
|
+
|
|
127
|
+
The **first** thing you see after installing is the language selector:
|
|
128
|
+
|
|
129
|
+
```
|
|
130
|
+
╔═══════════════════════════════════════════════════════════╗
|
|
131
|
+
║ ║
|
|
132
|
+
║ 🏗️ Don Cheli — SDD Framework ║
|
|
133
|
+
║ ║
|
|
134
|
+
╚═══════════════════════════════════════════════════════════╝
|
|
135
|
+
|
|
136
|
+
🌍 Selecciona tu idioma / Select your language / Selecione seu idioma
|
|
137
|
+
|
|
138
|
+
1) 🇪🇸 Español
|
|
139
|
+
2) 🇬🇧 English
|
|
140
|
+
3) 🇧🇷 Português
|
|
141
|
+
|
|
142
|
+
▸ _
|
|
143
|
+
```
|
|
144
|
+
|
|
145
|
+
Once selected, **the entire framework adapts to the chosen language**: folders, files, templates, messages, and Claude's communication.
|
|
146
|
+
|
|
147
|
+
### Structure by Language
|
|
148
|
+
|
|
149
|
+
The installation creates folders with names in the selected language:
|
|
150
|
+
|
|
151
|
+
<table>
|
|
152
|
+
<tr><th>Content</th><th>🇪🇸 Español</th><th>🇬🇧 English</th><th>🇧🇷 Português</th></tr>
|
|
153
|
+
<tr><td>Skills</td><td><code>habilidades/</code></td><td><code>skills/</code></td><td><code>habilidades/</code></td></tr>
|
|
154
|
+
<tr><td>Rules</td><td><code>reglas/</code></td><td><code>rules/</code></td><td><code>regras/</code></td></tr>
|
|
155
|
+
<tr><td>Templates</td><td><code>plantillas/</code></td><td><code>templates/</code></td><td><code>modelos/</code></td></tr>
|
|
156
|
+
<tr><td>Hooks</td><td><code>ganchos/</code></td><td><code>hooks/</code></td><td><code>ganchos/</code></td></tr>
|
|
157
|
+
<tr><td>Agents</td><td><code>agentes/</code></td><td><code>agents/</code></td><td><code>agentes/</code></td></tr>
|
|
158
|
+
</table>
|
|
159
|
+
|
|
160
|
+
Project files (`.especdev/`) are also created in the configured language:
|
|
161
|
+
|
|
162
|
+
<table>
|
|
163
|
+
<tr><th>File</th><th>🇪🇸 Español</th><th>🇬🇧 English</th><th>🇧🇷 Português</th></tr>
|
|
164
|
+
<tr><td>Status</td><td><code>estado.md</code></td><td><code>status.md</code></td><td><code>estado.md</code></td></tr>
|
|
165
|
+
<tr><td>Findings</td><td><code>hallazgos.md</code></td><td><code>findings.md</code></td><td><code>descobertas.md</code></td></tr>
|
|
166
|
+
<tr><td>Plan</td><td><code>plan.md</code></td><td><code>plan.md</code></td><td><code>plano.md</code></td></tr>
|
|
167
|
+
<tr><td>Progress</td><td><code>progreso.md</code></td><td><code>progress.md</code></td><td><code>progresso.md</code></td></tr>
|
|
168
|
+
<tr><td>Proposal</td><td><code>propuesta.md</code></td><td><code>proposal.md</code></td><td><code>proposta.md</code></td></tr>
|
|
169
|
+
</table>
|
|
170
|
+
|
|
171
|
+
The language is persisted in `locale` and `folder-map.json` so Claude knows exactly which files to look for. To change language, simply reinstall:
|
|
172
|
+
|
|
173
|
+
```bash
|
|
174
|
+
bash scripts/instalar.sh --global
|
|
175
|
+
```
|
|
176
|
+
|
|
177
|
+
<details>
|
|
178
|
+
<summary>Remote installation (without cloning)</summary>
|
|
179
|
+
|
|
180
|
+
The installer automatically downloads the repository when run via pipe:
|
|
181
|
+
|
|
182
|
+
```bash
|
|
183
|
+
# Interactive (prompts for language)
|
|
184
|
+
curl -fsSL https://raw.githubusercontent.com/doncheli/don-cheli-sdd/main/scripts/instalar.sh | bash -s -- --global
|
|
185
|
+
|
|
186
|
+
# Non-interactive (set language directly)
|
|
187
|
+
curl -fsSL https://raw.githubusercontent.com/doncheli/don-cheli-sdd/main/scripts/instalar.sh | bash -s -- --global --lang en
|
|
188
|
+
```
|
|
189
|
+
|
|
190
|
+
Available languages: `es` (Español), `en` (English), `pt` (Português)
|
|
191
|
+
|
|
192
|
+
### Via npx
|
|
193
|
+
|
|
194
|
+
```bash
|
|
195
|
+
npx don-cheli-sdd init
|
|
196
|
+
```
|
|
197
|
+
</details>
|
|
198
|
+
|
|
199
|
+
**Requirements:** Claude Code (or compatible AI agent) + Git
|
|
200
|
+
|
|
201
|
+
---
|
|
202
|
+
|
|
203
|
+
## Quick Start
|
|
204
|
+
|
|
205
|
+
### 1. Initialize in your project
|
|
206
|
+
|
|
207
|
+
```bash
|
|
208
|
+
/dc:init --type service --name "my-api"
|
|
209
|
+
```
|
|
210
|
+
|
|
211
|
+
### 2. Start a task
|
|
212
|
+
|
|
213
|
+
```bash
|
|
214
|
+
/dc:start Implement JWT authentication
|
|
215
|
+
```
|
|
216
|
+
|
|
217
|
+
Don Cheli auto-detects complexity and chooses the appropriate process:
|
|
218
|
+
|
|
219
|
+
| Level | Name | When |
|
|
220
|
+
|-------|------|------|
|
|
221
|
+
| **0** | Atomic | 1 file, < 30 min |
|
|
222
|
+
| **P** | PoC | Validate viability (2-4h timebox) |
|
|
223
|
+
| **1** | Micro | 1-3 files, known solution |
|
|
224
|
+
| **2** | Standard | Multiple files, 1-3 days |
|
|
225
|
+
| **3** | Complex | Multi-module, 1-2 weeks |
|
|
226
|
+
| **4** | Product | New system, 2+ weeks |
|
|
227
|
+
|
|
228
|
+
### 3. Follow the pipeline
|
|
229
|
+
|
|
230
|
+
```bash
|
|
231
|
+
/dc:specify # Gherkin spec + DBML schema
|
|
232
|
+
/dc:clarify # Auto-QA + resolve ambiguities
|
|
233
|
+
/dc:tech-plan # Blueprint + constitution check
|
|
234
|
+
/dc:breakdown # TDD tasks with parallelism
|
|
235
|
+
/dc:implement # RED → GREEN → REFACTOR in Docker
|
|
236
|
+
/dc:review # 7-dimension peer review
|
|
237
|
+
```
|
|
238
|
+
|
|
239
|
+
---
|
|
240
|
+
|
|
241
|
+
## The 3 Iron Laws
|
|
242
|
+
|
|
243
|
+
Non-negotiable. Always applied.
|
|
244
|
+
|
|
245
|
+
| Law | Principle | In practice |
|
|
246
|
+
|-----|-----------|-------------|
|
|
247
|
+
| **TDD** | All code requires tests | RED → GREEN → REFACTOR, no exceptions |
|
|
248
|
+
| **Debugging** | Root cause first | Reproduce → Isolate → Understand → Fix → Verify |
|
|
249
|
+
| **Verification** | Evidence before assertions | "Tests pass" > "I think it works" |
|
|
250
|
+
|
|
251
|
+
---
|
|
252
|
+
|
|
253
|
+
## Anthropic Skills 2.0
|
|
254
|
+
|
|
255
|
+
Don Cheli is **100% compatible** with the [Anthropic Skills](https://github.com/anthropics/skills) ecosystem. It supports both skill formats:
|
|
256
|
+
|
|
257
|
+
| Format | File | Usage |
|
|
258
|
+
|--------|------|-------|
|
|
259
|
+
| **Anthropic** | `SKILL.md` | Compatible with the official marketplace |
|
|
260
|
+
| **Don Cheli** | `HABILIDAD.md` | Extended format with version, tags, freedom degree |
|
|
261
|
+
|
|
262
|
+
### Skill Creator
|
|
263
|
+
|
|
264
|
+
Create skills without writing a single line of YAML:
|
|
265
|
+
|
|
266
|
+
```bash
|
|
267
|
+
/dc:create-skill "Weekly team report generator"
|
|
268
|
+
```
|
|
269
|
+
|
|
270
|
+
5 iterative phases: **Discover** → **Generate** SKILL.md → **Test** with real prompt → **Evaluate** quality → **Iterate** until optimal.
|
|
271
|
+
|
|
272
|
+
### Skills Marketplace
|
|
273
|
+
|
|
274
|
+
Install skills from the official Anthropic marketplace or from the community:
|
|
275
|
+
|
|
276
|
+
```bash
|
|
277
|
+
/dc:marketplace --install document-skills --source anthropic
|
|
278
|
+
/dc:marketplace --search "weekly report"
|
|
279
|
+
```
|
|
280
|
+
|
|
281
|
+
Supported sources: [Anthropic Official](https://github.com/anthropics/skills) • [skillsmp.com](https://skillsmp.com/) • [aitmpl.com](https://www.aitmpl.com/skills) • Don Cheli built-in (42 skills)
|
|
282
|
+
|
|
283
|
+
### Progressive Disclosure
|
|
284
|
+
|
|
285
|
+
Skills use a 3-layer design for maximum token efficiency:
|
|
286
|
+
|
|
287
|
+
```
|
|
288
|
+
Layer 1: Metadata (YAML) → ~20 tokens per skill, always in context
|
|
289
|
+
Layer 2: Body (Markdown) → Loaded only when the skill is activated
|
|
290
|
+
Layer 3: File References → Loaded on demand within the body
|
|
291
|
+
```
|
|
292
|
+
|
|
293
|
+
This allows having dozens of skills without impacting the context window.
|
|
294
|
+
|
|
295
|
+
---
|
|
296
|
+
|
|
297
|
+
## Commands (72+)
|
|
298
|
+
|
|
299
|
+
> **Backward compatible:** All `/dc:*` commands are also available as `/especdev:*` for backward compatibility.
|
|
300
|
+
|
|
301
|
+
<details>
|
|
302
|
+
<summary><strong>Main (32)</strong></summary>
|
|
303
|
+
|
|
304
|
+
| Command | Description |
|
|
305
|
+
|---------|-------------|
|
|
306
|
+
| `/dc:init` | Initialize in a project |
|
|
307
|
+
| `/dc:start` | Start task (auto-detects level) |
|
|
308
|
+
| `/dc:quick` | Fast mode (Level 1) |
|
|
309
|
+
| `/dc:poc` | Proof of Concept with timebox |
|
|
310
|
+
| `/dc:full` | Full mode (Level 3) |
|
|
311
|
+
| `/dc:status` | Current status |
|
|
312
|
+
| `/dc:diagnostic` | Setup health check |
|
|
313
|
+
| `/dc:doctor` | Diagnosis and auto-repair of git, framework, and environment |
|
|
314
|
+
| `/dc:continue` | Recover previous session |
|
|
315
|
+
| `/dc:reflect` | Self-reflection (+8-21% quality) |
|
|
316
|
+
| `/dc:capture` | Fire-and-forget ideas with automatic triage |
|
|
317
|
+
| `/dc:uat` | Auto-generated acceptance scripts per feature |
|
|
318
|
+
| `/dc:agent` | Load specialized agent |
|
|
319
|
+
| `/dc:roundtable` | Multi-perspective discussion (CPO, UX, Business) |
|
|
320
|
+
| `/dc:tech-panel` | Senior dev experts table (Tech Lead, Backend, Frontend, Architect, DevOps) |
|
|
321
|
+
| `/dc:planning` | Weekly team planning: RFC review, WSJF prioritization, pair/squad assignment |
|
|
322
|
+
| `/dc:estimate` | Development estimates |
|
|
323
|
+
| `/dc:distill` | Extract specs from code |
|
|
324
|
+
| `/dc:mine-refs` | Search reference repos |
|
|
325
|
+
| `/dc:ui-contract` | UI design contracts |
|
|
326
|
+
| `/dc:api-contract` | API/webhook contracts |
|
|
327
|
+
| `/dc:security-audit` | OWASP Top 10 audit |
|
|
328
|
+
| `/dc:migrate` | Stack migration |
|
|
329
|
+
| `/dc:reverse` | Architecture reverse engineering |
|
|
330
|
+
| `/dc:explore` | Explore codebase (assumptions mode) |
|
|
331
|
+
| `/dc:propose` | Change proposal |
|
|
332
|
+
| `/dc:analyze-sessions` | Usage pattern analysis |
|
|
333
|
+
| `/dc:present` | Generate interactive HTML presentation |
|
|
334
|
+
| `/dc:create-skill` | Create skills iteratively (Anthropic Skills 2.0 compatible) |
|
|
335
|
+
| `/dc:marketplace` | Install skills from Anthropic, community, or built-in |
|
|
336
|
+
| `/dc:pseudocode` | Technology-agnostic logic between spec and plan (SPARC) |
|
|
337
|
+
| `/dc:validate-spec` | Multi-layer spec validation (8 checks, BMAD-inspired) |
|
|
338
|
+
| `/dc:debate` | Adversarial multi-role deliberation (PM vs Architect vs QA) |
|
|
339
|
+
| `/dc:update` | Detect and apply framework updates |
|
|
340
|
+
</details>
|
|
341
|
+
|
|
342
|
+
<details>
|
|
343
|
+
<summary><strong>Gherkin Pipeline (5)</strong></summary>
|
|
344
|
+
|
|
345
|
+
| Command | Description |
|
|
346
|
+
|---------|-------------|
|
|
347
|
+
| `/dc:specify` | Gherkin spec with P1/P2/P3+ priorities |
|
|
348
|
+
| `/dc:clarify` | Auto-QA + schema-spec verification |
|
|
349
|
+
| `/dc:tech-plan` | Blueprint + constitution check |
|
|
350
|
+
| `/dc:breakdown` | TDD tasks with `[P]` markers |
|
|
351
|
+
| `/dc:review` | 7-dimension peer review |
|
|
352
|
+
</details>
|
|
353
|
+
|
|
354
|
+
<details>
|
|
355
|
+
<summary><strong>Reasoning (15)</strong></summary>
|
|
356
|
+
|
|
357
|
+
| Command | What it does |
|
|
358
|
+
|---------|-------------|
|
|
359
|
+
| `/razonar:primeros-principios` | Decompose to fundamentals |
|
|
360
|
+
| `/razonar:5-porques` | Root cause analysis |
|
|
361
|
+
| `/razonar:pareto` | 80/20 focus |
|
|
362
|
+
| `/razonar:inversion` | Solve in reverse |
|
|
363
|
+
| `/razonar:segundo-orden` | Consequences of consequences |
|
|
364
|
+
| `/razonar:pre-mortem` | Anticipate failures |
|
|
365
|
+
| `/razonar:minimizar-arrepentimiento` | Long-term decisions |
|
|
366
|
+
| `/razonar:costo-oportunidad` | Evaluate alternatives |
|
|
367
|
+
| `/razonar:circulo-competencia` | Know your limits |
|
|
368
|
+
| `/razonar:mapa-territorio` | Model vs reality |
|
|
369
|
+
| `/razonar:probabilistico` | Reason in probabilities |
|
|
370
|
+
| `/razonar:reversibilidad` | Can it be undone? |
|
|
371
|
+
| `/razonar:rlm-verificacion` | Verification with sub-LLMs |
|
|
372
|
+
| `/razonar:rlm-cadena-pensamiento` | Multi-step reasoning |
|
|
373
|
+
| `/razonar:rlm-descomposicion` | Divide and conquer |
|
|
374
|
+
</details>
|
|
375
|
+
|
|
376
|
+
---
|
|
377
|
+
|
|
378
|
+
## Skills (42)
|
|
379
|
+
|
|
380
|
+
| Category | Skills |
|
|
381
|
+
|----------|--------|
|
|
382
|
+
| **Quality** | Iron Laws, Nyquist Validation, Stub detection, Loop detection, Quality gates, Proof of work, Progressive rigor |
|
|
383
|
+
| **Context** | Context engineering, Context optimizer, Persistent memory (Engram), CodeRAG + LightRAG, Code reference mining |
|
|
384
|
+
| **Reasoning** | 12 mental models, 3 RLM models (PrimeIntellect) |
|
|
385
|
+
| **Architecture** | Living architectural map, SOLID Refactoring, DBML Schemas |
|
|
386
|
+
| **Design** | UI/UX Design System (67 styles, 161 palettes), UI Contracts, HTML Presentations |
|
|
387
|
+
| **Documentation** | Living documentation (ADRs, OpenAPI), DevLog, Traceability, Delta specs, Obsidian |
|
|
388
|
+
| **Autonomy** | Autonomous orchestration, Auto-correction, Session recovery |
|
|
389
|
+
| **Discovery** | Structured brainstorming, Git Worktrees |
|
|
390
|
+
| **Efficiency** | Token optimization, Token accounting, Subagent development, **Dynamic model routing**, **Cost projections** |
|
|
391
|
+
| **Observability** | **Skill health** (success rate and consumption telemetry per skill) |
|
|
392
|
+
| **Security** | Permissions and security, OWASP Audit |
|
|
393
|
+
| **Integration** | MCP servers, Extensions and presets |
|
|
394
|
+
|
|
395
|
+
---
|
|
396
|
+
|
|
397
|
+
## Visual Pipeline
|
|
398
|
+
|
|
399
|
+
```
|
|
400
|
+
┌─────────────┐ ┌─────────────┐ ┌──────────────────┐
|
|
401
|
+
│ SPECIFY │────▶│ CLARIFY │────▶│ TECHNICAL PLAN │
|
|
402
|
+
│ │ │ │ │ │
|
|
403
|
+
│ Gherkin │ │ Auto-QA │ │ Constitution │
|
|
404
|
+
│ P1/P2/P3+ │ │ Schema↔Spec │ │ check │
|
|
405
|
+
│ DBML auto │ │ Ambiguities │ │ Technical context│
|
|
406
|
+
└─────────────┘ └─────────────┘ └──────────────────┘
|
|
407
|
+
│ │ │
|
|
408
|
+
[Gate 1] [Gate 2+3] [Gate 4]
|
|
409
|
+
│
|
|
410
|
+
▼
|
|
411
|
+
┌─────────────┐ ┌─────────────┐ ┌──────────────────┐
|
|
412
|
+
│ REVIEW │◀────│ IMPLEMENT │◀────│ BREAK DOWN │
|
|
413
|
+
│ │ │ │ │ │
|
|
414
|
+
│ 7 dimensions│ │ TDD in Docker│ │ [T001] [P] [US1] │
|
|
415
|
+
│ N+1, SOLID │ │ Checkpoints │ │ 5 phases │
|
|
416
|
+
│ Security │ │ Anti-stubs │ │ Nyquist │
|
|
417
|
+
└─────────────┘ └─────────────┘ └──────────────────┘
|
|
418
|
+
│ │ │
|
|
419
|
+
[Gate 6] [Gate 6] [Gate 5]
|
|
420
|
+
+ Regression
|
|
421
|
+
```
|
|
422
|
+
|
|
423
|
+
Each gate blocks progress if criteria are not met. **No shortcuts.**
|
|
424
|
+
|
|
425
|
+
---
|
|
426
|
+
|
|
427
|
+
## 7 specialized agents
|
|
428
|
+
|
|
429
|
+
| Agent | Model | Role |
|
|
430
|
+
|-------|-------|------|
|
|
431
|
+
| `planificador` | opus | Decomposition and planning |
|
|
432
|
+
| `arquitecto` | opus | System design |
|
|
433
|
+
| `ejecutor` | sonnet | Code implementation |
|
|
434
|
+
| `revisor` | opus | Architectural code review |
|
|
435
|
+
| `tester` | sonnet | Testing and QA |
|
|
436
|
+
| `documentador` | haiku | Documentation |
|
|
437
|
+
| `estimador` | opus | Effort estimates |
|
|
438
|
+
|
|
439
|
+
```bash
|
|
440
|
+
/dc:agent planner
|
|
441
|
+
/dc:roundtable "Monolith or microservices?"
|
|
442
|
+
/dc:tech-panel "Redis or Memcached for session caching?"
|
|
443
|
+
/dc:planning --team "Ana,Carlos,Luis" --week "2026-03-24"
|
|
444
|
+
```
|
|
445
|
+
|
|
446
|
+
---
|
|
447
|
+
|
|
448
|
+
## PoC Mode
|
|
449
|
+
|
|
450
|
+
Validate ideas before committing to implementation:
|
|
451
|
+
|
|
452
|
+
```bash
|
|
453
|
+
/dc:poc --hypothesis "SQLite is sufficient for the MVP"
|
|
454
|
+
```
|
|
455
|
+
|
|
456
|
+
| Phase | What |
|
|
457
|
+
|-------|------|
|
|
458
|
+
| **Hypothesis** | Define what to validate and success/failure criteria |
|
|
459
|
+
| **Build** | Throwaway code, relaxed rules, no TDD |
|
|
460
|
+
| **Evaluate** | Results vs criteria with evidence |
|
|
461
|
+
| **Verdict** | VIABLE / WITH RESERVATIONS / NOT VIABLE / INCONCLUSIVE |
|
|
462
|
+
|
|
463
|
+
If viable → `/dc:poc --graduate` → full pipeline.
|
|
464
|
+
|
|
465
|
+
---
|
|
466
|
+
|
|
467
|
+
## Automatic Estimates
|
|
468
|
+
|
|
469
|
+
```bash
|
|
470
|
+
/dc:estimate docs/prd.md
|
|
471
|
+
```
|
|
472
|
+
|
|
473
|
+
4 complementary models:
|
|
474
|
+
|
|
475
|
+
| Model | Technique |
|
|
476
|
+
|-------|-----------|
|
|
477
|
+
| **Function Points** | Functional complexity |
|
|
478
|
+
| **AI Planning Poker** | 3 agents estimate independently |
|
|
479
|
+
| **COCOMO** | Estimated LOC → effort |
|
|
480
|
+
| **Historical** | Comparison with similar tasks |
|
|
481
|
+
|
|
482
|
+
Output: optimistic, expected, and pessimistic estimate with breakdown by feature.
|
|
483
|
+
|
|
484
|
+
---
|
|
485
|
+
|
|
486
|
+
## Security Audit
|
|
487
|
+
|
|
488
|
+
```bash
|
|
489
|
+
/dc:security-audit
|
|
490
|
+
```
|
|
491
|
+
|
|
492
|
+
Scans all 10 OWASP categories:
|
|
493
|
+
|
|
494
|
+
- **A01** Broken Access Control — endpoints without auth, IDOR, CORS
|
|
495
|
+
- **A02** Cryptographic Failures — passwords in plaintext, JWT without expiration
|
|
496
|
+
- **A03** Injection — SQL, XSS, command injection
|
|
497
|
+
- **A04-A10** — Configuration, vulnerable components, logging
|
|
498
|
+
|
|
499
|
+
Each finding includes severity, file, line, and suggested fix.
|
|
500
|
+
|
|
501
|
+
---
|
|
502
|
+
|
|
503
|
+
## Stack Migration
|
|
504
|
+
|
|
505
|
+
```bash
|
|
506
|
+
/dc:migrate --from "Vue 3" --to "React 19"
|
|
507
|
+
```
|
|
508
|
+
|
|
509
|
+
6 phases: Inventory → Equivalences → Strategy → Plan → Execution → Verification
|
|
510
|
+
|
|
511
|
+
Supports: framework (Vue→React), version (Next 14→15), language (JS→TS), paradigm (REST→GraphQL).
|
|
512
|
+
|
|
513
|
+
---
|
|
514
|
+
|
|
515
|
+
## Multi-LLM / Multi-IDE
|
|
516
|
+
|
|
517
|
+
Don Cheli works natively with **4 AI agents** and **3 IDEs**:
|
|
518
|
+
|
|
519
|
+
| File | Agent / IDE | Structure |
|
|
520
|
+
|------|------------|-----------|
|
|
521
|
+
| `CLAUDE.md` | Claude Code | `.claude/skills/`, `.claude/commands/` |
|
|
522
|
+
| `GEMINI.md` | Google Antigravity (Gemini 3.1) | `.agent/skills/`, `.agent/workflows/` |
|
|
523
|
+
| `AGENTS.md` | Cross-tool (Cursor, Codex, etc.) | Shared between all |
|
|
524
|
+
| `prompt.md` | Amp / others | Generic instructions |
|
|
525
|
+
|
|
526
|
+
### Google Antigravity
|
|
527
|
+
|
|
528
|
+
Don Cheli includes native support for Antigravity with Gemini 3.1:
|
|
529
|
+
|
|
530
|
+
- `GEMINI.md` — Adapted instructions with model routing (Flash/Pro)
|
|
531
|
+
- 5 skills in `.agent/skills/` (spec, plan, implement, review, security)
|
|
532
|
+
- 4 workflows in `.agent/workflows/` (start, pipeline, review, security)
|
|
533
|
+
|
|
534
|
+
```bash
|
|
535
|
+
# In Antigravity, workflows are invoked as slash commands:
|
|
536
|
+
/doncheli-start
|
|
537
|
+
/doncheli-pipeline
|
|
538
|
+
/doncheli-review
|
|
539
|
+
/doncheli-security
|
|
540
|
+
```
|
|
541
|
+
|
|
542
|
+
---
|
|
543
|
+
|
|
544
|
+
## Project Structure
|
|
545
|
+
|
|
546
|
+
```
|
|
547
|
+
don-cheli/
|
|
548
|
+
├── comandos/
|
|
549
|
+
│ ├── especdev/ # 53 /dc:* commands
|
|
550
|
+
│ └── razonar/ # 15 /razonar:* commands
|
|
551
|
+
├── habilidades/ # 42 modular skills
|
|
552
|
+
├── reglas/
|
|
553
|
+
│ ├── constitucion.md # 8 governing principles
|
|
554
|
+
│ ├── leyes-hierro.md # 3 non-negotiable laws
|
|
555
|
+
│ ├── puertas-calidad.md # 6 quality gates
|
|
556
|
+
│ ├── i18n.md # Internationalization rules
|
|
557
|
+
│ ├── skills-best-practices.md # Anthropic Skills 2.0 best practices
|
|
558
|
+
│ └── reglas-trabajo-globales.md
|
|
559
|
+
├── locales/ # 🌍 i18n strings
|
|
560
|
+
│ ├── es.json # Spanish (158 strings)
|
|
561
|
+
│ ├── en.json # English (158 strings)
|
|
562
|
+
│ └── pt.json # Portuguese (158 strings)
|
|
563
|
+
├── plantillas/
|
|
564
|
+
│ └── especdev/
|
|
565
|
+
│ ├── es/ # Templates in Spanish
|
|
566
|
+
│ ├── en/ # Templates in English
|
|
567
|
+
│ └── pt/ # Templates in Portuguese
|
|
568
|
+
├── agentes/ # 7 specialized agents
|
|
569
|
+
├── ganchos/ # Pre/Post tool + Stop hooks
|
|
570
|
+
├── scripts/ # instalar.sh, bucle.sh, validar.sh
|
|
571
|
+
├── .agent/ # 🔮 Antigravity/Gemini compatibility
|
|
572
|
+
│ ├── skills/ # 5 skills (spec, plan, implement, review, security)
|
|
573
|
+
│ └── workflows/ # 4 workflows (/doncheli-start, pipeline, review, security)
|
|
574
|
+
├── CLAUDE.md # Instructions for Claude Code
|
|
575
|
+
├── GEMINI.md # Instructions for Google Antigravity
|
|
576
|
+
├── AGENTS.md # Cross-tool instructions (Cursor, Codex)
|
|
577
|
+
├── prompt.md # Instructions for Amp
|
|
578
|
+
├── NOTICE # Attributions
|
|
579
|
+
└── LICENCIA # Apache 2.0
|
|
580
|
+
```
|
|
581
|
+
|
|
582
|
+
After installing with a language, the installed structure uses localized names:
|
|
583
|
+
|
|
584
|
+
```
|
|
585
|
+
~/.claude/don-cheli/ # Global installation
|
|
586
|
+
├── skills/ # (or habilidades/ in ES, habilidades/ in PT)
|
|
587
|
+
├── rules/ # (or reglas/ in ES, regras/ in PT)
|
|
588
|
+
├── templates/ # (or plantillas/ in ES, modelos/ in PT)
|
|
589
|
+
├── hooks/ # (or ganchos/ in ES/PT)
|
|
590
|
+
├── agents/ # (or agentes/ in ES/PT)
|
|
591
|
+
├── locales/ # es.json, en.json, pt.json
|
|
592
|
+
├── locale # 2-letter file: "es", "en" or "pt"
|
|
593
|
+
├── folder-map.json # Name mapping for Claude
|
|
594
|
+
├── CLAUDE.md
|
|
595
|
+
└── VERSION
|
|
596
|
+
```
|
|
597
|
+
|
|
598
|
+
---
|
|
599
|
+
|
|
600
|
+
## Philosophy
|
|
601
|
+
|
|
602
|
+
> **"Context Window = RAM, File System = Disk"**
|
|
603
|
+
|
|
604
|
+
1. **Persistence over conversation** — Write it down, don't just say it
|
|
605
|
+
2. **Structure over chaos** — Clear files, clear roles
|
|
606
|
+
3. **Recovery over restart** — Never lose progress
|
|
607
|
+
4. **Evidence over assertions** — Show, don't tell
|
|
608
|
+
5. **Simplicity over complexity** — Everything in your language
|
|
609
|
+
|
|
610
|
+
---
|
|
611
|
+
|
|
612
|
+
## Contributing
|
|
613
|
+
|
|
614
|
+
See [CONTRIBUIR.md](CONTRIBUIR.md) for the complete guide.
|
|
615
|
+
|
|
616
|
+
```bash
|
|
617
|
+
# Fork → Clone → Branch → Changes → PR
|
|
618
|
+
git checkout -b feature/my-improvement
|
|
619
|
+
```
|
|
620
|
+
|
|
621
|
+
---
|
|
622
|
+
|
|
623
|
+
## Changelog
|
|
624
|
+
|
|
625
|
+
See [CHANGELOG.md](./CHANGELOG.md) for the full history of changes.
|
|
626
|
+
|
|
627
|
+
---
|
|
628
|
+
|
|
629
|
+
## License
|
|
630
|
+
|
|
631
|
+
[Apache 2.0](LICENCIA) — Copyright 2026 Jose Luis Oronoz Troconis (@DonCheli)
|
|
632
|
+
|
|
633
|
+
You may use, modify, and distribute Don Cheli freely. You must maintain attribution to the original author and indicate any changes made.
|
|
634
|
+
|
|
635
|
+
---
|
|
636
|
+
|
|
637
|
+
<p align="center">
|
|
638
|
+
<strong>Stop improvising. Start delivering.</strong><br/>
|
|
639
|
+
<sub>Don Cheli — SDD Framework</sub>
|
|
640
|
+
</p>
|