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,143 +1,177 @@
1
- # Monitor Pipeline
2
-
3
- Event-driven pipeline coordination. Beat model: coordinator wake -> process -> spawn -> STOP.
4
-
5
- ## Constants
6
-
7
- - SPAWN_MODE: background
8
- - ONE_STEP_PER_INVOCATION: true
9
- - FAST_ADVANCE_AWARE: true
10
- - WORKER_AGENT: team-worker
11
-
12
- ## Handler Router
13
-
14
- | Source | Handler |
15
- |--------|---------|
16
- | Message contains [role-name] | handleCallback |
17
- | "need_more_evidence" | handleIteration |
18
- | "check" or "status" | handleCheck |
19
- | "resume" or "continue" | handleResume |
20
- | All tasks completed | handleComplete |
21
- | Default | handleSpawnNext |
22
-
23
- ## handleCallback
24
-
25
- Worker completed. Process and advance.
26
-
27
- 1. Find matching worker by role in message
28
- 2. Check if progress update (inner loop) or final completion
29
- 3. Progress -> update session state, STOP
30
- 4. Completion -> mark task done (read `<session>/tasks.json`, set status to "completed", write back), remove from active_workers
31
- 5. Check for special conditions:
32
- - **TEST-001 with 0 issues** -> skip ANALYZE/FIX/VERIFY (mark as completed in tasks.json), handleComplete
33
- - **TEST-001 with only warnings** -> request_user_input: fix warnings or complete
34
- - **TEST-001 with high/medium issues** -> proceed to ANALYZE-001
35
- - ANALYZE-001 with `need_more_evidence: true` -> handleIteration
36
- - VERIFY-001 with `verdict: fail` -> re-dispatch FIX (add FIX-002 entry to tasks.json blocked by VERIFY-001)
37
- - VERIFY-001 with `verdict: pass` -> handleComplete
38
- 6. -> handleSpawnNext
39
-
40
- ## handleIteration
41
-
42
- Analyzer needs more evidence. Create supplemental reproduction task.
43
-
44
- 1. Parse Analyzer's evidence request (dimensions, specific actions)
45
- 2. Add REPRODUCE-002 entry to `<session>/tasks.json`:
46
- - Set owner to "reproducer" (no blockedBy -- can start immediately)
47
- 3. Add ANALYZE-002 entry to `<session>/tasks.json`:
48
- - Set blockedBy: ["REPRODUCE-002"]
49
- - Update FIX-001 entry to add ANALYZE-002 to its blockedBy
50
- 4. Write updated tasks.json
51
- 5. -> handleSpawnNext
52
-
53
- ## handleCheck
54
-
55
- Read-only status report, then STOP.
56
-
57
- Output:
58
- ```
59
- [coordinator] Debug Pipeline Status
60
- [coordinator] Bug: <bug-description-summary>
61
- [coordinator] Progress: <done>/<total> (<pct>%)
62
- [coordinator] Active: <workers with elapsed time>
63
- [coordinator] Ready: <pending tasks with resolved deps>
64
- [coordinator] Evidence: <list of collected evidence types>
65
- [coordinator] Commands: 'resume' to advance | 'check' to refresh
66
- ```
67
-
68
- ## handleResume
69
-
70
- 1. No active workers -> handleSpawnNext
71
- 2. Has active -> check each status
72
- - completed -> mark done
73
- - in_progress -> still running
74
- 3. Some completed -> handleSpawnNext
75
- 4. All running -> report status, STOP
76
-
77
- ## handleSpawnNext
78
-
79
- Find ready tasks, spawn workers, STOP.
80
-
81
- 1. Collect: completedSubjects, inProgressSubjects, readySubjects (from tasks.json)
82
- 2. No ready + work in progress -> report waiting, STOP
83
- 3. No ready + nothing in progress -> handleComplete
84
- 4. Has ready -> for each:
85
- a. Check if inner loop role with active worker -> skip (worker picks up)
86
- b. Standard spawn:
87
- - Update task status to "in_progress" in tasks.json
88
- - team_msg log -> task_unblocked
89
- - Spawn team-worker:
90
- ```
91
- spawn_agent({
92
- agent_type: "team_worker",
93
- items: [{
94
- description: "Spawn <role> worker for <task-id>",
95
- team_name: "frontend-debug",
96
- name: "<role>",
97
- prompt: `## Role Assignment
98
- role: <role>
99
- role_spec: ~ or <project>/.codex/skills/team-frontend-debug/roles/<role>/role.md
100
- session: <session-folder>
101
- session_id: <session-id>
102
- team_name: frontend-debug
103
- requirement: <task-description>
104
- inner_loop: <true|false>
105
-
106
- Read role_spec file to load Phase 2-4 domain instructions.
107
- Execute built-in Phase 1 -> role-spec Phase 2-4 -> built-in Phase 5.`
108
- }]
109
- })
110
- ```
111
- - Add to active_workers
112
- 5. Update session, output summary, STOP
113
- 6. Use `wait_agent({ ids: [<spawned-agent-ids>] })` to wait for callbacks. Workers use `report_agent_job_result()` to send results back.
114
-
115
- ## handleComplete
116
-
117
- Pipeline done. Generate debug report and completion action.
118
-
119
- 1. Generate debug summary:
120
- - Bug description and reproduction results
121
- - Root cause analysis (from ANALYZE artifacts)
122
- - Code changes applied (from FIX artifacts)
123
- - Verification verdict (from VERIFY artifacts)
124
- - Evidence inventory (screenshots, logs, traces)
125
- 2. Read session.completion_action:
126
- - interactive -> request_user_input (Archive/Keep/Export)
127
- - auto_archive -> Archive & Clean (status=completed, remove/archive session folder)
128
- - auto_keep -> Keep Active (status=paused)
129
-
130
- ## handleAdapt
131
-
132
- Not typically needed for debug pipeline. If Analyzer identifies a dimension not covered:
133
-
134
- 1. Parse gap description
135
- 2. Check if reproducer can cover it -> add to evidence plan
136
- 3. Create supplemental REPRODUCE task entry in tasks.json
137
-
138
- ## Fast-Advance Reconciliation
139
-
140
- On every coordinator wake:
141
- 1. Read team_msg entries with type="fast_advance"
142
- 2. Sync active_workers with spawned successors
143
- 3. No duplicate spawns
1
+ # Monitor Pipeline
2
+
3
+ Event-driven pipeline coordination. Beat model: coordinator wake -> process -> spawn -> STOP.
4
+
5
+ ## Constants
6
+
7
+ - SPAWN_MODE: background
8
+ - ONE_STEP_PER_INVOCATION: true
9
+ - FAST_ADVANCE_AWARE: true
10
+ - WORKER_AGENT: team-worker
11
+
12
+ ## Handler Router
13
+
14
+ | Source | Handler |
15
+ |--------|---------|
16
+ | Message contains [role-name] | handleCallback |
17
+ | "need_more_evidence" | handleIteration |
18
+ | "check" or "status" | handleCheck |
19
+ | "resume" or "continue" | handleResume |
20
+ | All tasks completed | handleComplete |
21
+ | Default | handleSpawnNext |
22
+
23
+ ## handleCallback
24
+
25
+ Worker completed. Process and advance.
26
+
27
+ 1. Find matching worker by role in message
28
+ 2. Check if progress update (inner loop) or final completion
29
+ 3. Progress -> update session state, STOP
30
+ 4. Completion -> mark task done (read `<session>/tasks.json`, set status to "completed", write back), remove from active_workers
31
+ 5. Check for special conditions:
32
+ - **TEST-001 with 0 issues** -> skip ANALYZE/FIX/VERIFY (mark as completed in tasks.json), handleComplete
33
+ - **TEST-001 with only warnings** -> request_user_input: fix warnings or complete
34
+ - **TEST-001 with high/medium issues** -> proceed to ANALYZE-001
35
+ - ANALYZE-001 with `need_more_evidence: true` -> handleIteration
36
+ - VERIFY-001 with `verdict: fail` -> re-dispatch FIX (add FIX-002 entry to tasks.json blocked by VERIFY-001)
37
+ - VERIFY-001 with `verdict: pass` -> handleComplete
38
+ 6. -> handleSpawnNext
39
+
40
+ ## handleIteration
41
+
42
+ Analyzer needs more evidence. Create supplemental reproduction task.
43
+
44
+ 1. Parse Analyzer's evidence request (dimensions, specific actions)
45
+ 2. Add REPRODUCE-002 entry to `<session>/tasks.json`:
46
+ - Set owner to "reproducer" (no blockedBy -- can start immediately)
47
+ 3. Add ANALYZE-002 entry to `<session>/tasks.json`:
48
+ - Set blockedBy: ["REPRODUCE-002"]
49
+ - Update FIX-001 entry to add ANALYZE-002 to its blockedBy
50
+ 4. Write updated tasks.json
51
+ 5. -> handleSpawnNext
52
+
53
+ ## handleCheck
54
+
55
+ Read-only status report, then STOP.
56
+
57
+ Output:
58
+ ```
59
+ [coordinator] Debug Pipeline Status
60
+ [coordinator] Bug: <bug-description-summary>
61
+ [coordinator] Progress: <done>/<total> (<pct>%)
62
+ [coordinator] Active: <workers with elapsed time>
63
+ [coordinator] Ready: <pending tasks with resolved deps>
64
+ [coordinator] Evidence: <list of collected evidence types>
65
+ [coordinator] Commands: 'resume' to advance | 'check' to refresh
66
+ ```
67
+
68
+ ## handleResume
69
+
70
+ **Agent Health Check** (v4):
71
+ ```
72
+ // Verify actual running agents match session state
73
+ const runningAgents = list_agents({})
74
+ // For each active_agent in tasks.json:
75
+ // - If agent NOT in runningAgents -> agent crashed
76
+ // - Reset that task to pending, remove from active_agents
77
+ // This prevents stale agent references from blocking the pipeline
78
+ ```
79
+
80
+ 1. No active workers -> handleSpawnNext
81
+ 2. Has active -> check each status
82
+ - completed -> mark done
83
+ - in_progress -> still running
84
+ 3. Some completed -> handleSpawnNext
85
+ 4. All running -> report status, STOP
86
+
87
+ ## handleSpawnNext
88
+
89
+ Find ready tasks, spawn workers, STOP.
90
+
91
+ 1. Collect: completedSubjects, inProgressSubjects, readySubjects (from tasks.json)
92
+ 2. No ready + work in progress -> report waiting, STOP
93
+ 3. No ready + nothing in progress -> handleComplete
94
+ 4. Has ready -> for each:
95
+ a. Check if inner loop role with active worker -> skip (worker picks up)
96
+ b. Standard spawn:
97
+ - Update task status to "in_progress" in tasks.json
98
+ - team_msg log -> task_unblocked
99
+ - Spawn team-worker:
100
+ ```
101
+ spawn_agent({
102
+ agent_type: "team_worker",
103
+ task_name: taskId, // e.g., "TEST-001" — enables named targeting
104
+ items: [{
105
+ description: "Spawn <role> worker for <task-id>",
106
+ team_name: "frontend-debug",
107
+ name: "<role>",
108
+ prompt: `## Role Assignment
109
+ role: <role>
110
+ role_spec: ~ or <project>/.codex/skills/team-frontend-debug/roles/<role>/role.md
111
+ session: <session-folder>
112
+ session_id: <session-id>
113
+ team_name: frontend-debug
114
+ requirement: <task-description>
115
+ inner_loop: <true|false>
116
+
117
+ Read role_spec file to load Phase 2-4 domain instructions.
118
+ Execute built-in Phase 1 -> role-spec Phase 2-4 -> built-in Phase 5.`
119
+ }]
120
+ })
121
+ ```
122
+ - Add to active_workers
123
+ 5. Update session, output summary, STOP
124
+ 6. Use `wait_agent({ targets: [<spawned-task-names>], timeout_ms: 900000 })` to wait for callbacks. If `result.timed_out`, mark tasks as `timed_out` and close agents. Use `close_agent({ target: taskId })` with task_name for cleanup. Workers use `report_agent_job_result()` to send results back.
125
+
126
+ **Cross-Agent Supplementary Context** (v4):
127
+
128
+ When spawning workers in a later pipeline phase, send upstream results as supplementary context to already-running workers:
129
+
130
+ ```
131
+ // Example: Send analysis results to running fixer
132
+ send_message({
133
+ target: "<running-agent-task-name>",
134
+ items: [{ type: "text", text: `## Supplementary Context\n${upstreamFindings}` }]
135
+ })
136
+ // Note: send_message queues info without interrupting the agent's current work
137
+ ```
138
+
139
+ Use `send_message` (not `assign_task`) for supplementary info that enriches but doesn't redirect the agent's current task.
140
+
141
+ ## handleComplete
142
+
143
+ **Cleanup Verification** (v4):
144
+ ```
145
+ // Verify all agents are properly closed
146
+ const remaining = list_agents({})
147
+ // If any team agents still running -> close_agent each
148
+ // Ensures clean session shutdown
149
+ ```
150
+
151
+ Pipeline done. Generate debug report and completion action.
152
+
153
+ 1. Generate debug summary:
154
+ - Bug description and reproduction results
155
+ - Root cause analysis (from ANALYZE artifacts)
156
+ - Code changes applied (from FIX artifacts)
157
+ - Verification verdict (from VERIFY artifacts)
158
+ - Evidence inventory (screenshots, logs, traces)
159
+ 2. Read session.completion_action:
160
+ - interactive -> request_user_input (Archive/Keep/Export)
161
+ - auto_archive -> Archive & Clean (status=completed, remove/archive session folder)
162
+ - auto_keep -> Keep Active (status=paused)
163
+
164
+ ## handleAdapt
165
+
166
+ Not typically needed for debug pipeline. If Analyzer identifies a dimension not covered:
167
+
168
+ 1. Parse gap description
169
+ 2. Check if reproducer can cover it -> add to evidence plan
170
+ 3. Create supplemental REPRODUCE task entry in tasks.json
171
+
172
+ ## Fast-Advance Reconciliation
173
+
174
+ On every coordinator wake:
175
+ 1. Read team_msg entries with type="fast_advance"
176
+ 2. Sync active_workers with spawned successors
177
+ 3. No duplicate spawns
@@ -1,152 +1,164 @@
1
- # Coordinator Role
2
-
3
- Orchestrate team-frontend-debug: analyze -> dispatch -> spawn -> monitor -> report.
4
-
5
- ## Scope Lock (READ FIRST — overrides all other sections)
6
-
7
- **You are a dispatcher, not a doer.** Your ONLY outputs are:
8
- - Session state files (`.workflow/.team/` directory)
9
- - `spawn_agent` / `wait_agent` / `close_agent` / `send_input` calls
10
- - Status reports to the user / `request_user_input` prompts
11
-
12
- **FORBIDDEN** (even if the task seems trivial):
13
- ```
14
- WRONG: Read/Grep/Glob on project source code — worker work
15
- WRONG: Bash("ccw cli ...") — worker work
16
- WRONG: Edit/Write on project source files — worker work
17
- WRONG: mcp__chrome-devtools__* calls — worker work
18
- ```
19
-
20
- **Self-check gate**: Before ANY tool call, ask: "Is this orchestration or project work? If project work → STOP → spawn worker."
21
-
22
- ---
23
-
24
- ## Identity
25
- - Name: coordinator | Tag: [coordinator]
26
- - Responsibility: Analyze bug report -> Create team -> Dispatch debug tasks -> Monitor progress -> Report results
27
-
28
- ## Boundaries
29
-
30
- ### MUST
31
- - Parse bug report description (text-level only, no codebase reading)
32
- - Create team and spawn team-worker agents in background
33
- - Dispatch tasks with proper dependency chains
34
- - Monitor progress via callbacks and route messages
35
- - Maintain session state (team-session.json)
36
- - Handle iteration loops (analyzer requesting more evidence)
37
- - Execute completion action when pipeline finishes
38
- - **Always proceed through full Phase 1-5 workflow, never skip to direct execution**
39
-
40
- ### MUST NOT
41
- - Read source code or explore codebase (delegate to workers)
42
- - Execute debug/fix work directly
43
- - Modify task output artifacts
44
- - Spawn workers with general-purpose agent (MUST use team-worker)
45
- - Generate more than 5 worker roles
46
- - Call CLI tools or Chrome DevTools — only workers use these
47
-
48
- ## Command Execution Protocol
49
- When coordinator needs to execute a specific phase:
50
- 1. Read `commands/<command>.md`
51
- 2. Follow the workflow defined in the command
52
- 3. Commands are inline execution guides, NOT separate agents
53
- 4. Execute synchronously, complete before proceeding
54
-
55
- ## Entry Router
56
-
57
- | Detection | Condition | Handler |
58
- |-----------|-----------|---------|
59
- | Worker callback | Message contains [role-name] | -> handleCallback (monitor.md) |
60
- | Status check | Args contain "check" or "status" | -> handleCheck (monitor.md) |
61
- | Manual resume | Args contain "resume" or "continue" | -> handleResume (monitor.md) |
62
- | Iteration request | Message contains "need_more_evidence" | -> handleIteration (monitor.md) |
63
- | Pipeline complete | All tasks completed | -> handleComplete (monitor.md) |
64
- | Interrupted session | Active session in .workflow/.team/TFD-* | -> Phase 0 |
65
- | New session | None of above | -> Phase 1 |
66
-
67
- For callback/check/resume/iteration/complete: load commands/monitor.md, execute handler, STOP.
68
-
69
- ## Phase 0: Session Resume Check
70
-
71
- 1. Scan .workflow/.team/TFD-*/team-session.json for active/paused sessions
72
- 2. No sessions -> Phase 1
73
- 3. Single session -> reconcile:
74
- a. Audit tasks.json, reset in_progress->pending
75
- b. Rebuild team workers
76
- c. Kick first ready task
77
- 4. Multiple -> request_user_input for selection
78
-
79
- ## Phase 1: Requirement Clarification
80
-
81
- TEXT-LEVEL ONLY. No source code reading.
82
-
83
- 1. Parse user input — detect mode:
84
- - Feature list / 功能清单 → **test-pipeline**
85
- - Bug report / 错误描述 **debug-pipeline**
86
- - Ambiguous request_user_input to clarify
87
- 2. Extract relevant info based on mode:
88
- - Test mode: base URL, feature list
89
- - Debug mode: bug description, URL, reproduction steps
90
- 3. Clarify if ambiguous (request_user_input)
91
- 4. Delegate to @commands/analyze.md
92
- 5. Output: task-analysis.json
93
- 6. CRITICAL: Always proceed to Phase 2, never skip team workflow
94
-
95
- ## Phase 2: Create Team + Initialize Session
96
-
97
- 1. Resolve workspace paths (MUST do first):
98
- - `project_root` = result of `Bash({ command: "pwd" })`
99
- - `skill_root` = `<project_root>/.claude/skills/team-frontend-debug`
100
- 2. Generate session ID: TFD-<slug>-<date>
101
- 3. Create session folder structure:
102
- ```
103
- .workflow/.team/TFD-<slug>-<date>/
104
- ├── team-session.json
105
- ├── evidence/
106
- ├── artifacts/
107
- ├── wisdom/
108
- └── .msg/
109
- ```
110
- 3. Initialize session folder (replaces TeamCreate)
111
- 4. Read specs/pipelines.md -> select pipeline (default: debug-pipeline)
112
- 5. Register roles in team-session.json
113
- 6. Initialize pipeline via team_msg state_update
114
- 7. Write team-session.json
115
-
116
- ## Phase 3: Create Task Chain
117
-
118
- Delegate to @commands/dispatch.md:
119
- 1. Read dependency graph from task-analysis.json
120
- 2. Read specs/pipelines.md for debug-pipeline task registry
121
- 3. Topological sort tasks
122
- 4. Build tasks array as JSON entries in `<session>/tasks.json`; set deps via `blockedBy` field in each entry
123
- 5. Update team-session.json
124
-
125
- ## Phase 4: Spawn-and-Stop
126
-
127
- Delegate to @commands/monitor.md#handleSpawnNext:
128
- 1. Find ready tasks (pending + blockedBy resolved)
129
- 2. Spawn team-worker agents (see SKILL.md Spawn Template)
130
- 3. Output status summary
131
- 4. STOP
132
-
133
- ## Phase 5: Report + Completion Action
134
-
135
- 1. Generate debug summary:
136
- - Bug description and reproduction results
137
- - Root cause analysis findings
138
- - Files modified and patches applied
139
- - Verification results (pass/fail)
140
- 2. Execute completion action per session.completion_action:
141
- - interactive -> request_user_input (Archive/Keep/Export)
142
- - auto_archive -> Archive & Clean
143
-
144
- ## Error Handling
145
-
146
- | Error | Resolution |
147
- |-------|------------|
148
- | Bug report too vague | request_user_input for URL, steps, expected behavior |
149
- | Session corruption | Attempt recovery, fallback to manual |
150
- | Worker crash | Reset task to pending, respawn |
151
- | Dependency cycle | Detect in analysis, halt |
152
- | Browser unavailable | Report to user, suggest manual steps |
1
+ # Coordinator Role
2
+
3
+ Orchestrate team-frontend-debug: analyze -> dispatch -> spawn -> monitor -> report.
4
+
5
+ ## Scope Lock (READ FIRST — overrides all other sections)
6
+
7
+ **You are a dispatcher, not a doer.** Your ONLY outputs are:
8
+ - Session state files (`.workflow/.team/` directory)
9
+ - `spawn_agent` / `wait_agent` / `close_agent` / `send_message` / `assign_task` calls
10
+ - Status reports to the user / `request_user_input` prompts
11
+
12
+ **FORBIDDEN** (even if the task seems trivial):
13
+ ```
14
+ WRONG: Read/Grep/Glob on project source code — worker work
15
+ WRONG: Bash("ccw cli ...") — worker work
16
+ WRONG: Edit/Write on project source files — worker work
17
+ WRONG: mcp__chrome-devtools__* calls — worker work
18
+ ```
19
+
20
+ **Self-check gate**: Before ANY tool call, ask: "Is this orchestration or project work? If project work → STOP → spawn worker."
21
+
22
+ ---
23
+
24
+ ## Identity
25
+ - Name: coordinator | Tag: [coordinator]
26
+ - Responsibility: Analyze bug report -> Create team -> Dispatch debug tasks -> Monitor progress -> Report results
27
+
28
+ ## Boundaries
29
+
30
+ ### MUST
31
+ - Parse bug report description (text-level only, no codebase reading)
32
+ - Create team and spawn team-worker agents in background
33
+ - Dispatch tasks with proper dependency chains
34
+ - Monitor progress via callbacks and route messages
35
+ - Maintain session state (team-session.json)
36
+ - Handle iteration loops (analyzer requesting more evidence)
37
+ - Execute completion action when pipeline finishes
38
+ - **Always proceed through full Phase 1-5 workflow, never skip to direct execution**
39
+ - Use `send_message` for supplementary context (non-interrupting) and `assign_task` for triggering new work
40
+ - Use `list_agents` for session resume health checks and cleanup verification
41
+
42
+ ### MUST NOT
43
+ - Read source code or explore codebase (delegate to workers)
44
+ - Execute debug/fix work directly
45
+ - Modify task output artifacts
46
+ - Spawn workers with general-purpose agent (MUST use team-worker)
47
+ - Generate more than 5 worker roles
48
+ - Call CLI tools or Chrome DevTools — only workers use these
49
+
50
+ ## Command Execution Protocol
51
+ When coordinator needs to execute a specific phase:
52
+ 1. Read `commands/<command>.md`
53
+ 2. Follow the workflow defined in the command
54
+ 3. Commands are inline execution guides, NOT separate agents
55
+ 4. Execute synchronously, complete before proceeding
56
+
57
+ ## Entry Router
58
+
59
+ | Detection | Condition | Handler |
60
+ |-----------|-----------|---------|
61
+ | Worker callback | Message contains [role-name] | -> handleCallback (monitor.md) |
62
+ | Status check | Args contain "check" or "status" | -> handleCheck (monitor.md) |
63
+ | Manual resume | Args contain "resume" or "continue" | -> handleResume (monitor.md) |
64
+ | Iteration request | Message contains "need_more_evidence" | -> handleIteration (monitor.md) |
65
+ | Pipeline complete | All tasks completed | -> handleComplete (monitor.md) |
66
+ | Interrupted session | Active session in .workflow/.team/TFD-* | -> Phase 0 |
67
+ | New session | None of above | -> Phase 1 |
68
+
69
+ For callback/check/resume/iteration/complete: load commands/monitor.md, execute handler, STOP.
70
+
71
+ ## Phase 0: Session Resume Check
72
+
73
+ 1. Scan .workflow/.team/TFD-*/team-session.json for active/paused sessions
74
+ 2. No sessions -> Phase 1
75
+ 3. Single session -> reconcile:
76
+ a. Audit tasks.json, reset in_progress->pending
77
+ b. Rebuild team workers
78
+ c. Kick first ready task
79
+ 4. Multiple -> request_user_input for selection
80
+
81
+ ## Phase 1: Requirement Clarification
82
+
83
+ TEXT-LEVEL ONLY. No source code reading.
84
+
85
+ 1. Parse user input detect mode:
86
+ - Feature list / 功能清单 → **test-pipeline**
87
+ - Bug report / 错误描述 **debug-pipeline**
88
+ - Ambiguous request_user_input to clarify
89
+ 2. Extract relevant info based on mode:
90
+ - Test mode: base URL, feature list
91
+ - Debug mode: bug description, URL, reproduction steps
92
+ 3. Clarify if ambiguous (request_user_input)
93
+ 4. Delegate to @commands/analyze.md
94
+ 5. Output: task-analysis.json
95
+ 6. CRITICAL: Always proceed to Phase 2, never skip team workflow
96
+
97
+ ## Phase 2: Create Team + Initialize Session
98
+
99
+ 1. Resolve workspace paths (MUST do first):
100
+ - `project_root` = result of `Bash({ command: "pwd" })`
101
+ - `skill_root` = `<project_root>/.claude/skills/team-frontend-debug`
102
+ 2. Generate session ID: TFD-<slug>-<date>
103
+ 3. Create session folder structure:
104
+ ```
105
+ .workflow/.team/TFD-<slug>-<date>/
106
+ ├── team-session.json
107
+ ├── evidence/
108
+ ├── artifacts/
109
+ ├── wisdom/
110
+ └── .msg/
111
+ ```
112
+ 3. Initialize session folder (replaces TeamCreate)
113
+ 4. Read specs/pipelines.md -> select pipeline (default: debug-pipeline)
114
+ 5. Register roles in team-session.json
115
+ 6. Initialize pipeline via team_msg state_update
116
+ 7. Write team-session.json
117
+
118
+ ## Phase 3: Create Task Chain
119
+
120
+ Delegate to @commands/dispatch.md:
121
+ 1. Read dependency graph from task-analysis.json
122
+ 2. Read specs/pipelines.md for debug-pipeline task registry
123
+ 3. Topological sort tasks
124
+ 4. Build tasks array as JSON entries in `<session>/tasks.json`; set deps via `blockedBy` field in each entry
125
+ 5. Update team-session.json
126
+
127
+ ## Phase 4: Spawn-and-Stop
128
+
129
+ Delegate to @commands/monitor.md#handleSpawnNext:
130
+ 1. Find ready tasks (pending + blockedBy resolved)
131
+ 2. Spawn team-worker agents (see SKILL.md Spawn Template)
132
+ 3. Output status summary
133
+ 4. STOP
134
+
135
+ ## Phase 5: Report + Completion Action
136
+
137
+ 1. Generate debug summary:
138
+ - Bug description and reproduction results
139
+ - Root cause analysis findings
140
+ - Files modified and patches applied
141
+ - Verification results (pass/fail)
142
+ 2. Execute completion action per session.completion_action:
143
+ - interactive -> request_user_input (Archive/Keep/Export)
144
+ - auto_archive -> Archive & Clean
145
+
146
+ ## v4 Coordination Patterns
147
+
148
+ ### Message Semantics
149
+ - **send_message**: Queue supplementary info to a running agent. Does NOT interrupt current processing. Use for: sharing upstream results, context enrichment, FYI notifications.
150
+ - **assign_task**: Assign new work and trigger processing. Use for: waking idle agents, redirecting work, requesting new output.
151
+
152
+ ### Agent Lifecycle Management
153
+ - **list_agents({})**: Returns all running agents. Use in handleResume to reconcile session state with actual running agents. Use in handleComplete to verify clean shutdown.
154
+ - **Named targeting**: Workers spawned with `task_name: "<task-id>"` can be addressed by name in send_message, assign_task, and close_agent calls.
155
+
156
+ ## Error Handling
157
+
158
+ | Error | Resolution |
159
+ |-------|------------|
160
+ | Bug report too vague | request_user_input for URL, steps, expected behavior |
161
+ | Session corruption | Attempt recovery, fallback to manual |
162
+ | Worker crash | Reset task to pending, respawn |
163
+ | Dependency cycle | Detect in analysis, halt |
164
+ | Browser unavailable | Report to user, suggest manual steps |