@christianmaf80/agentic-workflow 1.41.0-beta.10 → 1.42.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 (339) hide show
  1. package/README.es.md +13 -94
  2. package/README.md +14 -94
  3. package/RELEASE_PROCESS.md +3 -6
  4. package/bin/cli.js +31 -72
  5. package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/acceptance.md +70 -0
  6. package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/agent-scores.md +22 -0
  7. package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/agent-tasks/1-dev-agent-scaffold.md +106 -0
  8. package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/agent-tasks/2-dev-agent-manifest-command.md +105 -0
  9. package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/agent-tasks/3-dev-agent-marketplace-evidence.md +103 -0
  10. package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/agent-tasks/4-qa-agent-verify-build.md +103 -0
  11. package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/analysis.md +197 -0
  12. package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/architect/review.md +131 -0
  13. package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/changelog.md +26 -0
  14. package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/metrics.md +40 -0
  15. package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/plan.md +175 -0
  16. package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/researcher/research.md +157 -0
  17. package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/results-acceptance.md +168 -0
  18. package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/task.md +119 -0
  19. package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/verification.md +79 -0
  20. package/dist/agent/artifacts/11-refinement-capas-constitution/analysis.md +24 -0
  21. package/dist/agent/artifacts/11-refinement-capas-constitution/roadmap-audit.md +34 -0
  22. package/dist/agent/artifacts/11-refinement-capas-constitution/task.md +58 -0
  23. package/dist/agent/artifacts/12-npm-workspaces/acceptance.md +78 -0
  24. package/dist/agent/artifacts/12-npm-workspaces/analysis.md +179 -0
  25. package/dist/agent/artifacts/12-npm-workspaces/plan.md +237 -0
  26. package/dist/agent/artifacts/12-npm-workspaces/researcher/research.md +186 -0
  27. package/dist/agent/artifacts/12-npm-workspaces/task.md +126 -0
  28. package/dist/agent/artifacts/13-implement-custom-chat-with-a2ui/acceptance.md +75 -0
  29. package/dist/agent/artifacts/13-implement-custom-chat-with-a2ui/researcher/research.md +121 -0
  30. package/dist/agent/artifacts/13-implement-custom-chat-with-a2ui/task.md +104 -0
  31. package/dist/agent/artifacts/14-re-implement-setup-config-d1/acceptance.md +75 -0
  32. package/dist/agent/artifacts/14-re-implement-setup-config-d1/architect/analysis.md +90 -0
  33. package/dist/agent/artifacts/14-re-implement-setup-config-d1/planner/implementation_plan.md +44 -0
  34. package/dist/agent/artifacts/14-re-implement-setup-config-d1/researcher/research.md +113 -0
  35. package/dist/agent/artifacts/14-re-implement-setup-config-d1/task.md +107 -0
  36. package/dist/agent/artifacts/14-re-implement-setup-config-d1/verification/walkthrough.md +37 -0
  37. package/dist/agent/artifacts/14-re-implement-setup-config-d1/verifier/walkthrough.md +0 -0
  38. package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/acceptance.md +68 -0
  39. package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/agent-tasks/1-dev-agent-contribution-points-assets.md +107 -0
  40. package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/agent-tasks/2-dev-agent-webview-provider.md +106 -0
  41. package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/agent-tasks/3-dev-agent-webview-ui.md +104 -0
  42. package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/agent-tasks/4-dev-agent-chat-participant.md +104 -0
  43. package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/agent-tasks/5-dev-agent-migrate-to-root.md +103 -0
  44. package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/agent-tasks/fix-1-dev-agent-chat-participant-types.md +108 -0
  45. package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/agent-tasks/fix-2-dev-agent-view-container-id.md +106 -0
  46. package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/agent-tasks/fix-3-dev-agent-container-id-lowercase.md +105 -0
  47. package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/agent-tasks/fix-4-dev-agent-container-id-hyphen.md +105 -0
  48. package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/agent-tasks/fix-5-dev-agent-view-type-webview.md +103 -0
  49. package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/analysis.md +179 -0
  50. package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/architect/review.md +118 -0
  51. package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/plan.md +171 -0
  52. package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/researcher/research.md +113 -0
  53. package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/results-acceptance.md +171 -0
  54. package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/task.md +119 -0
  55. package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/verification.md +85 -0
  56. package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/acceptance.md +69 -0
  57. package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/agent-scores.md +23 -0
  58. package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/agent-tasks/1-dev-agent-create-project.md +89 -0
  59. package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/agent-tasks/2-dev-agent-contributes-activitybar.md +88 -0
  60. package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/agent-tasks/3-dev-agent-webview-panel.md +88 -0
  61. package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/agent-tasks/4-dev-agent-chat-participant.md +88 -0
  62. package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/agent-tasks/5-dev-agent-launch-config.md +90 -0
  63. package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/agent-tasks/fix-1-dev-agent-view-container-ids.md +90 -0
  64. package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/analysis.md +175 -0
  65. package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/architect/review.md +118 -0
  66. package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/changelog.md +26 -0
  67. package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/metrics.md +43 -0
  68. package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/plan.md +167 -0
  69. package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/researcher/research.md +115 -0
  70. package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/results-acceptance.md +122 -0
  71. package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/task.md +119 -0
  72. package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/verification.md +85 -0
  73. package/dist/agent/artifacts/4-copiar-estructura-agentic-cliente/acceptance.md +67 -0
  74. package/dist/agent/artifacts/4-copiar-estructura-agentic-cliente/architect/implementation.md +31 -0
  75. package/dist/agent/artifacts/4-copiar-estructura-agentic-cliente/brief.md +103 -0
  76. package/dist/agent/artifacts/4-copiar-estructura-agentic-cliente/closure.md +101 -0
  77. package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/acceptance.md +72 -0
  78. package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/agent-scores.md +20 -0
  79. package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/agent-tasks/1-dev-agent-reestructurar-carpetas.md +101 -0
  80. package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/agent-tasks/2-dev-agent-scaffolding-yeoman.md +111 -0
  81. package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/agent-tasks/3-dev-agent-merge-extension.md +110 -0
  82. package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/agent-tasks/4-dev-agent-merge-config.md +107 -0
  83. package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/agent-tasks/5-dev-agent-update-scripts.md +111 -0
  84. package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/agent-tasks/6-qa-agent-validation-install.md +108 -0
  85. package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/agent-tasks/7-dev-agent-fix-cli-entrypoint.md +104 -0
  86. package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/agent-tasks/8-qa-agent-validation-install-retry.md +106 -0
  87. package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/analysis.md +125 -0
  88. package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/architect/review.md +84 -0
  89. package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/changelog.md +34 -0
  90. package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/metrics.md +44 -0
  91. package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/plan.md +157 -0
  92. package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/researcher/research.md +105 -0
  93. package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/results-acceptance.md +105 -0
  94. package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/task.md +107 -0
  95. package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/verification.md +79 -0
  96. package/dist/agent/artifacts/6-release-beta-11/agent-tasks/1-dev-agent-release-bump.md +44 -0
  97. package/dist/agent/artifacts/6-release-beta-11/architect/implementation.md +37 -0
  98. package/dist/agent/artifacts/6-release-beta-11/brief.md +89 -0
  99. package/dist/agent/artifacts/6-release-beta-11/closure.md +83 -0
  100. package/dist/agent/artifacts/6-release-beta-11/task.md +65 -0
  101. package/dist/agent/artifacts/7-extension-vscode-webview/acceptance.md +70 -0
  102. package/dist/agent/artifacts/7-extension-vscode-webview/agent-scores.md +24 -0
  103. package/dist/agent/artifacts/7-extension-vscode-webview/agent-tasks/1-vscode-specialist-scaffold-extension.md +99 -0
  104. package/dist/agent/artifacts/7-extension-vscode-webview/agent-tasks/2-vscode-specialist-update-manifest.md +101 -0
  105. package/dist/agent/artifacts/7-extension-vscode-webview/agent-tasks/3-vscode-specialist-webview-provider.md +96 -0
  106. package/dist/agent/artifacts/7-extension-vscode-webview/agent-tasks/4-vscode-specialist-activitybar-icon.md +95 -0
  107. package/dist/agent/artifacts/7-extension-vscode-webview/agent-tasks/5-qa-agent-manual-verify.md +97 -0
  108. package/dist/agent/artifacts/7-extension-vscode-webview/analysis.md +195 -0
  109. package/dist/agent/artifacts/7-extension-vscode-webview/architect/review.md +124 -0
  110. package/dist/agent/artifacts/7-extension-vscode-webview/changelog.md +9 -0
  111. package/dist/agent/artifacts/7-extension-vscode-webview/metrics.md +43 -0
  112. package/dist/agent/artifacts/7-extension-vscode-webview/plan.md +181 -0
  113. package/dist/agent/artifacts/7-extension-vscode-webview/researcher/research.md +118 -0
  114. package/dist/agent/artifacts/7-extension-vscode-webview/results-acceptance.md +146 -0
  115. package/dist/agent/artifacts/7-extension-vscode-webview/task.md +119 -0
  116. package/dist/agent/artifacts/7-extension-vscode-webview/verification.md +81 -0
  117. package/dist/agent/artifacts/8-create-agentic-runtime-cli-first-as-the-single-execution-engine/task.md +126 -0
  118. package/dist/agent/artifacts/candidate/acceptance.md +23 -0
  119. package/dist/agent/artifacts/candidate/brief.md +39 -0
  120. package/dist/agent/artifacts/candidate/init.md +24 -0
  121. package/dist/agent/artifacts/candidate/task.md +5 -0
  122. package/dist/agent/artifacts/task-20260128-reorganize-structure/acceptance.md +68 -0
  123. package/dist/agent/artifacts/task-20260128-reorganize-structure/brief.md +100 -0
  124. package/dist/agent/artifacts/task-20260128-reorganize-structure/closure.md +40 -0
  125. package/dist/agent/artifacts/task-20260128-reorganize-structure/implementation.md +48 -0
  126. package/dist/agent/artifacts/task-20260128-reorganize-structure/task.md +66 -0
  127. package/dist/agent/artifacts/task-20260130-chatkit-mainview/acceptance.md +65 -0
  128. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-scores.md +26 -0
  129. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/1-neo-agent-deps-chatkit.md +108 -0
  130. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/15-vscode-specialist-views-router.md +89 -0
  131. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/1b-vscode-specialist-review-deps.md +106 -0
  132. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/2-neo-agent-local-server.md +111 -0
  133. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/22-vscode-specialist-external-js.md +84 -0
  134. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/23-qa-agent-coverage-tests.md +85 -0
  135. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/24-vscode-specialist-class-refactor.md +84 -0
  136. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/25-vscode-specialist-external-html.md +88 -0
  137. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/26-vscode-specialist-template-js-html.md +110 -0
  138. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/27-vscode-specialist-fix-loading-setup.md +110 -0
  139. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/28-vscode-specialist-webview-debug-setup.md +107 -0
  140. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/29-vscode-specialist-webview-logging.md +109 -0
  141. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/3-neo-agent-webview-ui.md +107 -0
  142. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/30-vscode-specialist-csp-source.md +88 -0
  143. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/31-vscode-specialist-logging-prefix.md +83 -0
  144. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/32-vscode-specialist-logging-visibility.md +85 -0
  145. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/33-vscode-specialist-lit-setup.md +85 -0
  146. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/34-vscode-specialist-core-lit-base.md +89 -0
  147. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/35-vscode-specialist-lit-decorators-ts.md +88 -0
  148. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/36-vscode-specialist-lit-module-start.md +85 -0
  149. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/37-vscode-specialist-lit-ready-state.md +86 -0
  150. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/4-qa-agent-verification.md +106 -0
  151. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/5-vscode-specialist-api-key-ui.md +107 -0
  152. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/6-vscode-specialist-refactor-protocol.md +108 -0
  153. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/7-qa-agent-unit-tests.md +104 -0
  154. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-10-vscode-specialist-api-key-handshake.md +84 -0
  155. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-11-vscode-specialist-api-key-button-style.md +83 -0
  156. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-12-vscode-specialist-key-gate-view.md +84 -0
  157. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-13-vscode-specialist-status-timeout.md +83 -0
  158. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-14-vscode-specialist-init-flow.md +84 -0
  159. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-16-vscode-specialist-view-context.md +87 -0
  160. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-17-vscode-specialist-clear-key-command.md +85 -0
  161. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-18-vscode-specialist-context-sync.md +84 -0
  162. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-19-vscode-specialist-setup-visible.md +88 -0
  163. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-20-vscode-specialist-loading-state.md +83 -0
  164. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-21-vscode-specialist-loading-label.md +84 -0
  165. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-8-vscode-specialist-api-key-detect.md +89 -0
  166. package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-9-vscode-specialist-api-key-state.md +84 -0
  167. package/dist/agent/artifacts/task-20260130-chatkit-mainview/analysis.md +156 -0
  168. package/dist/agent/artifacts/task-20260130-chatkit-mainview/architect/review.md +141 -0
  169. package/dist/agent/artifacts/task-20260130-chatkit-mainview/changelog.md +30 -0
  170. package/dist/agent/artifacts/task-20260130-chatkit-mainview/metrics.md +43 -0
  171. package/dist/agent/artifacts/task-20260130-chatkit-mainview/plan.md +151 -0
  172. package/dist/agent/artifacts/task-20260130-chatkit-mainview/research.md +115 -0
  173. package/dist/agent/artifacts/task-20260130-chatkit-mainview/results-acceptance.md +171 -0
  174. package/dist/agent/artifacts/task-20260130-chatkit-mainview/verification.md +87 -0
  175. package/dist/agent/artifacts/task-20260130-fix-mainview-provider/acceptance.md +64 -0
  176. package/dist/agent/artifacts/task-20260130-fix-mainview-provider/architect/implementation.md +30 -0
  177. package/dist/agent/artifacts/task-20260130-fix-mainview-provider/brief.md +102 -0
  178. package/dist/agent/artifacts/task-20260130-fix-mainview-provider/closure.md +95 -0
  179. package/dist/agent/artifacts/task-20260130-rol-vscode/acceptance.md +68 -0
  180. package/dist/agent/artifacts/task-20260130-rol-vscode/architect/implementation.md +33 -0
  181. package/dist/agent/artifacts/task-20260130-rol-vscode/brief.md +104 -0
  182. package/dist/agent/artifacts/task-20260130-rol-vscode/closure.md +100 -0
  183. package/dist/agent/artifacts/task-beta-release/acceptance.md +23 -0
  184. package/dist/agent/artifacts/task-beta-release/brief.md +39 -0
  185. package/dist/agent/artifacts/task-beta-release/closure.md +29 -0
  186. package/dist/agent/artifacts/task-beta-release/init.md +26 -0
  187. package/dist/agent/artifacts/task-beta-release/task.md +64 -0
  188. package/dist/agent/index.md +69 -30
  189. package/dist/agent/rules/constitution/agents-behavior.md +110 -158
  190. package/dist/agent/rules/constitution/backend.md +27 -0
  191. package/dist/agent/rules/constitution/background.md +30 -0
  192. package/dist/agent/rules/constitution/clean-code.md +5 -6
  193. package/dist/agent/rules/constitution/modular-architecture.md +66 -0
  194. package/dist/agent/rules/constitution/view.md +41 -0
  195. package/dist/agent/rules/constitution/vscode-extensions.md +32 -0
  196. package/dist/agent/rules/roles/architect.md +1 -2
  197. package/dist/agent/rules/roles/backend.md +21 -0
  198. package/dist/agent/rules/roles/background.md +20 -0
  199. package/dist/agent/rules/roles/devops.md +20 -0
  200. package/dist/agent/rules/roles/engine.md +26 -0
  201. package/dist/agent/rules/roles/neo.md +12 -13
  202. package/dist/agent/rules/roles/researcher.md +2 -2
  203. package/dist/agent/rules/roles/view.md +22 -0
  204. package/dist/agent/rules/roles/vscode-specialist.md +24 -0
  205. package/dist/agent/templates/acceptance.md +19 -25
  206. package/dist/agent/templates/agent-task.md +39 -39
  207. package/dist/agent/templates/analysis.md +92 -92
  208. package/dist/agent/templates/brief.md +96 -0
  209. package/dist/agent/templates/changelog.md +8 -8
  210. package/dist/agent/templates/closure.md +95 -0
  211. package/dist/agent/templates/coding/coding-integration-report.md +102 -0
  212. package/dist/agent/templates/coding/coding-layer-report.md +78 -0
  213. package/dist/agent/templates/init.md +2 -23
  214. package/dist/agent/templates/planning.md +73 -73
  215. package/dist/agent/templates/research.md +43 -43
  216. package/dist/agent/templates/results-acceptance.md +94 -94
  217. package/dist/agent/templates/review.md +59 -59
  218. package/dist/agent/templates/subtask-implementation.md +29 -29
  219. package/dist/agent/templates/supplemental-report.md +0 -6
  220. package/dist/agent/templates/task-metrics.md +14 -14
  221. package/dist/agent/templates/task.md +18 -33
  222. package/dist/agent/templates/todo-item.md +23 -23
  223. package/dist/agent/workflows/coding/coding-backend.md +147 -0
  224. package/dist/agent/workflows/coding/coding-background.md +149 -0
  225. package/dist/agent/workflows/coding/coding-integration.md +174 -0
  226. package/dist/agent/workflows/coding/coding-view.md +151 -0
  227. package/dist/agent/workflows/init.md +93 -133
  228. package/dist/agent/workflows/scaffold-module.md +38 -0
  229. package/dist/agent/workflows/tasklifecycle-long/phase-0-acceptance-criteria.md +124 -134
  230. package/dist/agent/workflows/tasklifecycle-long/phase-1-research.md +103 -97
  231. package/dist/agent/workflows/tasklifecycle-long/phase-2-analysis.md +107 -102
  232. package/dist/agent/workflows/tasklifecycle-long/phase-3-planning.md +125 -120
  233. package/dist/agent/workflows/tasklifecycle-long/phase-4-implementation.md +121 -125
  234. package/dist/agent/workflows/tasklifecycle-long/phase-5-verification.md +105 -101
  235. package/dist/agent/workflows/tasklifecycle-long/phase-6-results-acceptance.md +82 -78
  236. package/dist/agent/workflows/tasklifecycle-long/phase-7-evaluation.md +84 -75
  237. package/dist/agent/workflows/tasklifecycle-long/phase-8-commit-push.md +94 -89
  238. package/dist/agent/workflows/tasklifecycle-short/short-phase-1-brief.md +117 -0
  239. package/dist/agent/workflows/tasklifecycle-short/short-phase-2-implementation.md +114 -0
  240. package/dist/agent/workflows/tasklifecycle-short/short-phase-3-closure.md +111 -0
  241. package/dist/cli/commands/create.js +4 -29
  242. package/dist/cli/commands/create.js.map +1 -1
  243. package/dist/cli/commands/fork.js +45 -0
  244. package/dist/cli/commands/fork.js.map +1 -0
  245. package/dist/cli/commands/init.js +4 -78
  246. package/dist/cli/commands/init.js.map +1 -1
  247. package/dist/cli/commands/mcp.js +3 -17
  248. package/dist/cli/commands/mcp.js.map +1 -1
  249. package/dist/cli/commands/scaffold.js +57 -0
  250. package/dist/cli/commands/scaffold.js.map +1 -0
  251. package/dist/cli/index.js +0 -1
  252. package/dist/cli/index.js.map +1 -1
  253. package/dist/infrastructure/context/manager.js +0 -2
  254. package/dist/infrastructure/context/manager.js.map +1 -1
  255. package/dist/infrastructure/index.js +0 -5
  256. package/dist/infrastructure/index.js.map +1 -1
  257. package/dist/runtime/engine/emitter.js +28 -0
  258. package/dist/runtime/engine/emitter.js.map +1 -0
  259. package/dist/runtime/engine/engine.js +128 -0
  260. package/dist/runtime/engine/engine.js.map +1 -0
  261. package/dist/runtime/engine/index.js +7 -0
  262. package/dist/runtime/engine/index.js.map +1 -0
  263. package/dist/runtime/engine/service.js +78 -0
  264. package/dist/runtime/engine/service.js.map +1 -0
  265. package/dist/runtime/engine/state-store.js +24 -0
  266. package/dist/runtime/engine/state-store.js.map +1 -0
  267. package/dist/runtime/{task-loader.js → engine/task-loader.js} +24 -5
  268. package/dist/runtime/engine/task-loader.js.map +1 -0
  269. package/dist/runtime/engine/workflow-loader.js +82 -0
  270. package/dist/runtime/engine/workflow-loader.js.map +1 -0
  271. package/dist/runtime/index.js +2 -4
  272. package/dist/runtime/index.js.map +1 -1
  273. package/dist/runtime/mcp/index.js +2 -0
  274. package/dist/runtime/mcp/index.js.map +1 -0
  275. package/dist/runtime/mcp/server.js +249 -0
  276. package/dist/runtime/mcp/server.js.map +1 -0
  277. package/media/agent-chat.svg +20 -0
  278. package/media/codicons/codicon.css +698 -0
  279. package/media/codicons/codicon.ttf +0 -0
  280. package/media/providers/claude.png +0 -0
  281. package/media/providers/gemini.png +0 -0
  282. package/media/providers/openai.png +0 -0
  283. package/package.json +124 -56
  284. package/dist/agent/artifacts/candidate/index.md +0 -26
  285. package/dist/agent/artifacts/index.md +0 -25
  286. package/dist/agent/rules/constitution/index.md +0 -26
  287. package/dist/agent/rules/constitution/runtime-integration.md +0 -102
  288. package/dist/agent/rules/index.md +0 -70
  289. package/dist/agent/rules/roles/index.md +0 -44
  290. package/dist/agent/skills/index.md +0 -23
  291. package/dist/agent/skills/runtime-governance/SKILL.md +0 -62
  292. package/dist/agent/templates/analisis.md +0 -86
  293. package/dist/agent/templates/index.md +0 -43
  294. package/dist/agent/templates/plan.md +0 -49
  295. package/dist/agent/templates/qa-results.md +0 -70
  296. package/dist/agent/workflows/index.md +0 -30
  297. package/dist/agent/workflows/tasklifecycle-long/index.md +0 -172
  298. package/dist/agent/workflows/tasklifecycle-short/index.md +0 -77
  299. package/dist/agent/workflows/tasklifecycle-short/short-phase-1-analisis.md +0 -116
  300. package/dist/agent/workflows/tasklifecycle-short/short-phase-2-plan.md +0 -81
  301. package/dist/agent/workflows/tasklifecycle-short/short-phase-3-implementation.md +0 -115
  302. package/dist/agent/workflows/tasklifecycle-short/short-phase-4-qa-results.md +0 -84
  303. package/dist/cli/commands/bootstrap.js +0 -111
  304. package/dist/cli/commands/bootstrap.js.map +0 -1
  305. package/dist/cli/commands/register-mcp.js +0 -135
  306. package/dist/cli/commands/register-mcp.js.map +0 -1
  307. package/dist/infrastructure/context/index.js +0 -2
  308. package/dist/infrastructure/context/index.js.map +0 -1
  309. package/dist/infrastructure/logger/index.js +0 -41
  310. package/dist/infrastructure/logger/index.js.map +0 -1
  311. package/dist/infrastructure/mapping/index.js +0 -2
  312. package/dist/infrastructure/mapping/index.js.map +0 -1
  313. package/dist/infrastructure/migration/index.js +0 -4
  314. package/dist/infrastructure/migration/index.js.map +0 -1
  315. package/dist/infrastructure/utils/index.js +0 -2
  316. package/dist/infrastructure/utils/index.js.map +0 -1
  317. package/dist/mcp/emitter.js +0 -24
  318. package/dist/mcp/emitter.js.map +0 -1
  319. package/dist/mcp/handlers.js +0 -74
  320. package/dist/mcp/handlers.js.map +0 -1
  321. package/dist/mcp/index.js +0 -3
  322. package/dist/mcp/index.js.map +0 -1
  323. package/dist/mcp/resources.js +0 -69
  324. package/dist/mcp/resources.js.map +0 -1
  325. package/dist/mcp/server.js +0 -94
  326. package/dist/mcp/server.js.map +0 -1
  327. package/dist/mcp/tools.js +0 -189
  328. package/dist/mcp/tools.js.map +0 -1
  329. package/dist/runtime/frontmatter-sync.js +0 -100
  330. package/dist/runtime/frontmatter-sync.js.map +0 -1
  331. package/dist/runtime/reconcile.js +0 -37
  332. package/dist/runtime/reconcile.js.map +0 -1
  333. package/dist/runtime/runtime.js +0 -427
  334. package/dist/runtime/runtime.js.map +0 -1
  335. package/dist/runtime/task-loader.js.map +0 -1
  336. package/dist/runtime/task-resolver.js +0 -401
  337. package/dist/runtime/task-resolver.js.map +0 -1
  338. package/dist/runtime/write-guard.js +0 -200
  339. package/dist/runtime/write-guard.js.map +0 -1
