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.
- package/.ccw/workflows/cli-tools-usage.md +123 -521
- package/.claude/skills/brainstorm/SKILL.md +408 -408
- package/.claude/skills/review-cycle/SKILL.md +132 -132
- package/.claude/skills/spec-generator/SKILL.md +1 -1
- package/.claude/skills/team-designer/phases/02-scaffold-generation.md +1 -1
- package/.claude/skills/team-lifecycle-v4/SKILL.md +1 -1
- package/.claude/skills/team-review/SKILL.md +1 -1
- package/.claude/skills/team-ultra-analyze/SKILL.md +1 -1
- package/.claude/skills/workflow-multi-cli-plan/SKILL.md +1 -1
- package/.claude/skills/workflow-plan/SKILL.md +1 -1
- package/.claude/skills/workflow-test-fix/SKILL.md +1 -1
- package/.codex/skills/analyze-with-file/SKILL.md +966 -966
- package/.codex/skills/issue-discover/SKILL.md +361 -361
- package/.codex/skills/review-cycle/SKILL.md +1 -1
- package/.codex/skills/roadmap-with-file/SKILL.md +901 -901
- package/.codex/skills/spec-generator/SKILL.md +425 -425
- package/.codex/skills/spec-setup/SKILL.md +669 -669
- package/.codex/skills/team-arch-opt/SKILL.md +242 -175
- package/.codex/skills/team-arch-opt/roles/analyzer/role.md +78 -78
- package/.codex/skills/team-arch-opt/roles/coordinator/commands/analyze.md +57 -57
- package/.codex/skills/team-arch-opt/roles/coordinator/commands/monitor.md +246 -204
- package/.codex/skills/team-arch-opt/roles/coordinator/role.md +196 -184
- package/.codex/skills/team-arch-opt/roles/designer/role.md +115 -115
- package/.codex/skills/team-arch-opt/roles/refactorer/role.md +102 -102
- package/.codex/skills/team-arch-opt/roles/reviewer/role.md +111 -111
- package/.codex/skills/team-arch-opt/roles/validator/role.md +115 -115
- package/.codex/skills/team-arch-opt/specs/pipelines.md +102 -102
- package/.codex/skills/team-brainstorm/SKILL.md +72 -4
- package/.codex/skills/team-brainstorm/roles/challenger/role.md +61 -61
- package/.codex/skills/team-brainstorm/roles/coordinator/commands/analyze.md +58 -58
- package/.codex/skills/team-brainstorm/roles/coordinator/commands/monitor.md +212 -171
- package/.codex/skills/team-brainstorm/roles/coordinator/role.md +172 -160
- package/.codex/skills/team-brainstorm/roles/evaluator/role.md +56 -56
- package/.codex/skills/team-brainstorm/roles/ideator/role.md +69 -69
- package/.codex/skills/team-brainstorm/roles/synthesizer/role.md +57 -57
- package/.codex/skills/team-brainstorm/specs/pipelines.md +72 -72
- package/.codex/skills/team-coordinate/SKILL.md +71 -3
- package/.codex/skills/team-coordinate/roles/coordinator/commands/monitor.md +45 -5
- package/.codex/skills/team-coordinate/roles/coordinator/role.md +402 -389
- package/.codex/skills/team-coordinate/specs/knowledge-transfer.md +111 -111
- package/.codex/skills/team-coordinate/specs/pipelines.md +97 -97
- package/.codex/skills/team-coordinate/specs/quality-gates.md +112 -112
- package/.codex/skills/team-designer/SKILL.md +153 -153
- package/.codex/skills/team-designer/phases/01-requirements-analysis.md +250 -250
- package/.codex/skills/team-designer/phases/02-scaffold-generation.md +228 -228
- package/.codex/skills/team-designer/phases/03-content-generation.md +330 -330
- package/.codex/skills/team-designer/phases/04-validation.md +320 -320
- package/.codex/skills/team-executor/SKILL.md +29 -2
- package/.codex/skills/team-executor/roles/executor/commands/monitor.md +23 -15
- package/.codex/skills/team-frontend/SKILL.md +77 -3
- package/.codex/skills/team-frontend/roles/analyst/role.md +92 -92
- package/.codex/skills/team-frontend/roles/architect/role.md +86 -86
- package/.codex/skills/team-frontend/roles/coordinator/commands/analyze.md +52 -52
- package/.codex/skills/team-frontend/roles/coordinator/commands/monitor.md +222 -188
- package/.codex/skills/team-frontend/roles/coordinator/role.md +189 -177
- package/.codex/skills/team-frontend/roles/developer/role.md +93 -93
- package/.codex/skills/team-frontend/roles/qa/role.md +79 -79
- package/.codex/skills/team-frontend/specs/pipelines.md +76 -76
- package/.codex/skills/team-frontend-debug/SKILL.md +66 -3
- package/.codex/skills/team-frontend-debug/roles/analyzer/role.md +208 -208
- package/.codex/skills/team-frontend-debug/roles/coordinator/commands/analyze.md +174 -174
- package/.codex/skills/team-frontend-debug/roles/coordinator/commands/dispatch.md +198 -198
- package/.codex/skills/team-frontend-debug/roles/coordinator/commands/monitor.md +177 -143
- package/.codex/skills/team-frontend-debug/roles/coordinator/role.md +164 -152
- package/.codex/skills/team-frontend-debug/roles/fixer/role.md +147 -147
- package/.codex/skills/team-frontend-debug/roles/reproducer/role.md +147 -147
- package/.codex/skills/team-frontend-debug/roles/tester/role.md +231 -231
- package/.codex/skills/team-frontend-debug/roles/verifier/role.md +172 -172
- package/.codex/skills/team-frontend-debug/specs/debug-tools.md +215 -215
- package/.codex/skills/team-frontend-debug/specs/pipelines.md +94 -94
- package/.codex/skills/team-issue/SKILL.md +83 -4
- package/.codex/skills/team-issue/roles/coordinator/commands/analyze.md +64 -64
- package/.codex/skills/team-issue/roles/coordinator/commands/dispatch.md +273 -273
- package/.codex/skills/team-issue/roles/coordinator/commands/monitor.md +235 -194
- package/.codex/skills/team-issue/roles/coordinator/role.md +206 -194
- package/.codex/skills/team-issue/roles/explorer/role.md +94 -94
- package/.codex/skills/team-issue/roles/implementer/role.md +87 -87
- package/.codex/skills/team-issue/roles/integrator/role.md +84 -84
- package/.codex/skills/team-issue/roles/planner/role.md +81 -81
- package/.codex/skills/team-issue/roles/reviewer/role.md +86 -86
- package/.codex/skills/team-issue/specs/pipelines.md +124 -124
- package/.codex/skills/team-lifecycle-v4/MIGRATION-PLAN.md +6 -6
- package/.codex/skills/team-lifecycle-v4/SKILL.md +305 -242
- package/.codex/skills/team-lifecycle-v4/roles/coordinator/commands/dispatch.md +1 -1
- package/.codex/skills/team-lifecycle-v4/roles/coordinator/commands/monitor.md +66 -24
- package/.codex/skills/team-lifecycle-v4/roles/coordinator/role.md +13 -1
- package/.codex/skills/team-lifecycle-v4/roles/supervisor/role.md +1 -1
- package/.codex/skills/team-lifecycle-v4/templates/architecture.md +254 -254
- package/.codex/skills/team-lifecycle-v4/templates/epics.md +196 -196
- package/.codex/skills/team-lifecycle-v4/templates/product-brief.md +133 -133
- package/.codex/skills/team-lifecycle-v4/templates/requirements.md +224 -224
- package/.codex/skills/team-perf-opt/SKILL.md +68 -3
- package/.codex/skills/team-perf-opt/roles/benchmarker/role.md +89 -89
- package/.codex/skills/team-perf-opt/roles/coordinator/commands/analyze.md +61 -61
- package/.codex/skills/team-perf-opt/roles/coordinator/commands/monitor.md +35 -1
- package/.codex/skills/team-perf-opt/roles/coordinator/role.md +179 -167
- package/.codex/skills/team-perf-opt/roles/optimizer/role.md +97 -97
- package/.codex/skills/team-perf-opt/roles/profiler/role.md +73 -73
- package/.codex/skills/team-perf-opt/roles/reviewer/role.md +75 -75
- package/.codex/skills/team-perf-opt/roles/strategist/role.md +94 -94
- package/.codex/skills/team-perf-opt/specs/pipelines.md +65 -65
- package/.codex/skills/team-planex/SKILL.md +65 -3
- package/.codex/skills/team-planex/roles/coordinator/commands/analyze.md +52 -52
- package/.codex/skills/team-planex/roles/coordinator/commands/monitor.md +210 -164
- package/.codex/skills/team-planex/roles/coordinator/role.md +171 -159
- package/.codex/skills/team-planex/roles/executor/role.md +91 -91
- package/.codex/skills/team-planex/roles/planner/role.md +112 -112
- package/.codex/skills/team-planex/specs/pipelines.md +93 -93
- package/.codex/skills/team-quality-assurance/SKILL.md +60 -3
- package/.codex/skills/team-quality-assurance/roles/analyst/role.md +80 -80
- package/.codex/skills/team-quality-assurance/roles/coordinator/commands/analyze.md +72 -72
- package/.codex/skills/team-quality-assurance/roles/coordinator/commands/dispatch.md +108 -108
- package/.codex/skills/team-quality-assurance/roles/coordinator/commands/monitor.md +243 -209
- package/.codex/skills/team-quality-assurance/roles/coordinator/role.md +176 -164
- package/.codex/skills/team-quality-assurance/roles/executor/role.md +66 -66
- package/.codex/skills/team-quality-assurance/roles/generator/role.md +68 -68
- package/.codex/skills/team-quality-assurance/roles/scout/role.md +67 -67
- package/.codex/skills/team-quality-assurance/roles/strategist/role.md +71 -71
- package/.codex/skills/team-quality-assurance/specs/pipelines.md +115 -115
- package/.codex/skills/team-review/SKILL.md +58 -3
- package/.codex/skills/team-review/roles/coordinator/commands/analyze.md +71 -71
- package/.codex/skills/team-review/roles/coordinator/commands/dispatch.md +90 -90
- package/.codex/skills/team-review/roles/coordinator/commands/monitor.md +225 -185
- package/.codex/skills/team-review/roles/coordinator/role.md +175 -163
- package/.codex/skills/team-review/roles/fixer/role.md +76 -76
- package/.codex/skills/team-review/roles/reviewer/role.md +68 -68
- package/.codex/skills/team-review/roles/scanner/role.md +71 -71
- package/.codex/skills/team-review/specs/pipelines.md +102 -102
- package/.codex/skills/team-roadmap-dev/SKILL.md +55 -3
- package/.codex/skills/team-roadmap-dev/roles/coordinator/commands/analyze.md +61 -61
- package/.codex/skills/team-roadmap-dev/roles/coordinator/commands/monitor.md +502 -468
- package/.codex/skills/team-roadmap-dev/roles/coordinator/role.md +335 -322
- package/.codex/skills/team-roadmap-dev/roles/executor/role.md +71 -71
- package/.codex/skills/team-roadmap-dev/roles/planner/role.md +76 -76
- package/.codex/skills/team-roadmap-dev/roles/verifier/role.md +74 -74
- package/.codex/skills/team-roadmap-dev/specs/pipelines.md +93 -93
- package/.codex/skills/team-tech-debt/SKILL.md +56 -3
- package/.codex/skills/team-tech-debt/roles/assessor/role.md +69 -69
- package/.codex/skills/team-tech-debt/roles/coordinator/commands/analyze.md +47 -47
- package/.codex/skills/team-tech-debt/roles/coordinator/commands/monitor.md +272 -231
- package/.codex/skills/team-tech-debt/roles/coordinator/role.md +172 -160
- package/.codex/skills/team-tech-debt/roles/executor/role.md +76 -76
- package/.codex/skills/team-tech-debt/roles/planner/role.md +69 -69
- package/.codex/skills/team-tech-debt/roles/scanner/role.md +82 -82
- package/.codex/skills/team-tech-debt/roles/validator/role.md +75 -75
- package/.codex/skills/team-tech-debt/specs/pipelines.md +47 -47
- package/.codex/skills/team-testing/SKILL.md +72 -3
- package/.codex/skills/team-testing/roles/analyst/role.md +95 -95
- package/.codex/skills/team-testing/roles/coordinator/commands/analyze.md +70 -70
- package/.codex/skills/team-testing/roles/coordinator/commands/dispatch.md +106 -106
- package/.codex/skills/team-testing/roles/coordinator/commands/monitor.md +283 -242
- package/.codex/skills/team-testing/roles/coordinator/role.md +184 -172
- package/.codex/skills/team-testing/roles/executor/role.md +96 -96
- package/.codex/skills/team-testing/roles/generator/role.md +95 -95
- package/.codex/skills/team-testing/roles/strategist/role.md +83 -83
- package/.codex/skills/team-testing/specs/pipelines.md +101 -101
- package/.codex/skills/team-uidesign/SKILL.md +65 -3
- package/.codex/skills/team-uidesign/roles/coordinator/commands/analyze.md +59 -59
- package/.codex/skills/team-uidesign/roles/coordinator/commands/dispatch.md +156 -156
- package/.codex/skills/team-uidesign/roles/coordinator/commands/monitor.md +234 -194
- package/.codex/skills/team-uidesign/roles/coordinator/role.md +211 -199
- package/.codex/skills/team-uidesign/roles/designer/role.md +69 -69
- package/.codex/skills/team-uidesign/roles/implementer/role.md +72 -72
- package/.codex/skills/team-uidesign/roles/researcher/role.md +82 -82
- package/.codex/skills/team-uidesign/roles/reviewer/role.md +67 -67
- package/.codex/skills/team-uidesign/specs/pipelines.md +76 -76
- package/.codex/skills/team-ultra-analyze/SKILL.md +73 -3
- package/.codex/skills/team-ultra-analyze/roles/analyst/role.md +90 -90
- package/.codex/skills/team-ultra-analyze/roles/coordinator/commands/analyze.md +73 -73
- package/.codex/skills/team-ultra-analyze/roles/coordinator/commands/monitor.md +50 -9
- package/.codex/skills/team-ultra-analyze/roles/coordinator/role.md +255 -243
- package/.codex/skills/team-ultra-analyze/roles/discussant/role.md +104 -104
- package/.codex/skills/team-ultra-analyze/roles/explorer/role.md +74 -74
- package/.codex/skills/team-ultra-analyze/roles/synthesizer/role.md +78 -78
- package/.codex/skills/team-ultra-analyze/specs/pipelines.md +64 -64
- package/.codex/skills/team-ux-improve/SKILL.md +64 -3
- package/.codex/skills/team-ux-improve/roles/coordinator/commands/analyze.md +62 -62
- package/.codex/skills/team-ux-improve/roles/coordinator/commands/dispatch.md +233 -233
- package/.codex/skills/team-ux-improve/roles/coordinator/commands/monitor.md +195 -160
- package/.codex/skills/team-ux-improve/roles/coordinator/role.md +170 -158
- package/.codex/skills/team-ux-improve/roles/designer/role.md +122 -122
- package/.codex/skills/team-ux-improve/roles/diagnoser/role.md +93 -93
- package/.codex/skills/team-ux-improve/roles/explorer/role.md +77 -77
- package/.codex/skills/team-ux-improve/roles/implementer/role.md +102 -102
- package/.codex/skills/team-ux-improve/roles/scanner/role.md +93 -93
- package/.codex/skills/team-ux-improve/roles/tester/role.md +84 -84
- package/.codex/skills/team-ux-improve/specs/pipelines.md +54 -54
- package/.codex/skills/workflow-test-fix-cycle/SKILL.md +402 -402
- package/README.md +1 -0
- package/package.json +1 -1
- package/.claude/skills/team-iterdev/SKILL.md +0 -127
- package/.claude/skills/team-iterdev/roles/architect/role.md +0 -65
- package/.claude/skills/team-iterdev/roles/coordinator/commands/analyze.md +0 -62
- package/.claude/skills/team-iterdev/roles/coordinator/commands/dispatch.md +0 -234
- package/.claude/skills/team-iterdev/roles/coordinator/commands/monitor.md +0 -182
- package/.claude/skills/team-iterdev/roles/coordinator/role.md +0 -153
- package/.claude/skills/team-iterdev/roles/developer/role.md +0 -74
- package/.claude/skills/team-iterdev/roles/reviewer/role.md +0 -66
- package/.claude/skills/team-iterdev/roles/tester/role.md +0 -88
- package/.claude/skills/team-iterdev/specs/pipelines.md +0 -94
- package/.claude/skills/team-iterdev/specs/team-config.json +0 -172
- package/.codex/skills/team-iterdev/SKILL.md +0 -158
- package/.codex/skills/team-iterdev/roles/architect/role.md +0 -65
- package/.codex/skills/team-iterdev/roles/coordinator/commands/analyze.md +0 -62
- package/.codex/skills/team-iterdev/roles/coordinator/commands/dispatch.md +0 -187
- package/.codex/skills/team-iterdev/roles/coordinator/commands/monitor.md +0 -186
- package/.codex/skills/team-iterdev/roles/coordinator/role.md +0 -181
- package/.codex/skills/team-iterdev/roles/developer/role.md +0 -74
- package/.codex/skills/team-iterdev/roles/reviewer/role.md +0 -66
- package/.codex/skills/team-iterdev/roles/tester/role.md +0 -88
- package/.codex/skills/team-iterdev/specs/pipelines.md +0 -94
- package/.codex/skills/team-iterdev/specs/team-config.json +0 -172
|
@@ -1,242 +1,305 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: team-lifecycle-v4
|
|
3
|
-
description: Full lifecycle team skill with clean architecture. SKILL.md is a universal router — all roles read it. Beat model is coordinator-only. Structure is roles/ + specs/ + templates/. Triggers on "team lifecycle v4".
|
|
4
|
-
allowed-tools: spawn_agent(*), wait_agent(*),
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
# Team Lifecycle v4
|
|
8
|
-
|
|
9
|
-
Orchestrate multi-agent software development: specification -> planning -> implementation -> testing -> review.
|
|
10
|
-
|
|
11
|
-
## Architecture
|
|
12
|
-
|
|
13
|
-
```
|
|
14
|
-
Skill(skill="team-lifecycle-v4", args="task description")
|
|
15
|
-
|
|
|
16
|
-
SKILL.md (this file) = Router
|
|
17
|
-
|
|
|
18
|
-
+--------------+--------------+
|
|
19
|
-
| |
|
|
20
|
-
no --role flag --role <name>
|
|
21
|
-
| |
|
|
22
|
-
Coordinator Worker
|
|
23
|
-
roles/coordinator/role.md roles/<name>/role.md
|
|
24
|
-
|
|
|
25
|
-
+-- analyze -> dispatch -> spawn -> wait -> collect
|
|
26
|
-
|
|
|
27
|
-
+--------+---+--------+
|
|
28
|
-
v v v
|
|
29
|
-
spawn_agent ... spawn_agent
|
|
30
|
-
(team_worker) (team_supervisor)
|
|
31
|
-
per-task resident agent
|
|
32
|
-
lifecycle
|
|
33
|
-
| |
|
|
34
|
-
+-- wait_agent --------+
|
|
35
|
-
|
|
|
36
|
-
collect results
|
|
37
|
-
```
|
|
38
|
-
|
|
39
|
-
## Role Registry
|
|
40
|
-
|
|
41
|
-
| Role | Path | Prefix | Inner Loop |
|
|
42
|
-
|------|------|--------|------------|
|
|
43
|
-
| coordinator | [roles/coordinator/role.md](roles/coordinator/role.md) | -- | -- |
|
|
44
|
-
| analyst | [roles/analyst/role.md](roles/analyst/role.md) | RESEARCH-* | false |
|
|
45
|
-
| writer | [roles/writer/role.md](roles/writer/role.md) | DRAFT-* | true |
|
|
46
|
-
| planner | [roles/planner/role.md](roles/planner/role.md) | PLAN-* | true |
|
|
47
|
-
| executor | [roles/executor/role.md](roles/executor/role.md) | IMPL-* | true |
|
|
48
|
-
| tester | [roles/tester/role.md](roles/tester/role.md) | TEST-* | false |
|
|
49
|
-
| reviewer | [roles/reviewer/role.md](roles/reviewer/role.md) | REVIEW-*, QUALITY-*, IMPROVE-* | false |
|
|
50
|
-
| supervisor | [roles/supervisor/role.md](roles/supervisor/role.md) | CHECKPOINT-* | false |
|
|
51
|
-
|
|
52
|
-
## Role Router
|
|
53
|
-
|
|
54
|
-
Parse `$ARGUMENTS`:
|
|
55
|
-
- Has `--role <name>` -> Read `roles/<name>/role.md`, execute Phase 2-4
|
|
56
|
-
- No `--role` -> `roles/coordinator/role.md`, execute entry router
|
|
57
|
-
|
|
58
|
-
## Delegation Lock
|
|
59
|
-
|
|
60
|
-
**Coordinator is a PURE ORCHESTRATOR. It coordinates, it does NOT do.**
|
|
61
|
-
|
|
62
|
-
Before calling ANY tool, apply this check:
|
|
63
|
-
|
|
64
|
-
| Tool Call | Verdict | Reason |
|
|
65
|
-
|-----------|---------|--------|
|
|
66
|
-
| `spawn_agent`, `wait_agent`, `close_agent`, `
|
|
67
|
-
| `
|
|
68
|
-
| `
|
|
69
|
-
| `
|
|
70
|
-
| `Read` on
|
|
71
|
-
| `Read
|
|
72
|
-
| `
|
|
73
|
-
| `
|
|
74
|
-
| `Bash
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
- **Session
|
|
86
|
-
- **
|
|
87
|
-
- **
|
|
88
|
-
- **
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
<
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
##
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
1
|
+
---
|
|
2
|
+
name: team-lifecycle-v4
|
|
3
|
+
description: Full lifecycle team skill with clean architecture. SKILL.md is a universal router — all roles read it. Beat model is coordinator-only. Structure is roles/ + specs/ + templates/. Triggers on "team lifecycle v4".
|
|
4
|
+
allowed-tools: spawn_agent(*), wait_agent(*), send_message(*), assign_task(*), close_agent(*), list_agents(*), report_agent_job_result(*), Read(*), Write(*), Edit(*), Bash(*), Glob(*), Grep(*), request_user_input(*)
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Team Lifecycle v4
|
|
8
|
+
|
|
9
|
+
Orchestrate multi-agent software development: specification -> planning -> implementation -> testing -> review.
|
|
10
|
+
|
|
11
|
+
## Architecture
|
|
12
|
+
|
|
13
|
+
```
|
|
14
|
+
Skill(skill="team-lifecycle-v4", args="task description")
|
|
15
|
+
|
|
|
16
|
+
SKILL.md (this file) = Router
|
|
17
|
+
|
|
|
18
|
+
+--------------+--------------+
|
|
19
|
+
| |
|
|
20
|
+
no --role flag --role <name>
|
|
21
|
+
| |
|
|
22
|
+
Coordinator Worker
|
|
23
|
+
roles/coordinator/role.md roles/<name>/role.md
|
|
24
|
+
|
|
|
25
|
+
+-- analyze -> dispatch -> spawn -> wait -> collect
|
|
26
|
+
|
|
|
27
|
+
+--------+---+--------+
|
|
28
|
+
v v v
|
|
29
|
+
spawn_agent ... spawn_agent
|
|
30
|
+
(team_worker) (team_supervisor)
|
|
31
|
+
per-task resident agent
|
|
32
|
+
lifecycle assign_task-driven
|
|
33
|
+
| |
|
|
34
|
+
+-- wait_agent --------+
|
|
35
|
+
|
|
|
36
|
+
collect results
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
## Role Registry
|
|
40
|
+
|
|
41
|
+
| Role | Path | Prefix | Inner Loop |
|
|
42
|
+
|------|------|--------|------------|
|
|
43
|
+
| coordinator | [roles/coordinator/role.md](roles/coordinator/role.md) | -- | -- |
|
|
44
|
+
| analyst | [roles/analyst/role.md](roles/analyst/role.md) | RESEARCH-* | false |
|
|
45
|
+
| writer | [roles/writer/role.md](roles/writer/role.md) | DRAFT-* | true |
|
|
46
|
+
| planner | [roles/planner/role.md](roles/planner/role.md) | PLAN-* | true |
|
|
47
|
+
| executor | [roles/executor/role.md](roles/executor/role.md) | IMPL-* | true |
|
|
48
|
+
| tester | [roles/tester/role.md](roles/tester/role.md) | TEST-* | false |
|
|
49
|
+
| reviewer | [roles/reviewer/role.md](roles/reviewer/role.md) | REVIEW-*, QUALITY-*, IMPROVE-* | false |
|
|
50
|
+
| supervisor | [roles/supervisor/role.md](roles/supervisor/role.md) | CHECKPOINT-* | false |
|
|
51
|
+
|
|
52
|
+
## Role Router
|
|
53
|
+
|
|
54
|
+
Parse `$ARGUMENTS`:
|
|
55
|
+
- Has `--role <name>` -> Read `roles/<name>/role.md`, execute Phase 2-4
|
|
56
|
+
- No `--role` -> `roles/coordinator/role.md`, execute entry router
|
|
57
|
+
|
|
58
|
+
## Delegation Lock
|
|
59
|
+
|
|
60
|
+
**Coordinator is a PURE ORCHESTRATOR. It coordinates, it does NOT do.**
|
|
61
|
+
|
|
62
|
+
Before calling ANY tool, apply this check:
|
|
63
|
+
|
|
64
|
+
| Tool Call | Verdict | Reason |
|
|
65
|
+
|-----------|---------|--------|
|
|
66
|
+
| `spawn_agent`, `wait_agent`, `close_agent`, `send_message`, `assign_task` | ALLOWED | Orchestration |
|
|
67
|
+
| `list_agents` | ALLOWED | Agent health check |
|
|
68
|
+
| `request_user_input` | ALLOWED | User interaction |
|
|
69
|
+
| `mcp__ccw-tools__team_msg` | ALLOWED | Message bus |
|
|
70
|
+
| `Read/Write` on `.workflow/.team/` files | ALLOWED | Session state |
|
|
71
|
+
| `Read` on `roles/`, `commands/`, `specs/`, `templates/` | ALLOWED | Loading own instructions |
|
|
72
|
+
| `Read/Grep/Glob` on project source code | BLOCKED | Delegate to worker |
|
|
73
|
+
| `Edit` on any file outside `.workflow/` | BLOCKED | Delegate to worker |
|
|
74
|
+
| `Bash("ccw cli ...")` | BLOCKED | Only workers call CLI |
|
|
75
|
+
| `Bash` running build/test/lint commands | BLOCKED | Delegate to worker |
|
|
76
|
+
|
|
77
|
+
**If a tool call is BLOCKED**: STOP. Create a task, spawn a worker.
|
|
78
|
+
|
|
79
|
+
**No exceptions for "simple" tasks.** Even a single-file read-and-report MUST go through spawn_agent.
|
|
80
|
+
|
|
81
|
+
---
|
|
82
|
+
|
|
83
|
+
## Shared Constants
|
|
84
|
+
|
|
85
|
+
- **Session prefix**: `TLV4`
|
|
86
|
+
- **Session path**: `.workflow/.team/TLV4-<slug>-<date>/`
|
|
87
|
+
- **State file**: `<session>/tasks.json`
|
|
88
|
+
- **Discovery files**: `<session>/discoveries/{task_id}.json`
|
|
89
|
+
- **CLI tools**: `ccw cli --mode analysis` (read-only), `ccw cli --mode write` (modifications)
|
|
90
|
+
|
|
91
|
+
## Worker Spawn Template
|
|
92
|
+
|
|
93
|
+
Coordinator spawns workers using this template:
|
|
94
|
+
|
|
95
|
+
```
|
|
96
|
+
spawn_agent({
|
|
97
|
+
agent_type: "team_worker",
|
|
98
|
+
task_name: "<task-id>",
|
|
99
|
+
fork_context: false,
|
|
100
|
+
items: [
|
|
101
|
+
{ type: "text", text: `## Role Assignment
|
|
102
|
+
role: <role>
|
|
103
|
+
role_spec: <skill_root>/roles/<role>/role.md
|
|
104
|
+
session: <session-folder>
|
|
105
|
+
session_id: <session-id>
|
|
106
|
+
requirement: <task-description>
|
|
107
|
+
inner_loop: <true|false>
|
|
108
|
+
|
|
109
|
+
Read role_spec file (<skill_root>/roles/<role>/role.md) to load Phase 2-4 domain instructions.
|
|
110
|
+
Execute built-in Phase 1 (task discovery) -> role Phase 2-4 -> built-in Phase 5 (report).` },
|
|
111
|
+
|
|
112
|
+
{ type: "text", text: `## Task Context
|
|
113
|
+
task_id: <task-id>
|
|
114
|
+
title: <task-title>
|
|
115
|
+
description: <task-description>
|
|
116
|
+
pipeline_phase: <pipeline-phase>` },
|
|
117
|
+
|
|
118
|
+
{ type: "text", text: `## Upstream Context
|
|
119
|
+
<prev_context>` }
|
|
120
|
+
]
|
|
121
|
+
})
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
## Supervisor Spawn Template
|
|
125
|
+
|
|
126
|
+
Supervisor is a **resident agent** (independent from team_worker). Spawned once during session init, woken via assign_task for each CHECKPOINT task.
|
|
127
|
+
|
|
128
|
+
### Spawn (Phase 2 -- once per session)
|
|
129
|
+
|
|
130
|
+
```
|
|
131
|
+
supervisorId = spawn_agent({
|
|
132
|
+
agent_type: "team_supervisor",
|
|
133
|
+
task_name: "supervisor",
|
|
134
|
+
fork_context: false,
|
|
135
|
+
items: [
|
|
136
|
+
{ type: "text", text: `## Role Assignment
|
|
137
|
+
role: supervisor
|
|
138
|
+
role_spec: <skill_root>/roles/supervisor/role.md
|
|
139
|
+
session: <session-folder>
|
|
140
|
+
session_id: <session-id>
|
|
141
|
+
requirement: <task-description>
|
|
142
|
+
|
|
143
|
+
Read role_spec file (<skill_root>/roles/supervisor/role.md) to load checkpoint definitions.
|
|
144
|
+
Init: load baseline context, report ready, go idle.
|
|
145
|
+
Wake cycle: orchestrator sends checkpoint requests via assign_task.` }
|
|
146
|
+
]
|
|
147
|
+
})
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
### Wake (per CHECKPOINT task)
|
|
151
|
+
|
|
152
|
+
```
|
|
153
|
+
assign_task({
|
|
154
|
+
target: "supervisor",
|
|
155
|
+
items: [
|
|
156
|
+
{ type: "text", text: `## Checkpoint Request
|
|
157
|
+
task_id: <CHECKPOINT-NNN>
|
|
158
|
+
scope: [<upstream-task-ids>]
|
|
159
|
+
pipeline_progress: <done>/<total> tasks completed` }
|
|
160
|
+
]
|
|
161
|
+
})
|
|
162
|
+
wait_agent({ targets: ["supervisor"], timeout_ms: 300000 })
|
|
163
|
+
```
|
|
164
|
+
|
|
165
|
+
### Shutdown (pipeline complete)
|
|
166
|
+
|
|
167
|
+
```
|
|
168
|
+
close_agent({ target: "supervisor" })
|
|
169
|
+
```
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
### Model Selection Guide
|
|
173
|
+
|
|
174
|
+
| Role | model | reasoning_effort | Rationale |
|
|
175
|
+
|------|-------|-------------------|-----------|
|
|
176
|
+
| Analyst (RESEARCH-*) | (default) | medium | Read-heavy exploration, less reasoning needed |
|
|
177
|
+
| Writer (DRAFT-*) | (default) | high | Spec writing requires precision and completeness |
|
|
178
|
+
| Planner (PLAN-*) | (default) | high | Architecture decisions need full reasoning |
|
|
179
|
+
| Executor (IMPL-*) | (default) | high | Code generation needs precision |
|
|
180
|
+
| Tester (TEST-*) | (default) | high | Test generation requires deep code understanding |
|
|
181
|
+
| Reviewer (REVIEW-*, QUALITY-*, IMPROVE-*) | (default) | high | Deep analysis for quality assessment |
|
|
182
|
+
| Supervisor (CHECKPOINT-*) | (default) | medium | Gate checking, report aggregation |
|
|
183
|
+
|
|
184
|
+
Override model/reasoning_effort in spawn_agent when cost optimization is needed:
|
|
185
|
+
```
|
|
186
|
+
spawn_agent({
|
|
187
|
+
agent_type: "team_worker",
|
|
188
|
+
task_name: "<task-id>",
|
|
189
|
+
fork_context: false,
|
|
190
|
+
model: "<model-override>",
|
|
191
|
+
reasoning_effort: "<effort-level>",
|
|
192
|
+
items: [...]
|
|
193
|
+
})
|
|
194
|
+
```
|
|
195
|
+
|
|
196
|
+
## Wave Execution Engine
|
|
197
|
+
|
|
198
|
+
For each wave in the pipeline:
|
|
199
|
+
|
|
200
|
+
1. **Load state** -- Read `<session>/tasks.json`, filter tasks for current wave
|
|
201
|
+
2. **Skip failed deps** -- Mark tasks whose dependencies failed/skipped as `skipped`
|
|
202
|
+
3. **Build upstream context** -- For each task, gather findings from `context_from` tasks via tasks.json and `discoveries/{id}.json`
|
|
203
|
+
4. **Separate task types** -- Split into regular tasks and CHECKPOINT tasks
|
|
204
|
+
5. **Spawn regular tasks** -- For each regular task, call `spawn_agent({ agent_type: "team_worker", items: [...] })`, collect agent IDs
|
|
205
|
+
6. **Wait** -- `wait_agent({ targets: [...], timeout_ms: 900000 })`
|
|
206
|
+
7. **Collect results** -- Read `discoveries/{task_id}.json` for each agent, update tasks.json status/findings/error, then `close_agent({ target })` each worker
|
|
207
|
+
8. **Execute checkpoints** -- For each CHECKPOINT task, `assign_task` to supervisor, `wait_agent`, read checkpoint report from `artifacts/`, parse verdict
|
|
208
|
+
9. **Handle block** -- If verdict is `block`, prompt user via `request_user_input` with options: Override / Revise upstream / Abort
|
|
209
|
+
10. **Persist** -- Write updated state to `<session>/tasks.json`
|
|
210
|
+
|
|
211
|
+
## User Commands
|
|
212
|
+
|
|
213
|
+
| Command | Action |
|
|
214
|
+
|---------|--------|
|
|
215
|
+
| `check` / `status` | View execution status graph |
|
|
216
|
+
| `resume` / `continue` | Advance to next step |
|
|
217
|
+
| `revise <TASK-ID> [feedback]` | Revise specific task |
|
|
218
|
+
| `feedback <text>` | Inject feedback for revision |
|
|
219
|
+
| `recheck` | Re-run quality check |
|
|
220
|
+
| `improve [dimension]` | Auto-improve weakest dimension |
|
|
221
|
+
|
|
222
|
+
## v4 Agent Coordination
|
|
223
|
+
|
|
224
|
+
### Message Semantics
|
|
225
|
+
|
|
226
|
+
| Intent | API | Example |
|
|
227
|
+
|--------|-----|---------|
|
|
228
|
+
| Queue supplementary info (don't interrupt) | `send_message` | Send planning results to running implementers |
|
|
229
|
+
| Wake resident supervisor for checkpoint | `assign_task` | Trigger CHECKPOINT-* evaluation on supervisor |
|
|
230
|
+
| Supervisor reports back to coordinator | `send_message` | Supervisor sends checkpoint verdict as supplementary info |
|
|
231
|
+
| Check running agents | `list_agents` | Verify agent + supervisor health during resume |
|
|
232
|
+
|
|
233
|
+
**CRITICAL**: The supervisor is a **resident agent** woken via `assign_task`, NOT `send_message`. Regular workers complete and are closed; the supervisor persists across checkpoints. See "Supervisor Spawn Template" above.
|
|
234
|
+
|
|
235
|
+
### Agent Health Check
|
|
236
|
+
|
|
237
|
+
Use `list_agents({})` in handleResume and handleComplete:
|
|
238
|
+
|
|
239
|
+
```
|
|
240
|
+
// Reconcile session state with actual running agents
|
|
241
|
+
const running = list_agents({})
|
|
242
|
+
// Compare with tasks.json active_agents
|
|
243
|
+
// Reset orphaned tasks (in_progress but agent gone) to pending
|
|
244
|
+
// ALSO check supervisor: if supervisor missing but CHECKPOINT tasks pending -> respawn
|
|
245
|
+
```
|
|
246
|
+
|
|
247
|
+
### Named Agent Targeting
|
|
248
|
+
|
|
249
|
+
Workers are spawned with `task_name: "<task-id>"` enabling direct addressing:
|
|
250
|
+
- `send_message({ target: "IMPL-001", items: [...] })` -- queue planning context to running implementer
|
|
251
|
+
- `assign_task({ target: "supervisor", items: [...] })` -- wake supervisor for checkpoint
|
|
252
|
+
- `close_agent({ target: "IMPL-001" })` -- cleanup regular worker by name
|
|
253
|
+
- `close_agent({ target: "supervisor" })` -- shutdown supervisor at pipeline end
|
|
254
|
+
|
|
255
|
+
## Completion Action
|
|
256
|
+
|
|
257
|
+
When pipeline completes, coordinator presents:
|
|
258
|
+
|
|
259
|
+
```
|
|
260
|
+
request_user_input({
|
|
261
|
+
questions: [{
|
|
262
|
+
question: "Pipeline complete. What would you like to do?",
|
|
263
|
+
header: "Completion",
|
|
264
|
+
multiSelect: false,
|
|
265
|
+
options: [
|
|
266
|
+
{ label: "Archive & Clean (Recommended)", description: "Archive session, clean up resources" },
|
|
267
|
+
{ label: "Keep Active", description: "Keep session for follow-up work" },
|
|
268
|
+
{ label: "Export Results", description: "Export deliverables to target directory" }
|
|
269
|
+
]
|
|
270
|
+
}]
|
|
271
|
+
})
|
|
272
|
+
```
|
|
273
|
+
|
|
274
|
+
## Specs Reference
|
|
275
|
+
|
|
276
|
+
- [specs/pipelines.md](specs/pipelines.md) -- Pipeline definitions and task registry
|
|
277
|
+
- [specs/quality-gates.md](specs/quality-gates.md) -- Quality gate criteria and scoring
|
|
278
|
+
- [specs/knowledge-transfer.md](specs/knowledge-transfer.md) -- Artifact and state transfer protocols
|
|
279
|
+
|
|
280
|
+
## Session Directory
|
|
281
|
+
|
|
282
|
+
```
|
|
283
|
+
.workflow/.team/TLV4-<slug>-<date>/
|
|
284
|
+
├── tasks.json # Task state (JSON)
|
|
285
|
+
├── discoveries/ # Per-task findings ({task_id}.json)
|
|
286
|
+
├── spec/ # Spec phase outputs
|
|
287
|
+
├── plan/ # Implementation plan
|
|
288
|
+
├── artifacts/ # All deliverables
|
|
289
|
+
├── wisdom/ # Cross-task knowledge
|
|
290
|
+
├── explorations/ # Shared explore cache
|
|
291
|
+
└── discussions/ # Discuss round records
|
|
292
|
+
```
|
|
293
|
+
|
|
294
|
+
## Error Handling
|
|
295
|
+
|
|
296
|
+
| Scenario | Resolution |
|
|
297
|
+
|----------|------------|
|
|
298
|
+
| Unknown command | Error with available command list |
|
|
299
|
+
| Role not found | Error with role registry |
|
|
300
|
+
| CLI tool fails | Worker fallback to direct implementation |
|
|
301
|
+
| Supervisor crash | Respawn with `recovery: true`, auto-rebuilds from existing reports |
|
|
302
|
+
| Supervisor not ready for CHECKPOINT | Spawn/respawn supervisor, wait for ready, then wake |
|
|
303
|
+
| Completion action fails | Default to Keep Active |
|
|
304
|
+
| Worker timeout | Mark task as failed, continue wave |
|
|
305
|
+
| Discovery file missing | Mark task as failed with "No discovery file produced" |
|
|
@@ -48,7 +48,7 @@ CHECKPOINT tasks are dispatched like regular tasks but handled differently at sp
|
|
|
48
48
|
|
|
49
49
|
- Added to tasks.json with proper deps (upstream tasks that must complete first)
|
|
50
50
|
- Owner: supervisor
|
|
51
|
-
- **NOT spawned as tlv4_worker** — coordinator wakes the resident supervisor via
|
|
51
|
+
- **NOT spawned as tlv4_worker** — coordinator wakes the resident supervisor via assign_task
|
|
52
52
|
- If `supervision: false` in tasks.json, skip creating CHECKPOINT tasks entirely
|
|
53
53
|
- RoleSpec in description: `<project>/.codex/skills/team-lifecycle-v4/roles/supervisor/role.md`
|
|
54
54
|
|