claude-code-workflow 7.2.23 → 7.2.24

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 (181) hide show
  1. package/.codex/skills/team-arch-opt/SKILL.md +242 -175
  2. package/.codex/skills/team-arch-opt/roles/analyzer/role.md +78 -78
  3. package/.codex/skills/team-arch-opt/roles/coordinator/commands/analyze.md +57 -57
  4. package/.codex/skills/team-arch-opt/roles/coordinator/commands/monitor.md +246 -204
  5. package/.codex/skills/team-arch-opt/roles/coordinator/role.md +196 -184
  6. package/.codex/skills/team-arch-opt/roles/designer/role.md +115 -115
  7. package/.codex/skills/team-arch-opt/roles/refactorer/role.md +102 -102
  8. package/.codex/skills/team-arch-opt/roles/reviewer/role.md +111 -111
  9. package/.codex/skills/team-arch-opt/roles/validator/role.md +115 -115
  10. package/.codex/skills/team-arch-opt/specs/pipelines.md +102 -102
  11. package/.codex/skills/team-brainstorm/SKILL.md +72 -4
  12. package/.codex/skills/team-brainstorm/roles/challenger/role.md +61 -61
  13. package/.codex/skills/team-brainstorm/roles/coordinator/commands/analyze.md +58 -58
  14. package/.codex/skills/team-brainstorm/roles/coordinator/commands/monitor.md +212 -171
  15. package/.codex/skills/team-brainstorm/roles/coordinator/role.md +172 -160
  16. package/.codex/skills/team-brainstorm/roles/evaluator/role.md +56 -56
  17. package/.codex/skills/team-brainstorm/roles/ideator/role.md +69 -69
  18. package/.codex/skills/team-brainstorm/roles/synthesizer/role.md +57 -57
  19. package/.codex/skills/team-brainstorm/specs/pipelines.md +72 -72
  20. package/.codex/skills/team-coordinate/SKILL.md +71 -3
  21. package/.codex/skills/team-coordinate/roles/coordinator/commands/monitor.md +45 -5
  22. package/.codex/skills/team-coordinate/roles/coordinator/role.md +402 -389
  23. package/.codex/skills/team-coordinate/specs/knowledge-transfer.md +111 -111
  24. package/.codex/skills/team-coordinate/specs/pipelines.md +97 -97
  25. package/.codex/skills/team-coordinate/specs/quality-gates.md +112 -112
  26. package/.codex/skills/team-designer/SKILL.md +153 -153
  27. package/.codex/skills/team-designer/phases/01-requirements-analysis.md +250 -250
  28. package/.codex/skills/team-designer/phases/02-scaffold-generation.md +228 -228
  29. package/.codex/skills/team-designer/phases/03-content-generation.md +330 -330
  30. package/.codex/skills/team-designer/phases/04-validation.md +320 -320
  31. package/.codex/skills/team-executor/SKILL.md +29 -2
  32. package/.codex/skills/team-executor/roles/executor/commands/monitor.md +23 -15
  33. package/.codex/skills/team-frontend/SKILL.md +77 -3
  34. package/.codex/skills/team-frontend/roles/analyst/role.md +92 -92
  35. package/.codex/skills/team-frontend/roles/architect/role.md +86 -86
  36. package/.codex/skills/team-frontend/roles/coordinator/commands/analyze.md +52 -52
  37. package/.codex/skills/team-frontend/roles/coordinator/commands/monitor.md +222 -188
  38. package/.codex/skills/team-frontend/roles/coordinator/role.md +189 -177
  39. package/.codex/skills/team-frontend/roles/developer/role.md +93 -93
  40. package/.codex/skills/team-frontend/roles/qa/role.md +79 -79
  41. package/.codex/skills/team-frontend/specs/pipelines.md +76 -76
  42. package/.codex/skills/team-frontend-debug/SKILL.md +66 -3
  43. package/.codex/skills/team-frontend-debug/roles/analyzer/role.md +208 -208
  44. package/.codex/skills/team-frontend-debug/roles/coordinator/commands/analyze.md +174 -174
  45. package/.codex/skills/team-frontend-debug/roles/coordinator/commands/dispatch.md +198 -198
  46. package/.codex/skills/team-frontend-debug/roles/coordinator/commands/monitor.md +177 -143
  47. package/.codex/skills/team-frontend-debug/roles/coordinator/role.md +164 -152
  48. package/.codex/skills/team-frontend-debug/roles/fixer/role.md +147 -147
  49. package/.codex/skills/team-frontend-debug/roles/reproducer/role.md +147 -147
  50. package/.codex/skills/team-frontend-debug/roles/tester/role.md +231 -231
  51. package/.codex/skills/team-frontend-debug/roles/verifier/role.md +172 -172
  52. package/.codex/skills/team-frontend-debug/specs/debug-tools.md +215 -215
  53. package/.codex/skills/team-frontend-debug/specs/pipelines.md +94 -94
  54. package/.codex/skills/team-issue/SKILL.md +83 -4
  55. package/.codex/skills/team-issue/roles/coordinator/commands/analyze.md +64 -64
  56. package/.codex/skills/team-issue/roles/coordinator/commands/dispatch.md +273 -273
  57. package/.codex/skills/team-issue/roles/coordinator/commands/monitor.md +235 -194
  58. package/.codex/skills/team-issue/roles/coordinator/role.md +206 -194
  59. package/.codex/skills/team-issue/roles/explorer/role.md +94 -94
  60. package/.codex/skills/team-issue/roles/implementer/role.md +87 -87
  61. package/.codex/skills/team-issue/roles/integrator/role.md +84 -84
  62. package/.codex/skills/team-issue/roles/planner/role.md +81 -81
  63. package/.codex/skills/team-issue/roles/reviewer/role.md +86 -86
  64. package/.codex/skills/team-issue/specs/pipelines.md +124 -124
  65. package/.codex/skills/team-iterdev/SKILL.md +64 -3
  66. package/.codex/skills/team-iterdev/roles/architect/role.md +65 -65
  67. package/.codex/skills/team-iterdev/roles/coordinator/commands/analyze.md +62 -62
  68. package/.codex/skills/team-iterdev/roles/coordinator/commands/monitor.md +227 -186
  69. package/.codex/skills/team-iterdev/roles/coordinator/role.md +193 -181
  70. package/.codex/skills/team-iterdev/roles/developer/role.md +74 -74
  71. package/.codex/skills/team-iterdev/roles/reviewer/role.md +66 -66
  72. package/.codex/skills/team-iterdev/roles/tester/role.md +88 -88
  73. package/.codex/skills/team-iterdev/specs/pipelines.md +94 -94
  74. package/.codex/skills/team-lifecycle-v4/MIGRATION-PLAN.md +6 -6
  75. package/.codex/skills/team-lifecycle-v4/SKILL.md +305 -242
  76. package/.codex/skills/team-lifecycle-v4/roles/coordinator/commands/dispatch.md +1 -1
  77. package/.codex/skills/team-lifecycle-v4/roles/coordinator/commands/monitor.md +66 -24
  78. package/.codex/skills/team-lifecycle-v4/roles/coordinator/role.md +13 -1
  79. package/.codex/skills/team-lifecycle-v4/roles/supervisor/role.md +1 -1
  80. package/.codex/skills/team-lifecycle-v4/templates/architecture.md +254 -254
  81. package/.codex/skills/team-lifecycle-v4/templates/epics.md +196 -196
  82. package/.codex/skills/team-lifecycle-v4/templates/product-brief.md +133 -133
  83. package/.codex/skills/team-lifecycle-v4/templates/requirements.md +224 -224
  84. package/.codex/skills/team-perf-opt/SKILL.md +68 -3
  85. package/.codex/skills/team-perf-opt/roles/benchmarker/role.md +89 -89
  86. package/.codex/skills/team-perf-opt/roles/coordinator/commands/analyze.md +61 -61
  87. package/.codex/skills/team-perf-opt/roles/coordinator/commands/monitor.md +35 -1
  88. package/.codex/skills/team-perf-opt/roles/coordinator/role.md +179 -167
  89. package/.codex/skills/team-perf-opt/roles/optimizer/role.md +97 -97
  90. package/.codex/skills/team-perf-opt/roles/profiler/role.md +73 -73
  91. package/.codex/skills/team-perf-opt/roles/reviewer/role.md +75 -75
  92. package/.codex/skills/team-perf-opt/roles/strategist/role.md +94 -94
  93. package/.codex/skills/team-perf-opt/specs/pipelines.md +65 -65
  94. package/.codex/skills/team-planex/SKILL.md +65 -3
  95. package/.codex/skills/team-planex/roles/coordinator/commands/analyze.md +52 -52
  96. package/.codex/skills/team-planex/roles/coordinator/commands/monitor.md +210 -164
  97. package/.codex/skills/team-planex/roles/coordinator/role.md +171 -159
  98. package/.codex/skills/team-planex/roles/executor/role.md +91 -91
  99. package/.codex/skills/team-planex/roles/planner/role.md +112 -112
  100. package/.codex/skills/team-planex/specs/pipelines.md +93 -93
  101. package/.codex/skills/team-quality-assurance/SKILL.md +60 -3
  102. package/.codex/skills/team-quality-assurance/roles/analyst/role.md +80 -80
  103. package/.codex/skills/team-quality-assurance/roles/coordinator/commands/analyze.md +72 -72
  104. package/.codex/skills/team-quality-assurance/roles/coordinator/commands/dispatch.md +108 -108
  105. package/.codex/skills/team-quality-assurance/roles/coordinator/commands/monitor.md +243 -209
  106. package/.codex/skills/team-quality-assurance/roles/coordinator/role.md +176 -164
  107. package/.codex/skills/team-quality-assurance/roles/executor/role.md +66 -66
  108. package/.codex/skills/team-quality-assurance/roles/generator/role.md +68 -68
  109. package/.codex/skills/team-quality-assurance/roles/scout/role.md +67 -67
  110. package/.codex/skills/team-quality-assurance/roles/strategist/role.md +71 -71
  111. package/.codex/skills/team-quality-assurance/specs/pipelines.md +115 -115
  112. package/.codex/skills/team-review/SKILL.md +58 -3
  113. package/.codex/skills/team-review/roles/coordinator/commands/analyze.md +71 -71
  114. package/.codex/skills/team-review/roles/coordinator/commands/dispatch.md +90 -90
  115. package/.codex/skills/team-review/roles/coordinator/commands/monitor.md +225 -185
  116. package/.codex/skills/team-review/roles/coordinator/role.md +175 -163
  117. package/.codex/skills/team-review/roles/fixer/role.md +76 -76
  118. package/.codex/skills/team-review/roles/reviewer/role.md +68 -68
  119. package/.codex/skills/team-review/roles/scanner/role.md +71 -71
  120. package/.codex/skills/team-review/specs/pipelines.md +102 -102
  121. package/.codex/skills/team-roadmap-dev/SKILL.md +55 -3
  122. package/.codex/skills/team-roadmap-dev/roles/coordinator/commands/analyze.md +61 -61
  123. package/.codex/skills/team-roadmap-dev/roles/coordinator/commands/monitor.md +502 -468
  124. package/.codex/skills/team-roadmap-dev/roles/coordinator/role.md +335 -322
  125. package/.codex/skills/team-roadmap-dev/roles/executor/role.md +71 -71
  126. package/.codex/skills/team-roadmap-dev/roles/planner/role.md +76 -76
  127. package/.codex/skills/team-roadmap-dev/roles/verifier/role.md +74 -74
  128. package/.codex/skills/team-roadmap-dev/specs/pipelines.md +93 -93
  129. package/.codex/skills/team-tech-debt/SKILL.md +56 -3
  130. package/.codex/skills/team-tech-debt/roles/assessor/role.md +69 -69
  131. package/.codex/skills/team-tech-debt/roles/coordinator/commands/analyze.md +47 -47
  132. package/.codex/skills/team-tech-debt/roles/coordinator/commands/monitor.md +272 -231
  133. package/.codex/skills/team-tech-debt/roles/coordinator/role.md +172 -160
  134. package/.codex/skills/team-tech-debt/roles/executor/role.md +76 -76
  135. package/.codex/skills/team-tech-debt/roles/planner/role.md +69 -69
  136. package/.codex/skills/team-tech-debt/roles/scanner/role.md +82 -82
  137. package/.codex/skills/team-tech-debt/roles/validator/role.md +75 -75
  138. package/.codex/skills/team-tech-debt/specs/pipelines.md +47 -47
  139. package/.codex/skills/team-testing/SKILL.md +72 -3
  140. package/.codex/skills/team-testing/roles/analyst/role.md +95 -95
  141. package/.codex/skills/team-testing/roles/coordinator/commands/analyze.md +70 -70
  142. package/.codex/skills/team-testing/roles/coordinator/commands/dispatch.md +106 -106
  143. package/.codex/skills/team-testing/roles/coordinator/commands/monitor.md +283 -242
  144. package/.codex/skills/team-testing/roles/coordinator/role.md +184 -172
  145. package/.codex/skills/team-testing/roles/executor/role.md +96 -96
  146. package/.codex/skills/team-testing/roles/generator/role.md +95 -95
  147. package/.codex/skills/team-testing/roles/strategist/role.md +83 -83
  148. package/.codex/skills/team-testing/specs/pipelines.md +101 -101
  149. package/.codex/skills/team-uidesign/SKILL.md +65 -3
  150. package/.codex/skills/team-uidesign/roles/coordinator/commands/analyze.md +59 -59
  151. package/.codex/skills/team-uidesign/roles/coordinator/commands/dispatch.md +156 -156
  152. package/.codex/skills/team-uidesign/roles/coordinator/commands/monitor.md +234 -194
  153. package/.codex/skills/team-uidesign/roles/coordinator/role.md +211 -199
  154. package/.codex/skills/team-uidesign/roles/designer/role.md +69 -69
  155. package/.codex/skills/team-uidesign/roles/implementer/role.md +72 -72
  156. package/.codex/skills/team-uidesign/roles/researcher/role.md +82 -82
  157. package/.codex/skills/team-uidesign/roles/reviewer/role.md +67 -67
  158. package/.codex/skills/team-uidesign/specs/pipelines.md +76 -76
  159. package/.codex/skills/team-ultra-analyze/SKILL.md +73 -3
  160. package/.codex/skills/team-ultra-analyze/roles/analyst/role.md +90 -90
  161. package/.codex/skills/team-ultra-analyze/roles/coordinator/commands/analyze.md +73 -73
  162. package/.codex/skills/team-ultra-analyze/roles/coordinator/commands/monitor.md +50 -9
  163. package/.codex/skills/team-ultra-analyze/roles/coordinator/role.md +255 -243
  164. package/.codex/skills/team-ultra-analyze/roles/discussant/role.md +104 -104
  165. package/.codex/skills/team-ultra-analyze/roles/explorer/role.md +74 -74
  166. package/.codex/skills/team-ultra-analyze/roles/synthesizer/role.md +78 -78
  167. package/.codex/skills/team-ultra-analyze/specs/pipelines.md +64 -64
  168. package/.codex/skills/team-ux-improve/SKILL.md +64 -3
  169. package/.codex/skills/team-ux-improve/roles/coordinator/commands/analyze.md +62 -62
  170. package/.codex/skills/team-ux-improve/roles/coordinator/commands/dispatch.md +233 -233
  171. package/.codex/skills/team-ux-improve/roles/coordinator/commands/monitor.md +195 -160
  172. package/.codex/skills/team-ux-improve/roles/coordinator/role.md +170 -158
  173. package/.codex/skills/team-ux-improve/roles/designer/role.md +122 -122
  174. package/.codex/skills/team-ux-improve/roles/diagnoser/role.md +93 -93
  175. package/.codex/skills/team-ux-improve/roles/explorer/role.md +77 -77
  176. package/.codex/skills/team-ux-improve/roles/implementer/role.md +102 -102
  177. package/.codex/skills/team-ux-improve/roles/scanner/role.md +93 -93
  178. package/.codex/skills/team-ux-improve/roles/tester/role.md +84 -84
  179. package/.codex/skills/team-ux-improve/specs/pipelines.md +54 -54
  180. package/README.md +1 -0
  181. package/package.json +1 -1