@@ -0,0 +1,96 @@
1
+ ---
2
+ artifact: brief
3
+ phase: short-phase-1-brief
4
+ owner: architect-agent
5
+ status: draft | approved
6
+ related_task: <taskId>-<taskTitle>
7
+ ---
8
+
9
+ # Brief — <taskId>-<taskTitle>
10
+
11
+ ## Agent Identification (MANDATORY)
12
+ First line of the document:
13
+ `<icon> **<agent-name>**: <message>`
14
+
15
+ ## 1. Task Identification
16
+
17
+ **Title**: <task title>
18
+ **Objective**: <main objective>
19
+ **Strategy**: Short
20
+
21
+ ---
22
+
23
+ ## 2. The 5 Mandatory Questions
24
+
25
+ | # | Question (formulated by architect) | Answer (from developer) |
26
+ |---|-----------------------------------|------------------------|
27
+ | 1 | | |
28
+ | 2 | | |
29
+ | 3 | | |
30
+ | 4 | | |
31
+ | 5 | | |
32
+
33
+ ---
34
+
35
+ ## 3. Acceptance Criteria
36
+
37
+ Derived from the previous answers:
38
+
39
+ 1. **Scope**:
40
+ 2. **Inputs/Data**:
41
+ 3. **Expected Outputs**:
42
+ 4. **Constraints**:
43
+ 5. **Done Criterion**:
44
+
45
+ ---
46
+
47
+ ## 4. Simplified Analysis
48
+
49
+ ### Current State (As-Is)
50
+ - Affected structure:
51
+ - Known limitations:
52
+
53
+ ### Complexity Evaluation
54
+
55
+ | Indicator | Status | Comment |
56
+ |-----------|--------|---------|
57
+ | Affects more than 3 packages | ☐ Yes ☐ No | |
58
+ | Requires API research | ☐ Yes ☐ No | |
59
+ | Breaking changes | ☐ Yes ☐ No | |
60
+ | Complex E2E tests | ☐ Yes ☐ No | |
61
+
62
+ **Complexity result**: ☐ LOW (continue Short) ☐ HIGH (recommend abort to Long)
63
+
64
+ ---
65
+
66
+ ## 5. Implementation Plan
67
+
68
+ ### Ordered Steps
69
+
70
+ 1. **Step 1**
71
+ - Description:
72
+ - Deliverables:
73
+
74
+ 2. **Step 2**
75
+ - Description:
76
+ - Deliverables:
77
+
78
+ (Add more steps as needed)
79
+
80
+ ### Planned Verification
81
+ - Test type:
82
+ - Success criteria:
83
+
84
+ ---
85
+
86
+ ## 6. Developer Approval (MANDATORY)
87
+
88
+ ```yaml
89
+ approval:
90
+ developer:
91
+ decision: SI | NO
92
+ date: <ISO-8601>
93
+ comments: <optional>
94
+ ```
95
+
96
+ > Without approval, this phase CANNOT advance to Implementation.
@@ -9,18 +9,18 @@ target_branch: <branch-name>
9
9
 
