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.
Files changed (351) hide show
  1. package/AGENTS.md +33 -0
  2. package/CHANGELOG.md +108 -0
  3. package/CLAUDE.md +114 -0
  4. package/LICENSE +190 -0
  5. package/README.es.md +611 -0
  6. package/README.md +640 -0
  7. package/README.pt.md +579 -0
  8. package/VERSION +1 -0
  9. package/agentes/README.md +28 -0
  10. package/agentes/prompts/estimador.md +29 -0
  11. package/comandos/bucle-completar.md +13 -0
  12. package/comandos/bucle-estado.md +13 -0
  13. package/comandos/bucle.md +74 -0
  14. package/comandos/especdev/actualizar.md +200 -0
  15. package/comandos/especdev/agente.md +43 -0
  16. package/comandos/especdev/analizar-sesiones.md +158 -0
  17. package/comandos/especdev/aplicar.md +73 -0
  18. package/comandos/especdev/archivar.md +69 -0
  19. package/comandos/especdev/auditar-seguridad.md +234 -0
  20. package/comandos/especdev/auditar.md +15 -0
  21. package/comandos/especdev/avance-rapido.md +64 -0
  22. package/comandos/especdev/cambios.md +14 -0
  23. package/comandos/especdev/capturar.md +61 -0
  24. package/comandos/especdev/cerrar-sesion.md +88 -0
  25. package/comandos/especdev/clarificar.md +98 -0
  26. package/comandos/especdev/comenzar.md +105 -0
  27. package/comandos/especdev/completo.md +49 -0
  28. package/comandos/especdev/continuar.md +59 -0
  29. package/comandos/especdev/contrato-api.md +223 -0
  30. package/comandos/especdev/contrato-ui.md +245 -0
  31. package/comandos/especdev/crear-skill.md +148 -0
  32. package/comandos/especdev/debate.md +119 -0
  33. package/comandos/especdev/desglosar.md +172 -0
  34. package/comandos/especdev/destilar.md +211 -0
  35. package/comandos/especdev/detectar-ambiguedad.md +81 -0
  36. package/comandos/especdev/diagnostico.md +92 -0
  37. package/comandos/especdev/dise/303/261ar.md +74 -0
  38. package/comandos/especdev/doctor.md +78 -0
  39. package/comandos/especdev/donde-estoy.md +32 -0
  40. package/comandos/especdev/especificar.md +189 -0
  41. package/comandos/especdev/estado.md +46 -0
  42. package/comandos/especdev/estimar.md +141 -0
  43. package/comandos/especdev/explorar.md +175 -0
  44. package/comandos/especdev/guardian.md +99 -0
  45. package/comandos/especdev/historial.md +14 -0
  46. package/comandos/especdev/implementar.md +227 -0
  47. package/comandos/especdev/incorporar.md +71 -0
  48. package/comandos/especdev/iniciar.md +82 -0
  49. package/comandos/especdev/limpiar-slop.md +88 -0
  50. package/comandos/especdev/marketplace.md +109 -0
  51. package/comandos/especdev/memorizar.md +31 -0
  52. package/comandos/especdev/mesa-redonda.md +60 -0
  53. package/comandos/especdev/mesa-tecnica.md +144 -0
  54. package/comandos/especdev/migrar.md +237 -0
  55. package/comandos/especdev/minar-referencias.md +214 -0
  56. package/comandos/especdev/planificar-tecnico.md +186 -0
  57. package/comandos/especdev/planning.md +264 -0
  58. package/comandos/especdev/poc.md +302 -0
  59. package/comandos/especdev/presentar.md +75 -0
  60. package/comandos/especdev/proponer.md +69 -0
  61. package/comandos/especdev/pseudocodigo.md +49 -0
  62. package/comandos/especdev/rapido.md +69 -0
  63. package/comandos/especdev/reflexionar.md +53 -0
  64. package/comandos/especdev/retro.md +14 -0
  65. package/comandos/especdev/reversa.md +155 -0
  66. package/comandos/especdev/revisar.md +231 -0
  67. package/comandos/especdev/traspasar.md +76 -0
  68. package/comandos/especdev/traspaso.md +43 -0
  69. package/comandos/especdev/uat.md +84 -0
  70. package/comandos/especdev/validar-spec.md +58 -0
  71. package/comandos/especdev/validar.md +40 -0
  72. package/comandos/historias-generar.md +74 -0
  73. package/comandos/razonar/5-porques.md +42 -0
  74. package/comandos/razonar/circulo-competencia.md +22 -0
  75. package/comandos/razonar/costo-oportunidad.md +21 -0
  76. package/comandos/razonar/inversion.md +40 -0
  77. package/comandos/razonar/mapa-territorio.md +22 -0
  78. package/comandos/razonar/minimizar-arrepentimiento.md +20 -0
  79. package/comandos/razonar/pareto.md +32 -0
  80. package/comandos/razonar/pre-mortem.md +22 -0
  81. package/comandos/razonar/primeros-principios.md +57 -0
  82. package/comandos/razonar/probabilistico.md +21 -0
  83. package/comandos/razonar/reversibilidad.md +27 -0
  84. package/comandos/razonar/rlm-cadena-pensamiento.md +189 -0
  85. package/comandos/razonar/rlm-descomposicion.md +216 -0
  86. package/comandos/razonar/rlm-verificacion.md +169 -0
  87. package/comandos/razonar/segundo-orden.md +35 -0
  88. package/ganchos/parar.md +10 -0
  89. package/ganchos/post-herramienta.md +9 -0
  90. package/ganchos/pre-herramienta.md +19 -0
  91. package/habilidades/arnes-agente/HABILIDAD.md +164 -0
  92. package/habilidades/auto-correccion/HABILIDAD.md +114 -0
  93. package/habilidades/brainstorming/HABILIDAD.md +88 -0
  94. package/habilidades/cambio-carpeta/HABILIDAD.md +100 -0
  95. package/habilidades/code-rag/HABILIDAD.md +306 -0
  96. package/habilidades/contabilidad-tokens/HABILIDAD.md +109 -0
  97. package/habilidades/delta-specs/HABILIDAD.md +102 -0
  98. package/habilidades/desarrollo-subagentes/HABILIDAD.md +51 -0
  99. package/habilidades/deteccion-loops/HABILIDAD.md +168 -0
  100. package/habilidades/deteccion-stubs/HABILIDAD.md +204 -0
  101. package/habilidades/devlog/HABILIDAD.md +84 -0
  102. package/habilidades/documentacion-viva/HABILIDAD.md +231 -0
  103. package/habilidades/estimacion/HABILIDAD.md +48 -0
  104. package/habilidades/extensiones-presets/HABILIDAD.md +133 -0
  105. package/habilidades/generador-specs/HABILIDAD.md +37 -0
  106. package/habilidades/ingenieria-contexto/HABILIDAD.md +34 -0
  107. package/habilidades/integracion-mcp/HABILIDAD.md +59 -0
  108. package/habilidades/leyes-hierro/HABILIDAD.md +45 -0
  109. package/habilidades/mapa-arquitectonico/HABILIDAD.md +93 -0
  110. package/habilidades/memoria-persistente/HABILIDAD.md +97 -0
  111. package/habilidades/obsidian/HABILIDAD.md +93 -0
  112. package/habilidades/optimizacion-tokens/HABILIDAD.md +179 -0
  113. package/habilidades/optimizador-contexto/HABILIDAD.md +106 -0
  114. package/habilidades/orquestacion-autonoma/HABILIDAD.md +133 -0
  115. package/habilidades/permisos-seguridad/HABILIDAD.md +76 -0
  116. package/habilidades/persona/HABILIDAD.md +66 -0
  117. package/habilidades/planning-equipo/HABILIDAD.md +169 -0
  118. package/habilidades/presentaciones/HABILIDAD.md +63 -0
  119. package/habilidades/proyecciones-costo/HABILIDAD.md +54 -0
  120. package/habilidades/prueba-trabajo/HABILIDAD.md +131 -0
  121. package/habilidades/razonamiento/HABILIDAD.md +69 -0
  122. package/habilidades/recuperacion-sesion/HABILIDAD.md +27 -0
  123. package/habilidades/refactorizacion-solid/HABILIDAD.md +182 -0
  124. package/habilidades/reflexion/HABILIDAD.md +37 -0
  125. package/habilidades/rigor-progresivo/HABILIDAD.md +109 -0
  126. package/habilidades/rlm/HABILIDAD.md +85 -0
  127. package/habilidades/routing-modelos/HABILIDAD.md +79 -0
  128. package/habilidades/salud-habilidades/HABILIDAD.md +63 -0
  129. package/habilidades/schemas-dbml/HABILIDAD.md +101 -0
  130. package/habilidades/trazabilidad/HABILIDAD.md +63 -0
  131. package/habilidades/ui-ux-design/HABILIDAD.md +76 -0
  132. package/habilidades/validacion-nyquist/HABILIDAD.md +161 -0
  133. package/habilidades/worktrees/HABILIDAD.md +80 -0
  134. package/locales/en.json +179 -0
  135. package/locales/es.json +179 -0
  136. package/locales/pt.json +179 -0
  137. package/package.json +48 -0
  138. package/plantillas/checklist-requisitos.md +31 -0
  139. package/plantillas/docker/Dockerfile +16 -0
  140. package/plantillas/docker/docker-compose.yml +28 -0
  141. package/plantillas/especdev/WORKFLOW.md +118 -0
  142. package/plantillas/especdev/config.yaml +27 -0
  143. package/plantillas/especdev/en/config.yaml +27 -0
  144. package/plantillas/especdev/en/decisions.md +17 -0
  145. package/plantillas/especdev/en/deferred-work.md +17 -0
  146. package/plantillas/especdev/en/findings.md +7 -0
  147. package/plantillas/especdev/en/knowledge.md +19 -0
  148. package/plantillas/especdev/en/plan.md +35 -0
  149. package/plantillas/especdev/en/progress.md +7 -0
  150. package/plantillas/especdev/en/project-constitution.md +53 -0
  151. package/plantillas/especdev/en/pseudocode.md +35 -0
  152. package/plantillas/especdev/en/runtime.md +26 -0
  153. package/plantillas/especdev/en/status.md +16 -0
  154. package/plantillas/especdev/es/config.yaml +27 -0
  155. package/plantillas/especdev/es/conocimiento.md +19 -0
  156. package/plantillas/especdev/es/constitucion-proyecto.md +53 -0
  157. package/plantillas/especdev/es/decisiones.md +17 -0
  158. package/plantillas/especdev/es/deuda-scope.md +17 -0
  159. package/plantillas/especdev/es/estado.md +16 -0
  160. package/plantillas/especdev/es/hallazgos.md +7 -0
  161. package/plantillas/especdev/es/plan.md +35 -0
  162. package/plantillas/especdev/es/progreso.md +7 -0
  163. package/plantillas/especdev/es/pseudocodigo.md +35 -0
  164. package/plantillas/especdev/es/runtime.md +26 -0
  165. package/plantillas/especdev/estado.md +16 -0
  166. package/plantillas/especdev/hallazgos.md +7 -0
  167. package/plantillas/especdev/isa.yml +152 -0
  168. package/plantillas/especdev/plan.md +35 -0
  169. package/plantillas/especdev/progreso.md +7 -0
  170. package/plantillas/especdev/pt/config.yaml +27 -0
  171. package/plantillas/especdev/pt/conhecimento.md +19 -0
  172. package/plantillas/especdev/pt/constituicao-projeto.md +53 -0
  173. package/plantillas/especdev/pt/decisoes.md +17 -0
  174. package/plantillas/especdev/pt/descobertas.md +7 -0
  175. package/plantillas/especdev/pt/estado.md +16 -0
  176. package/plantillas/especdev/pt/plano.md +35 -0
  177. package/plantillas/especdev/pt/progresso.md +7 -0
  178. package/plantillas/especdev/pt/pseudocodigo.md +35 -0
  179. package/plantillas/especdev/pt/runtime.md +26 -0
  180. package/plantillas/especdev/pt/trabalho-diferido.md +17 -0
  181. package/plantillas/estimado-desarrollo.md +43 -0
  182. package/prompt.md +16 -0
  183. package/reglas/constitucion.md +122 -0
  184. package/reglas/hooks-parar.md +102 -0
  185. package/reglas/i18n.md +47 -0
  186. package/reglas/leyes-hierro.md +18 -0
  187. package/reglas/puertas-calidad.md +87 -0
  188. package/reglas/reglas-desviacion.md +36 -0
  189. package/reglas/reglas-trabajo-globales.md +171 -0
  190. package/reglas/skills-best-practices.md +109 -0
  191. package/scripts/.claude/commands/bucle-completar.md +13 -0
  192. package/scripts/.claude/commands/bucle-estado.md +13 -0
  193. package/scripts/.claude/commands/bucle.md +74 -0
  194. package/scripts/.claude/commands/especdev/actualizar.md +200 -0
  195. package/scripts/.claude/commands/especdev/agente.md +43 -0
  196. package/scripts/.claude/commands/especdev/analizar-sesiones.md +158 -0
  197. package/scripts/.claude/commands/especdev/aplicar.md +73 -0
  198. package/scripts/.claude/commands/especdev/archivar.md +69 -0
  199. package/scripts/.claude/commands/especdev/auditar-seguridad.md +234 -0
  200. package/scripts/.claude/commands/especdev/auditar.md +15 -0
  201. package/scripts/.claude/commands/especdev/avance-rapido.md +64 -0
  202. package/scripts/.claude/commands/especdev/cambios.md +14 -0
  203. package/scripts/.claude/commands/especdev/cerrar-sesion.md +88 -0
  204. package/scripts/.claude/commands/especdev/clarificar.md +98 -0
  205. package/scripts/.claude/commands/especdev/comenzar.md +77 -0
  206. package/scripts/.claude/commands/especdev/completo.md +49 -0
  207. package/scripts/.claude/commands/especdev/continuar.md +59 -0
  208. package/scripts/.claude/commands/especdev/contrato-api.md +223 -0
  209. package/scripts/.claude/commands/especdev/contrato-ui.md +245 -0
  210. package/scripts/.claude/commands/especdev/desglosar.md +172 -0
  211. package/scripts/.claude/commands/especdev/destilar.md +211 -0
  212. package/scripts/.claude/commands/especdev/detectar-ambiguedad.md +81 -0
  213. package/scripts/.claude/commands/especdev/diagnostico.md +92 -0
  214. package/scripts/.claude/commands/especdev/dise/303/261ar.md +74 -0
  215. package/scripts/.claude/commands/especdev/donde-estoy.md +32 -0
  216. package/scripts/.claude/commands/especdev/especificar.md +189 -0
  217. package/scripts/.claude/commands/especdev/estado.md +46 -0
  218. package/scripts/.claude/commands/especdev/estimar.md +141 -0
  219. package/scripts/.claude/commands/especdev/explorar.md +175 -0
  220. package/scripts/.claude/commands/especdev/guardian.md +99 -0
  221. package/scripts/.claude/commands/especdev/historial.md +14 -0
  222. package/scripts/.claude/commands/especdev/implementar.md +227 -0
  223. package/scripts/.claude/commands/especdev/incorporar.md +71 -0
  224. package/scripts/.claude/commands/especdev/iniciar.md +82 -0
  225. package/scripts/.claude/commands/especdev/limpiar-slop.md +88 -0
  226. package/scripts/.claude/commands/especdev/memorizar.md +31 -0
  227. package/scripts/.claude/commands/especdev/mesa-redonda.md +60 -0
  228. package/scripts/.claude/commands/especdev/mesa-tecnica.md +144 -0
  229. package/scripts/.claude/commands/especdev/migrar.md +237 -0
  230. package/scripts/.claude/commands/especdev/minar-referencias.md +214 -0
  231. package/scripts/.claude/commands/especdev/planificar-tecnico.md +186 -0
  232. package/scripts/.claude/commands/especdev/planning.md +264 -0
  233. package/scripts/.claude/commands/especdev/poc.md +302 -0
  234. package/scripts/.claude/commands/especdev/proponer.md +69 -0
  235. package/scripts/.claude/commands/especdev/rapido.md +69 -0
  236. package/scripts/.claude/commands/especdev/reflexionar.md +53 -0
  237. package/scripts/.claude/commands/especdev/retro.md +14 -0
  238. package/scripts/.claude/commands/especdev/reversa.md +155 -0
  239. package/scripts/.claude/commands/especdev/revisar.md +221 -0
  240. package/scripts/.claude/commands/especdev/traspasar.md +76 -0
  241. package/scripts/.claude/commands/especdev/traspaso.md +43 -0
  242. package/scripts/.claude/commands/especdev/validar.md +40 -0
  243. package/scripts/.claude/commands/historias-generar.md +74 -0
  244. package/scripts/.claude/commands/razonar/5-porques.md +42 -0
  245. package/scripts/.claude/commands/razonar/circulo-competencia.md +22 -0
  246. package/scripts/.claude/commands/razonar/costo-oportunidad.md +21 -0
  247. package/scripts/.claude/commands/razonar/inversion.md +40 -0
  248. package/scripts/.claude/commands/razonar/mapa-territorio.md +22 -0
  249. package/scripts/.claude/commands/razonar/minimizar-arrepentimiento.md +20 -0
  250. package/scripts/.claude/commands/razonar/pareto.md +32 -0
  251. package/scripts/.claude/commands/razonar/pre-mortem.md +22 -0
  252. package/scripts/.claude/commands/razonar/primeros-principios.md +57 -0
  253. package/scripts/.claude/commands/razonar/probabilistico.md +21 -0
  254. package/scripts/.claude/commands/razonar/reversibilidad.md +27 -0
  255. package/scripts/.claude/commands/razonar/rlm-cadena-pensamiento.md +189 -0
  256. package/scripts/.claude/commands/razonar/rlm-descomposicion.md +216 -0
  257. package/scripts/.claude/commands/razonar/rlm-verificacion.md +169 -0
  258. package/scripts/.claude/commands/razonar/segundo-orden.md +35 -0
  259. package/scripts/.claude/don-cheli/AGENTS.md +20 -0
  260. package/scripts/.claude/don-cheli/CLAUDE.md +114 -0
  261. package/scripts/.claude/don-cheli/NOTICE +17 -0
  262. package/scripts/.claude/don-cheli/VERSION +1 -0
  263. package/scripts/.claude/don-cheli/agentes/README.md +28 -0
  264. package/scripts/.claude/don-cheli/agentes/prompts/estimador.md +29 -0
  265. package/scripts/.claude/don-cheli/folder-map.json +19 -0
  266. package/scripts/.claude/don-cheli/ganchos/parar.md +10 -0
  267. package/scripts/.claude/don-cheli/ganchos/post-herramienta.md +9 -0
  268. package/scripts/.claude/don-cheli/ganchos/pre-herramienta.md +19 -0
  269. package/scripts/.claude/don-cheli/habilidades/arnes-agente/HABILIDAD.md +155 -0
  270. package/scripts/.claude/don-cheli/habilidades/auto-correccion/HABILIDAD.md +105 -0
  271. package/scripts/.claude/don-cheli/habilidades/brainstorming/HABILIDAD.md +79 -0
  272. package/scripts/.claude/don-cheli/habilidades/cambio-carpeta/HABILIDAD.md +91 -0
  273. package/scripts/.claude/don-cheli/habilidades/code-rag/HABILIDAD.md +297 -0
  274. package/scripts/.claude/don-cheli/habilidades/contabilidad-tokens/HABILIDAD.md +100 -0
  275. package/scripts/.claude/don-cheli/habilidades/delta-specs/HABILIDAD.md +93 -0
  276. package/scripts/.claude/don-cheli/habilidades/desarrollo-subagentes/HABILIDAD.md +42 -0
  277. package/scripts/.claude/don-cheli/habilidades/deteccion-loops/HABILIDAD.md +159 -0
  278. package/scripts/.claude/don-cheli/habilidades/deteccion-stubs/HABILIDAD.md +195 -0
  279. package/scripts/.claude/don-cheli/habilidades/devlog/HABILIDAD.md +75 -0
  280. package/scripts/.claude/don-cheli/habilidades/documentacion-viva/HABILIDAD.md +222 -0
  281. package/scripts/.claude/don-cheli/habilidades/estimacion/HABILIDAD.md +39 -0
  282. package/scripts/.claude/don-cheli/habilidades/extensiones-presets/HABILIDAD.md +124 -0
  283. package/scripts/.claude/don-cheli/habilidades/generador-specs/HABILIDAD.md +28 -0
  284. package/scripts/.claude/don-cheli/habilidades/ingenieria-contexto/HABILIDAD.md +25 -0
  285. package/scripts/.claude/don-cheli/habilidades/integracion-mcp/HABILIDAD.md +50 -0
  286. package/scripts/.claude/don-cheli/habilidades/leyes-hierro/HABILIDAD.md +36 -0
  287. package/scripts/.claude/don-cheli/habilidades/mapa-arquitectonico/HABILIDAD.md +84 -0
  288. package/scripts/.claude/don-cheli/habilidades/memoria-persistente/HABILIDAD.md +88 -0
  289. package/scripts/.claude/don-cheli/habilidades/obsidian/HABILIDAD.md +84 -0
  290. package/scripts/.claude/don-cheli/habilidades/optimizacion-tokens/HABILIDAD.md +170 -0
  291. package/scripts/.claude/don-cheli/habilidades/optimizador-contexto/HABILIDAD.md +97 -0
  292. package/scripts/.claude/don-cheli/habilidades/orquestacion-autonoma/HABILIDAD.md +124 -0
  293. package/scripts/.claude/don-cheli/habilidades/permisos-seguridad/HABILIDAD.md +67 -0
  294. package/scripts/.claude/don-cheli/habilidades/persona/HABILIDAD.md +57 -0
  295. package/scripts/.claude/don-cheli/habilidades/presentaciones/HABILIDAD.md +54 -0
  296. package/scripts/.claude/don-cheli/habilidades/prueba-trabajo/HABILIDAD.md +122 -0
  297. package/scripts/.claude/don-cheli/habilidades/razonamiento/HABILIDAD.md +60 -0
  298. package/scripts/.claude/don-cheli/habilidades/recuperacion-sesion/HABILIDAD.md +18 -0
  299. package/scripts/.claude/don-cheli/habilidades/refactorizacion-solid/HABILIDAD.md +173 -0
  300. package/scripts/.claude/don-cheli/habilidades/reflexion/HABILIDAD.md +15 -0
  301. package/scripts/.claude/don-cheli/habilidades/rigor-progresivo/HABILIDAD.md +100 -0
  302. package/scripts/.claude/don-cheli/habilidades/rlm/HABILIDAD.md +76 -0
  303. package/scripts/.claude/don-cheli/habilidades/schemas-dbml/HABILIDAD.md +92 -0
  304. package/scripts/.claude/don-cheli/habilidades/trazabilidad/HABILIDAD.md +54 -0
  305. package/scripts/.claude/don-cheli/habilidades/ui-ux-design/HABILIDAD.md +67 -0
  306. package/scripts/.claude/don-cheli/habilidades/validacion-nyquist/HABILIDAD.md +152 -0
  307. package/scripts/.claude/don-cheli/habilidades/worktrees/HABILIDAD.md +71 -0
  308. package/scripts/.claude/don-cheli/locale +1 -0
  309. package/scripts/.claude/don-cheli/locales/en.json +179 -0
  310. package/scripts/.claude/don-cheli/locales/es.json +179 -0
  311. package/scripts/.claude/don-cheli/locales/pt.json +179 -0
  312. package/scripts/.claude/don-cheli/plantillas/checklist-requisitos.md +31 -0
  313. package/scripts/.claude/don-cheli/plantillas/docker/Dockerfile +16 -0
  314. package/scripts/.claude/don-cheli/plantillas/docker/docker-compose.yml +28 -0
  315. package/scripts/.claude/don-cheli/plantillas/especdev/WORKFLOW.md +118 -0
  316. package/scripts/.claude/don-cheli/plantillas/especdev/config.yaml +27 -0
  317. package/scripts/.claude/don-cheli/plantillas/especdev/en/config.yaml +27 -0
  318. package/scripts/.claude/don-cheli/plantillas/especdev/en/findings.md +7 -0
  319. package/scripts/.claude/don-cheli/plantillas/especdev/en/plan.md +35 -0
  320. package/scripts/.claude/don-cheli/plantillas/especdev/en/progress.md +7 -0
  321. package/scripts/.claude/don-cheli/plantillas/especdev/en/status.md +16 -0
  322. package/scripts/.claude/don-cheli/plantillas/especdev/es/config.yaml +27 -0
  323. package/scripts/.claude/don-cheli/plantillas/especdev/es/estado.md +16 -0
  324. package/scripts/.claude/don-cheli/plantillas/especdev/es/hallazgos.md +7 -0
  325. package/scripts/.claude/don-cheli/plantillas/especdev/es/plan.md +35 -0
  326. package/scripts/.claude/don-cheli/plantillas/especdev/es/progreso.md +7 -0
  327. package/scripts/.claude/don-cheli/plantillas/especdev/estado.md +16 -0
  328. package/scripts/.claude/don-cheli/plantillas/especdev/hallazgos.md +7 -0
  329. package/scripts/.claude/don-cheli/plantillas/especdev/isa.yml +152 -0
  330. package/scripts/.claude/don-cheli/plantillas/especdev/plan.md +35 -0
  331. package/scripts/.claude/don-cheli/plantillas/especdev/progreso.md +7 -0
  332. package/scripts/.claude/don-cheli/plantillas/especdev/pt/config.yaml +27 -0
  333. package/scripts/.claude/don-cheli/plantillas/especdev/pt/descobertas.md +7 -0
  334. package/scripts/.claude/don-cheli/plantillas/especdev/pt/estado.md +16 -0
  335. package/scripts/.claude/don-cheli/plantillas/especdev/pt/plano.md +35 -0
  336. package/scripts/.claude/don-cheli/plantillas/especdev/pt/progresso.md +7 -0
  337. package/scripts/.claude/don-cheli/plantillas/estimado-desarrollo.md +43 -0
  338. package/scripts/.claude/don-cheli/prompt.md +16 -0
  339. package/scripts/.claude/don-cheli/reglas/constitucion.md +122 -0
  340. package/scripts/.claude/don-cheli/reglas/hooks-parar.md +102 -0
  341. package/scripts/.claude/don-cheli/reglas/i18n.md +47 -0
  342. package/scripts/.claude/don-cheli/reglas/leyes-hierro.md +18 -0
  343. package/scripts/.claude/don-cheli/reglas/puertas-calidad.md +87 -0
  344. package/scripts/.claude/don-cheli/reglas/reglas-desviacion.md +36 -0
  345. package/scripts/.claude/don-cheli/reglas/reglas-trabajo-globales.md +171 -0
  346. package/scripts/.claude/don-cheli/scripts/bucle.sh +103 -0
  347. package/scripts/.claude/don-cheli/scripts/instalar.sh +522 -0
  348. package/scripts/.claude/don-cheli/scripts/validar.sh +70 -0
  349. package/scripts/bucle.sh +103 -0
  350. package/scripts/instalar.sh +587 -0
  351. package/scripts/validar.sh +70 -0
