@christianmaf80/agentic-workflow 1.24.0-beta.3 → 1.25.0-beta.3
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/README.es.md +13 -57
- package/README.md +14 -56
- package/bin/cli.js +22 -29
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/acceptance.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/agent-scores.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/agent-tasks/1-dev-agent-scaffold.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/agent-tasks/2-dev-agent-manifest-command.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/agent-tasks/3-dev-agent-marketplace-evidence.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/agent-tasks/4-qa-agent-verify-build.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/analysis.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/architect/review.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/metrics.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/plan.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/researcher/research.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/results-acceptance.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/task.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/verification.md +0 -6
- package/dist/agent/artifacts/11-refinement-capas-constitution/analysis.md +24 -0
- package/dist/agent/artifacts/11-refinement-capas-constitution/roadmap-audit.md +34 -0
- package/dist/agent/artifacts/11-refinement-capas-constitution/task.md +58 -0
- package/dist/agent/artifacts/12-npm-workspaces/acceptance.md +78 -0
- package/dist/agent/artifacts/12-npm-workspaces/analysis.md +179 -0
- package/dist/agent/artifacts/12-npm-workspaces/plan.md +237 -0
- package/dist/agent/artifacts/12-npm-workspaces/researcher/research.md +186 -0
- package/dist/agent/artifacts/12-npm-workspaces/task.md +126 -0
- package/dist/agent/artifacts/13-implement-custom-chat-with-a2ui/acceptance.md +75 -0
- package/dist/agent/artifacts/13-implement-custom-chat-with-a2ui/researcher/research.md +121 -0
- package/dist/agent/artifacts/13-implement-custom-chat-with-a2ui/task.md +104 -0
- package/dist/agent/artifacts/14-re-implement-setup-config-d1/acceptance.md +75 -0
- package/dist/agent/artifacts/14-re-implement-setup-config-d1/architect/analysis.md +90 -0
- package/dist/agent/artifacts/14-re-implement-setup-config-d1/planner/implementation_plan.md +44 -0
- package/dist/agent/artifacts/14-re-implement-setup-config-d1/researcher/research.md +113 -0
- package/dist/agent/artifacts/14-re-implement-setup-config-d1/task.md +107 -0
- package/dist/agent/artifacts/14-re-implement-setup-config-d1/verification/walkthrough.md +37 -0
- package/dist/agent/artifacts/14-re-implement-setup-config-d1/verifier/walkthrough.md +0 -0
- package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/acceptance.md +0 -6
- package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/task.md +0 -6
- package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/acceptance.md +0 -6
- package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/task.md +0 -6
- package/dist/agent/artifacts/4-copiar-estructura-agentic-cliente/acceptance.md +0 -6
- package/dist/agent/artifacts/4-copiar-estructura-agentic-cliente/architect/implementation.md +0 -6
- package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/acceptance.md +0 -6
- package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/agent-tasks/1-dev-agent-reestructurar-carpetas.md +1 -1
- package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/task.md +0 -6
- package/dist/agent/artifacts/6-release-beta-11/task.md +0 -6
- package/dist/agent/artifacts/7-extension-vscode-webview/acceptance.md +70 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/agent-scores.md +24 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/agent-tasks/1-vscode-specialist-scaffold-extension.md +99 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/agent-tasks/2-vscode-specialist-update-manifest.md +101 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/agent-tasks/3-vscode-specialist-webview-provider.md +96 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/agent-tasks/4-vscode-specialist-activitybar-icon.md +95 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/agent-tasks/5-qa-agent-manual-verify.md +97 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/analysis.md +195 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/architect/review.md +124 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/changelog.md +9 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/metrics.md +43 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/plan.md +181 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/researcher/research.md +118 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/results-acceptance.md +146 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/task.md +119 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/verification.md +81 -0
- package/dist/agent/artifacts/8-create-agentic-runtime-cli-first-as-the-single-execution-engine/task.md +126 -0
- package/dist/agent/artifacts/candidate/acceptance.md +23 -0
- package/dist/agent/artifacts/candidate/brief.md +39 -0
- package/dist/agent/artifacts/candidate/init.md +3 -9
- package/dist/agent/artifacts/candidate/task.md +4 -71
- package/dist/agent/artifacts/task-20260128-reorganize-structure/acceptance.md +0 -6
- package/dist/agent/artifacts/task-20260128-reorganize-structure/brief.md +1 -1
- package/dist/agent/artifacts/task-20260128-reorganize-structure/closure.md +3 -3
- package/dist/agent/artifacts/task-20260128-reorganize-structure/implementation.md +2 -2
- package/dist/agent/artifacts/task-20260128-reorganize-structure/task.md +0 -6
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/acceptance.md +65 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-scores.md +26 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/1-neo-agent-deps-chatkit.md +108 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/15-vscode-specialist-views-router.md +89 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/1b-vscode-specialist-review-deps.md +106 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/2-neo-agent-local-server.md +111 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/22-vscode-specialist-external-js.md +84 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/23-qa-agent-coverage-tests.md +85 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/24-vscode-specialist-class-refactor.md +84 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/25-vscode-specialist-external-html.md +88 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/26-vscode-specialist-template-js-html.md +110 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/27-vscode-specialist-fix-loading-setup.md +110 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/28-vscode-specialist-webview-debug-setup.md +107 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/29-vscode-specialist-webview-logging.md +109 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/3-neo-agent-webview-ui.md +107 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/30-vscode-specialist-csp-source.md +88 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/31-vscode-specialist-logging-prefix.md +83 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/32-vscode-specialist-logging-visibility.md +85 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/33-vscode-specialist-lit-setup.md +85 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/34-vscode-specialist-core-lit-base.md +89 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/35-vscode-specialist-lit-decorators-ts.md +88 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/36-vscode-specialist-lit-module-start.md +85 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/37-vscode-specialist-lit-ready-state.md +86 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/4-qa-agent-verification.md +106 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/5-vscode-specialist-api-key-ui.md +107 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/6-vscode-specialist-refactor-protocol.md +108 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/7-qa-agent-unit-tests.md +104 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-10-vscode-specialist-api-key-handshake.md +84 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-11-vscode-specialist-api-key-button-style.md +83 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-12-vscode-specialist-key-gate-view.md +84 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-13-vscode-specialist-status-timeout.md +83 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-14-vscode-specialist-init-flow.md +84 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-16-vscode-specialist-view-context.md +87 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-17-vscode-specialist-clear-key-command.md +85 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-18-vscode-specialist-context-sync.md +84 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-19-vscode-specialist-setup-visible.md +88 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-20-vscode-specialist-loading-state.md +83 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-21-vscode-specialist-loading-label.md +84 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-8-vscode-specialist-api-key-detect.md +89 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-9-vscode-specialist-api-key-state.md +84 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/analysis.md +156 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/architect/review.md +141 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/changelog.md +30 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/metrics.md +43 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/plan.md +151 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/research.md +115 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/results-acceptance.md +171 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/verification.md +87 -0
- package/dist/agent/artifacts/task-20260130-fix-mainview-provider/acceptance.md +64 -0
- package/dist/agent/artifacts/task-20260130-fix-mainview-provider/architect/implementation.md +30 -0
- package/dist/agent/artifacts/task-20260130-fix-mainview-provider/brief.md +102 -0
- package/dist/agent/artifacts/task-20260130-fix-mainview-provider/closure.md +95 -0
- package/dist/agent/artifacts/task-20260130-rol-vscode/acceptance.md +68 -0
- package/dist/agent/artifacts/task-20260130-rol-vscode/architect/implementation.md +33 -0
- package/dist/agent/artifacts/task-20260130-rol-vscode/brief.md +104 -0
- package/dist/agent/artifacts/task-20260130-rol-vscode/closure.md +100 -0
- package/dist/agent/artifacts/task-beta-release/acceptance.md +23 -0
- package/dist/agent/artifacts/task-beta-release/brief.md +39 -0
- package/dist/agent/artifacts/task-beta-release/closure.md +29 -0
- package/dist/agent/artifacts/task-beta-release/init.md +26 -0
- package/dist/agent/artifacts/task-beta-release/task.md +64 -0
- package/dist/agent/index.md +69 -30
- package/dist/agent/rules/constitution/agents-behavior.md +110 -100
- package/dist/agent/rules/constitution/backend.md +27 -0
- package/dist/agent/rules/constitution/background.md +30 -0
- package/dist/agent/rules/constitution/clean-code.md +5 -6
- package/dist/agent/rules/constitution/modular-architecture.md +66 -0
- package/dist/agent/rules/constitution/view.md +41 -0
- package/dist/agent/rules/constitution/vscode-extensions.md +32 -0
- package/dist/agent/rules/roles/architect.md +1 -2
- package/dist/agent/rules/roles/backend.md +21 -0
- package/dist/agent/rules/roles/background.md +20 -0
- package/dist/agent/rules/roles/devops.md +20 -0
- package/dist/agent/rules/roles/engine.md +26 -0
- package/dist/agent/rules/roles/neo.md +12 -13
- package/dist/agent/rules/roles/researcher.md +2 -2
- package/dist/agent/rules/roles/view.md +22 -0
- package/dist/agent/rules/roles/vscode-specialist.md +24 -0
- package/dist/agent/templates/acceptance.md +19 -25
- package/dist/agent/templates/agent-task.md +39 -39
- package/dist/agent/templates/analysis.md +92 -92
- package/dist/agent/templates/brief.md +43 -43
- package/dist/agent/templates/changelog.md +8 -8
- package/dist/agent/templates/closure.md +29 -29
- package/dist/agent/templates/coding/coding-integration-report.md +102 -0
- package/dist/agent/templates/coding/coding-layer-report.md +78 -0
- package/dist/agent/templates/init.md +0 -6
- package/dist/agent/templates/planning.md +73 -73
- package/dist/agent/templates/research.md +43 -43
- package/dist/agent/templates/results-acceptance.md +94 -94
- package/dist/agent/templates/review.md +59 -59
- package/dist/agent/templates/subtask-implementation.md +29 -29
- package/dist/agent/templates/supplemental-report.md +0 -6
- package/dist/agent/templates/task-metrics.md +14 -14
- package/dist/agent/templates/task.md +15 -15
- package/dist/agent/templates/todo-item.md +23 -23
- package/dist/agent/workflows/coding/coding-backend.md +147 -0
- package/dist/agent/workflows/coding/coding-background.md +149 -0
- package/dist/agent/workflows/coding/coding-integration.md +174 -0
- package/dist/agent/workflows/coding/coding-view.md +151 -0
- package/dist/agent/workflows/init.md +83 -90
- package/dist/agent/workflows/scaffold-module.md +38 -0
- package/dist/agent/workflows/tasklifecycle-long/phase-0-acceptance-criteria.md +124 -134
- package/dist/agent/workflows/tasklifecycle-long/phase-1-research.md +103 -97
- package/dist/agent/workflows/tasklifecycle-long/phase-2-analysis.md +107 -102
- package/dist/agent/workflows/tasklifecycle-long/phase-3-planning.md +125 -120
- package/dist/agent/workflows/tasklifecycle-long/phase-4-implementation.md +118 -118
- package/dist/agent/workflows/tasklifecycle-long/phase-5-verification.md +105 -101
- package/dist/agent/workflows/tasklifecycle-long/phase-6-results-acceptance.md +82 -78
- package/dist/agent/workflows/tasklifecycle-long/phase-7-evaluation.md +84 -75
- package/dist/agent/workflows/tasklifecycle-long/phase-8-commit-push.md +94 -89
- package/dist/agent/workflows/tasklifecycle-short/short-phase-1-brief.md +78 -71
- package/dist/agent/workflows/tasklifecycle-short/short-phase-2-implementation.md +79 -71
- package/dist/agent/workflows/tasklifecycle-short/short-phase-3-closure.md +73 -66
- package/dist/cli/commands/create.js +4 -29
- package/dist/cli/commands/create.js.map +1 -1
- package/dist/cli/commands/mcp.js +0 -6
- package/dist/cli/commands/mcp.js.map +1 -1
- package/dist/runtime/engine/engine.js +29 -57
- package/dist/runtime/engine/engine.js.map +1 -1
- package/dist/runtime/engine/service.js +1 -38
- package/dist/runtime/engine/service.js.map +1 -1
- package/dist/runtime/engine/task-loader.js +1 -1
- package/dist/runtime/engine/task-loader.js.map +1 -1
- package/dist/runtime/engine/workflow-loader.js +17 -25
- package/dist/runtime/engine/workflow-loader.js.map +1 -1
- package/dist/runtime/mcp/server.js +38 -277
- package/dist/runtime/mcp/server.js.map +1 -1
- package/package.json +69 -7
- package/dist/agent/artifacts/index.md +0 -25
- package/dist/agent/rules/constitution/index.md +0 -26
- package/dist/agent/rules/constitution/runtime-integration.md +0 -101
- package/dist/agent/rules/index.md +0 -70
- package/dist/agent/rules/roles/index.md +0 -44
- package/dist/agent/templates/index.md +0 -42
- package/dist/agent/workflows/index.md +0 -30
- package/dist/agent/workflows/tasklifecycle-long/index.md +0 -172
- package/dist/agent/workflows/tasklifecycle-short/index.md +0 -70
- package/dist/cli/commands/register-mcp.js +0 -116
- package/dist/cli/commands/register-mcp.js.map +0 -1
- package/dist/runtime/engine/logger.js +0 -74
- package/dist/runtime/engine/logger.js.map +0 -1
- package/dist/runtime/mcp/check-tools.js +0 -66
- package/dist/runtime/mcp/check-tools.js.map +0 -1
|
@@ -8,23 +8,23 @@ related_task: <taskId>-<taskTitle>
|
|
|
8
8
|
|
|
9
9
|
# Implementation Plan — <taskId>-<taskTitle>
|
|
10
10
|
|
|
11
|
-
##
|
|
12
|
-
|
|
13
|
-
`<
|
|
11
|
+
## Agent Identification (MANDATORY)
|
|
12
|
+
First line of the document:
|
|
13
|
+
`<icon> **<agent-name>**: <message>`
|
|
14
14
|
|
|
15
|
-
## 1.
|
|
16
|
-
- **
|
|
17
|
-
- **
|
|
18
|
-
- **
|
|
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
|
|
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**:
|
|
25
|
+
- **Acceptance Criteria**: explicit reference to the relevant ACs.
|
|
26
26
|
|
|
27
|
-
**
|
|
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.
|
|
44
|
-
|
|
43
|
+
## 3. Implementation Breakdown (steps)
|
|
44
|
+
Ordered and executable decomposition.
|
|
45
45
|
|
|
46
|
-
###
|
|
47
|
-
- **
|
|
48
|
-
- **
|
|
49
|
-
- **
|
|
50
|
-
- **
|
|
46
|
+
### Step 1
|
|
47
|
+
- **Description**
|
|
48
|
+
- **Dependencies**
|
|
49
|
+
- **Deliverables**
|
|
50
|
+
- **Responsible agent**
|
|
51
51
|
|
|
52
|
-
###
|
|
53
|
-
- (
|
|
52
|
+
### Step 2
|
|
53
|
+
- (Repeat structure)
|
|
54
54
|
|
|
55
|
-
>
|
|
55
|
+
> Note: indicate order, dependencies, and parallelization if applicable.
|
|
56
56
|
|
|
57
57
|
---
|
|
58
58
|
|
|
59
|
-
## 4.
|
|
60
|
-
|
|
59
|
+
## 4. Responsibility Assignment (Agents)
|
|
60
|
+
Clear mapping of agents ↔ sub-areas.
|
|
61
61
|
|
|
62
62
|
- **Architect-Agent**
|
|
63
|
-
-
|
|
63
|
+
- Responsibilities
|
|
64
64
|
- **Implementation-Agent**
|
|
65
|
-
-
|
|
66
|
-
- **QA / Verification-Agent** (
|
|
67
|
-
-
|
|
68
|
-
- **
|
|
65
|
+
- Responsibilities
|
|
66
|
+
- **QA / Verification-Agent** (if applicable)
|
|
67
|
+
- Responsibilities
|
|
68
|
+
- **Other agents** (if applicable)
|
|
69
69
|
|
|
70
70
|
**Handoffs**
|
|
71
|
-
-
|
|
71
|
+
- What is delivered, to whom, and when.
|
|
72
72
|
|
|
73
|
-
**
|
|
74
|
-
-
|
|
75
|
-
-
|
|
76
|
-
-
|
|
77
|
-
-
|
|
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 (
|
|
80
|
-
-
|
|
81
|
-
-
|
|
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.
|
|
86
|
-
|
|
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
|
-
-
|
|
89
|
+
- Scope and tools
|
|
90
90
|
- **Integration tests**
|
|
91
|
-
-
|
|
91
|
+
- Flows covered
|
|
92
92
|
- **E2E / Manual**
|
|
93
|
-
-
|
|
93
|
+
- Key scenarios
|
|
94
94
|
|
|
95
|
-
**
|
|
96
|
-
-
|
|
95
|
+
**Traceability**
|
|
96
|
+
- Mapping of tests ↔ acceptance criteria.
|
|
97
97
|
|
|
98
98
|
---
|
|
99
99
|
|
|
100
|
-
## 6. Plan
|
|
101
|
-
- **
|
|
102
|
-
- **
|
|
103
|
-
- **
|
|
104
|
-
- **
|
|
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.
|
|
109
|
-
- **
|
|
110
|
-
-
|
|
111
|
-
- **
|
|
112
|
-
- **
|
|
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.
|
|
117
|
-
|
|
116
|
+
## 8. Critical Points and Resolution
|
|
117
|
+
Identification of key technical risks.
|
|
118
118
|
|
|
119
|
-
- **
|
|
120
|
-
-
|
|
121
|
-
-
|
|
122
|
-
-
|
|
123
|
-
- **
|
|
124
|
-
- (
|
|
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.
|
|
129
|
-
- **
|
|
130
|
-
- **
|
|
131
|
-
- **
|
|
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
|
-
- **
|
|
135
|
+
- **Relevant architectural constraints**
|
|
136
136
|
|
|
137
137
|
---
|
|
138
138
|
|
|
139
|
-
## 10.
|
|
140
|
-
|
|
139
|
+
## 10. Completion Criteria
|
|
140
|
+
Objective conditions to consider the implementation "Done".
|
|
141
141
|
|
|
142
|
-
-
|
|
143
|
-
-
|
|
142
|
+
- Final checklist aligned with acceptance criteria.
|
|
143
|
+
- Mandatory verifications completed.
|
|
144
144
|
|
|
145
145
|
---
|
|
146
146
|
|
|
147
|
-
## 11.
|
|
148
|
-
|
|
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: <
|
|
155
|
+
comments: <optional>
|
|
@@ -8,82 +8,82 @@ related_task: <taskId>-<taskTitle>
|
|
|
8
8
|
|
|
9
9
|
# Research Report — <taskId>-<taskTitle>
|
|
10
10
|
|
|
11
|
-
##
|
|
12
|
-
|
|
13
|
-
`<
|
|
11
|
+
## Agent Identification (MANDATORY)
|
|
12
|
+
First line of the document:
|
|
13
|
+
`<icon> **<agent-name>**: <message>`
|
|
14
14
|
|
|
15
15
|
> [!CAUTION]
|
|
16
|
-
> **
|
|
17
|
-
>
|
|
18
|
-
>
|
|
16
|
+
> **PERMANENT RULE**: This document is ONLY documentation.
|
|
17
|
+
> The researcher-agent documents findings WITHOUT analyzing, WITHOUT recommending, WITHOUT proposing solutions.
|
|
18
|
+
> Analysis belongs to Phase 2.
|
|
19
19
|
|
|
20
|
-
## 1.
|
|
21
|
-
-
|
|
22
|
-
-
|
|
23
|
-
-
|
|
20
|
+
## 1. Executive Summary
|
|
21
|
+
- Problem investigated
|
|
22
|
+
- Research objective
|
|
23
|
+
- Key findings
|
|
24
24
|
|
|
25
25
|
---
|
|
26
26
|
|
|
27
|
-
## 2.
|
|
28
|
-
-
|
|
29
|
-
-
|
|
27
|
+
## 2. Detected Needs
|
|
28
|
+
- Technical requirements identified by the architect-agent
|
|
29
|
+
- Assumptions and limitations
|
|
30
30
|
|
|
31
31
|
---
|
|
32
32
|
|
|
33
|
-
## 3.
|
|
34
|
-
|
|
35
|
-
-
|
|
36
|
-
-
|
|
37
|
-
-
|
|
38
|
-
-
|
|
33
|
+
## 3. Technical Findings
|
|
34
|
+
For each finding:
|
|
35
|
+
- Description of the concept/technology
|
|
36
|
+
- Current state (stable, experimental, deprecated)
|
|
37
|
+
- Official documentation
|
|
38
|
+
- Known limitations
|
|
39
39
|
|
|
40
|
-
> **
|
|
40
|
+
> **DO NOT include**: pros/cons, recommendations, decisions.
|
|
41
41
|
|
|
42
42
|
---
|
|
43
43
|
|
|
44
|
-
## 4. APIs
|
|
45
|
-
- API /
|
|
46
|
-
-
|
|
47
|
-
-
|
|
44
|
+
## 4. Relevant APIs
|
|
45
|
+
- API / specification
|
|
46
|
+
- Support status (Chrome/Firefox/Safari)
|
|
47
|
+
- Known restrictions
|
|
48
48
|
|
|
49
49
|
---
|
|
50
50
|
|
|
51
|
-
## 5.
|
|
52
|
-
-
|
|
53
|
-
-
|
|
54
|
-
-
|
|
51
|
+
## 5. Multi-browser Compatibility
|
|
52
|
+
- Compatibility table
|
|
53
|
+
- Key differences
|
|
54
|
+
- Mitigation strategies
|
|
55
55
|
|
|
56
56
|
---
|
|
57
57
|
|
|
58
|
-
## 6.
|
|
59
|
-
-
|
|
60
|
-
-
|
|
58
|
+
## 6. Detected AI-first Opportunities
|
|
59
|
+
- Patterns or APIs that could enable automation
|
|
60
|
+
- References to relevant documentation
|
|
61
61
|
|
|
62
|
-
> **
|
|
62
|
+
> **DO NOT include**: expected impact, usage recommendations.
|
|
63
63
|
|
|
64
64
|
---
|
|
65
65
|
|
|
66
|
-
## 7.
|
|
67
|
-
-
|
|
68
|
-
-
|
|
69
|
-
-
|
|
66
|
+
## 7. Identified Risks
|
|
67
|
+
- Detected risk
|
|
68
|
+
- Severity (high/medium/low)
|
|
69
|
+
- Information source
|
|
70
70
|
|
|
71
|
-
> **
|
|
71
|
+
> **DO NOT include**: mitigations (those belong to analysis).
|
|
72
72
|
|
|
73
73
|
---
|
|
74
74
|
|
|
75
|
-
## 8.
|
|
76
|
-
-
|
|
77
|
-
- RFCs /
|
|
78
|
-
-
|
|
75
|
+
## 8. Sources
|
|
76
|
+
- Links to official docs
|
|
77
|
+
- RFCs / proposals
|
|
78
|
+
- Other resources
|
|
79
79
|
|
|
80
80
|
---
|
|
81
81
|
|
|
82
|
-
## 9.
|
|
82
|
+
## 9. Developer Approval (MANDATORY)
|
|
83
83
|
```yaml
|
|
84
84
|
approval:
|
|
85
85
|
developer:
|
|
86
86
|
decision: SI | NO
|
|
87
87
|
date: <ISO-8601>
|
|
88
|
-
comments: <
|
|
88
|
+
comments: <optional>
|
|
89
89
|
```
|
|
@@ -11,155 +11,155 @@ related_verification: .agent/artifacts/<taskId>-<taskTitle>/verification.md
|
|
|
11
11
|
|
|
12
12
|
# Final Results Report — <taskId>-<taskTitle>
|
|
13
13
|
|
|
14
|
-
##
|
|
15
|
-
|
|
16
|
-
`<
|
|
14
|
+
## Agent Identification (MANDATORY)
|
|
15
|
+
First line of the document:
|
|
16
|
+
`<icon> **<agent-name>**: <message>`
|
|
17
17
|
|
|
18
|
-
## 1.
|
|
19
|
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
23
|
-
-
|
|
18
|
+
## 1. Executive Summary (for decision)
|
|
19
|
+
This document presents **the complete final result of the task**, consolidating:
|
|
20
|
+
- what was planned
|
|
21
|
+
- what was implemented
|
|
22
|
+
- how it was reviewed
|
|
23
|
+
- how it was verified
|
|
24
24
|
|
|
25
|
-
**
|
|
26
|
-
-
|
|
27
|
-
-
|
|
25
|
+
**Quick Conclusion**
|
|
26
|
+
- Overall status: ☐ SATISFACTORY ☐ NOT SATISFACTORY
|
|
27
|
+
- Architect recommendation: ☐ Accept ☐ Iterate
|
|
28
28
|
|
|
29
29
|
---
|
|
30
30
|
|
|
31
|
-
## 2.
|
|
32
|
-
### 2.1
|
|
33
|
-
(
|
|
31
|
+
## 2. Task Context
|
|
32
|
+
### 2.1 Original Objective
|
|
33
|
+
(Extracted from `task.md`)
|
|
34
34
|
|
|
35
|
-
-
|
|
36
|
-
-
|
|
37
|
-
-
|
|
35
|
+
- Objective:
|
|
36
|
+
- Defined scope:
|
|
37
|
+
- Out of scope:
|
|
38
38
|
|
|
39
|
-
### 2.2 Acceptance Criteria
|
|
40
|
-
|
|
39
|
+
### 2.2 Agreed Acceptance Criteria
|
|
40
|
+
List of ACs defined in Phase 0.
|
|
41
41
|
|
|
42
|
-
| ID |
|
|
43
|
-
|
|
44
|
-
| AC-1 | | ✅
|
|
45
|
-
| AC-2 | | ✅
|
|
42
|
+
| ID | Description | Final Status |
|
|
43
|
+
|----|-------------|-------------|
|
|
44
|
+
| AC-1 | | ✅ Met / ❌ Not Met |
|
|
45
|
+
| AC-2 | | ✅ Met / ❌ Not Met |
|
|
46
46
|
|
|
47
47
|
---
|
|
48
48
|
|
|
49
|
-
## 3.
|
|
50
|
-
|
|
49
|
+
## 3. Planning (what was agreed to do)
|
|
50
|
+
Summary of the **approved plan** from Phase 2.
|
|
51
51
|
|
|
52
|
-
-
|
|
53
|
-
-
|
|
54
|
-
-
|
|
55
|
-
-
|
|
56
|
-
-
|
|
52
|
+
- General strategy
|
|
53
|
+
- Main phases and steps
|
|
54
|
+
- Involved agents and responsibilities
|
|
55
|
+
- Agreed testing strategy
|
|
56
|
+
- Demo plan (if applicable)
|
|
57
57
|
|
|
58
|
-
>
|
|
58
|
+
> Reference: `plan.md`
|
|
59
59
|
|
|
60
60
|
---
|
|
61
61
|
|
|
62
|
-
## 4.
|
|
63
|
-
|
|
62
|
+
## 4. Implementation (what was actually done)
|
|
63
|
+
Clear description of the executed implementation.
|
|
64
64
|
|
|
65
|
-
### 4.1
|
|
66
|
-
|
|
65
|
+
### 4.1 Subtasks by Agent
|
|
66
|
+
For each participating agent:
|
|
67
67
|
|
|
68
|
-
**
|
|
69
|
-
-
|
|
70
|
-
-
|
|
71
|
-
-
|
|
72
|
-
-
|
|
68
|
+
**Agent:** `<agent-name>`
|
|
69
|
+
- Assigned responsibility:
|
|
70
|
+
- Executed subtasks:
|
|
71
|
+
- Generated artifacts:
|
|
72
|
+
- Relevant changes:
|
|
73
73
|
|
|
74
|
-
(
|
|
74
|
+
(Repeat for each agent)
|
|
75
75
|
|
|
76
|
-
### 4.2
|
|
77
|
-
-
|
|
78
|
-
-
|
|
79
|
-
- APIs
|
|
80
|
-
-
|
|
76
|
+
### 4.2 Relevant Technical Changes
|
|
77
|
+
- New components
|
|
78
|
+
- Structural changes
|
|
79
|
+
- Affected APIs
|
|
80
|
+
- Cross-browser compatibility (if applicable)
|
|
81
81
|
|
|
82
82
|
---
|
|
83
83
|
|
|
84
|
-
## 5.
|
|
85
|
-
|
|
84
|
+
## 5. Architectural Review
|
|
85
|
+
Summary of the architect's review report.
|
|
86
86
|
|
|
87
|
-
-
|
|
88
|
-
-
|
|
89
|
-
-
|
|
90
|
-
-
|
|
91
|
-
-
|
|
87
|
+
- Coherence with plan: ☐ Yes ☐ No
|
|
88
|
+
- Architecture compliance: ☐ Yes ☐ No
|
|
89
|
+
- Clean code compliance: ☐ Yes ☐ No
|
|
90
|
+
- Detected deviations:
|
|
91
|
+
- None / Detailed below
|
|
92
92
|
|
|
93
|
-
**
|
|
94
|
-
-
|
|
95
|
-
-
|
|
96
|
-
-
|
|
93
|
+
**Architect's Conclusions**
|
|
94
|
+
- System impact
|
|
95
|
+
- Residual risks
|
|
96
|
+
- Technical debt (if any)
|
|
97
97
|
|
|
98
|
-
>
|
|
98
|
+
> Reference: `architect/review.md`
|
|
99
99
|
|
|
100
100
|
---
|
|
101
101
|
|
|
102
|
-
## 6.
|
|
103
|
-
|
|
102
|
+
## 6. Verification and Validation
|
|
103
|
+
Functional verification results.
|
|
104
104
|
|
|
105
|
-
### 6.1 Tests
|
|
106
|
-
-
|
|
107
|
-
-
|
|
105
|
+
### 6.1 Tests Executed
|
|
106
|
+
- Unit:
|
|
107
|
+
- Integration:
|
|
108
108
|
- End-to-End / Manual:
|
|
109
|
-
-
|
|
109
|
+
- Overall result: ☐ OK ☐ NOT OK
|
|
110
110
|
|
|
111
|
-
### 6.2 Demo (
|
|
112
|
-
-
|
|
113
|
-
-
|
|
114
|
-
-
|
|
111
|
+
### 6.2 Demo (if applicable)
|
|
112
|
+
- What was demonstrated
|
|
113
|
+
- Demo result
|
|
114
|
+
- Developer observations
|
|
115
115
|
|
|
116
|
-
>
|
|
116
|
+
> Reference: `verification.md`
|
|
117
117
|
|
|
118
118
|
---
|
|
119
119
|
|
|
120
|
-
## 7.
|
|
121
|
-
|
|
120
|
+
## 7. Final Acceptance Criteria Status
|
|
121
|
+
Definitive evaluation.
|
|
122
122
|
|
|
123
|
-
| Acceptance Criteria |
|
|
124
|
-
|
|
123
|
+
| Acceptance Criteria | Result | Evidence |
|
|
124
|
+
|---------------------|--------|----------|
|
|
125
125
|
| AC-1 | ✅ / ❌ | |
|
|
126
126
|
| AC-2 | ✅ / ❌ | |
|
|
127
127
|
|
|
128
|
-
>
|
|
128
|
+
> All ACs **MUST** be met to accept the task.
|
|
129
129
|
|
|
130
130
|
---
|
|
131
131
|
|
|
132
|
-
## 8.
|
|
133
|
-
|
|
132
|
+
## 8. Incidents and Deviations
|
|
133
|
+
Consolidated list of problems found during the cycle.
|
|
134
134
|
|
|
135
|
-
-
|
|
136
|
-
-
|
|
137
|
-
-
|
|
138
|
-
-
|
|
139
|
-
-
|
|
140
|
-
- (
|
|
135
|
+
- Incident:
|
|
136
|
+
- Phase where detected
|
|
137
|
+
- Impact
|
|
138
|
+
- Applied resolution
|
|
139
|
+
- Incident:
|
|
140
|
+
- (Repeat)
|
|
141
141
|
|
|
142
|
-
|
|
143
|
-
>
|
|
142
|
+
If there were no incidents, indicate explicitly:
|
|
143
|
+
> "No relevant incidents were detected."
|
|
144
144
|
|
|
145
145
|
---
|
|
146
146
|
|
|
147
|
-
## 9.
|
|
148
|
-
|
|
147
|
+
## 9. Overall Assessment
|
|
148
|
+
Final result evaluation.
|
|
149
149
|
|
|
150
|
-
-
|
|
151
|
-
-
|
|
152
|
-
-
|
|
153
|
-
-
|
|
150
|
+
- Technical quality: ☐ High ☐ Medium ☐ Low
|
|
151
|
+
- Alignment with request: ☐ Total ☐ Partial ☐ Insufficient
|
|
152
|
+
- Solution stability: ☐ High ☐ Medium ☐ Low
|
|
153
|
+
- Maintainability: ☐ High ☐ Medium ☐ Low
|
|
154
154
|
|
|
155
155
|
---
|
|
156
156
|
|
|
157
|
-
## 10.
|
|
158
|
-
|
|
157
|
+
## 10. Final Developer Decision (MANDATORY)
|
|
158
|
+
This decision **closes the phase**.
|
|
159
159
|
|
|
160
160
|
```yaml
|
|
161
161
|
approval:
|
|
162
162
|
developer:
|
|
163
163
|
decision: SI | NO
|
|
164
164
|
date: <ISO-8601>
|
|
165
|
-
comments: <
|
|
165
|
+
comments: <optional>
|