10
10
  # Changelog — <taskId>-<taskTitle>
11
11
 
12
- ## 1. Resumen general
13
- Descripción breve y clara de los cambios introducidos por esta tarea.
12
+ ## 1. General Summary
13
+ Brief and clear description of the changes introduced by this task.
14
14
 
15
- - **Objetivo de la tarea**:
16
- - **Impacto principal**:
17
- - **Áreas afectadas** (componentes, workflows, etc.):
15
+ - **Task objective**:
16
+ - **Main impact**:
17
+ - **Affected areas** (components, workflows, etc.):
18
18
 
19
19
  ---
20
20
 
21
- ## 2. Commits incluidos
22
- Listado completo y ordenado de los commits realizados.
21
+ ## 2. Included Commits
22
+ Complete and ordered list of commits performed.
23
23
 
24
24
  ### Commit 1
25
25
  - **Hash**: `<commit-hash>`
26
- - **Mensaje (Conventional Commit)**:
26
+ - **Message (Conventional Commit)**:
@@ -0,0 +1,95 @@
1
+ ---
2
+ artifact: closure
3
+ phase: short-phase-3-closure
4
+ owner: architect-agent
5
+ status: draft | approved
6
+ related_task: <taskId>-<taskTitle>
7
+ ---
8
+
9
+ # Closure — <taskId>-<taskTitle>
10
+
11
+ ## Agent Identification (MANDATORY)
12
+ First line of the document:
13
+ `<icon> **<agent-name>**: <message>`
14
+
15
+ ## 1. Task Summary
16
+
17
+ **Title**: <title>
18
+ **Strategy**: Short
19
+ **Final status**: ☐ Completed ☐ Aborted
20
+
21
+ ---
22
+
23
+ ## 2. Verification
24
+
25
+ ### Tests Executed
26
+
27
+ | Type | Command/Method | Result |
28
+ |------|---------------|--------|
29
+ | Unit | | ☐ Pass ☐ Fail ☐ N/A |
30
+ | Integration | | ☐ Pass ☐ Fail ☐ N/A |
31
+ | E2E | | ☐ Pass ☐ Fail ☐ N/A |
32
+
33
+ ### Justification (if no tests)
34
+ <Explain why tests do not apply>
35
+
36
+ ---
37
+
38
+ ## 3. Acceptance Criteria Status
39
+
40
+ | AC | Description | Status |
41
+ |----|-------------|--------|
42
+ | 1 | | ☐ ✅ ☐ ❌ |
43
+ | 2 | | ☐ ✅ ☐ ❌ |
44
+ | 3 | | ☐ ✅ ☐ ❌ |
45
+ | 4 | | ☐ ✅ ☐ ❌ |
46
+ | 5 | | ☐ ✅ ☐ ❌ |
47
+
48
+ ---
49
+
50
+ ## 4. Changes Made
51
+
52
+ ### Files Modified/Created
53
+
54
+ | File | Action | Description |
55
+ |------|--------|-------------|
56
+ | | Created/Modified/Deleted | |
57
+
58
+ ### Commits (if applicable)
59
+
60
+ ```
61
+ <type>(<scope>): <description>
62
+ ```
63
+
64
+ ---
65
+
66
+ ## 5. Final Developer Acceptance (MANDATORY)
67
+
68
+ ```yaml
69
+ approval:
70
+ developer:
71
+ decision: SI | NO
72
+ date: <ISO-8601>
73
+ comments: <optional>
74
+ ```
75
+
76
+ > Without acceptance, the task CANNOT be marked as completed.
77
+
78
+ ---
79
+
80
+ ## 6. Agent Scores (MANDATORY)
81
+
82
+ | Agent | Score (1-10) | Notes |
83
+ |-------|-------------|-------|
84
+ | | | |
85
+
86
+ ---
87
+
88
+ ## 7. Final Push (if applicable)
89
+
90
+ ```yaml
91
+ push:
92
+ approved: SI | NO
93
+ branch: <target branch>
94
+ date: <ISO-8601>
95
+ ```
@@ -0,0 +1,102 @@
1
+ ---
2
+ artifact: coding_integration_report
3
+ phase: phase-4-implementation
4
+ owner: architect-agent
5
+ status: draft | completed
6
+ related_task: "{{taskId}}-{{taskTitle}}"
7
+ ---
8
+
9
+ # Coding Integration Report — {{taskId}}-{{taskTitle}}
10
+
11
+ ## 1. Layer Reports Summary
12
+
13
+ | Layer | Agent | Status | Gate |
14
+ |-------|-------|--------|------|
15
+ | Backend | {{backend_agent}} | {{status}} | SI / NO / N/A |
16
+ | Background | {{background_agent}} | {{status}} | SI / NO / N/A |
17
+ | View | {{view_agent}} | {{status}} | SI / NO / N/A |
18
+
19
+ ---
20
+
21
+ ## 2. Communication Validation Matrix
22
+
23
+ | Path | Method | Contract | Status |
24
+ |------|--------|----------|--------|
25
+ | View → Background | `core/messaging` Event Bus | `Message` interface | ✅ / ❌ |
26
+ | Background → Backend | Abstract transport / direct | Structured response | ✅ / ❌ |
27
+ | Background → View | `core/messaging` response | `Message` interface | ✅ / ❌ |
28
+ | View → Backend | **FORBIDDEN** | N/A | ✅ (no path) / ❌ (violation) |
29
+
30
+ ### Validation Details
31
+ - (Describe each communication path validated)
32
+ - (Note any deviations or issues found and how they were resolved)
33
+
34
+ ---
35
+
36
+ ## 3. Constitution Compliance
37
+
38
+ ### Backend (`constitution.backend`)
39
+ - [ ] Extends `AbstractServer`
40
+ - [ ] No `vscode` or `dom` imports
41
+ - [ ] Transport agnostic
42
+ - [ ] Structured error handling
43
+ - [ ] No direct View communication
44
+
45
+ ### Background (`constitution.background`)
46
+ - [ ] Registered via `App.register()`
47
+ - [ ] Uses `core/messaging` for View communication
48
+ - [ ] Manages lifecycle correctly
49
+ - [ ] Gateway role maintained
50
+
51
+ ### View (`constitution.view`)
52
+ - [ ] Lit with `@customElement`
53
+ - [ ] Triad structure (index/html/styles)
54
+ - [ ] No business logic
55
+ - [ ] Communication via Messaging wrapper
56
+
57
+ ---
58
+
59
+ ## 4. Cross-Layer Sequence Diagrams
60
+
61
+ > Include mermaid sequence diagrams for key integration flows.
62
+
63
+ ```mermaid
64
+ sequenceDiagram
65
+ participant V as View
66
+ participant B as Background
67
+ participant BE as Backend
68
+
69
+ V->>B: Message (Event Bus)
70
+ B->>BE: Request (Transport)
71
+ BE-->>B: Response (Structured)
72
+ B-->>V: State Update (Messaging)
73
+ ```
74
+
75
+ ---
76
+
77
+ ## 5. E2E Test Indications
78
+
79
+ ### Integration Scenarios
80
+ - (List end-to-end scenarios that validate the full flow across layers)
81
+
82
+ ### Test Setup
83
+ - (Prerequisites, extension host configuration, fixtures)
84
+
85
+ ### Key Assertions
86
+ - (What to verify at each layer boundary)
87
+ - (Expected UI behavior after full round-trip)
88
+
89
+ ---
90
+
91
+ ## 6. Issues and Resolutions
92
+
93
+ | Issue | Layer | Severity | Resolution |
94
+ |-------|-------|----------|------------|
95
+ | (description) | (backend/background/view) | (critical/warning) | (action taken) |
96
+
97
+ ---
98
+
99
+ ## 7. Final Assessment
100
+ - **Integration status**: PASS | FAIL
101
+ - **Constitution compliance**: FULL | PARTIAL
102
+ - **Ready for Phase 5 (Verification)**: YES | NO
@@ -0,0 +1,78 @@
1
+ ---
2
+ artifact: coding_layer_report
3
+ phase: phase-4-implementation
4
+ owner: "{{agent}}"
5
+ status: draft | completed
6
+ related_task: "{{taskId}}-{{taskTitle}}"
7
+ layer: "{{layer}}"
8
+ ---
9
+
10
+ # Coding Layer Report — {{layer}} — {{taskId}}-{{taskTitle}}
11
+
12
+ ## 1. Who (Agent Identity)
13
+ - **Agent**: {{agent}}
14
+ - **Role**: {{role}} (`roles.{{layer}}`)
15
+ - **Constitution**: `constitution.{{layer}}` + `constitution.clean_code`
16
+
17
+ ---
18
+
19
+ ## 2. How (Technical Details)
20
+
21
+ ### Changes Implemented
22
+ - **Files created/modified**: (list with paths)
23
+ - **APIs/contracts affected**: (interfaces, types, exports)
24
+ - **New functions/classes**: (names and purpose)
25
+
26
+ ### Technical Specifications
27
+ - (Detailed description of implementation approach)
28
+ - (Architecture decisions and patterns used)
29
+
30
+ ### Diagrams
31
+ > Include mermaid diagrams when the implementation involves:
32
+ > - New communication flows
33
+ > - State transitions
34
+ > - Component relationships
35
+ > - Data flow
36
+
37
+ ```mermaid
38
+ graph TD
39
+ A[Component] --> B[Dependency]
40
+ ```
41
+
42
+ ---
43
+
44
+ ## 3. Why (Justification)
45
+ - **Objective**: (What problem does this solve?)
46
+ - **Reasoning**: (Why this approach over alternatives?)
47
+ - **Alternatives discarded**: (Brief description and reason)
48
+
49
+ ---
50
+
51
+ ## 4. Results
52
+
53
+ ### Compilation
54
+ - `npm run compile`: PASS | FAIL
55
+ - Errors resolved: (list if any)
56
+
57
+ ### Self-Validation Checklist
58
+ > Copy the checklist from the workflow and mark each item.
59
+
60
+ ### Code Quality
61
+ - Clean code compliance: YES | NO
62
+ - Constitution compliance: YES | NO
63
+
64
+ ---
65
+
66
+ ## 5. E2E Test Indications
67
+
68
+ ### Required Test Scenarios
69
+ - (List scenarios that should be covered by e2e tests)
70
+
71
+ ### Test Setup
72
+ - (Prerequisites, fixtures, or mock data needed)
73
+
74
+ ### Assertions
75
+ - (Expected behaviors to verify per scenario)
76
+
77
+ ### Integration Points
78
+ - (How this layer connects to others — what to test at boundaries)
@@ -1,14 +1,7 @@
1
- ---
2
- id: task.init
3
- title: Initialization
4
- owner: "architect-agent"
5
- phase:
6
- current: init
7
- ---
8
1
  # init bootstrap