@@ -0,0 +1,152 @@
1
+ # Habilidad: Validación Nyquist (Testabilidad Pre-Coding)
2
+
3
+ **Versión:** 1.0.0
4
+ **Categoría:** Calidad
5
+ **Tipo:** Rígida
6
+
7
+ > Adaptado de Get Shit Done (gsd-build/get-shit-done) — Nyquist Validation Layer.
8
+
9
+ ## Cómo Mejora el Framework
10
+
11
+ Don Cheli exige TDD (Ley de Hierro #1), pero la validación ocurre **durante** la implementación (RED→GREEN). No hay verificación de que **todos** los requisitos tengan tests mapeados **antes** de empezar a codear.
12
+
13
+ La Validación Nyquist previene el problema: "lo construimos pero no podemos medir si funciona".
14
+
15
+ ## El Concepto
16
+
17
+ > En teoría de señales, el Teorema de Nyquist dice que para capturar fielmente una señal, necesitas muestrearla al doble de su frecuencia. Analogía: para capturar fielmente los requisitos, necesitas al menos un test por requisito.
18
+
19
+ ```
20
+ Sin Nyquist:
21
+ Plan → Implementar → "¿funciona?" → "no sé, no hay test para eso"
22
+
23
+ Con Nyquist:
24
+ Plan → Mapeo tests↔requisitos → ¿100% cubierto? → Implementar → Verificar
25
+ ```
26
+
27
+ ## Cuándo se Ejecuta
28
+
29
+ La validación Nyquist se ejecuta como **puerta de calidad** entre `/especdev:desglosar` y `/especdev:implementar`:
30
+
31
+ ```
32
+ /especdev:desglosar → .tasks.md
33
+ → [VALIDACIÓN NYQUIST] ← aquí
34
+ → /especdev:implementar
35
+ ```
36
+
37
+ ## Proceso de Validación
38
+
39
+ ### Paso 1: Extraer Requisitos
40
+
41
+ De la spec (`.feature`) y el plan (`.plan.md`), extraer todos los requisitos verificables:
42
+
43
+ ```markdown
44
+ ## Requisitos Extraídos
45
+
46
+ | ID | Requisito | Fuente | Tipo |
47
+ |----|-----------|--------|------|
48
+ | R01 | Registro exitoso crea usuario | CrearUsuario.feature:E1 | Funcional |
49
+ | R02 | Email duplicado retorna error | CrearUsuario.feature:E2 | Funcional |
50
+ | R03 | Campo vacío retorna error | CrearUsuario.feature:E3 | Validación |
51
+ | R04 | Respuesta en < 500ms (p95) | CrearUsuario.feature:CE | Rendimiento |
52
+ | R05 | Password se almacena hasheado | CrearUsuario.plan.md:Modelo | Seguridad |
53
+ ```
54
+
55
+ ### Paso 2: Mapear Tests
56
+
57
+ Para cada requisito, identificar qué tarea del `.tasks.md` lo verifica:
58
+
59
+ ```markdown
60
+ ## Mapeo Nyquist
61
+
62
+ | Requisito | Tarea que lo verifica | Comando de verificación | Estado |
63
+ |-----------|----------------------|------------------------|--------|
64
+ | R01 | T008 (test registro exitoso) | `pytest tests/unit/test_service.py::test_crear_exitoso` | ✅ Cubierto |
65
+ | R02 | T009 (test email duplicado) | `pytest tests/unit/test_service.py::test_email_duplicado` | ✅ Cubierto |
66
+ | R03 | T014 (test campo vacío) | `pytest tests/unit/test_service.py::test_campo_vacio` | ✅ Cubierto |
67
+ | R04 | — | — | ❌ Sin test |
68
+ | R05 | — | — | ❌ Sin test |
69
+ ```
70
+
71
+ ### Paso 3: Evaluar Cobertura
72
+
73
+ ```markdown
74
+ ## Resultado Nyquist
75
+
76
+ Requisitos totales: 5
77
+ Cubiertos por tests: 3
78
+ Sin cobertura: 2
79
+ Cobertura Nyquist: 60% (mínimo requerido: 100% para P1, 80% para P2)
80
+
81
+ ❌ NO-AVANZAR — Faltan tests para:
82
+ - R04 (Rendimiento): Agregar test de latencia p95
83
+ - R05 (Seguridad): Agregar test que verifique hash vs plaintext
84
+ ```
85
+
86
+ ### Paso 4: Resolver Brechas
87
+
88
+ Antes de implementar, se DEBEN agregar las tareas faltantes al `.tasks.md`:
89
+
90
+ ```markdown
91
+ ## Tareas Agregadas por Nyquist
92
+
93
+ - [T025] [P] [US1] RED: Test de latencia p95 para POST /usuarios (< 500ms)
94
+ - [T026] [P] [US1] RED: Test que verifica password hasheado en BD (no plaintext)
95
+ ```
96
+
97
+ ## Umbrales de Cobertura Nyquist
98
+
99
+ | Prioridad | Cobertura Mínima | Acción si no cumple |
100
+ |-----------|------------------|---------------------|
101
+ | **P1** (Camino Crítico) | 100% | ❌ NO-AVANZAR |
102
+ | **P2** (Importante) | 80% | ⚠️ WARNING (puede avanzar con justificación) |
103
+ | **P3+** (Deseable) | 50% | ℹ️ INFO (registrar deuda) |
104
+
105
+ ## Tipos de Verificación
106
+
107
+ No todos los requisitos se verifican con tests automatizados:
108
+
109
+ | Tipo | Verificación | Ejemplo |
110
+ |------|-------------|---------|
111
+ | **Automatizado** | Test unitario/integración | "Email duplicado retorna 409" |
112
+ | **Visual** | Checkpoint humano | "UI se ve correctamente en mobile" |
113
+ | **Rendimiento** | Benchmark automatizado | "Respuesta < 500ms p95" |
114
+ | **Manual** | Checklist UAT | "Flujo de onboarding es intuitivo" |
115
+
116
+ Los requisitos con verificación **Visual** o **Manual** se marcan como `[checkpoint-humano]` y no bloquean la puerta Nyquist, pero se registran en la deuda de verificación.
117
+
118
+ ## Deuda de Verificación
119
+
120
+ Requisitos que no pueden verificarse automáticamente se registran como **deuda**:
121
+
122
+ ```markdown
123
+ ## Deuda de Verificación
124
+
125
+ | Requisito | Tipo | Razón | Cuándo resolver |
126
+ |-----------|------|-------|-----------------|
127
+ | R04 | Rendimiento | Requiere entorno de carga | Antes de release |
128
+ | "UI responsive" | Visual | Requiere revisión humana | En checkpoint |
129
+ ```
130
+
131
+ ## Integración con Puertas de Calidad
132
+
133
+ La Validación Nyquist se integra como **sub-puerta de la Puerta 5** (Preparación de Tareas):
134
+
135
+ ```
136
+ Puerta 5: Preparación de Tareas
137
+ ├── Todas las tareas con IDs (T###) ✅
138
+ ├── Rutas de archivos en tareas ✅
139
+ ├── Marcadores [P] de paralelismo ✅
140
+ ├── 5 fases presentes ✅
141
+ └── Validación Nyquist ✅ ← NUEVA
142
+ ├── P1: 100% cubierto
143
+ ├── P2: 80%+ cubierto
144
+ └── P3+: 50%+ cubierto (o deuda registrada)
145
+ ```
146
+
147
+ ## Guardrails
148
+
149
+ - **Nunca** avanzar a implementación con P1 sin 100% de cobertura Nyquist
150
+ - **Nunca** aceptar "se probará manualmente" para requisitos automatizables
151
+ - **Siempre** registrar deuda de verificación para requisitos no automatizables
152
+ - **Siempre** agregar tareas faltantes al `.tasks.md` antes de implementar
@@ -0,0 +1,71 @@
1
+ # Habilidad: Git Worktrees
2
+
3
+ **Versión:** 1.0.0
4
+ **Categoría:** Desarrollo
5
+ **Tipo:** Rígida
6
+
7
+ > Adaptado de [superpowers](https://github.com/obra/superpowers) — Desarrollo paralelo con workspaces aislados.
8
+
9
+ ## Propósito
10
+
11
+ Usar git worktrees para desarrollo en paralelo sin conflictos de branch. Cada tarea trabaja en su propia copia del repo sin afectar a las demás.
12
+
13
+ ## Cuándo Usar
14
+
15
+ - Múltiples features en paralelo
16
+ - PoC que no debe contaminar `main`
17
+ - Subagentes ejecutando tareas independientes
18
+ - Code review mientras se sigue desarrollando
19
+
20
+ ## Comandos
21
+
22
+ ```bash
23
+ # Crear worktree para una feature
24
+ git worktree add ../mi-proyecto-feature-auth feature/auth
25
+
26
+ # Crear worktree desde branch nuevo
27
+ git worktree add -b feature/payments ../mi-proyecto-payments main
28
+
29
+ # Listar worktrees activos
30
+ git worktree list
31
+
32
+ # Eliminar worktree terminado
33
+ git worktree remove ../mi-proyecto-feature-auth
34
+ ```
35
+
36
+ ## Convención de Nombres
37
+
38
+ ```
39
+ ../<proyecto>-<tipo>-<nombre>/
40
+ ```
41
+
42
+ Ejemplos:
43
+ ```
44
+ ../mi-api-feature-auth/
45
+ ../mi-api-poc-websockets/
46
+ ../mi-api-fix-timeout/
47
+ ```
48
+
49
+ ## Flujo con Subagentes
50
+
51
+ ```
52
+ Tarea A (independiente) → Worktree A → Subagente A
53
+ Tarea B (independiente) → Worktree B → Subagente B
54
+ Tarea C (independiente) → Worktree C → Subagente C
55
+
56
+ Merge secuencial
57
+ ```
58
+
59
+ ## Reglas
60
+
61
+ 1. **Un worktree = un branch** — Nunca compartir branches entre worktrees
62
+ 2. **Limpiar al terminar** — `git worktree remove` después de merge
63
+ 3. **No worktrees anidados** — Siempre al mismo nivel que el repo principal
64
+ 4. **Commit antes de eliminar** — Verificar que todo está mergeado
65
+ 5. **Nombrar descriptivamente** — El nombre debe indicar qué se trabaja
66
+
67
+ ## Integración con Don Cheli
68
+
69
+ - `/especdev:implementar` puede usar worktrees para tareas `[P]` (paralelas)
70
+ - `/especdev:poc` crea worktree automáticamente en `poc/<nombre>`
71
+ - Subagentes ejecutores reciben worktree aislado por defecto
@@ -0,0 +1 @@
1
+ es
@@ -0,0 +1,179 @@
1
+ {
2
+ "installer": {
3
+ "banner_line1": "Don Cheli — SDD Framework v{{version}}",
4
+ "banner_line2": "Stop improvising. Start delivering.",
5
+ "select_language": "Selecciona tu idioma / Select your language / Selecione seu idioma",
6
+ "option_es": "Español",
7
+ "option_en": "English",
8
+ "option_pt": "Português",
9
+ "invalid_option": "Invalid option. Select 1, 2 or 3.",
10
+ "language_selected": "Language selected: {{language}}",
11
+ "mode_global": "Mode: Global installation",
12
+ "mode_local": "Mode: Local installation in current project",
13
+ "framework_path": "Framework: {{path}}",
14
+ "commands_path": "Commands: {{path}}",
15
+ "step_structure": "Creating structure...",
16
+ "step_commands": "Copying commands...",
17
+ "step_commands_done": "{{count}} commands /especdev:*",
18
+ "step_reasoning_done": "{{count}} commands /razonar:*",
19
+ "step_skills": "Copying skills...",
20
+ "step_skills_done": "{{count}} skills",
21
+ "step_rules": "Copying rules...",
22
+ "step_rules_done": "{{count}} rules",
23
+ "step_templates": "Copying templates...",
24
+ "step_templates_done": "Templates copied",
25
+ "step_hooks": "Copying hooks...",
26
+ "step_hooks_done": "Hooks copied",
27
+ "step_agents": "Copying agents...",
28
+ "step_agents_done": "Agents copied",
29
+ "step_scripts": "Copying scripts...",
30
+ "step_scripts_done": "Scripts copied",
31
+ "step_reference": "Copying reference files...",
32
+ "step_reference_done": "CLAUDE.md, AGENTS.md, prompt.md, NOTICE",
33
+ "success_title": "Don Cheli v{{version}} successfully installed",
34
+ "structure_title": "Installed structure:",
35
+ "structure_skills": "skills",
36
+ "structure_rules": "rules",
37
+ "structure_templates": "templates",
38
+ "structure_hooks": "hooks",
39
+ "structure_agents": "agents",
40
+ "structure_commands": "commands",
41
+ "next_steps_title": "Next steps:",
42
+ "next_step_1": "Restart Claude Code",
43
+ "next_step_2": "In any project run: /especdev:iniciar",
44
+ "farewell": "Stop improvising. Start delivering!"
45
+ },
46
+ "framework": {
47
+ "identity": "You are a development assistant operating under the Don Cheli framework (Specification-Driven Development).",
48
+ "language_instruction": "ALWAYS respond in English. Code (variables, functions) in English. Documentation, commits and communication in English.",
49
+ "phases": {
50
+ "0": "Initialization",
51
+ "1": "Proposal",
52
+ "2": "Specification",
53
+ "3": "Clarification",
54
+ "4": "Technical design",
55
+ "5": "Planning",
56
+ "6": "Breakdown",
57
+ "7": "Implementation",
58
+ "8": "Review"
59
+ },
60
+ "status": {
61
+ "pending": "Pending",
62
+ "in_progress": "In progress",
63
+ "completed": "Completed",
64
+ "approved": "Approved",
65
+ "blocked": "Blocked"
66
+ },
67
+ "project_types": {
68
+ "producto": "New complete product",
69
+ "cli": "Command-line application",
70
+ "app": "Desktop/mobile application",
71
+ "libreria": "Reusable package",
72
+ "servicio": "Microservice/API",
73
+ "refactor": "Existing refactoring",
74
+ "correccion": "Bug fix"
75
+ },
76
+ "verdicts": {
77
+ "viable": "VIABLE — Proceed with implementation",
78
+ "viable_with_reservations": "VIABLE WITH RESERVATIONS — Document limitations",
79
+ "not_viable": "NOT VIABLE — Explore alternatives",
80
+ "inconclusive": "INCONCLUSIVE — Reformulate hypothesis"
81
+ },
82
+ "review": {
83
+ "approved": "APPROVED",
84
+ "approved_with_observations": "APPROVED WITH OBSERVATIONS",
85
+ "rejected": "REJECTED",
86
+ "pending": "PENDING APPROVAL"
87
+ },
88
+ "priorities": {
89
+ "p1": "Critical Path",
90
+ "p2": "Important",
91
+ "p3": "Desirable"
92
+ },
93
+ "severity": {
94
+ "critical": "Critical",
95
+ "high": "High",
96
+ "medium": "Medium",
97
+ "low": "Low"
98
+ },
99
+ "tdd": {
100
+ "red": "Write a FAILING test",
101
+ "green": "Implement MINIMUM code to pass",
102
+ "refactor": "Clean up without changing behavior"
103
+ },
104
+ "iron_laws": {
105
+ "1": "All production code requires tests",
106
+ "2": "Root cause first, then the fix",
107
+ "3": "Evidence before assertions"
108
+ }
109
+ },
110
+ "commands": {
111
+ "iniciar": {
112
+ "initialized": "Don Cheli initialized",
113
+ "project": "Project",
114
+ "type": "Type",
115
+ "directory": "Directory",
116
+ "files_created": "files created",
117
+ "next_step": "Next step: edit .especdev/plan.md to define your phases",
118
+ "already_exists": ".especdev/ already exists. Do you want to overwrite or repair?"
119
+ },
120
+ "estado": {
121
+ "current_phase": "Current Phase",
122
+ "next_phase": "Next Phase",
123
+ "summary": "Summary",
124
+ "phase_history": "Phase History"
125
+ },
126
+ "proponer": {
127
+ "intention": "Intention (WHY)",
128
+ "scope": "Scope (WHAT)",
129
+ "included": "Included",
130
+ "excluded": "Excluded",
131
+ "approach": "Approach (HOW)",
132
+ "risks": "Risks",
133
+ "estimate": "Preliminary Estimate",
134
+ "open_questions": "Open Questions",
135
+ "pending_approval": "PENDING APPROVAL"
136
+ },
137
+ "clarificar": {
138
+ "ambiguities_detected": "Ambiguities Detected",
139
+ "schema_check": "Schema-Spec Verification",
140
+ "convention_check": "Convention Check",
141
+ "auto_generated_audit": "Auto-Generated Audit",
142
+ "result": "Result",
143
+ "pass": "PASS",
144
+ "fail": "FAIL",
145
+ "advance": "ADVANCE",
146
+ "no_advance": "NO-ADVANCE"
147
+ },
148
+ "implementar": {
149
+ "phase_setup": "Phase 1: Setup",
150
+ "phase_foundation": "Phase 2: Foundation",
151
+ "phase_stories": "Phase 3: User Stories",
152
+ "phase_polish": "Phase 4: Polish",
153
+ "phase_verify": "Phase 5: Final Verification",
154
+ "checkpoint_verify": "CHECKPOINT: verify",
155
+ "checkpoint_decision": "CHECKPOINT: decision",
156
+ "checkpoint_human": "CHECKPOINT: human-action",
157
+ "all_tests_pass": "All tests pass. Feature successfully implemented."
158
+ },
159
+ "revisar": {
160
+ "functional": "Functional Correctness",
161
+ "tests": "Tests and Coverage",
162
+ "performance": "Performance",
163
+ "architecture": "Architecture and Design",
164
+ "security": "Security",
165
+ "style": "Style and Conventions",
166
+ "diff": "Clean Diff"
167
+ },
168
+ "diagnostico": {
169
+ "structure": "Structure",
170
+ "configuration": "Configuration",
171
+ "environment": "Environment",
172
+ "pipeline": "Pipeline",
173
+ "healthy": "HEALTHY",
174
+ "functional": "FUNCTIONAL",
175
+ "needs_attention": "NEEDS ATTENTION",
176
+ "warnings": "Warnings"
177
+ }
178
+ }
179
+ }
@@ -0,0 +1,179 @@
1
+ {
2
+ "installer": {
3
+ "banner_line1": "Don Cheli — SDD Framework v{{version}}",
4
+ "banner_line2": "Deja de improvisar. Empieza a entregar.",
5
+ "select_language": "Selecciona tu idioma / Select your language / Selecione seu idioma",
6
+ "option_es": "Español",
7
+ "option_en": "English",
8
+ "option_pt": "Português",
9
+ "invalid_option": "Opción inválida. Selecciona 1, 2 o 3.",
10
+ "language_selected": "Idioma seleccionado: {{language}}",
11
+ "mode_global": "Modo: Instalación global",
12
+ "mode_local": "Modo: Instalación local en proyecto actual",
13
+ "framework_path": "Framework: {{path}}",
14
+ "commands_path": "Comandos: {{path}}",
15
+ "step_structure": "Creando estructura...",
16
+ "step_commands": "Copiando comandos...",
17
+ "step_commands_done": "{{count}} comandos /especdev:*",
18
+ "step_reasoning_done": "{{count}} comandos /razonar:*",
19
+ "step_skills": "Copiando habilidades...",
20
+ "step_skills_done": "{{count}} habilidades",
21
+ "step_rules": "Copiando reglas...",
22
+ "step_rules_done": "{{count}} reglas",
23
+ "step_templates": "Copiando plantillas...",
24
+ "step_templates_done": "Plantillas copiadas",
25
+ "step_hooks": "Copiando ganchos...",
26
+ "step_hooks_done": "Ganchos copiados",
27
+ "step_agents": "Copiando agentes...",
28
+ "step_agents_done": "Agentes copiados",
29
+ "step_scripts": "Copiando scripts...",
30
+ "step_scripts_done": "Scripts copiados",
31
+ "step_reference": "Copiando archivos de referencia...",
32
+ "step_reference_done": "CLAUDE.md, AGENTS.md, prompt.md, NOTICE",
33
+ "success_title": "Don Cheli v{{version}} instalado exitosamente",
34
+ "structure_title": "Estructura instalada:",
35
+ "structure_skills": "habilidades",
36
+ "structure_rules": "reglas",
37
+ "structure_templates": "plantillas",
38
+ "structure_hooks": "ganchos",
39
+ "structure_agents": "agentes",
40
+ "structure_commands": "comandos",
41
+ "next_steps_title": "Próximos pasos:",
42
+ "next_step_1": "Reinicia Claude Code",
43
+ "next_step_2": "En cualquier proyecto ejecuta: /especdev:iniciar",
44
+ "farewell": "¡Deja de improvisar. Empieza a entregar!"
45
+ },
46
+ "framework": {
47
+ "identity": "Eres un asistente de desarrollo que opera bajo el framework Don Cheli (Desarrollo Dirigido por Especificaciones).",
48
+ "language_instruction": "Responde SIEMPRE en español. Código (variables, funciones) en inglés. Documentación, commits y comunicación en español.",
49
+ "phases": {
50
+ "0": "Inicialización",
51
+ "1": "Propuesta",
52
+ "2": "Especificación",
53
+ "3": "Clarificación",
54
+ "4": "Diseño técnico",
55
+ "5": "Planificación",
56
+ "6": "Desglose",
57
+ "7": "Implementación",
58
+ "8": "Revisión"
59
+ },
60
+ "status": {
61
+ "pending": "Pendiente",
62
+ "in_progress": "En progreso",
63
+ "completed": "Completada",
64
+ "approved": "Aprobada",
65
+ "blocked": "Bloqueada"
66
+ },
67
+ "project_types": {
68
+ "producto": "Producto completo nuevo",
69
+ "cli": "Aplicación de línea de comandos",
70
+ "app": "Aplicación desktop/móvil",
71
+ "libreria": "Paquete reutilizable",
72
+ "servicio": "Microservicio/API",
73
+ "refactor": "Refactoring existente",
74
+ "correccion": "Corrección de bug"
75
+ },
76
+ "verdicts": {
77
+ "viable": "VIABLE — Proceder con implementación",
78
+ "viable_with_reservations": "VIABLE CON RESERVAS — Documentar limitaciones",
79
+ "not_viable": "NO VIABLE — Explorar alternativas",
80
+ "inconclusive": "INCONCLUSO — Reformular hipótesis"
81
+ },
82
+ "review": {
83
+ "approved": "APROBADO",
84
+ "approved_with_observations": "APROBADO CON OBSERVACIONES",
85
+ "rejected": "RECHAZADO",
86
+ "pending": "PENDIENTE APROBACIÓN"
87
+ },
88
+ "priorities": {
89
+ "p1": "Camino Crítico",
90
+ "p2": "Importante",
91
+ "p3": "Deseable"
92
+ },
93
+ "severity": {
94
+ "critical": "Crítico",
95
+ "high": "Alto",
96
+ "medium": "Medio",
97
+ "low": "Bajo"
98
+ },
99
+ "tdd": {
100
+ "red": "Escribir test que FALLA",
101
+ "green": "Implementar código MÍNIMO para que pase",
102
+ "refactor": "Limpiar sin cambiar comportamiento"
103
+ },
104
+ "iron_laws": {
105
+ "1": "Todo código de producción requiere tests",
106
+ "2": "Primero la causa raíz, luego la corrección",
107
+ "3": "Evidencia antes de afirmaciones"
108
+ }
109
+ },
110
+ "commands": {
111
+ "iniciar": {
112
+ "initialized": "Don Cheli inicializado",
113
+ "project": "Proyecto",
114
+ "type": "Tipo",
115
+ "directory": "Directorio",
116
+ "files_created": "archivos creados",
117
+ "next_step": "Próximo paso: edita .especdev/plan.md para definir tus fases",
118
+ "already_exists": ".especdev/ ya existe. ¿Deseas sobrescribir o reparar?"
119
+ },
120
+ "estado": {
121
+ "current_phase": "Fase Actual",
122
+ "next_phase": "Próxima Fase",
123
+ "summary": "Resumen",
124
+ "phase_history": "Historial de Fases"
125
+ },
126
+ "proponer": {
127
+ "intention": "Intención (POR QUÉ)",
128
+ "scope": "Alcance (QUÉ)",
129
+ "included": "Incluido",
130
+ "excluded": "Excluido",
131
+ "approach": "Enfoque (CÓMO)",
132
+ "risks": "Riesgos",
133
+ "estimate": "Estimado Preliminar",
134
+ "open_questions": "Preguntas Abiertas",
135
+ "pending_approval": "PENDIENTE APROBACIÓN"
136
+ },
137
+ "clarificar": {
138
+ "ambiguities_detected": "Ambigüedades Detectadas",
139
+ "schema_check": "Verificación Schema-Spec",
140
+ "convention_check": "Verificación de Convenciones",
141
+ "auto_generated_audit": "Auditoría Auto-Generado",
142
+ "result": "Resultado",
143
+ "pass": "PASA",
144
+ "fail": "FALLA",
145
+ "advance": "AVANZAR",
146
+ "no_advance": "NO-AVANZAR"
147
+ },
148
+ "implementar": {
149
+ "phase_setup": "Fase 1: Setup",
150
+ "phase_foundation": "Fase 2: Fundación",
151
+ "phase_stories": "Fase 3: Historias de Usuario",
152
+ "phase_polish": "Fase 4: Polish",
153
+ "phase_verify": "Fase 5: Verificación Final",
154
+ "checkpoint_verify": "CHECKPOINT: verificar",
155
+ "checkpoint_decision": "CHECKPOINT: decisión",
156
+ "checkpoint_human": "CHECKPOINT: acción-humana",
157
+ "all_tests_pass": "Todos los tests pasan. Feature implementada exitosamente."
158
+ },
159
+ "revisar": {
160
+ "functional": "Corrección Funcional",
161
+ "tests": "Tests y Cobertura",
162
+ "performance": "Rendimiento",
163
+ "architecture": "Arquitectura y Diseño",
164
+ "security": "Seguridad",
165
+ "style": "Estilo y Convenciones",
166
+ "diff": "Diff Limpio"
167
+ },
168
+ "diagnostico": {
169
+ "structure": "Estructura",
170
+ "configuration": "Configuración",
171
+ "environment": "Entorno",
172
+ "pipeline": "Pipeline",
173
+ "healthy": "SALUDABLE",
174
+ "functional": "FUNCIONAL",
175
+ "needs_attention": "REQUIERE ATENCIÓN",
176
+ "warnings": "Warnings"
177
+ }
178
+ }
179
+ }