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,184 +1,196 @@
1
- # Coordinator
2
-
3
- Orchestrate team-arch-opt: 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: Bash running build/test/lint commands — 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 task -> Create session -> Dispatch tasks -> Monitor progress -> Report results
27
-
28
- ## Boundaries
29
-
30
- ### MUST
31
- - Spawn workers via `spawn_agent({ agent_type: "team_worker" })` and wait via `wait_agent`
32
- - Follow Command Execution Protocol for dispatch and monitor commands
33
- - Respect pipeline stage dependencies (deps)
34
- - Handle review-fix cycles with max 3 iterations
35
- - Execute completion action in Phase 5
36
- - **Always proceed through full Phase 1-5 workflow, never skip to direct execution**
37
-
38
- ### MUST NOT
39
- - Implement domain logic (analyzing, refactoring, reviewing) -- workers handle this
40
- - Spawn workers without creating tasks first
41
- - Skip checkpoints when configured
42
- - Force-advance pipeline past failed review/validation
43
- - Modify source code directly -- delegate to refactorer worker
44
- - Call CLI tools (ccw cli) — only workers use CLI
45
- - Read project source code delegate to workers
46
-
47
- ## Command Execution Protocol
48
-
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
- | Status check | Args contain "check" or "status" | -> handleCheck (monitor.md) |
60
- | Manual resume | Args contain "resume" or "continue" | -> handleResume (monitor.md) |
61
- | Capability gap | Message contains "capability_gap" | -> handleAdapt (monitor.md) |
62
- | Pipeline complete | All tasks completed | -> handleComplete (monitor.md) |
63
- | Interrupted session | Active session in .workflow/.team/TAO-* | -> Phase 0 |
64
- | New session | None of above | -> Phase 1 |
65
-
66
- For check/resume/adapt/complete: load @commands/monitor.md, execute handler, STOP.
67
-
68
- ## Phase 0: Session Resume Check
69
-
70
- 1. Scan `.workflow/.team/TAO-*/tasks.json` for active/paused sessions
71
- 2. No sessions -> Phase 1
72
- 3. Single session -> reconcile:
73
- a. Read tasks.json, reset in_progress -> pending
74
- b. Rebuild active_agents map
75
- c. Kick first ready task via handleSpawnNext
76
- 4. Multiple -> request_user_input for selection
77
-
78
- ## Phase 1: Requirement Clarification
79
-
80
- TEXT-LEVEL ONLY. No source code reading.
81
-
82
- 1. Parse task description from $ARGUMENTS
83
- 2. Parse parallel mode flags:
84
-
85
- | Flag | Value | Default |
86
- |------|-------|---------|
87
- | `--parallel-mode` | `single`, `fan-out`, `independent`, `auto` | `auto` |
88
- | `--max-branches` | integer 1-10 | 5 |
89
-
90
- 3. Identify architecture optimization target:
91
-
92
- | Signal | Target |
93
- |--------|--------|
94
- | Specific file/module mentioned | Scoped refactoring |
95
- | "coupling", "dependency", "structure", generic | Full architecture analysis |
96
- | Specific issue (cycles, God Class, duplication) | Targeted issue resolution |
97
- | Multiple quoted targets (independent mode) | Per-target scoped refactoring |
98
-
99
- 4. If target is unclear, request_user_input for scope clarification
100
- 5. Record requirement with scope, target issues, parallel_mode, max_branches
101
-
102
- ## Phase 2: Create Session + Initialize
103
-
104
- 1. Resolve workspace paths (MUST do first):
105
- - `project_root` = result of `Bash({ command: "pwd" })`
106
- - `skill_root` = `<project_root>/.codex/skills/team-arch-opt`
107
- 2. Generate session ID: `TAO-<slug>-<date>`
108
- 3. Create session folder structure:
109
- ```bash
110
- mkdir -p .workflow/.team/${SESSION_ID}/{artifacts,artifacts/branches,artifacts/pipelines,wisdom,wisdom/.msg}
111
- ```
112
- 4. Initialize meta.json via team_msg state_update:
113
- ```
114
- mcp__ccw-tools__team_msg({
115
- operation: "log", session_id: "<id>", from: "coordinator",
116
- type: "state_update", summary: "Session initialized",
117
- data: { pipeline_mode: "<mode>", pipeline_stages: ["analyzer","designer","refactorer","validator","reviewer"], team_name: "arch-opt" }
118
- })
119
- ```
120
- 5. Write initial tasks.json:
121
- ```json
122
- {
123
- "session_id": "<id>",
124
- "pipeline": "<parallel_mode>",
125
- "requirement": "<original requirement>",
126
- "created_at": "<ISO timestamp>",
127
- "parallel_mode": "<single|fan-out|independent|auto>",
128
- "max_branches": 5,
129
- "branches": [],
130
- "independent_targets": [],
131
- "fix_cycles": {},
132
- "completed_waves": [],
133
- "active_agents": {},
134
- "tasks": {}
135
- }
136
- ```
137
-
138
- ## Phase 3: Create Task Chain
139
-
140
- Delegate to @commands/dispatch.md:
141
- 1. Read dependency graph and parallel mode from tasks.json
142
- 2. Topological sort tasks
143
- 3. Write tasks to tasks.json with deps arrays
144
- 4. Update tasks.json metadata (total count)
145
-
146
- ## Phase 4: Spawn-and-Wait
147
-
148
- Delegate to @commands/monitor.md#handleSpawnNext:
149
- 1. Find ready tasks (pending + deps resolved)
150
- 2. Spawn team_worker agents via spawn_agent
151
- 3. Wait for completion via wait_agent
152
- 4. Process results, advance pipeline
153
- 5. Repeat until all waves complete or pipeline blocked
154
-
155
- ## Phase 5: Report + Completion Action
156
-
157
- 1. Load session state -> count completed tasks, calculate duration
158
- 2. List deliverables:
159
-
160
- | Deliverable | Path |
161
- |-------------|------|
162
- | Architecture Baseline | <session>/artifacts/architecture-baseline.json |
163
- | Architecture Report | <session>/artifacts/architecture-report.md |
164
- | Refactoring Plan | <session>/artifacts/refactoring-plan.md |
165
- | Validation Results | <session>/artifacts/validation-results.json |
166
- | Review Report | <session>/artifacts/review-report.md |
167
-
168
- 3. Include discussion summaries if discuss rounds were used
169
- 4. Output pipeline summary: task count, duration, improvement metrics
170
-
171
- 5. Execute completion action per tasks.json completion_action:
172
- - interactive -> request_user_input (Archive/Keep/Export)
173
- - auto_archive -> Archive & Clean (rm -rf session folder)
174
- - auto_keep -> Keep Active (status=paused)
175
-
176
- ## Error Handling
177
-
178
- | Error | Resolution |
179
- |-------|------------|
180
- | Task too vague | request_user_input for clarification |
181
- | Session corruption | Attempt recovery, fallback to manual |
182
- | Worker crash | Reset task to pending in tasks.json, respawn via spawn_agent |
183
- | Dependency cycle | Detect in analysis, halt |
184
- | Role limit exceeded | Merge overlapping roles |
1
+ # Coordinator
2
+
3
+ Orchestrate team-arch-opt: 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: Bash running build/test/lint commands — 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 task -> Create session -> Dispatch tasks -> Monitor progress -> Report results
27
+
28
+ ## Boundaries
29
+
30
+ ### MUST
31
+ - Spawn workers via `spawn_agent({ agent_type: "team_worker" })` and wait via `wait_agent`
32
+ - Follow Command Execution Protocol for dispatch and monitor commands
33
+ - Respect pipeline stage dependencies (deps)
34
+ - Handle review-fix cycles with max 3 iterations
35
+ - Execute completion action in Phase 5
36
+ - **Always proceed through full Phase 1-5 workflow, never skip to direct execution**
37
+ - Use `send_message` for supplementary context (non-interrupting) and `assign_task` for triggering new work
38
+ - Use `list_agents` for session resume health checks and cleanup verification
39
+
40
+ ### MUST NOT
41
+ - Implement domain logic (analyzing, refactoring, reviewing) -- workers handle this
42
+ - Spawn workers without creating tasks first
43
+ - Skip checkpoints when configured
44
+ - Force-advance pipeline past failed review/validation
45
+ - Modify source code directly -- delegate to refactorer worker
46
+ - Call CLI tools (ccw cli) — only workers use CLI
47
+ - Read project source code — delegate to workers
48
+
49
+ ## Command Execution Protocol
50
+
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
+ | Status check | Args contain "check" or "status" | -> handleCheck (monitor.md) |
62
+ | Manual resume | Args contain "resume" or "continue" | -> handleResume (monitor.md) |
63
+ | Capability gap | Message contains "capability_gap" | -> handleAdapt (monitor.md) |
64
+ | Pipeline complete | All tasks completed | -> handleComplete (monitor.md) |
65
+ | Interrupted session | Active session in .workflow/.team/TAO-* | -> Phase 0 |
66
+ | New session | None of above | -> Phase 1 |
67
+
68
+ For check/resume/adapt/complete: load @commands/monitor.md, execute handler, STOP.
69
+
70
+ ## Phase 0: Session Resume Check
71
+
72
+ 1. Scan `.workflow/.team/TAO-*/tasks.json` for active/paused sessions
73
+ 2. No sessions -> Phase 1
74
+ 3. Single session -> reconcile:
75
+ a. Read tasks.json, reset in_progress -> pending
76
+ b. Rebuild active_agents map
77
+ c. Kick first ready task via handleSpawnNext
78
+ 4. Multiple -> request_user_input for selection
79
+
80
+ ## Phase 1: Requirement Clarification
81
+
82
+ TEXT-LEVEL ONLY. No source code reading.
83
+
84
+ 1. Parse task description from $ARGUMENTS
85
+ 2. Parse parallel mode flags:
86
+
87
+ | Flag | Value | Default |
88
+ |------|-------|---------|
89
+ | `--parallel-mode` | `single`, `fan-out`, `independent`, `auto` | `auto` |
90
+ | `--max-branches` | integer 1-10 | 5 |
91
+
92
+ 3. Identify architecture optimization target:
93
+
94
+ | Signal | Target |
95
+ |--------|--------|
96
+ | Specific file/module mentioned | Scoped refactoring |
97
+ | "coupling", "dependency", "structure", generic | Full architecture analysis |
98
+ | Specific issue (cycles, God Class, duplication) | Targeted issue resolution |
99
+ | Multiple quoted targets (independent mode) | Per-target scoped refactoring |
100
+
101
+ 4. If target is unclear, request_user_input for scope clarification
102
+ 5. Record requirement with scope, target issues, parallel_mode, max_branches
103
+
104
+ ## Phase 2: Create Session + Initialize
105
+
106
+ 1. Resolve workspace paths (MUST do first):
107
+ - `project_root` = result of `Bash({ command: "pwd" })`
108
+ - `skill_root` = `<project_root>/.codex/skills/team-arch-opt`
109
+ 2. Generate session ID: `TAO-<slug>-<date>`
110
+ 3. Create session folder structure:
111
+ ```bash
112
+ mkdir -p .workflow/.team/${SESSION_ID}/{artifacts,artifacts/branches,artifacts/pipelines,wisdom,wisdom/.msg}
113
+ ```
114
+ 4. Initialize meta.json via team_msg state_update:
115
+ ```
116
+ mcp__ccw-tools__team_msg({
117
+ operation: "log", session_id: "<id>", from: "coordinator",
118
+ type: "state_update", summary: "Session initialized",
119
+ data: { pipeline_mode: "<mode>", pipeline_stages: ["analyzer","designer","refactorer","validator","reviewer"], team_name: "arch-opt" }
120
+ })
121
+ ```
122
+ 5. Write initial tasks.json:
123
+ ```json
124
+ {
125
+ "session_id": "<id>",
126
+ "pipeline": "<parallel_mode>",
127
+ "requirement": "<original requirement>",
128
+ "created_at": "<ISO timestamp>",
129
+ "parallel_mode": "<single|fan-out|independent|auto>",
130
+ "max_branches": 5,
131
+ "branches": [],
132
+ "independent_targets": [],
133
+ "fix_cycles": {},
134
+ "completed_waves": [],
135
+ "active_agents": {},
136
+ "tasks": {}
137
+ }
138
+ ```
139
+
140
+ ## Phase 3: Create Task Chain
141
+
142
+ Delegate to @commands/dispatch.md:
143
+ 1. Read dependency graph and parallel mode from tasks.json
144
+ 2. Topological sort tasks
145
+ 3. Write tasks to tasks.json with deps arrays
146
+ 4. Update tasks.json metadata (total count)
147
+
148
+ ## Phase 4: Spawn-and-Wait
149
+
150
+ Delegate to @commands/monitor.md#handleSpawnNext:
151
+ 1. Find ready tasks (pending + deps resolved)
152
+ 2. Spawn team_worker agents via spawn_agent
153
+ 3. Wait for completion via wait_agent
154
+ 4. Process results, advance pipeline
155
+ 5. Repeat until all waves complete or pipeline blocked
156
+
157
+ ## Phase 5: Report + Completion Action
158
+
159
+ 1. Load session state -> count completed tasks, calculate duration
160
+ 2. List deliverables:
161
+
162
+ | Deliverable | Path |
163
+ |-------------|------|
164
+ | Architecture Baseline | <session>/artifacts/architecture-baseline.json |
165
+ | Architecture Report | <session>/artifacts/architecture-report.md |
166
+ | Refactoring Plan | <session>/artifacts/refactoring-plan.md |
167
+ | Validation Results | <session>/artifacts/validation-results.json |
168
+ | Review Report | <session>/artifacts/review-report.md |
169
+
170
+ 3. Include discussion summaries if discuss rounds were used
171
+ 4. Output pipeline summary: task count, duration, improvement metrics
172
+
173
+ 5. Execute completion action per tasks.json completion_action:
174
+ - interactive -> request_user_input (Archive/Keep/Export)
175
+ - auto_archive -> Archive & Clean (rm -rf session folder)
176
+ - auto_keep -> Keep Active (status=paused)
177
+
178
+ ## v4 Coordination Patterns
179
+
180
+ ### Message Semantics
181
+ - **send_message**: Queue supplementary info to a running agent. Does NOT interrupt current processing. Use for: sharing upstream results, context enrichment, FYI notifications.
182
+ - **assign_task**: Assign new work and trigger processing. Use for: waking idle agents, redirecting work, requesting new output.
183
+
184
+ ### Agent Lifecycle Management
185
+ - **list_agents({})**: Returns all running agents. Use in handleResume to reconcile session state with actual running agents. Use in handleComplete to verify clean shutdown.
186
+ - **Named targeting**: Workers spawned with `task_name: "<task-id>"` can be addressed by name in send_message, assign_task, and close_agent calls.
187
+
188
+ ## Error Handling
189
+
190
+ | Error | Resolution |
191
+ |-------|------------|
192
+ | Task too vague | request_user_input for clarification |
193
+ | Session corruption | Attempt recovery, fallback to manual |
194
+ | Worker crash | Reset task to pending in tasks.json, respawn via spawn_agent |
195
+ | Dependency cycle | Detect in analysis, halt |
196
+ | Role limit exceeded | Merge overlapping roles |
@@ -1,115 +1,115 @@
1
- ---
2
- role: designer
3
- prefix: DESIGN
4
- inner_loop: false
5
- message_types: [state_update]
6
- ---
7
-
8
- # Refactoring Designer
9
-
10
- Analyze architecture reports and baseline metrics to design a prioritized refactoring plan with concrete strategies, expected structural improvements, and risk assessments.
11
-
12
- ## Phase 2: Analysis Loading
13
-
14
- | Input | Source | Required |
15
- |-------|--------|----------|
16
- | Architecture report | <session>/artifacts/architecture-report.md | Yes |
17
- | Architecture baseline | <session>/artifacts/architecture-baseline.json | Yes |
18
- | .msg/meta.json | <session>/wisdom/.msg/meta.json | Yes |
19
- | Wisdom files | <session>/wisdom/patterns.md | No |
20
-
21
- 1. Extract session path from task description
22
- 2. Read architecture report -- extract ranked issue list with severities and categories
23
- 3. Read architecture baseline -- extract current structural metrics
24
- 4. Load .msg/meta.json for analyzer findings (project_type, scope)
25
- 5. Assess overall refactoring complexity:
26
-
27
- | Issue Count | Severity Mix | Complexity |
28
- |-------------|-------------|------------|
29
- | 1-2 | All Medium | Low |
30
- | 2-3 | Mix of High/Medium | Medium |
31
- | 3+ or any Critical | Any Critical present | High |
32
-
33
- ## Phase 3: Strategy Formulation
34
-
35
- For each architecture issue, select refactoring approach by type:
36
-
37
- | Issue Type | Strategies | Risk Level |
38
- |------------|-----------|------------|
39
- | Circular dependency | Interface extraction, dependency inversion, mediator pattern | High |
40
- | God Class/Module | SRP decomposition, extract class/module, delegate pattern | High |
41
- | Layering violation | Move to correct layer, introduce Facade, add anti-corruption layer | Medium |
42
- | Code duplication | Extract shared utility/base class, template method pattern | Low |
43
- | High coupling | Introduce interface/abstraction, dependency injection, event-driven | Medium |
44
- | API bloat / dead exports | Privatize internals, re-export only public API, barrel file cleanup | Low |
45
- | Dead code | Safe removal with reference verification | Low |
46
- | Missing abstraction | Extract interface/type, introduce strategy/factory pattern | Medium |
47
-
48
- Prioritize refactorings by impact/effort ratio:
49
-
50
- | Priority | Criteria |
51
- |----------|----------|
52
- | P0 (Critical) | High impact + Low effort -- quick wins (dead code removal, simple moves) |
53
- | P1 (High) | High impact + Medium effort (cycle breaking, layer fixes) |
54
- | P2 (Medium) | Medium impact + Low effort (duplication extraction) |
55
- | P3 (Low) | Low impact or High effort -- defer (large God Class decomposition) |
56
-
57
- If complexity is High, invoke `discuss` CLI tool (DISCUSS-REFACTOR round) to evaluate trade-offs between competing strategies before finalizing the plan.
58
-
59
- Define measurable success criteria per refactoring (target metric improvement or structural change).
60
-
61
- ## Phase 4: Plan Output
62
-
63
- 1. Write refactoring plan to `<session>/artifacts/refactoring-plan.md`:
64
-
65
- Each refactoring MUST have a unique REFACTOR-ID and self-contained detail block:
66
-
67
- ```markdown
68
- ### REFACTOR-001: <title>
69
- - Priority: P0
70
- - Target issue: <issue from report>
71
- - Issue type: <CYCLE|COUPLING|GOD_CLASS|DUPLICATION|LAYER_VIOLATION|DEAD_CODE|API_BLOAT>
72
- - Target files: <file-list>
73
- - Strategy: <selected approach>
74
- - Expected improvement: <metric> by <description>
75
- - Risk level: <Low/Medium/High>
76
- - Success criteria: <specific structural change to verify>
77
- - Implementation guidance:
78
- 1. <step 1>
79
- 2. <step 2>
80
- 3. <step 3>
81
-
82
- ### REFACTOR-002: <title>
83
- ...
84
- ```
85
-
86
- Requirements:
87
- - Each REFACTOR-ID is sequentially numbered (REFACTOR-001, REFACTOR-002, ...)
88
- - Each refactoring must be **non-overlapping** in target files (no two REFACTOR-IDs modify the same file unless explicitly noted with conflict resolution)
89
- - Implementation guidance must be self-contained -- a branch refactorer should be able to work from a single REFACTOR block without reading others
90
-
91
- 2. Update `<session>/wisdom/.msg/meta.json` under `designer` namespace:
92
- - Read existing -> merge -> write back:
93
- ```json
94
- {
95
- "designer": {
96
- "complexity": "<Low|Medium|High>",
97
- "refactoring_count": 4,
98
- "priorities": ["P0", "P0", "P1", "P2"],
99
- "discuss_used": false,
100
- "refactorings": [
101
- {
102
- "id": "REFACTOR-001",
103
- "title": "<title>",
104
- "issue_type": "<CYCLE|COUPLING|...>",
105
- "priority": "P0",
106
- "target_files": ["src/a.ts", "src/b.ts"],
107
- "expected_improvement": "<metric> by <description>",
108
- "success_criteria": "<threshold>"
109
- }
110
- ]
111
- }
112
- }
113
- ```
114
-
115
- 3. If DISCUSS-REFACTOR was triggered, record discussion summary in `<session>/discussions/DISCUSS-REFACTOR.md`
1
+ ---
2
+ role: designer
3
+ prefix: DESIGN
4
+ inner_loop: false
5
+ message_types: [state_update]
6
+ ---
7
+
8
+ # Refactoring Designer
9
+
10
+ Analyze architecture reports and baseline metrics to design a prioritized refactoring plan with concrete strategies, expected structural improvements, and risk assessments.
11
+
12
+ ## Phase 2: Analysis Loading
13
+
14
+ | Input | Source | Required |
15
+ |-------|--------|----------|
16
+ | Architecture report | <session>/artifacts/architecture-report.md | Yes |
17
+ | Architecture baseline | <session>/artifacts/architecture-baseline.json | Yes |
18
+ | .msg/meta.json | <session>/wisdom/.msg/meta.json | Yes |
19
+ | Wisdom files | <session>/wisdom/patterns.md | No |
20
+
21
+ 1. Extract session path from task description
22
+ 2. Read architecture report -- extract ranked issue list with severities and categories
23
+ 3. Read architecture baseline -- extract current structural metrics
24
+ 4. Load .msg/meta.json for analyzer findings (project_type, scope)
25
+ 5. Assess overall refactoring complexity:
26
+
27
+ | Issue Count | Severity Mix | Complexity |
28
+ |-------------|-------------|------------|
29
+ | 1-2 | All Medium | Low |
30
+ | 2-3 | Mix of High/Medium | Medium |
31
+ | 3+ or any Critical | Any Critical present | High |
32
+
33
+ ## Phase 3: Strategy Formulation
34
+
35
+ For each architecture issue, select refactoring approach by type:
36
+
37
+ | Issue Type | Strategies | Risk Level |
38
+ |------------|-----------|------------|
39
+ | Circular dependency | Interface extraction, dependency inversion, mediator pattern | High |
40
+ | God Class/Module | SRP decomposition, extract class/module, delegate pattern | High |
41
+ | Layering violation | Move to correct layer, introduce Facade, add anti-corruption layer | Medium |
42
+ | Code duplication | Extract shared utility/base class, template method pattern | Low |
43
+ | High coupling | Introduce interface/abstraction, dependency injection, event-driven | Medium |
44
+ | API bloat / dead exports | Privatize internals, re-export only public API, barrel file cleanup | Low |
45
+ | Dead code | Safe removal with reference verification | Low |
46
+ | Missing abstraction | Extract interface/type, introduce strategy/factory pattern | Medium |
47
+
48
+ Prioritize refactorings by impact/effort ratio:
49
+
50
+ | Priority | Criteria |
51
+ |----------|----------|
52
+ | P0 (Critical) | High impact + Low effort -- quick wins (dead code removal, simple moves) |
53
+ | P1 (High) | High impact + Medium effort (cycle breaking, layer fixes) |
54
+ | P2 (Medium) | Medium impact + Low effort (duplication extraction) |
55
+ | P3 (Low) | Low impact or High effort -- defer (large God Class decomposition) |
56
+
57
+ If complexity is High, invoke `discuss` CLI tool (DISCUSS-REFACTOR round) to evaluate trade-offs between competing strategies before finalizing the plan.
58
+
59
+ Define measurable success criteria per refactoring (target metric improvement or structural change).
60
+
61
+ ## Phase 4: Plan Output
62
+
63
+ 1. Write refactoring plan to `<session>/artifacts/refactoring-plan.md`:
64
+
65
+ Each refactoring MUST have a unique REFACTOR-ID and self-contained detail block:
66
+
67
+ ```markdown
68
+ ### REFACTOR-001: <title>
69
+ - Priority: P0
70
+ - Target issue: <issue from report>
71
+ - Issue type: <CYCLE|COUPLING|GOD_CLASS|DUPLICATION|LAYER_VIOLATION|DEAD_CODE|API_BLOAT>
72
+ - Target files: <file-list>
73
+ - Strategy: <selected approach>
74
+ - Expected improvement: <metric> by <description>
75
+ - Risk level: <Low/Medium/High>
76
+ - Success criteria: <specific structural change to verify>
77
+ - Implementation guidance:
78
+ 1. <step 1>
79
+ 2. <step 2>
80
+ 3. <step 3>
81
+
82
+ ### REFACTOR-002: <title>
83
+ ...
84
+ ```
85
+
86
+ Requirements:
87
+ - Each REFACTOR-ID is sequentially numbered (REFACTOR-001, REFACTOR-002, ...)
88
+ - Each refactoring must be **non-overlapping** in target files (no two REFACTOR-IDs modify the same file unless explicitly noted with conflict resolution)
89
+ - Implementation guidance must be self-contained -- a branch refactorer should be able to work from a single REFACTOR block without reading others
90
+
91
+ 2. Update `<session>/wisdom/.msg/meta.json` under `designer` namespace:
92
+ - Read existing -> merge -> write back:
93
+ ```json
94
+ {
95
+ "designer": {
96
+ "complexity": "<Low|Medium|High>",
97
+ "refactoring_count": 4,
98
+ "priorities": ["P0", "P0", "P1", "P2"],
99
+ "discuss_used": false,
100
+ "refactorings": [
101
+ {
102
+ "id": "REFACTOR-001",
103
+ "title": "<title>",
104
+ "issue_type": "<CYCLE|COUPLING|...>",
105
+ "priority": "P0",
106
+ "target_files": ["src/a.ts", "src/b.ts"],
107
+ "expected_improvement": "<metric> by <description>",
108
+ "success_criteria": "<threshold>"
109
+ }
110
+ ]
111
+ }
112
+ }
113
+ ```
114
+
115
+ 3. If DISCUSS-REFACTOR was triggered, record discussion summary in `<session>/discussions/DISCUSS-REFACTOR.md`