9
2
 
10
3
  - command: {{command}}
11
- - role.architect: architect-agent
4
+ - role.architect: {{architectAgentId}}
12
5
  - constitution.loaded.in_context: true
13
6
 
14
7
  ## Constitution (load order)
@@ -20,23 +13,9 @@ phase:
20
13
  bootstrap:
21
14
  done: true
22
15
  roles:
23
- architect: architect-agent
16
+ architect: {{architectAgentId}}
24
17
  constitution:
25
18
  loaded:
26
19
  - {{constitutionPaths[0]}}
27
20
  - {{constitutionPaths[1]}}
28
21
  - {{constitutionPaths[2]}}
29
- language:
30
- value: {{language}}
31
- confirmed: {{languageConfirmed}}
32
- strategy: {{strategy}}
33
- traceability:
34
- verified: {{traceabilityVerified}}
35
- mcp_tool: {{traceabilityTool}}
36
- response: {{traceabilityResponse}}
37
- timestamp: {{traceabilityTimestamp}}
38
- runtime:
39
- started: {{runtimeStarted}}
40
- task:
41
- path:
42
- "{{taskId}}": "{{taskPath}}"
@@ -8,23 +8,23 @@ related_task: <taskId>-<taskTitle>
8
8
 
9
9
  # Implementation Plan — <taskId>-<taskTitle>
