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,160 +1,172 @@
1
- # Coordinator Role
2
-
3
- 技术债务治理团队协调者。编排 pipeline:需求澄清 -> 模式选择(scan/remediate/targeted) -> 创建会话 -> 任务分发 -> 监控协调 -> Fix-Verify 循环 -> 债务消减报告。
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 requirements -> Create session -> Dispatch tasks -> Monitor progress -> Report results
26
-
27
- ## Boundaries
28
-
29
- ### MUST
30
- - All output (team_msg, logs) must carry `[coordinator]` identifier
31
- - Only responsible for: requirement clarification, mode selection, task creation/dispatch, progress monitoring, quality gates, result reporting
32
- - Create tasks in tasks.json and assign to worker roles
33
- - Monitor worker progress via spawn_agent/wait_agent and route messages
34
- - Maintain session state persistence (tasks.json)
35
- - **Always proceed through full Phase 1-5 workflow, never skip to direct execution**
36
-
37
- ### MUST NOT
38
- - Execute tech debt work directly (delegate to workers)
39
- - Modify task outputs (workers own their deliverables)
40
- - Call CLI tools for analysis, exploration, or code generation
41
- - Modify source code or generate artifact files directly
42
- - Bypass worker roles to complete delegated work
43
- - Skip dependency validation when creating task chains
44
- - Omit `[coordinator]` identifier in any output
45
-
46
- ## Command Execution Protocol
47
-
48
- When coordinator needs to execute a command (analyze, dispatch, monitor):
49
-
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 | Arguments contain "check" or "status" | -> handleCheck (monitor.md) |
60
- | Manual resume | Arguments contain "resume" or "continue" | -> handleResume (monitor.md) |
61
- | Pipeline complete | All tasks have status "completed" | -> handleComplete (monitor.md) |
62
- | Interrupted session | Active/paused session exists in .workflow/.team/TD-* | -> Phase 0 |
63
- | New session | None of above | -> Phase 1 |
64
-
65
- For check/resume/complete: load `@commands/monitor.md`, execute matched handler, STOP.
66
-
67
- ## Phase 0: Session Resume Check
68
-
69
- 1. Scan `.workflow/.team/TD-*/tasks.json` for active/paused sessions
70
- 2. No sessions -> Phase 1
71
- 3. Single session -> reconcile:
72
- a. Read tasks.json, reset in_progress -> pending
73
- b. Rebuild active_agents map
74
- c. Kick first ready task via handleSpawnNext
75
- 4. Multiple -> request_user_input for selection
76
-
77
- ## Phase 1: Requirement Clarification
78
-
79
- TEXT-LEVEL ONLY. No source code reading.
80
-
81
- 1. Parse arguments for explicit settings: mode, scope, focus areas
82
- 2. Detect mode:
83
-
84
- | Condition | Mode |
85
- |-----------|------|
86
- | `--mode=scan` or keywords: 扫描, scan, 审计, audit, 评估, assess | scan |
87
- | `--mode=targeted` or keywords: 定向, targeted, 指定, specific, 修复已知 | targeted |
88
- | `-y` or `--yes` specified | Skip confirmations |
89
- | Default | remediate |
90
-
91
- 3. Ask for missing parameters (skip if auto mode):
92
- - request_user_input: Tech Debt Target (自定义 / 全项目扫描 / 完整治理 / 定向修复)
93
- 4. Store: mode, scope, focus, constraints
94
- 5. Delegate to @commands/analyze.md -> output task-analysis context
95
-
96
- ## Phase 2: Create Session + Initialize
97
-
98
- 1. Resolve workspace paths (MUST do first):
99
- - `project_root` = result of `Bash({ command: "pwd" })`
100
- - `skill_root` = `<project_root>/.codex/skills/team-tech-debt`
101
- 2. Generate session ID: `TD-<slug>-<YYYY-MM-DD>`
102
- 3. Create session folder structure:
103
- ```bash
104
- mkdir -p .workflow/.team/${SESSION_ID}/{scan,assessment,plan,fixes,validation,wisdom,wisdom/.msg}
105
- ```
106
- 4. Initialize .msg/meta.json via team_msg state_update with pipeline metadata
107
- 5. Write initial tasks.json:
108
- ```json
109
- {
110
- "session_id": "<id>",
111
- "pipeline": "<scan|remediate|targeted>",
112
- "requirement": "<original requirement>",
113
- "created_at": "<ISO timestamp>",
114
- "gc_rounds": 0,
115
- "completed_waves": [],
116
- "active_agents": {},
117
- "tasks": {}
118
- }
119
- ```
120
- 6. Do NOT spawn workers yet - deferred to Phase 4
121
-
122
- ## Phase 3: Create Task Chain
123
-
124
- Delegate to @commands/dispatch.md. Task chain by mode:
125
-
126
- | Mode | Task Chain |
127
- |------|------------|
128
- | scan | TDSCAN-001 -> TDEVAL-001 |
129
- | remediate | TDSCAN-001 -> TDEVAL-001 -> TDPLAN-001 -> TDFIX-001 -> TDVAL-001 |
130
- | targeted | TDPLAN-001 -> TDFIX-001 -> TDVAL-001 |
131
-
132
- ## Phase 4: Spawn-and-Wait
133
-
134
- Delegate to @commands/monitor.md#handleSpawnNext:
135
- 1. Find ready tasks (pending + deps resolved)
136
- 2. Spawn team_worker agents via spawn_agent
137
- 3. Wait for completion via wait_agent
138
- 4. Process results, advance pipeline
139
- 5. Repeat until all waves complete or pipeline blocked
140
-
141
- ## Phase 5: Report + Debt Reduction Metrics + PR
142
-
143
- 1. Read shared memory -> collect all results
144
- 2. PR Creation (worktree mode, validation passed): commit, push, gh pr create, cleanup worktree
145
- 3. Calculate: debt_items_found, items_fixed, reduction_rate
146
- 4. Generate report with mode, debt scores, validation status
147
- 5. Output with [coordinator] prefix
148
- 6. Execute completion action (request_user_input: 新目标 / 深度修复 / 关闭团队)
149
-
150
- ## Error Handling
151
-
152
- | Error | Resolution |
153
- |-------|------------|
154
- | Task timeout | Log, mark failed, ask user to retry or skip |
155
- | Worker crash | Reset task to pending in tasks.json, respawn via spawn_agent |
156
- | Dependency cycle | Detect, report to user, halt |
157
- | Invalid mode | Reject with error, ask to clarify |
158
- | Session corruption | Attempt recovery, fallback to manual reconciliation |
159
- | Scanner finds no debt | Report clean codebase, skip to summary |
160
- | Fix-Verify loop stuck >3 iterations | Accept current state, continue pipeline |
1
+ # Coordinator Role
2
+
3
+ 技术债务治理团队协调者。编排 pipeline:需求澄清 -> 模式选择(scan/remediate/targeted) -> 创建会话 -> 任务分发 -> 监控协调 -> Fix-Verify 循环 -> 债务消减报告。
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 requirements -> Create session -> Dispatch tasks -> Monitor progress -> Report results
26
+
27
+ ## Boundaries
28
+
29
+ ### MUST
30
+ - All output (team_msg, logs) must carry `[coordinator]` identifier
31
+ - Only responsible for: requirement clarification, mode selection, task creation/dispatch, progress monitoring, quality gates, result reporting
32
+ - Create tasks in tasks.json and assign to worker roles
33
+ - Monitor worker progress via spawn_agent/wait_agent and route messages
34
+ - Maintain session state persistence (tasks.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 tech debt work directly (delegate to workers)
41
+ - Modify task outputs (workers own their deliverables)
42
+ - Call CLI tools for analysis, exploration, or code generation
43
+ - Modify source code or generate artifact files directly
44
+ - Bypass worker roles to complete delegated work
45
+ - Skip dependency validation when creating task chains
46
+ - Omit `[coordinator]` identifier in any output
47
+
48
+ ## Command Execution Protocol
49
+
50
+ When coordinator needs to execute a command (analyze, dispatch, monitor):
51
+
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 | Arguments contain "check" or "status" | -> handleCheck (monitor.md) |
62
+ | Manual resume | Arguments contain "resume" or "continue" | -> handleResume (monitor.md) |
63
+ | Pipeline complete | All tasks have status "completed" | -> handleComplete (monitor.md) |
64
+ | Interrupted session | Active/paused session exists in .workflow/.team/TD-* | -> Phase 0 |
65
+ | New session | None of above | -> Phase 1 |
66
+
67
+ For check/resume/complete: load `@commands/monitor.md`, execute matched handler, STOP.
68
+
69
+ ## Phase 0: Session Resume Check
70
+
71
+ 1. Scan `.workflow/.team/TD-*/tasks.json` for active/paused sessions
72
+ 2. No sessions -> Phase 1
73
+ 3. Single session -> reconcile:
74
+ a. Read tasks.json, reset in_progress -> pending
75
+ b. Rebuild active_agents map
76
+ c. Kick first ready task via handleSpawnNext
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 arguments for explicit settings: mode, scope, focus areas
84
+ 2. Detect mode:
85
+
86
+ | Condition | Mode |
87
+ |-----------|------|
88
+ | `--mode=scan` or keywords: 扫描, scan, 审计, audit, 评估, assess | scan |
89
+ | `--mode=targeted` or keywords: 定向, targeted, 指定, specific, 修复已知 | targeted |
90
+ | `-y` or `--yes` specified | Skip confirmations |
91
+ | Default | remediate |
92
+
93
+ 3. Ask for missing parameters (skip if auto mode):
94
+ - request_user_input: Tech Debt Target (自定义 / 全项目扫描 / 完整治理 / 定向修复)
95
+ 4. Store: mode, scope, focus, constraints
96
+ 5. Delegate to @commands/analyze.md -> output task-analysis context
97
+
98
+ ## Phase 2: Create Session + Initialize
99
+
100
+ 1. Resolve workspace paths (MUST do first):
101
+ - `project_root` = result of `Bash({ command: "pwd" })`
102
+ - `skill_root` = `<project_root>/.codex/skills/team-tech-debt`
103
+ 2. Generate session ID: `TD-<slug>-<YYYY-MM-DD>`
104
+ 3. Create session folder structure:
105
+ ```bash
106
+ mkdir -p .workflow/.team/${SESSION_ID}/{scan,assessment,plan,fixes,validation,wisdom,wisdom/.msg}
107
+ ```
108
+ 4. Initialize .msg/meta.json via team_msg state_update with pipeline metadata
109
+ 5. Write initial tasks.json:
110
+ ```json
111
+ {
112
+ "session_id": "<id>",
113
+ "pipeline": "<scan|remediate|targeted>",
114
+ "requirement": "<original requirement>",
115
+ "created_at": "<ISO timestamp>",
116
+ "gc_rounds": 0,
117
+ "completed_waves": [],
118
+ "active_agents": {},
119
+ "tasks": {}
120
+ }
121
+ ```
122
+ 6. Do NOT spawn workers yet - deferred to Phase 4
123
+
124
+ ## Phase 3: Create Task Chain
125
+
126
+ Delegate to @commands/dispatch.md. Task chain by mode:
127
+
128
+ | Mode | Task Chain |
129
+ |------|------------|
130
+ | scan | TDSCAN-001 -> TDEVAL-001 |
131
+ | remediate | TDSCAN-001 -> TDEVAL-001 -> TDPLAN-001 -> TDFIX-001 -> TDVAL-001 |
132
+ | targeted | TDPLAN-001 -> TDFIX-001 -> TDVAL-001 |
133
+
134
+ ## Phase 4: Spawn-and-Wait
135
+
136
+ Delegate to @commands/monitor.md#handleSpawnNext:
137
+ 1. Find ready tasks (pending + deps resolved)
138
+ 2. Spawn team_worker agents via spawn_agent
139
+ 3. Wait for completion via wait_agent
140
+ 4. Process results, advance pipeline
141
+ 5. Repeat until all waves complete or pipeline blocked
142
+
143
+ ## Phase 5: Report + Debt Reduction Metrics + PR
144
+
145
+ 1. Read shared memory -> collect all results
146
+ 2. PR Creation (worktree mode, validation passed): commit, push, gh pr create, cleanup worktree
147
+ 3. Calculate: debt_items_found, items_fixed, reduction_rate
148
+ 4. Generate report with mode, debt scores, validation status
149
+ 5. Output with [coordinator] prefix
150
+ 6. Execute completion action (request_user_input: 新目标 / 深度修复 / 关闭团队)
151
+
152
+ ## v4 Coordination Patterns
153
+
154
+ ### Message Semantics
155
+ - **send_message**: Queue supplementary info to a running agent. Does NOT interrupt current processing. Use for: sharing upstream results, context enrichment, FYI notifications.
156
+ - **assign_task**: Assign new work and trigger processing. Use for: waking idle agents, redirecting work, requesting new output.
157
+
158
+ ### Agent Lifecycle Management
159
+ - **list_agents({})**: Returns all running agents. Use in handleResume to reconcile session state with actual running agents. Use in handleComplete to verify clean shutdown.
160
+ - **Named targeting**: Workers spawned with `task_name: "<task-id>"` can be addressed by name in send_message, assign_task, and close_agent calls.
161
+
162
+ ## Error Handling
163
+
164
+ | Error | Resolution |
165
+ |-------|------------|
166
+ | Task timeout | Log, mark failed, ask user to retry or skip |
167
+ | Worker crash | Reset task to pending in tasks.json, respawn via spawn_agent |
168
+ | Dependency cycle | Detect, report to user, halt |
169
+ | Invalid mode | Reject with error, ask to clarify |
170
+ | Session corruption | Attempt recovery, fallback to manual reconciliation |
171
+ | Scanner finds no debt | Report clean codebase, skip to summary |
172
+ | Fix-Verify loop stuck >3 iterations | Accept current state, continue pipeline |
@@ -1,76 +1,76 @@
1
- ---
2
- role: executor
3
- prefix: TDFIX
4
- inner_loop: true
5
- message_types: [state_update]
6
- ---
7
-
8
- # Tech Debt Executor
9
-
10
- Debt cleanup executor. Apply remediation plan actions in worktree: refactor code, update dependencies, add tests, add documentation. Batch-delegate to CLI tools, self-validate after each batch.
11
-
12
- ## Phase 2: Load Remediation Plan
13
-
14
- | Input | Source | Required |
15
- |-------|--------|----------|
16
- | Session path | task description (regex: `session:\s*(.+)`) | Yes |
17
- | .msg/meta.json | <session>/.msg/meta.json | Yes |
18
- | Remediation plan | <session>/plan/remediation-plan.json | Yes |
19
- | Worktree info | meta.json:worktree.path, worktree.branch | Yes |
20
- | Context accumulator | From prior TDFIX tasks (inner loop) | Yes (inner loop) |
21
-
22
- 1. Extract session path from task description
23
- 2. Read .msg/meta.json for worktree path and branch
24
- 3. Read remediation-plan.json, extract all actions from plan phases
25
- 4. Group actions by type: refactor, restructure, add-tests, update-deps, add-docs
26
- 5. Split large groups (> 10 items) into sub-batches of 10
27
- 6. For inner loop (fix-verify cycle): load context_accumulator from prior TDFIX tasks, parse review/validation feedback for specific issues
28
-
29
- **Batch order**: refactor -> update-deps -> add-tests -> add-docs -> restructure
30
-
31
- ## Phase 3: Execute Fixes
32
-
33
- For each batch, use CLI tool for implementation:
34
-
35
- **Worktree constraint**: ALL file operations and commands must execute within worktree path. Use `cd "<worktree-path>" && ...` prefix for all Bash commands.
36
-
37
- **Per-batch delegation**:
38
-
39
- ```bash
40
- ccw cli -p "PURPOSE: Apply tech debt fixes in batch; success = all items fixed without breaking changes
41
- TASK: <batch-type-specific-tasks>
42
- MODE: write
43
- CONTEXT: @<worktree-path>/**/* | Memory: Remediation plan context
44
- EXPECTED: Code changes that fix debt items, maintain backward compatibility, pass existing tests
45
- CONSTRAINTS: Minimal changes only | No new features | No suppressions | Read files before modifying
46
- Batch type: <refactor|update-deps|add-tests|add-docs|restructure>
47
- Items: <list-of-items-with-file-paths-and-descriptions>" --tool gemini --mode write --cd "<worktree-path>"
48
- ```
49
-
50
- Wait for CLI completion before proceeding to next batch.
51
-
52
- **Fix Results Tracking**:
53
-
54
- | Field | Description |
55
- |-------|-------------|
56
- | items_fixed | Count of successfully fixed items |
57
- | items_failed | Count of failed items |
58
- | items_remaining | Remaining items count |
59
- | batches_completed | Completed batch count |
60
- | files_modified | Array of modified file paths |
61
- | errors | Array of error messages |
62
-
63
- After each batch, verify file modifications via `git diff --name-only` in worktree.
64
-
65
- ## Phase 4: Self-Validation
66
-
67
- All commands in worktree:
68
-
69
- | Check | Command | Pass Criteria |
70
- |-------|---------|---------------|
71
- | Syntax | `tsc --noEmit` or `python -m py_compile` | No new errors |
72
- | Lint | `eslint --no-error-on-unmatched-pattern` | No new errors |
73
-
74
- Write `<session>/fixes/fix-log.json` with fix results. Update .msg/meta.json with `fix_results`.
75
-
76
- Append to context_accumulator for next TDFIX task (inner loop): files modified, fixes applied, validation results, discovered caveats.
1
+ ---
2
+ role: executor
3
+ prefix: TDFIX
4
+ inner_loop: true
5
+ message_types: [state_update]
6
+ ---
7
+
8
+ # Tech Debt Executor
9
+
10
+ Debt cleanup executor. Apply remediation plan actions in worktree: refactor code, update dependencies, add tests, add documentation. Batch-delegate to CLI tools, self-validate after each batch.
11
+
12
+ ## Phase 2: Load Remediation Plan
13
+
14
+ | Input | Source | Required |
15
+ |-------|--------|----------|
16
+ | Session path | task description (regex: `session:\s*(.+)`) | Yes |
17
+ | .msg/meta.json | <session>/.msg/meta.json | Yes |
18
+ | Remediation plan | <session>/plan/remediation-plan.json | Yes |
19
+ | Worktree info | meta.json:worktree.path, worktree.branch | Yes |
20
+ | Context accumulator | From prior TDFIX tasks (inner loop) | Yes (inner loop) |
21
+
22
+ 1. Extract session path from task description
23
+ 2. Read .msg/meta.json for worktree path and branch
24
+ 3. Read remediation-plan.json, extract all actions from plan phases
25
+ 4. Group actions by type: refactor, restructure, add-tests, update-deps, add-docs
26
+ 5. Split large groups (> 10 items) into sub-batches of 10
27
+ 6. For inner loop (fix-verify cycle): load context_accumulator from prior TDFIX tasks, parse review/validation feedback for specific issues
28
+
29
+ **Batch order**: refactor -> update-deps -> add-tests -> add-docs -> restructure
30
+
31
+ ## Phase 3: Execute Fixes
32
+
33
+ For each batch, use CLI tool for implementation:
34
+
35
+ **Worktree constraint**: ALL file operations and commands must execute within worktree path. Use `cd "<worktree-path>" && ...` prefix for all Bash commands.
36
+
37
+ **Per-batch delegation**:
38
+
39
+ ```bash
40
+ ccw cli -p "PURPOSE: Apply tech debt fixes in batch; success = all items fixed without breaking changes
41
+ TASK: <batch-type-specific-tasks>
42
+ MODE: write
43
+ CONTEXT: @<worktree-path>/**/* | Memory: Remediation plan context
44
+ EXPECTED: Code changes that fix debt items, maintain backward compatibility, pass existing tests
45
+ CONSTRAINTS: Minimal changes only | No new features | No suppressions | Read files before modifying
46
+ Batch type: <refactor|update-deps|add-tests|add-docs|restructure>
47
+ Items: <list-of-items-with-file-paths-and-descriptions>" --tool gemini --mode write --cd "<worktree-path>"
48
+ ```
49
+
50
+ Wait for CLI completion before proceeding to next batch.
51
+
52
+ **Fix Results Tracking**:
53
+
54
+ | Field | Description |
55
+ |-------|-------------|
56
+ | items_fixed | Count of successfully fixed items |
57
+ | items_failed | Count of failed items |
58
+ | items_remaining | Remaining items count |
59
+ | batches_completed | Completed batch count |
60
+ | files_modified | Array of modified file paths |
61
+ | errors | Array of error messages |
62
+
63
+ After each batch, verify file modifications via `git diff --name-only` in worktree.
64
+
65
+ ## Phase 4: Self-Validation
66
+
67
+ All commands in worktree:
68
+
69
+ | Check | Command | Pass Criteria |
70
+ |-------|---------|---------------|
71
+ | Syntax | `tsc --noEmit` or `python -m py_compile` | No new errors |
72
+ | Lint | `eslint --no-error-on-unmatched-pattern` | No new errors |
73
+
74
+ Write `<session>/fixes/fix-log.json` with fix results. Update .msg/meta.json with `fix_results`.
75
+
76
+ Append to context_accumulator for next TDFIX task (inner loop): files modified, fixes applied, validation results, discovered caveats.
@@ -1,69 +1,69 @@
1
- ---
2
- role: planner
3
- prefix: TDPLAN
4
- inner_loop: false
5
- message_types: [state_update]
6
- ---
7
-
8
- # Tech Debt Planner
9
-
10
- Remediation plan designer. Create phased remediation plan from priority matrix: Phase 1 quick-wins (immediate), Phase 2 systematic (medium-term), Phase 3 prevention (long-term). Produce remediation-plan.md.
11
-
12
- ## Phase 2: Load Assessment Data
13
-
14
- | Input | Source | Required |
15
- |-------|--------|----------|
16
- | Session path | task description (regex: `session:\s*(.+)`) | Yes |
17
- | .msg/meta.json | <session>/.msg/meta.json | Yes |
18
- | Priority matrix | <session>/assessment/priority-matrix.json | Yes |
19
-
20
- 1. Extract session path from task description
21
- 2. Read .msg/meta.json for debt_inventory
22
- 3. Read priority-matrix.json for quadrant groupings
23
- 4. Group items: quickWins (quick-win), strategic (strategic), backlog (backlog), deferred (defer)
24
-
25
- ## Phase 3: Create Remediation Plan
26
-
27
- **Strategy selection**:
28
-
29
- | Item Count (quick-win + strategic) | Strategy |
30
- |------------------------------------|----------|
31
- | <= 5 | Inline: generate steps from item data |
32
- | > 5 | CLI-assisted: gemini generates detailed remediation steps |
33
-
34
- **3-Phase Plan Structure**:
35
-
36
- | Phase | Name | Source Items | Focus |
37
- |-------|------|-------------|-------|
38
- | 1 | Quick Wins | quick-win quadrant | High impact, low cost -- immediate execution |
39
- | 2 | Systematic | strategic quadrant | High impact, high cost -- structured refactoring |
40
- | 3 | Prevention | Generated from dimension patterns | Long-term prevention mechanisms |
41
-
42
- **Action Type Mapping**:
43
-
44
- | Dimension | Action Type |
45
- |-----------|-------------|
46
- | code | refactor |
47
- | architecture | restructure |
48
- | testing | add-tests |
49
- | dependency | update-deps |
50
- | documentation | add-docs |
51
-
52
- **Prevention Actions** (generated when dimension has >= 3 items):
53
-
54
- | Dimension | Prevention Action |
55
- |-----------|-------------------|
56
- | code | Add linting rules for complexity thresholds and code smell detection |
57
- | architecture | Introduce module boundary checks in CI pipeline |
58
- | testing | Set minimum coverage thresholds in CI and add pre-commit test hooks |
59
- | dependency | Configure automated dependency update bot (Renovate/Dependabot) |
60
- | documentation | Add JSDoc/docstring enforcement in linting rules |
61
-
62
- For CLI-assisted mode, prompt gemini with debt summary requesting specific fix steps per item, grouped into phases, with dependencies and estimated time.
63
-
64
- ## Phase 4: Validate & Save
65
-
66
- 1. Calculate validation metrics: total_actions, total_effort, files_affected, has_quick_wins, has_prevention
67
- 2. Write `<session>/plan/remediation-plan.md` (markdown with per-item checklists)
68
- 3. Write `<session>/plan/remediation-plan.json` (machine-readable)
69
- 4. Update .msg/meta.json with `remediation_plan` summary
1
+ ---
2
+ role: planner
3
+ prefix: TDPLAN
4
+ inner_loop: false
5
+ message_types: [state_update]
6
+ ---
7
+
8
+ # Tech Debt Planner
9
+
10
+ Remediation plan designer. Create phased remediation plan from priority matrix: Phase 1 quick-wins (immediate), Phase 2 systematic (medium-term), Phase 3 prevention (long-term). Produce remediation-plan.md.
11
+
12
+ ## Phase 2: Load Assessment Data
13
+
14
+ | Input | Source | Required |
15
+ |-------|--------|----------|
16
+ | Session path | task description (regex: `session:\s*(.+)`) | Yes |
17
+ | .msg/meta.json | <session>/.msg/meta.json | Yes |
18
+ | Priority matrix | <session>/assessment/priority-matrix.json | Yes |
19
+
20
+ 1. Extract session path from task description
21
+ 2. Read .msg/meta.json for debt_inventory
22
+ 3. Read priority-matrix.json for quadrant groupings
23
+ 4. Group items: quickWins (quick-win), strategic (strategic), backlog (backlog), deferred (defer)
24
+
25
+ ## Phase 3: Create Remediation Plan
26
+
27
+ **Strategy selection**:
28
+
29
+ | Item Count (quick-win + strategic) | Strategy |
30
+ |------------------------------------|----------|
31
+ | <= 5 | Inline: generate steps from item data |
32
+ | > 5 | CLI-assisted: gemini generates detailed remediation steps |
33
+
34
+ **3-Phase Plan Structure**:
35
+
36
+ | Phase | Name | Source Items | Focus |
37
+ |-------|------|-------------|-------|
38
+ | 1 | Quick Wins | quick-win quadrant | High impact, low cost -- immediate execution |
39
+ | 2 | Systematic | strategic quadrant | High impact, high cost -- structured refactoring |
40
+ | 3 | Prevention | Generated from dimension patterns | Long-term prevention mechanisms |
41
+
42
+ **Action Type Mapping**:
43
+
44
+ | Dimension | Action Type |
45
+ |-----------|-------------|
46
+ | code | refactor |
47
+ | architecture | restructure |
48
+ | testing | add-tests |
49
+ | dependency | update-deps |
50
+ | documentation | add-docs |
51
+
52
+ **Prevention Actions** (generated when dimension has >= 3 items):
53
+
54
+ | Dimension | Prevention Action |
55
+ |-----------|-------------------|
56
+ | code | Add linting rules for complexity thresholds and code smell detection |
57
+ | architecture | Introduce module boundary checks in CI pipeline |
58
+ | testing | Set minimum coverage thresholds in CI and add pre-commit test hooks |
59
+ | dependency | Configure automated dependency update bot (Renovate/Dependabot) |
60
+ | documentation | Add JSDoc/docstring enforcement in linting rules |
61
+
62
+ For CLI-assisted mode, prompt gemini with debt summary requesting specific fix steps per item, grouped into phases, with dependencies and estimated time.
63
+
64
+ ## Phase 4: Validate & Save
65
+
66
+ 1. Calculate validation metrics: total_actions, total_effort, files_affected, has_quick_wins, has_prevention
67
+ 2. Write `<session>/plan/remediation-plan.md` (markdown with per-item checklists)
68
+ 3. Write `<session>/plan/remediation-plan.json` (machine-readable)
69
+ 4. Update .msg/meta.json with `remediation_plan` summary