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,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