10
10
 
11
- ## Identificacion del agente (OBLIGATORIA)
12
- Primera linea del documento:
13
- `<icono> **<nombre-agente>**: <mensaje>`
11
+ ## Agent Identification (MANDATORY)
12
+ First line of the document:
13
+ `<icon> **<agent-name>**: <message>`
14
14
 
15
- ## 1. Resumen del plan
16
- - **Contexto**: breve recordatorio del objetivo de la tarea.
17
- - **Resultado esperado**: qué quedará implementado al finalizar.
18
- - **Alcance**: qué incluye y qué excluye explícitamente este plan.
15
+ ## 1. Plan Summary
16
+ - **Context**: brief reminder of the task objective.
17
+ - **Expected result**: what will be implemented upon completion.
18
+ - **Scope**: what this plan explicitly includes and excludes.
19
19
 
20
20
  ---
21
21
 
22
- ## 2. Inputs contractuales
22
+ ## 2. Contractual Inputs
23
23
  - **Task**: `.agent/artifacts/<taskId>-<taskTitle>/task.md`
24
24
  - **Analysis**: `.agent/artifacts/<taskId>-<taskTitle>/analysis.md`
25
- - **Acceptance Criteria**: referencia explícita a los AC relevantes.
25
+ - **Acceptance Criteria**: explicit reference to the relevant ACs.
26
26
 
