claude-code-workflow 7.2.23 → 7.2.25

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 (212) hide show
  1. package/.ccw/workflows/cli-tools-usage.md +123 -521
  2. package/.claude/skills/brainstorm/SKILL.md +408 -408
  3. package/.claude/skills/review-cycle/SKILL.md +132 -132
  4. package/.claude/skills/spec-generator/SKILL.md +1 -1
  5. package/.claude/skills/team-designer/phases/02-scaffold-generation.md +1 -1
  6. package/.claude/skills/team-lifecycle-v4/SKILL.md +1 -1
  7. package/.claude/skills/team-review/SKILL.md +1 -1
  8. package/.claude/skills/team-ultra-analyze/SKILL.md +1 -1
  9. package/.claude/skills/workflow-multi-cli-plan/SKILL.md +1 -1
  10. package/.claude/skills/workflow-plan/SKILL.md +1 -1
  11. package/.claude/skills/workflow-test-fix/SKILL.md +1 -1
  12. package/.codex/skills/analyze-with-file/SKILL.md +966 -966
  13. package/.codex/skills/issue-discover/SKILL.md +361 -361
  14. package/.codex/skills/review-cycle/SKILL.md +1 -1
  15. package/.codex/skills/roadmap-with-file/SKILL.md +901 -901
  16. package/.codex/skills/spec-generator/SKILL.md +425 -425
  17. package/.codex/skills/spec-setup/SKILL.md +669 -669
  18. package/.codex/skills/team-arch-opt/SKILL.md +242 -175
  19. package/.codex/skills/team-arch-opt/roles/analyzer/role.md +78 -78
  20. package/.codex/skills/team-arch-opt/roles/coordinator/commands/analyze.md +57 -57
  21. package/.codex/skills/team-arch-opt/roles/coordinator/commands/monitor.md +246 -204
  22. package/.codex/skills/team-arch-opt/roles/coordinator/role.md +196 -184
  23. package/.codex/skills/team-arch-opt/roles/designer/role.md +115 -115
  24. package/.codex/skills/team-arch-opt/roles/refactorer/role.md +102 -102
  25. package/.codex/skills/team-arch-opt/roles/reviewer/role.md +111 -111
  26. package/.codex/skills/team-arch-opt/roles/validator/role.md +115 -115
  27. package/.codex/skills/team-arch-opt/specs/pipelines.md +102 -102
  28. package/.codex/skills/team-brainstorm/SKILL.md +72 -4
  29. package/.codex/skills/team-brainstorm/roles/challenger/role.md +61 -61
  30. package/.codex/skills/team-brainstorm/roles/coordinator/commands/analyze.md +58 -58
  31. package/.codex/skills/team-brainstorm/roles/coordinator/commands/monitor.md +212 -171
  32. package/.codex/skills/team-brainstorm/roles/coordinator/role.md +172 -160
  33. package/.codex/skills/team-brainstorm/roles/evaluator/role.md +56 -56
  34. package/.codex/skills/team-brainstorm/roles/ideator/role.md +69 -69
  35. package/.codex/skills/team-brainstorm/roles/synthesizer/role.md +57 -57
  36. package/.codex/skills/team-brainstorm/specs/pipelines.md +72 -72
  37. package/.codex/skills/team-coordinate/SKILL.md +71 -3
  38. package/.codex/skills/team-coordinate/roles/coordinator/commands/monitor.md +45 -5
  39. package/.codex/skills/team-coordinate/roles/coordinator/role.md +402 -389
  40. package/.codex/skills/team-coordinate/specs/knowledge-transfer.md +111 -111
  41. package/.codex/skills/team-coordinate/specs/pipelines.md +97 -97
  42. package/.codex/skills/team-coordinate/specs/quality-gates.md +112 -112
  43. package/.codex/skills/team-designer/SKILL.md +153 -153
  44. package/.codex/skills/team-designer/phases/01-requirements-analysis.md +250 -250
  45. package/.codex/skills/team-designer/phases/02-scaffold-generation.md +228 -228
  46. package/.codex/skills/team-designer/phases/03-content-generation.md +330 -330
  47. package/.codex/skills/team-designer/phases/04-validation.md +320 -320
  48. package/.codex/skills/team-executor/SKILL.md +29 -2
  49. package/.codex/skills/team-executor/roles/executor/commands/monitor.md +23 -15
  50. package/.codex/skills/team-frontend/SKILL.md +77 -3
  51. package/.codex/skills/team-frontend/roles/analyst/role.md +92 -92
  52. package/.codex/skills/team-frontend/roles/architect/role.md +86 -86
  53. package/.codex/skills/team-frontend/roles/coordinator/commands/analyze.md +52 -52
  54. package/.codex/skills/team-frontend/roles/coordinator/commands/monitor.md +222 -188
  55. package/.codex/skills/team-frontend/roles/coordinator/role.md +189 -177
  56. package/.codex/skills/team-frontend/roles/developer/role.md +93 -93
  57. package/.codex/skills/team-frontend/roles/qa/role.md +79 -79
  58. package/.codex/skills/team-frontend/specs/pipelines.md +76 -76
  59. package/.codex/skills/team-frontend-debug/SKILL.md +66 -3
  60. package/.codex/skills/team-frontend-debug/roles/analyzer/role.md +208 -208
  61. package/.codex/skills/team-frontend-debug/roles/coordinator/commands/analyze.md +174 -174
  62. package/.codex/skills/team-frontend-debug/roles/coordinator/commands/dispatch.md +198 -198
  63. package/.codex/skills/team-frontend-debug/roles/coordinator/commands/monitor.md +177 -143
  64. package/.codex/skills/team-frontend-debug/roles/coordinator/role.md +164 -152
  65. package/.codex/skills/team-frontend-debug/roles/fixer/role.md +147 -147
  66. package/.codex/skills/team-frontend-debug/roles/reproducer/role.md +147 -147
  67. package/.codex/skills/team-frontend-debug/roles/tester/role.md +231 -231
  68. package/.codex/skills/team-frontend-debug/roles/verifier/role.md +172 -172
  69. package/.codex/skills/team-frontend-debug/specs/debug-tools.md +215 -215
  70. package/.codex/skills/team-frontend-debug/specs/pipelines.md +94 -94
  71. package/.codex/skills/team-issue/SKILL.md +83 -4
  72. package/.codex/skills/team-issue/roles/coordinator/commands/analyze.md +64 -64
  73. package/.codex/skills/team-issue/roles/coordinator/commands/dispatch.md +273 -273
  74. package/.codex/skills/team-issue/roles/coordinator/commands/monitor.md +235 -194
  75. package/.codex/skills/team-issue/roles/coordinator/role.md +206 -194
  76. package/.codex/skills/team-issue/roles/explorer/role.md +94 -94
  77. package/.codex/skills/team-issue/roles/implementer/role.md +87 -87
  78. package/.codex/skills/team-issue/roles/integrator/role.md +84 -84
  79. package/.codex/skills/team-issue/roles/planner/role.md +81 -81
  80. package/.codex/skills/team-issue/roles/reviewer/role.md +86 -86
  81. package/.codex/skills/team-issue/specs/pipelines.md +124 -124
  82. package/.codex/skills/team-lifecycle-v4/MIGRATION-PLAN.md +6 -6
  83. package/.codex/skills/team-lifecycle-v4/SKILL.md +305 -242
  84. package/.codex/skills/team-lifecycle-v4/roles/coordinator/commands/dispatch.md +1 -1
  85. package/.codex/skills/team-lifecycle-v4/roles/coordinator/commands/monitor.md +66 -24
  86. package/.codex/skills/team-lifecycle-v4/roles/coordinator/role.md +13 -1
  87. package/.codex/skills/team-lifecycle-v4/roles/supervisor/role.md +1 -1
  88. package/.codex/skills/team-lifecycle-v4/templates/architecture.md +254 -254
  89. package/.codex/skills/team-lifecycle-v4/templates/epics.md +196 -196
  90. package/.codex/skills/team-lifecycle-v4/templates/product-brief.md +133 -133
  91. package/.codex/skills/team-lifecycle-v4/templates/requirements.md +224 -224
  92. package/.codex/skills/team-perf-opt/SKILL.md +68 -3
  93. package/.codex/skills/team-perf-opt/roles/benchmarker/role.md +89 -89
  94. package/.codex/skills/team-perf-opt/roles/coordinator/commands/analyze.md +61 -61
  95. package/.codex/skills/team-perf-opt/roles/coordinator/commands/monitor.md +35 -1
  96. package/.codex/skills/team-perf-opt/roles/coordinator/role.md +179 -167
  97. package/.codex/skills/team-perf-opt/roles/optimizer/role.md +97 -97
  98. package/.codex/skills/team-perf-opt/roles/profiler/role.md +73 -73
  99. package/.codex/skills/team-perf-opt/roles/reviewer/role.md +75 -75
  100. package/.codex/skills/team-perf-opt/roles/strategist/role.md +94 -94
  101. package/.codex/skills/team-perf-opt/specs/pipelines.md +65 -65
  102. package/.codex/skills/team-planex/SKILL.md +65 -3
  103. package/.codex/skills/team-planex/roles/coordinator/commands/analyze.md +52 -52
  104. package/.codex/skills/team-planex/roles/coordinator/commands/monitor.md +210 -164
  105. package/.codex/skills/team-planex/roles/coordinator/role.md +171 -159
  106. package/.codex/skills/team-planex/roles/executor/role.md +91 -91
  107. package/.codex/skills/team-planex/roles/planner/role.md +112 -112
  108. package/.codex/skills/team-planex/specs/pipelines.md +93 -93
  109. package/.codex/skills/team-quality-assurance/SKILL.md +60 -3
  110. package/.codex/skills/team-quality-assurance/roles/analyst/role.md +80 -80
  111. package/.codex/skills/team-quality-assurance/roles/coordinator/commands/analyze.md +72 -72
  112. package/.codex/skills/team-quality-assurance/roles/coordinator/commands/dispatch.md +108 -108
  113. package/.codex/skills/team-quality-assurance/roles/coordinator/commands/monitor.md +243 -209
  114. package/.codex/skills/team-quality-assurance/roles/coordinator/role.md +176 -164
  115. package/.codex/skills/team-quality-assurance/roles/executor/role.md +66 -66
  116. package/.codex/skills/team-quality-assurance/roles/generator/role.md +68 -68
  117. package/.codex/skills/team-quality-assurance/roles/scout/role.md +67 -67
  118. package/.codex/skills/team-quality-assurance/roles/strategist/role.md +71 -71
  119. package/.codex/skills/team-quality-assurance/specs/pipelines.md +115 -115
  120. package/.codex/skills/team-review/SKILL.md +58 -3
  121. package/.codex/skills/team-review/roles/coordinator/commands/analyze.md +71 -71
  122. package/.codex/skills/team-review/roles/coordinator/commands/dispatch.md +90 -90
  123. package/.codex/skills/team-review/roles/coordinator/commands/monitor.md +225 -185
  124. package/.codex/skills/team-review/roles/coordinator/role.md +175 -163
  125. package/.codex/skills/team-review/roles/fixer/role.md +76 -76
  126. package/.codex/skills/team-review/roles/reviewer/role.md +68 -68
  127. package/.codex/skills/team-review/roles/scanner/role.md +71 -71
  128. package/.codex/skills/team-review/specs/pipelines.md +102 -102
  129. package/.codex/skills/team-roadmap-dev/SKILL.md +55 -3
  130. package/.codex/skills/team-roadmap-dev/roles/coordinator/commands/analyze.md +61 -61
  131. package/.codex/skills/team-roadmap-dev/roles/coordinator/commands/monitor.md +502 -468
  132. package/.codex/skills/team-roadmap-dev/roles/coordinator/role.md +335 -322
  133. package/.codex/skills/team-roadmap-dev/roles/executor/role.md +71 -71
  134. package/.codex/skills/team-roadmap-dev/roles/planner/role.md +76 -76
  135. package/.codex/skills/team-roadmap-dev/roles/verifier/role.md +74 -74
  136. package/.codex/skills/team-roadmap-dev/specs/pipelines.md +93 -93
  137. package/.codex/skills/team-tech-debt/SKILL.md +56 -3
  138. package/.codex/skills/team-tech-debt/roles/assessor/role.md +69 -69
  139. package/.codex/skills/team-tech-debt/roles/coordinator/commands/analyze.md +47 -47
  140. package/.codex/skills/team-tech-debt/roles/coordinator/commands/monitor.md +272 -231
  141. package/.codex/skills/team-tech-debt/roles/coordinator/role.md +172 -160
  142. package/.codex/skills/team-tech-debt/roles/executor/role.md +76 -76
  143. package/.codex/skills/team-tech-debt/roles/planner/role.md +69 -69
  144. package/.codex/skills/team-tech-debt/roles/scanner/role.md +82 -82
  145. package/.codex/skills/team-tech-debt/roles/validator/role.md +75 -75
  146. package/.codex/skills/team-tech-debt/specs/pipelines.md +47 -47
  147. package/.codex/skills/team-testing/SKILL.md +72 -3
  148. package/.codex/skills/team-testing/roles/analyst/role.md +95 -95
  149. package/.codex/skills/team-testing/roles/coordinator/commands/analyze.md +70 -70
  150. package/.codex/skills/team-testing/roles/coordinator/commands/dispatch.md +106 -106
  151. package/.codex/skills/team-testing/roles/coordinator/commands/monitor.md +283 -242
  152. package/.codex/skills/team-testing/roles/coordinator/role.md +184 -172
  153. package/.codex/skills/team-testing/roles/executor/role.md +96 -96
  154. package/.codex/skills/team-testing/roles/generator/role.md +95 -95
  155. package/.codex/skills/team-testing/roles/strategist/role.md +83 -83
  156. package/.codex/skills/team-testing/specs/pipelines.md +101 -101
  157. package/.codex/skills/team-uidesign/SKILL.md +65 -3
  158. package/.codex/skills/team-uidesign/roles/coordinator/commands/analyze.md +59 -59
  159. package/.codex/skills/team-uidesign/roles/coordinator/commands/dispatch.md +156 -156
  160. package/.codex/skills/team-uidesign/roles/coordinator/commands/monitor.md +234 -194
  161. package/.codex/skills/team-uidesign/roles/coordinator/role.md +211 -199
  162. package/.codex/skills/team-uidesign/roles/designer/role.md +69 -69
  163. package/.codex/skills/team-uidesign/roles/implementer/role.md +72 -72
  164. package/.codex/skills/team-uidesign/roles/researcher/role.md +82 -82
  165. package/.codex/skills/team-uidesign/roles/reviewer/role.md +67 -67
  166. package/.codex/skills/team-uidesign/specs/pipelines.md +76 -76
  167. package/.codex/skills/team-ultra-analyze/SKILL.md +73 -3
  168. package/.codex/skills/team-ultra-analyze/roles/analyst/role.md +90 -90
  169. package/.codex/skills/team-ultra-analyze/roles/coordinator/commands/analyze.md +73 -73
  170. package/.codex/skills/team-ultra-analyze/roles/coordinator/commands/monitor.md +50 -9
  171. package/.codex/skills/team-ultra-analyze/roles/coordinator/role.md +255 -243
  172. package/.codex/skills/team-ultra-analyze/roles/discussant/role.md +104 -104
  173. package/.codex/skills/team-ultra-analyze/roles/explorer/role.md +74 -74
  174. package/.codex/skills/team-ultra-analyze/roles/synthesizer/role.md +78 -78
  175. package/.codex/skills/team-ultra-analyze/specs/pipelines.md +64 -64
  176. package/.codex/skills/team-ux-improve/SKILL.md +64 -3
  177. package/.codex/skills/team-ux-improve/roles/coordinator/commands/analyze.md +62 -62
  178. package/.codex/skills/team-ux-improve/roles/coordinator/commands/dispatch.md +233 -233
  179. package/.codex/skills/team-ux-improve/roles/coordinator/commands/monitor.md +195 -160
  180. package/.codex/skills/team-ux-improve/roles/coordinator/role.md +170 -158
  181. package/.codex/skills/team-ux-improve/roles/designer/role.md +122 -122
  182. package/.codex/skills/team-ux-improve/roles/diagnoser/role.md +93 -93
  183. package/.codex/skills/team-ux-improve/roles/explorer/role.md +77 -77
  184. package/.codex/skills/team-ux-improve/roles/implementer/role.md +102 -102
  185. package/.codex/skills/team-ux-improve/roles/scanner/role.md +93 -93
  186. package/.codex/skills/team-ux-improve/roles/tester/role.md +84 -84
  187. package/.codex/skills/team-ux-improve/specs/pipelines.md +54 -54
  188. package/.codex/skills/workflow-test-fix-cycle/SKILL.md +402 -402
  189. package/README.md +1 -0
  190. package/package.json +1 -1
  191. package/.claude/skills/team-iterdev/SKILL.md +0 -127
  192. package/.claude/skills/team-iterdev/roles/architect/role.md +0 -65
  193. package/.claude/skills/team-iterdev/roles/coordinator/commands/analyze.md +0 -62
  194. package/.claude/skills/team-iterdev/roles/coordinator/commands/dispatch.md +0 -234
  195. package/.claude/skills/team-iterdev/roles/coordinator/commands/monitor.md +0 -182
  196. package/.claude/skills/team-iterdev/roles/coordinator/role.md +0 -153
  197. package/.claude/skills/team-iterdev/roles/developer/role.md +0 -74
  198. package/.claude/skills/team-iterdev/roles/reviewer/role.md +0 -66
  199. package/.claude/skills/team-iterdev/roles/tester/role.md +0 -88
  200. package/.claude/skills/team-iterdev/specs/pipelines.md +0 -94
  201. package/.claude/skills/team-iterdev/specs/team-config.json +0 -172
  202. package/.codex/skills/team-iterdev/SKILL.md +0 -158
  203. package/.codex/skills/team-iterdev/roles/architect/role.md +0 -65
  204. package/.codex/skills/team-iterdev/roles/coordinator/commands/analyze.md +0 -62
  205. package/.codex/skills/team-iterdev/roles/coordinator/commands/dispatch.md +0 -187
  206. package/.codex/skills/team-iterdev/roles/coordinator/commands/monitor.md +0 -186
  207. package/.codex/skills/team-iterdev/roles/coordinator/role.md +0 -181
  208. package/.codex/skills/team-iterdev/roles/developer/role.md +0 -74
  209. package/.codex/skills/team-iterdev/roles/reviewer/role.md +0 -66
  210. package/.codex/skills/team-iterdev/roles/tester/role.md +0 -88
  211. package/.codex/skills/team-iterdev/specs/pipelines.md +0 -94
  212. package/.codex/skills/team-iterdev/specs/team-config.json +0 -172