@@ -1,185 +1,225 @@
1
- # Monitor Pipeline
2
-
3
- Synchronous pipeline coordination using spawn_agent + wait_agent.
4
-
5
- ## Constants
6
-
7
- - WORKER_AGENT: team_worker
8
- - FAST_ADVANCE_AWARE: true
9
-
10
- ## Handler Router
11
-
12
- | Source | Handler |
13
- |--------|---------|
14
- | "capability_gap" | handleAdapt |
15
- | "check" or "status" | handleCheck |
16
- | "resume" or "continue" | handleResume |
17
- | All tasks completed | handleComplete |
18
- | Default | handleSpawnNext |
19
-
20
- ## Role-Worker Map
21
-
22
- | Prefix | Role | Role Spec | inner_loop |
23
- |--------|------|-----------|------------|
24
- | SCAN-* | scanner | `<project>/.codex/skills/team-review/roles/scanner/role.md` | false |
25
- | REV-* | reviewer | `<project>/.codex/skills/team-review/roles/reviewer/role.md` | false |
26
- | FIX-* | fixer | `<project>/.codex/skills/team-review/roles/fixer/role.md` | true |
27
-
28
- ## handleCheck
29
-
30
- Read-only status report from tasks.json, then STOP.
31
-
32
- 1. Read tasks.json
33
- 2. Count tasks by status (pending, in_progress, completed, failed)
34
-
35
- Output:
36
- ```
37
- [coordinator] Review Pipeline Status
38
- [coordinator] Mode: <pipeline_mode>
39
- [coordinator] Progress: <completed>/<total> (<percent>%)
40
-
41
- [coordinator] Pipeline Graph:
42
- SCAN-001: <done|run|wait|deleted> <summary>
43
- REV-001: <done|run|wait|deleted> <summary>
44
- FIX-001: <done|run|wait|deleted> <summary>
45
-
46
- done=completed >>>=running o=pending x=deleted
47
-
48
- [coordinator] Active Agents: <list from active_agents>
49
- [coordinator] Ready to spawn: <subjects>
50
- [coordinator] Commands: 'resume' to advance | 'check' to refresh
51
- ```
52
-
53
- Then STOP.
54
-
55
- ## handleResume
56
-
57
- 1. Read tasks.json, check active_agents
58
- 2. No active agents -> handleSpawnNext
59
- 3. Has active agents -> check each status
60
- - completed -> mark done in tasks.json
61
- - in_progress -> still running
62
- - other -> worker failure -> reset to pending
63
- 4. Some completed -> handleSpawnNext
64
- 5. All running -> report status, STOP
65
-
66
- ## handleSpawnNext
67
-
68
- Find ready tasks, spawn workers, wait for results, process.
69
-
70
- 1. Read tasks.json:
71
- - completedTasks: status = completed
72
- - inProgressTasks: status = in_progress
73
- - deletedTasks: status = deleted
74
- - readyTasks: status = pending AND all deps in completedTasks
75
-
76
- 2. No ready + work in progress -> report waiting, STOP
77
- 3. No ready + nothing in progress -> handleComplete
78
- 4. Has ready -> take first ready task:
79
- a. Determine role from prefix (use Role-Worker Map)
80
- b. Update task status to in_progress in tasks.json
81
- c. team_msg log -> task_unblocked
82
- d. Spawn team_worker:
83
-
84
- ```javascript
85
- // 1) Update status in tasks.json
86
- state.tasks[taskId].status = 'in_progress'
87
-
88
- // 2) Spawn worker
89
- const agentId = spawn_agent({
90
- agent_type: "team_worker",
91
- items: [
92
- { type: "text", text: `## Role Assignment
93
- role: ${role}
94
- role_spec: ${skillRoot}/roles/${role}/role.md
95
- session: ${sessionFolder}
96
- session_id: ${sessionId}
97
- requirement: ${taskDescription}
98
- inner_loop: ${innerLoop}` },
99
-
100
- { type: "text", text: `## Current Task
101
- - Task ID: ${taskId}
102
- - Task: ${taskSubject}
103
-
104
- Read role_spec file to load Phase 2-4 domain instructions.
105
- Execute built-in Phase 1 (task discovery) -> role Phase 2-4 -> built-in Phase 5 (report).` }
106
- ]
107
- })
108
-
109
- // 3) Track agent
110
- state.active_agents[taskId] = { agentId, role, started_at: now }
111
-
112
- // 4) Wait for completion
113
- wait_agent({ ids: [agentId] })
114
-
115
- // 5) Collect results
116
- state.tasks[taskId].status = 'completed'
117
- delete state.active_agents[taskId]
118
- ```
119
-
120
- e. Check for checkpoints after worker completes:
121
- - scanner completes -> read meta.json for findings_count:
122
- - findings_count === 0 -> mark remaining REV-*/FIX-* tasks as deleted -> handleComplete
123
- - findings_count > 0 -> proceed to handleSpawnNext
124
- - reviewer completes AND pipeline_mode === 'full':
125
- - autoYes flag set -> write fix-manifest.json, set fix_scope='all' -> handleSpawnNext
126
- - NO autoYes -> request_user_input:
127
- ```
128
- question: "<N> findings reviewed. Proceed with fix?"
129
- options:
130
- - "Fix all": set fix_scope='all'
131
- - "Fix critical/high only": set fix_scope='critical,high'
132
- - "Skip fix": mark FIX-* tasks as deleted -> handleComplete
133
- ```
134
- Write fix_scope to meta.json, write fix-manifest.json, -> handleSpawnNext
135
- - fixer completes -> handleSpawnNext (checks for completion naturally)
136
-
137
- 5. Update tasks.json, output summary, STOP
138
-
139
- ## handleComplete
140
-
141
- Pipeline done. Generate report and completion action.
142
-
143
- 1. All tasks completed or deleted (no pending, no in_progress)
144
- 2. Read final session state from meta.json
145
- 3. Generate pipeline summary: mode, target, findings_count, stages_completed, fix results (if applicable), deliverable paths
146
- 4. Update session: pipeline_status='complete', completed_at=<timestamp>
147
- 5. Read session.completion_action:
148
- - interactive -> request_user_input (Archive/Keep/Export)
149
- - auto_archive -> Archive & Clean
150
- - auto_keep -> Keep Active (status=paused)
151
-
152
- ## handleAdapt
153
-
154
- Capability gap reported mid-pipeline.
155
-
156
- 1. Parse gap description
157
- 2. Check if existing role covers it -> redirect
158
- 3. Role count < 4 -> generate dynamic role-spec in <session>/role-specs/
159
- 4. Create new task in tasks.json, spawn worker
160
- 5. Role count >= 4 -> merge or pause
161
-
162
- ## Fast-Advance Reconciliation
163
-
164
- On every coordinator wake:
165
- 1. Read tasks.json for completed tasks
166
- 2. Sync active_agents with actual state
167
- 3. No duplicate spawns
168
-
169
- ## State Persistence
170
-
171
- After every handler execution:
172
- 1. Reconcile active_agents with actual tasks.json states
173
- 2. Remove entries for completed/deleted tasks
174
- 3. Write updated tasks.json
175
- 4. STOP (wait for next event)
176
-
177
- ## Error Handling
178
-
179
- | Scenario | Resolution |
180
- |----------|------------|
181
- | Session file not found | Error, suggest re-initialization |
182
- | 0 findings after scan | Delete remaining stages, complete pipeline |
183
- | User declines fix | Delete FIX-* tasks, complete with review-only results |
184
- | Pipeline stall | Check deps chains, report to user |
185
- | Worker failure | Reset task to pending, respawn on next resume |
1
+ # Monitor Pipeline
2
+
3
+ Synchronous pipeline coordination using spawn_agent + wait_agent.
4
+
5
+ ## Constants
6
+
7
+ - WORKER_AGENT: team_worker
8
+ - FAST_ADVANCE_AWARE: true
9
+
10
+ ## Handler Router
11
+
12
+ | Source | Handler |
13
+ |--------|---------|
14
+ | "capability_gap" | handleAdapt |
15
+ | "check" or "status" | handleCheck |
16
+ | "resume" or "continue" | handleResume |
17
+ | All tasks completed | handleComplete |
18
+ | Default | handleSpawnNext |
19
+
20
+ ## Role-Worker Map
21
+
22
+ | Prefix | Role | Role Spec | inner_loop |
23
+ |--------|------|-----------|------------|
24
+ | SCAN-* | scanner | `<project>/.codex/skills/team-review/roles/scanner/role.md` | false |
25
+ | REV-* | reviewer | `<project>/.codex/skills/team-review/roles/reviewer/role.md` | false |
26
+ | FIX-* | fixer | `<project>/.codex/skills/team-review/roles/fixer/role.md` | true |
27
+
28
+ ## handleCheck
29
+
30
+ Read-only status report from tasks.json, then STOP.
31
+
32
+ 1. Read tasks.json
33
+ 2. Count tasks by status (pending, in_progress, completed, failed)
34
+
35
+ Output:
36
+ ```
37
+ [coordinator] Review Pipeline Status
38
+ [coordinator] Mode: <pipeline_mode>
39
+ [coordinator] Progress: <completed>/<total> (<percent>%)
40
+
41
+ [coordinator] Pipeline Graph:
42
+ SCAN-001: <done|run|wait|deleted> <summary>
43
+ REV-001: <done|run|wait|deleted> <summary>
44
+ FIX-001: <done|run|wait|deleted> <summary>
45
+
46
+ done=completed >>>=running o=pending x=deleted
47
+
48
+ [coordinator] Active Agents: <list from active_agents>
49
+ [coordinator] Ready to spawn: <subjects>
50
+ [coordinator] Commands: 'resume' to advance | 'check' to refresh
51
+ ```
52
+
53
+ Then STOP.
54
+
55
+ ## handleResume
56
+
57
+ **Agent Health Check** (v4):
58
+ ```
59
+ // Verify actual running agents match session state
60
+ const runningAgents = list_agents({})
61
+ // For each active_agent in tasks.json:
62
+ // - If agent NOT in runningAgents -> agent crashed
63
+ // - Reset that task to pending, remove from active_agents
64
+ // This prevents stale agent references from blocking the pipeline
65
+ ```
66
+
67
+ 1. Read tasks.json, check active_agents
68
+ 2. No active agents -> handleSpawnNext
69
+ 3. Has active agents -> check each status
70
+ - completed -> mark done in tasks.json
71
+ - in_progress -> still running
72
+ - other -> worker failure -> reset to pending
73
+ 4. Some completed -> handleSpawnNext
74
+ 5. All running -> report status, STOP
75
+
76
+ ## handleSpawnNext
77
+
78
+ Find ready tasks, spawn workers, wait for results, process.
79
+
80
+ 1. Read tasks.json:
81
+ - completedTasks: status = completed
82
+ - inProgressTasks: status = in_progress
83
+ - deletedTasks: status = deleted
84
+ - readyTasks: status = pending AND all deps in completedTasks
85
+
86
+ 2. No ready + work in progress -> report waiting, STOP
87
+ 3. No ready + nothing in progress -> handleComplete
88
+ 4. Has ready -> take first ready task:
89
+ a. Determine role from prefix (use Role-Worker Map)
90
+ b. Update task status to in_progress in tasks.json
91
+ c. team_msg log -> task_unblocked
92
+ d. Spawn team_worker:
93
+
94
+ ```javascript
95
+ // 1) Update status in tasks.json
96
+ state.tasks[taskId].status = 'in_progress'
97
+
98
+ // 2) Spawn worker
99
+ const agentId = spawn_agent({
100
+ agent_type: "team_worker",
101
+ task_name: taskId, // e.g., "SCAN-001" enables named targeting
102
+ items: [
103
+ { type: "text", text: `## Role Assignment
104
+ role: ${role}
105
+ role_spec: ${skillRoot}/roles/${role}/role.md
106
+ session: ${sessionFolder}
107
+ session_id: ${sessionId}
108
+ requirement: ${taskDescription}
109
+ inner_loop: ${innerLoop}` },
110
+
111
+ { type: "text", text: `## Current Task
112
+ - Task ID: ${taskId}
113
+ - Task: ${taskSubject}
114
+
115
+ Read role_spec file to load Phase 2-4 domain instructions.
116
+ Execute built-in Phase 1 (task discovery) -> role Phase 2-4 -> built-in Phase 5 (report).` }
117
+ ]
118
+ })
119
+
120
+ // 3) Track agent
121
+ state.active_agents[taskId] = { agentId, role, started_at: now }
122
+
123
+ // 4) Wait for completion use task_name for stable targeting (v4)
124
+ const waitResult = wait_agent({ targets: [taskId], timeout_ms: 900000 })
125
+ if (waitResult.timed_out) {
126
+ state.tasks[taskId].status = 'timed_out'
127
+ close_agent({ target: taskId })
128
+ delete state.active_agents[taskId]
129
+ } else {
130
+ // 5) Collect results
131
+ state.tasks[taskId].status = 'completed'
132
+ close_agent({ target: taskId }) // Use task_name, not agentId
133
+ delete state.active_agents[taskId]
134
+ }
135
+ ```
136
+
137
+ e. Check for checkpoints after worker completes:
138
+ - scanner completes -> read meta.json for findings_count:
139
+ - findings_count === 0 -> mark remaining REV-*/FIX-* tasks as deleted -> handleComplete
140
+ - findings_count > 0 -> proceed to handleSpawnNext
141
+ - reviewer completes AND pipeline_mode === 'full':
142
+ - autoYes flag set -> write fix-manifest.json, set fix_scope='all' -> handleSpawnNext
143
+ - NO autoYes -> request_user_input:
144
+ ```
145
+ question: "<N> findings reviewed. Proceed with fix?"
146
+ options:
147
+ - "Fix all": set fix_scope='all'
148
+ - "Fix critical/high only": set fix_scope='critical,high'
149
+ - "Skip fix": mark FIX-* tasks as deleted -> handleComplete
150
+ ```
151
+ Write fix_scope to meta.json, write fix-manifest.json, -> handleSpawnNext
152
+ - fixer completes -> handleSpawnNext (checks for completion naturally)
153
+
154
+ 5. Update tasks.json, output summary, STOP
155
+
156
+ **Cross-Agent Supplementary Context** (v4):
157
+
158
+ When spawning workers in a later pipeline phase, send upstream results as supplementary context to already-running workers:
159
+
160
+ ```
161
+ // Example: Send scan results to running reviewer
162
+ send_message({
163
+ target: "<running-agent-task-name>",
164
+ items: [{ type: "text", text: `## Supplementary Context\n${upstreamFindings}` }]
165
+ })
166
+ // Note: send_message queues info without interrupting the agent's current work
167
+ ```
168
+
169
+ Use `send_message` (not `assign_task`) for supplementary info that enriches but doesn't redirect the agent's current task.
170
+
171
+ ## handleComplete
172
+
173
+ **Cleanup Verification** (v4):
174
+ ```
175
+ // Verify all agents are properly closed
176
+ const remaining = list_agents({})
177
+ // If any team agents still running -> close_agent each
178
+ // Ensures clean session shutdown
179
+ ```
180
+
181
+ Pipeline done. Generate report and completion action.
182
+
183
+ 1. All tasks completed or deleted (no pending, no in_progress)
184
+ 2. Read final session state from meta.json
185
+ 3. Generate pipeline summary: mode, target, findings_count, stages_completed, fix results (if applicable), deliverable paths
186
+ 4. Update session: pipeline_status='complete', completed_at=<timestamp>
187
+ 5. Read session.completion_action:
188
+ - interactive -> request_user_input (Archive/Keep/Export)
189
+ - auto_archive -> Archive & Clean
190
+ - auto_keep -> Keep Active (status=paused)
191
+
192
+ ## handleAdapt
193
+
194
+ Capability gap reported mid-pipeline.
195
+
196
+ 1. Parse gap description
197
+ 2. Check if existing role covers it -> redirect
198
+ 3. Role count < 4 -> generate dynamic role-spec in <session>/role-specs/
199
+ 4. Create new task in tasks.json, spawn worker
200
+ 5. Role count >= 4 -> merge or pause
201
+
202
+ ## Fast-Advance Reconciliation
203
+
204
+ On every coordinator wake:
205
+ 1. Read tasks.json for completed tasks
206
+ 2. Sync active_agents with actual state
207
+ 3. No duplicate spawns
208
+
209
+ ## State Persistence
210
+
211
+ After every handler execution:
212
+ 1. Reconcile active_agents with actual tasks.json states
213
+ 2. Remove entries for completed/deleted tasks
214
+ 3. Write updated tasks.json
215
+ 4. STOP (wait for next event)
216
+
217
+ ## Error Handling
218
+
219
+ | Scenario | Resolution |
220
+ |----------|------------|
221
+ | Session file not found | Error, suggest re-initialization |
222
+ | 0 findings after scan | Delete remaining stages, complete pipeline |
223
+ | User declines fix | Delete FIX-* tasks, complete with review-only results |
224
+ | Pipeline stall | Check deps chains, report to user |
225
+ | Worker failure | Reset task to pending, respawn on next resume |