27
- **Dispatch de dominios (OBLIGATORIO si aplica)**
27
+ **Domain dispatch (MANDATORY if applicable)**
28
28
  ```yaml
29
29
  plan:
30
30
  workflows:
@@ -40,116 +40,116 @@ plan:
40
40
 
41
41
  ---
42
42
 
43
- ## 3. Desglose de implementación (pasos)
44
- Descomposición ordenada y ejecutable.
43
+ ## 3. Implementation Breakdown (steps)
44
+ Ordered and executable decomposition.
45
45
 
46
- ### Paso 1
47
- - **Descripción**
48
- - **Dependencias**
49
- - **Entregables**
50
- - **Agente responsable**
46
+ ### Step 1
47
+ - **Description**
48
+ - **Dependencies**
49
+ - **Deliverables**
50
+ - **Responsible agent**
51
51
 
52
- ### Paso 2
53
- - (Repetir estructura)
52
+ ### Step 2
53
+ - (Repeat structure)
54
54
 
55
- > Nota: indicar orden, dependencias y paralelización si aplica.
55
+ > Note: indicate order, dependencies, and parallelization if applicable.
56
56
 
57
57
  ---
58
58
 
59
- ## 4. Asignación de responsabilidades (Agentes)
60
- Mapa claro de agentessubáreas.
59
+ ## 4. Responsibility Assignment (Agents)
60
+ Clear mapping of agentssub-areas.
61
61
 
62
62
  - **Architect-Agent**
63
- - Responsabilidades
63
+ - Responsibilities
64
64
  - **Implementation-Agent**
65
- - Responsabilidades
66
- - **QA / Verification-Agent** (si aplica)
67
- - Responsabilidades
68
- - **Otros agentes** (si aplica)
65
+ - Responsibilities
66
+ - **QA / Verification-Agent** (if applicable)
67
+ - Responsibilities
68
+ - **Other agents** (if applicable)
69
69
 
70
70
  **Handoffs**
71
- - Qué se entrega, a quién y cuándo.
71
+ - What is delivered, to whom, and when.
72
72
 
73
- **Componentes (si aplica)**
74
- - Definir quién lo ejecuta.
75
- - Definir cómo se implementa (pasos y criterios).
76
- - Definir la mejor herramienta disponible (preferir tools declarados; si no existe, justificar alternativa).
77
- - Referenciar el tool elegido por alias y el motivo.
73
+ **Components (if applicable)**
74
+ - Define who executes it.
75
+ - Define how it is implemented (steps and criteria).
76
+ - Define the best available tool (prefer declared tools; if none exists, justify alternative).
77
+ - Reference the chosen tool by alias and the reason.
78
78
 
79
- **Demo (si aplica)**
80
- - Definir estructura esperada alineada con la arquitectura del proyecto.
81
- - Definir tool obligatorio para generar scaffolding (si existe).
79
+ **Demo (if applicable)**
80
+ - Define expected structure aligned with the project architecture.
81
+ - Define mandatory tool for scaffolding generation (if it exists).
82
82
 
83
83
  ---
84
84
 
85
- ## 5. Estrategia de testing y validación
86
- Cómo se comprobará que la implementación cumple los AC.
85
+ ## 5. Testing and Validation Strategy
86
+ How it will be verified that the implementation meets the ACs.
87
87
 
88
88
  - **Unit tests**
89
- - Alcance y herramientas
89
+ - Scope and tools
90
90
  - **Integration tests**
91
- - Flujos cubiertos
91
+ - Flows covered
92
92
  - **E2E / Manual**
93
- - Escenarios clave
93
+ - Key scenarios
94
94
 
95
- **Trazabilidad**
96
- - Mapeo de tests ↔ acceptance criteria.
95
+ **Traceability**
96
+ - Mapping of tests ↔ acceptance criteria.
97
97
 
98
98
  ---
99
99
 
100
- ## 6. Plan de demo (si aplica)
101
- - **Objetivo de la demo**
102
- - **Escenario(s)**
103
- - **Datos de ejemplo**
104
- - **Criterios de éxito de la demo**
100
+ ## 6. Demo Plan (if applicable)
101
+ - **Demo objective**
102
+ - **Scenario(s)**
103
+ - **Example data**
104
+ - **Demo success criteria**
105
105
 
106
106
  ---
107
107
 
108
- ## 7. Estimaciones y pesos de implementación
109
- - **Estimación por paso / subárea**
110
- - esfuerzo relativo (bajo / medio / alto o puntos)
111
- - **Timeline aproximado** (si aplica)
112
- - **Suposiciones** usadas para estimar
108
+ ## 7. Estimations and Implementation Weights
109
+ - **Estimation per step / sub-area**
110
+ - relative effort (low / medium / high or points)
111
+ - **Approximate timeline** (if applicable)
112
+ - **Assumptions** used for estimation
113
113
 
114
114
  ---
115
115
 
116
- ## 8. Puntos críticos y resolución
117
- Identificación de riesgos técnicos clave.
116
+ ## 8. Critical Points and Resolution
117
+ Identification of key technical risks.
118
118
 
119
- - **Punto crítico 1**
120
- - Riesgo
121
- - Impacto
122
- - Estrategia de resolución
123
- - **Punto crítico 2**
124
- - (Repetir)
119
+ - **Critical point 1**
120
+ - Risk
121
+ - Impact
122
+ - Resolution strategy
123
+ - **Critical point 2**
124
+ - (Repeat)
125
125
 
126
126
  ---
127
127
 
128
- ## 9. Dependencias y compatibilidad
129
- - **Dependencias internas**
130
- - **Dependencias externas**
131
- - **Compatibilidad entre navegadores** (si aplica)
128
+ ## 9. Dependencies and Compatibility
129
+ - **Internal dependencies**
130
+ - **External dependencies**
131
+ - **Cross-browser compatibility** (if applicable)
132
132
  - Chrome / Chromium
133
133
  - Firefox
134
134
  - Safari
135
- - **Restricciones arquitectónicas** relevantes
135
+ - **Relevant architectural constraints**
136
136
 
137
137
  ---
138
138
 
139
- ## 10. Criterios de finalización
140
- Condiciones objetivas para considerar la implementación Done”.
139
+ ## 10. Completion Criteria
140
+ Objective conditions to consider the implementation "Done".
141
141
 
142
- - Checklist final alineado con acceptance criteria.
143
- - Verificaciones obligatorias completadas.
142
+ - Final checklist aligned with acceptance criteria.
143
+ - Mandatory verifications completed.
144
144
 
145
145
  ---
146
146
 
147
- ## 11. Aprobación del desarrollador (OBLIGATORIA)
148
- Este plan **requiere aprobación explícita y binaria**.
147
+ ## 11. Developer Approval (MANDATORY)
148
+ This plan **requires explicit and binary approval**.
149
149
 
150
150
  ```yaml
151
151
  approval:
152
152
  developer:
153
153
  decision: SI | NO
154
154
  date: <ISO-8601>
155
- comments: <opcional>
155
+ comments: <optional>