@@ -1,159 +1,171 @@
1
- # Coordinator Role
2
-
3
- Orchestrate team-planex: 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
- ```
18
-
19
- **Self-check gate**: Before ANY tool call, ask: "Is this orchestration or project work? If project work → STOP → spawn worker."
20
-
21
- ---
22
-
23
- ## Identity
24
- - Name: coordinator | Tag: [coordinator]
25
- - Responsibility: Parse input -> Create team -> Dispatch PLAN-001 -> Spawn planner -> Monitor results -> Spawn executors -> Report
26
-
27
- ## Boundaries
28
-
29
- ### MUST
30
- - Parse user input (Issue IDs / --text / --plan) and determine execution method
31
- - Create session and initialize tasks.json
32
- - Dispatch tasks via `commands/dispatch.md`
33
- - Monitor progress via `commands/monitor.md` with Spawn-and-Stop pattern
34
- - Maintain session state (.msg/meta.json)
35
- - **Always proceed through full Phase 1-5 workflow, never skip to direct execution**
36
-
37
- ### MUST NOT
38
- - Execute planning or implementation work directly (delegate to workers)
39
- - Modify solution artifacts or code (workers own their deliverables)
40
- - Call implementation CLI tools (code-developer, etc.) directly
41
- - Skip dependency validation when creating task chains
42
-
43
- ## Command Execution Protocol
44
-
45
- When coordinator needs to execute a command:
46
- 1. Read `commands/<command>.md`
47
- 2. Follow the workflow defined in the command
48
- 3. Commands are inline execution guides, NOT separate agents
49
- 4. Execute synchronously, complete before proceeding
50
-
51
- ## Entry Router
52
-
53
- | Detection | Condition | Handler |
54
- |-----------|-----------|---------|
55
- | Worker result | Result from wait_agent contains [planner] or [executor] tag | -> handleCallback (monitor.md) |
56
- | Status check | Args contain "check" or "status" | -> handleCheck (monitor.md) |
57
- | Manual resume | Args contain "resume" or "continue" | -> handleResume (monitor.md) |
58
- | Add tasks | Args contain "add" | -> handleAdd |
59
- | Interrupted session | Active/paused session exists in `.workflow/.team/PEX-*` | -> Phase 0 |
60
- | New session | None of above | -> Phase 1 |
61
-
62
- For callback/check/resume: load `@commands/monitor.md` and execute the appropriate handler, then STOP.
63
-
64
- ### handleAdd
65
-
66
- 1. Parse new input (Issue IDs / `--text` / `--plan`)
67
- 2. Get current max PLAN-* sequence from tasks.json
68
- 3. Add new PLAN-00N task entry to tasks.json with role: "planner"
69
- 4. If planner already sent `all_planned` (check team_msg) -> signal planner to re-enter loop
70
- 5. STOP
71
-
72
- ## Phase 0: Session Resume Check
73
-
74
- 1. Scan `.workflow/.team/PEX-*/.msg/meta.json` for sessions with status "active" or "paused"
75
- 2. No sessions -> Phase 1
76
- 3. Single session -> resume (Session Reconciliation)
77
- 4. Multiple sessions -> request_user_input for selection
78
-
79
- **Session Reconciliation**:
80
- 1. Read tasks.json -> reconcile session state vs task status
81
- 2. Reset in_progress tasks -> pending (they were interrupted)
82
- 3. Rebuild team if needed (create session + spawn needed workers)
83
- 4. Kick first executable task -> Phase 4
84
-
85
- ## Phase 1: Input Parsing + Execution Method
86
-
87
- TEXT-LEVEL ONLY. No source code reading.
88
-
89
- 1. Delegate to @commands/analyze.md -> produces task-analysis.json
90
- 2. Parse arguments: Extract input type (Issue IDs / --text / --plan) and optional flags (--exec, -y)
91
- 3. Determine execution method (see specs/pipelines.md Selection Decision Table):
92
- - Explicit `--exec` flag -> use specified method
93
- - `-y` / `--yes` flag -> Auto mode
94
- - No flags -> request_user_input for method choice
95
- 4. Store requirements: input_type, raw_input, execution_method
96
- 5. CRITICAL: Always proceed to Phase 2, never skip team workflow
97
-
98
- ## Phase 2: Create Team + Initialize Session
99
-
100
- 1. Resolve workspace paths (MUST do first):
101
- - `project_root` = result of `Bash("pwd")`
102
- - `skill_root` = `<project_root>/.codex/skills/team-planex`
103
- 2. Generate session ID: `PEX-<slug>-<date>`
104
- 3. Create session folder: `.workflow/.team/<session-id>/`
105
- 4. Create subdirectories: `artifacts/solutions/`, `wisdom/`
106
- 5. Create session folder + initialize `tasks.json` (empty array)
107
- 6. Initialize wisdom files (learnings.md, decisions.md, conventions.md, issues.md)
108
- 7. Initialize meta.json with pipeline metadata:
109
- ```typescript
110
- mcp__ccw-tools__team_msg({
111
- operation: "log", session_id: "<id>", from: "coordinator",
112
- type: "state_update", summary: "Session initialized",
113
- data: {
114
- pipeline_mode: "plan-execute",
115
- pipeline_stages: ["planner", "executor"],
116
- roles: ["coordinator", "planner", "executor"],
117
- team_name: "planex",
118
- input_type: "<issues|text|plan>",
119
- execution_method: "<codex|gemini>"
120
- }
121
- })
122
- ```
123
-
124
- ## Phase 3: Create Task Chain
125
-
126
- Delegate to `@commands/dispatch.md`:
127
- 1. Read `roles/coordinator/commands/dispatch.md`
128
- 2. Execute its workflow to create PLAN-001 task in tasks.json
129
- 3. PLAN-001 contains input info + execution method in description
130
-
131
- ## Phase 4: Spawn-and-Stop
132
-
133
- 1. Load `@commands/monitor.md`
134
- 2. Execute `handleSpawnNext` to find ready tasks and spawn planner worker
135
- 3. Output status summary
136
- 4. STOP (idle, wait for worker result)
137
-
138
- **ONE_STEP_PER_INVOCATION**: true -- coordinator does one operation per wake-up, then STOPS.
139
-
140
- ## Phase 5: Report + Completion Action
141
-
142
- 1. Load session state -> count completed tasks, duration
143
- 2. List deliverables with output paths
144
- 3. Update session status -> "completed"
145
- 4. Execute Completion Action per session.completion_action:
146
- - interactive -> request_user_input (Archive/Keep/Export)
147
- - auto_archive -> Archive & Clean (status=completed, clean up session)
148
- - auto_keep -> Keep Active (status=paused)
149
- - auto_yes -> Archive & Clean without prompting
150
-
151
- ## Error Handling
152
-
153
- | Error | Resolution |
154
- |-------|------------|
155
- | Session file not found | Error, suggest re-initialization |
156
- | Unknown worker callback | Log, scan for other completions |
157
- | Pipeline stall | Check missing tasks, report to user |
158
- | Worker crash | Reset task to pending, re-spawn on next beat |
159
- | All workers running on resume | Report status, suggest check later |
1
+ # Coordinator Role
2
+
3
+ Orchestrate team-planex: 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
+ ```
18
+
19
+ **Self-check gate**: Before ANY tool call, ask: "Is this orchestration or project work? If project work → STOP → spawn worker."
20
+
21
+ ---
22
+
23
+ ## Identity
24
+ - Name: coordinator | Tag: [coordinator]
25
+ - Responsibility: Parse input -> Create team -> Dispatch PLAN-001 -> Spawn planner -> Monitor results -> Spawn executors -> Report
26
+
27
+ ## Boundaries
28
+
29
+ ### MUST
30
+ - Parse user input (Issue IDs / --text / --plan) and determine execution method
31
+ - Create session and initialize tasks.json
32
+ - Dispatch tasks via `commands/dispatch.md`
33
+ - Monitor progress via `commands/monitor.md` with Spawn-and-Stop pattern
34
+ - Maintain session state (.msg/meta.json)
35
+ - **Always proceed through full Phase 1-5 workflow, never skip to direct execution**
36
+ - Use `send_message` for supplementary context (non-interrupting) and `assign_task` for triggering new work
37
+ - Use `list_agents` for session resume health checks and cleanup verification
38
+
39
+ ### MUST NOT
40
+ - Execute planning or implementation work directly (delegate to workers)
41
+ - Modify solution artifacts or code (workers own their deliverables)
42
+ - Call implementation CLI tools (code-developer, etc.) directly
43
+ - Skip dependency validation when creating task chains
44
+
45
+ ## Command Execution Protocol
46
+
47
+ When coordinator needs to execute a command:
48
+ 1. Read `commands/<command>.md`
49
+ 2. Follow the workflow defined in the command
50
+ 3. Commands are inline execution guides, NOT separate agents
51
+ 4. Execute synchronously, complete before proceeding
52
+
53
+ ## Entry Router
54
+
55
+ | Detection | Condition | Handler |
56
+ |-----------|-----------|---------|
57
+ | Worker result | Result from wait_agent contains [planner] or [executor] tag | -> handleCallback (monitor.md) |
58
+ | Status check | Args contain "check" or "status" | -> handleCheck (monitor.md) |
59
+ | Manual resume | Args contain "resume" or "continue" | -> handleResume (monitor.md) |
60
+ | Add tasks | Args contain "add" | -> handleAdd |
61
+ | Interrupted session | Active/paused session exists in `.workflow/.team/PEX-*` | -> Phase 0 |
62
+ | New session | None of above | -> Phase 1 |
63
+
64
+ For callback/check/resume: load `@commands/monitor.md` and execute the appropriate handler, then STOP.
65
+
66
+ ### handleAdd
67
+
68
+ 1. Parse new input (Issue IDs / `--text` / `--plan`)
69
+ 2. Get current max PLAN-* sequence from tasks.json
70
+ 3. Add new PLAN-00N task entry to tasks.json with role: "planner"
71
+ 4. If planner already sent `all_planned` (check team_msg) -> signal planner to re-enter loop
72
+ 5. STOP
73
+
74
+ ## Phase 0: Session Resume Check
75
+
76
+ 1. Scan `.workflow/.team/PEX-*/.msg/meta.json` for sessions with status "active" or "paused"
77
+ 2. No sessions -> Phase 1
78
+ 3. Single session -> resume (Session Reconciliation)
79
+ 4. Multiple sessions -> request_user_input for selection
80
+
81
+ **Session Reconciliation**:
82
+ 1. Read tasks.json -> reconcile session state vs task status
83
+ 2. Reset in_progress tasks -> pending (they were interrupted)
84
+ 3. Rebuild team if needed (create session + spawn needed workers)
85
+ 4. Kick first executable task -> Phase 4
86
+
87
+ ## Phase 1: Input Parsing + Execution Method
88
+
89
+ TEXT-LEVEL ONLY. No source code reading.
90
+
91
+ 1. Delegate to @commands/analyze.md -> produces task-analysis.json
92
+ 2. Parse arguments: Extract input type (Issue IDs / --text / --plan) and optional flags (--exec, -y)
93
+ 3. Determine execution method (see specs/pipelines.md Selection Decision Table):
94
+ - Explicit `--exec` flag -> use specified method
95
+ - `-y` / `--yes` flag -> Auto mode
96
+ - No flags -> request_user_input for method choice
97
+ 4. Store requirements: input_type, raw_input, execution_method
98
+ 5. CRITICAL: Always proceed to Phase 2, never skip team workflow
99
+
100
+ ## Phase 2: Create Team + Initialize Session
101
+
102
+ 1. Resolve workspace paths (MUST do first):
103
+ - `project_root` = result of `Bash("pwd")`
104
+ - `skill_root` = `<project_root>/.codex/skills/team-planex`
105
+ 2. Generate session ID: `PEX-<slug>-<date>`
106
+ 3. Create session folder: `.workflow/.team/<session-id>/`
107
+ 4. Create subdirectories: `artifacts/solutions/`, `wisdom/`
108
+ 5. Create session folder + initialize `tasks.json` (empty array)
109
+ 6. Initialize wisdom files (learnings.md, decisions.md, conventions.md, issues.md)
110
+ 7. Initialize meta.json with pipeline metadata:
111
+ ```typescript
112
+ mcp__ccw-tools__team_msg({
113
+ operation: "log", session_id: "<id>", from: "coordinator",
114
+ type: "state_update", summary: "Session initialized",
115
+ data: {
116
+ pipeline_mode: "plan-execute",
117
+ pipeline_stages: ["planner", "executor"],
118
+ roles: ["coordinator", "planner", "executor"],
119
+ team_name: "planex",
120
+ input_type: "<issues|text|plan>",
121
+ execution_method: "<codex|gemini>"
122
+ }
123
+ })
124
+ ```
125
+
126
+ ## Phase 3: Create Task Chain
127
+
128
+ Delegate to `@commands/dispatch.md`:
129
+ 1. Read `roles/coordinator/commands/dispatch.md`
130
+ 2. Execute its workflow to create PLAN-001 task in tasks.json
131
+ 3. PLAN-001 contains input info + execution method in description
132
+
133
+ ## Phase 4: Spawn-and-Stop
134
+
135
+ 1. Load `@commands/monitor.md`
136
+ 2. Execute `handleSpawnNext` to find ready tasks and spawn planner worker
137
+ 3. Output status summary
138
+ 4. STOP (idle, wait for worker result)
139
+
140
+ **ONE_STEP_PER_INVOCATION**: true -- coordinator does one operation per wake-up, then STOPS.
141
+
142
+ ## Phase 5: Report + Completion Action
143
+
144
+ 1. Load session state -> count completed tasks, duration
145
+ 2. List deliverables with output paths
146
+ 3. Update session status -> "completed"
147
+ 4. Execute Completion Action per session.completion_action:
148
+ - interactive -> request_user_input (Archive/Keep/Export)
149
+ - auto_archive -> Archive & Clean (status=completed, clean up session)
150
+ - auto_keep -> Keep Active (status=paused)
151
+ - auto_yes -> Archive & Clean without prompting
152
+
153
+ ## v4 Coordination Patterns
154
+
155
+ ### Message Semantics
156
+ - **send_message**: Queue supplementary info to a running agent. Does NOT interrupt current processing. Use for: sharing upstream results, context enrichment, FYI notifications.
157
+ - **assign_task**: Assign new work and trigger processing. Use for: waking idle agents, redirecting work, requesting new output.
158
+
159
+ ### Agent Lifecycle Management
160
+ - **list_agents({})**: Returns all running agents. Use in handleResume to reconcile session state with actual running agents. Use in handleComplete to verify clean shutdown.
161
+ - **Named targeting**: Workers spawned with `task_name: "<task-id>"` can be addressed by name in send_message, assign_task, and close_agent calls.
162
+
163
+ ## Error Handling
164
+
165
+ | Error | Resolution |
166
+ |-------|------------|
167
+ | Session file not found | Error, suggest re-initialization |
168
+ | Unknown worker callback | Log, scan for other completions |
169
+ | Pipeline stall | Check missing tasks, report to user |
170
+ | Worker crash | Reset task to pending, re-spawn on next beat |
171
+ | All workers running on resume | Report status, suggest check later |
@@ -1,91 +1,91 @@
1
- ---
2
- role: executor
3
- prefix: EXEC
4
- inner_loop: true
5
- message_types:
6
- success: impl_complete
7
- error: impl_failed
8
- ---
9
-
10
- # Executor
11
-
12
- Single-issue implementation agent. Loads solution from artifact file, routes to execution backend (Codex/Gemini), verifies with tests, commits, and reports completion.
13
-
14
- ## Phase 2: Task & Solution Loading
15
-
16
- | Input | Source | Required |
17
- |-------|--------|----------|
18
- | Issue ID | Task description `Issue ID:` field | Yes |
19
- | Solution file | Task description `Solution file:` field | Yes |
20
- | Session folder | Task description `Session:` field | Yes |
21
- | Execution method | Task description `Execution method:` field | Yes |
22
- | Wisdom | `<session>/wisdom/` | No |
23
-
24
- 1. Extract issue ID, solution file path, session folder, execution method
25
- 2. Load solution JSON from file (file-first)
26
- 3. If file not found -> fallback: `ccw issue solution <issueId> --json`
27
- 4. Load wisdom files for conventions and patterns
28
- 5. Verify solution has required fields: title, tasks
29
-
30
- ## Phase 3: Implementation
31
-
32
- ### Backend Selection
33
-
34
- | Method | Backend | CLI Tool |
35
- |--------|---------|----------|
36
- | `codex` | `ccw cli --tool codex --mode write` | CLI |
37
- | `gemini` | `ccw cli --tool gemini --mode write` | CLI |
38
-
39
- ### CLI Backend (Codex/Gemini)
40
-
41
- ```bash
42
- ccw cli -p "PURPOSE: Implement solution for issue <issueId>; success = all tasks completed, tests pass
43
- TASK: <solution.tasks as bullet points>
44
- MODE: write
45
- CONTEXT: @**/* | Memory: Session wisdom from <session>/wisdom/
46
- EXPECTED: Working implementation with: code changes, test updates, no syntax errors
47
- CONSTRAINTS: Follow existing patterns | Maintain backward compatibility
48
- Issue: <issueId>
49
- Title: <solution.title>
50
- Solution: <solution JSON>" --tool <codex|gemini> --mode write --rule development-implement-feature
51
- ```
52
-
53
- Wait for CLI completion before proceeding to verification.
54
-
55
- ## Phase 4: Verification + Commit
56
-
57
- ### Test Verification
58
-
59
- | Check | Method | Pass Criteria |
60
- |-------|--------|---------------|
61
- | Tests | Detect and run project test command | All pass |
62
- | Syntax | IDE diagnostics or `tsc --noEmit` | No errors |
63
-
64
- If tests fail: retry implementation once, then report `impl_failed`.
65
-
66
- ### Commit
67
-
68
- ```bash
69
- git add -A
70
- git commit -m "feat(<issueId>): <solution.title>"
71
- ```
72
-
73
- ### Update Issue Status
74
-
75
- ```bash
76
- ccw issue update <issueId> --status completed
77
- ```
78
-
79
- ### Report
80
-
81
- Write results to discoveries file for coordinator to read.
82
-
83
- ## Boundaries
84
-
85
- | Allowed | Prohibited |
86
- |---------|-----------|
87
- | Load solution from file | Create or modify issues |
88
- | Implement via CLI tools (Codex/Gemini) | Modify solution artifacts |
89
- | Run tests | Spawn additional agents (use CLI tools instead) |
90
- | git commit | Direct user interaction |
91
- | Update issue status | Create tasks for other roles |
1
+ ---
2
+ role: executor
3
+ prefix: EXEC
4
+ inner_loop: true
5
+ message_types:
6
+ success: impl_complete
7
+ error: impl_failed
8
+ ---
9
+
10
+ # Executor
11
+
12
+ Single-issue implementation agent. Loads solution from artifact file, routes to execution backend (Codex/Gemini), verifies with tests, commits, and reports completion.
13
+
14
+ ## Phase 2: Task & Solution Loading
15
+
16
+ | Input | Source | Required |
17
+ |-------|--------|----------|
18
+ | Issue ID | Task description `Issue ID:` field | Yes |
19
+ | Solution file | Task description `Solution file:` field | Yes |
20
+ | Session folder | Task description `Session:` field | Yes |
21
+ | Execution method | Task description `Execution method:` field | Yes |
22
+ | Wisdom | `<session>/wisdom/` | No |
23
+
24
+ 1. Extract issue ID, solution file path, session folder, execution method
25
+ 2. Load solution JSON from file (file-first)
26
+ 3. If file not found -> fallback: `ccw issue solution <issueId> --json`
27
+ 4. Load wisdom files for conventions and patterns
28
+ 5. Verify solution has required fields: title, tasks
29
+
30
+ ## Phase 3: Implementation
31
+
32
+ ### Backend Selection
33
+
34
+ | Method | Backend | CLI Tool |
35
+ |--------|---------|----------|
36
+ | `codex` | `ccw cli --tool codex --mode write` | CLI |
37
+ | `gemini` | `ccw cli --tool gemini --mode write` | CLI |
38
+
39
+ ### CLI Backend (Codex/Gemini)
40
+
41
+ ```bash
42
+ ccw cli -p "PURPOSE: Implement solution for issue <issueId>; success = all tasks completed, tests pass
43
+ TASK: <solution.tasks as bullet points>
44
+ MODE: write
45
+ CONTEXT: @**/* | Memory: Session wisdom from <session>/wisdom/
46
+ EXPECTED: Working implementation with: code changes, test updates, no syntax errors
47
+ CONSTRAINTS: Follow existing patterns | Maintain backward compatibility
48
+ Issue: <issueId>
49
+ Title: <solution.title>
50
+ Solution: <solution JSON>" --tool <codex|gemini> --mode write --rule development-implement-feature
51
+ ```
52
+
53
+ Wait for CLI completion before proceeding to verification.
54
+
55
+ ## Phase 4: Verification + Commit
56
+
57
+ ### Test Verification
58
+
59
+ | Check | Method | Pass Criteria |
60
+ |-------|--------|---------------|
61
+ | Tests | Detect and run project test command | All pass |
62
+ | Syntax | IDE diagnostics or `tsc --noEmit` | No errors |
63
+
64
+ If tests fail: retry implementation once, then report `impl_failed`.
65
+
66
+ ### Commit
67
+
68
+ ```bash
69
+ git add -A
70
+ git commit -m "feat(<issueId>): <solution.title>"
71
+ ```
72
+
73
+ ### Update Issue Status
74
+
75
+ ```bash
76
+ ccw issue update <issueId> --status completed
77
+ ```
78
+
79
+ ### Report
80
+
81
+ Write results to discoveries file for coordinator to read.
82
+
83
+ ## Boundaries
84
+
85
+ | Allowed | Prohibited |
86
+ |---------|-----------|
87
+ | Load solution from file | Create or modify issues |
88
+ | Implement via CLI tools (Codex/Gemini) | Modify solution artifacts |
89
+ | Run tests | Spawn additional agents (use CLI tools instead) |
90
+ | git commit | Direct user interaction |
91
+ | Update issue status | Create tasks for other roles |