claude-code-workflow 7.2.30 → 7.3.0
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/.claude/commands/workflow-skill.md +130 -0
- package/.claude/skills/ccw-chain/SKILL.md +44 -71
- package/.claude/skills/ccw-chain/chains/ccw-cycle.json +13 -3
- package/.claude/skills/ccw-chain/chains/ccw-exploration.json +33 -22
- package/.claude/skills/ccw-chain/chains/ccw-issue.json +23 -12
- package/.claude/skills/ccw-chain/chains/ccw-lightweight.json +23 -9
- package/.claude/skills/ccw-chain/chains/ccw-main.json +15 -2
- package/.claude/skills/ccw-chain/chains/ccw-standard.json +28 -16
- package/.claude/skills/ccw-chain/chains/ccw-team.json +7 -2
- package/.claude/skills/ccw-chain/chains/ccw-with-file.json +25 -9
- package/.claude/skills/chain-loader/phases/01-analyze-skill.md +53 -53
- package/.claude/skills/chain-loader/specs/chain-schema.md +30 -3
- package/.claude/skills/chain-loader/templates/chain-json.md +63 -63
- package/.claude/skills/workflow-plan/SKILL.md +1 -0
- package/.claude/skills/workflow-plan/phases/01-session-discovery.md +19 -2
- package/.claude/skills/workflow-plan/phases/02-context-gathering.md +2 -2
- package/.claude/skills/workflow-plan/phases/04-task-generation.md +9 -1
- package/.codex/skills/analyze-with-file/SKILL.md +383 -134
- package/.codex/skills/brainstorm/SKILL.md +3 -3
- package/.codex/skills/brainstorm-with-file/SKILL.md +208 -88
- package/.codex/skills/clean/SKILL.md +1 -1
- package/.codex/skills/csv-wave-pipeline/SKILL.md +2 -2
- package/.codex/skills/investigate/orchestrator.md +24 -0
- package/.codex/skills/issue-discover/SKILL.md +374 -361
- package/.codex/skills/issue-discover/phases/01-issue-new.md +1 -1
- package/.codex/skills/issue-discover/phases/02-discover.md +2 -2
- package/.codex/skills/issue-discover/phases/03-discover-by-prompt.md +1 -1
- package/.codex/skills/issue-discover/phases/04-quick-execute.md +2 -2
- package/.codex/skills/parallel-dev-cycle/SKILL.md +44 -37
- package/.codex/skills/project-documentation-workflow/SKILL.md +1 -1
- package/.codex/skills/review-cycle/SKILL.md +31 -12
- package/.codex/skills/roadmap-with-file/SKILL.md +141 -133
- package/.codex/skills/security-audit/orchestrator.md +29 -0
- package/.codex/skills/session-sync/SKILL.md +1 -1
- package/.codex/skills/ship/orchestrator.md +24 -0
- package/.codex/skills/spec-add/SKILL.md +5 -5
- package/.codex/skills/spec-generator/SKILL.md +33 -2
- package/.codex/skills/spec-generator/phases/01-5-requirement-clarification.md +3 -3
- package/.codex/skills/spec-generator/phases/01-discovery.md +1 -1
- package/.codex/skills/spec-generator/phases/02-product-brief.md +1 -1
- package/.codex/skills/spec-generator/phases/03-requirements.md +1 -1
- package/.codex/skills/spec-generator/phases/04-architecture.md +1 -1
- package/.codex/skills/spec-generator/phases/05-epics-stories.md +1 -1
- package/.codex/skills/spec-generator/phases/06-readiness-check.md +1 -1
- package/.codex/skills/spec-generator/phases/07-issue-export.md +1 -1
- package/.codex/skills/spec-setup/SKILL.md +669 -669
- package/.codex/skills/team-arch-opt/specs/team-config.json +1 -1
- package/.codex/skills/team-brainstorm/SKILL.md +259 -259
- package/.codex/skills/team-coordinate/SKILL.md +359 -359
- package/.codex/skills/team-coordinate/roles/coordinator/commands/monitor.md +1 -1
- package/.codex/skills/team-designer/SKILL.md +27 -1
- package/.codex/skills/team-designer/phases/01-requirements-analysis.md +2 -2
- package/.codex/skills/team-designer/phases/02-scaffold-generation.md +1 -1
- package/.codex/skills/team-designer/phases/04-validation.md +1 -1
- package/.codex/skills/team-executor/SKILL.md +218 -218
- package/.codex/skills/team-frontend/SKILL.md +227 -227
- package/.codex/skills/team-frontend-debug/SKILL.md +278 -278
- package/.codex/skills/team-frontend-debug/roles/coordinator/commands/analyze.md +2 -2
- package/.codex/skills/team-interactive-craft/SKILL.md +220 -220
- package/.codex/skills/team-interactive-craft/roles/coordinator/role.md +209 -209
- package/.codex/skills/team-issue/SKILL.md +269 -269
- package/.codex/skills/team-issue/roles/coordinator/role.md +1 -1
- package/.codex/skills/team-lifecycle-v4/SKILL.md +305 -305
- package/.codex/skills/team-motion-design/SKILL.md +222 -222
- package/.codex/skills/team-motion-design/roles/coordinator/role.md +210 -210
- package/.codex/skills/team-perf-opt/SKILL.md +258 -258
- package/.codex/skills/team-perf-opt/specs/team-config.json +1 -1
- package/.codex/skills/team-planex/SKILL.md +216 -216
- package/.codex/skills/team-quality-assurance/SKILL.md +229 -229
- package/.codex/skills/team-review/SKILL.md +227 -227
- package/.codex/skills/team-roadmap-dev/SKILL.md +238 -238
- package/.codex/skills/team-roadmap-dev/roles/coordinator/commands/roadmap-discuss.md +5 -5
- package/.codex/skills/team-tech-debt/SKILL.md +206 -206
- package/.codex/skills/team-tech-debt/roles/coordinator/commands/monitor.md +1 -1
- package/.codex/skills/team-testing/SKILL.md +237 -237
- package/.codex/skills/team-ui-polish/SKILL.md +218 -218
- package/.codex/skills/team-ui-polish/roles/coordinator/role.md +213 -213
- package/.codex/skills/team-uidesign/SKILL.md +219 -219
- package/.codex/skills/team-uidesign/roles/coordinator/role.md +2 -2
- package/.codex/skills/team-ultra-analyze/SKILL.md +260 -260
- package/.codex/skills/team-ultra-analyze/roles/coordinator/commands/monitor.md +1 -1
- package/.codex/skills/team-ultra-analyze/roles/coordinator/role.md +1 -1
- package/.codex/skills/team-ux-improve/SKILL.md +227 -227
- package/.codex/skills/team-ux-improve/roles/coordinator/role.md +1 -1
- package/.codex/skills/team-ux-improve/specs/team-config.json +1 -1
- package/.codex/skills/team-visual-a11y/SKILL.md +319 -319
- package/.codex/skills/team-visual-a11y/roles/coordinator/role.md +213 -213
- package/.codex/skills/workflow-execute/SKILL.md +5 -5
- package/.codex/skills/workflow-lite-planex/SKILL.md +3 -3
- package/.codex/skills/workflow-plan/SKILL.md +3 -3
- package/.codex/skills/workflow-tdd-plan/SKILL.md +4 -4
- package/.codex/skills/workflow-test-fix-cycle/SKILL.md +403 -402
- package/ccw/dist/cli.d.ts.map +1 -1
- package/ccw/dist/cli.js +16 -0
- package/ccw/dist/cli.js.map +1 -1
- package/ccw/dist/commands/chain-loader.d.ts +2 -0
- package/ccw/dist/commands/chain-loader.d.ts.map +1 -0
- package/ccw/dist/commands/chain-loader.js +11 -0
- package/ccw/dist/commands/chain-loader.js.map +1 -0
- package/ccw/dist/commands/install.d.ts.map +1 -1
- package/ccw/dist/commands/install.js +52 -1
- package/ccw/dist/commands/install.js.map +1 -1
- package/ccw/dist/commands/launcher.d.ts +2 -0
- package/ccw/dist/commands/launcher.d.ts.map +1 -0
- package/ccw/dist/commands/launcher.js +434 -0
- package/ccw/dist/commands/launcher.js.map +1 -0
- package/ccw/dist/tools/chain-loader.d.ts.map +1 -1
- package/ccw/dist/tools/chain-loader.js +457 -45
- package/ccw/dist/tools/chain-loader.js.map +1 -1
- package/ccw/dist/tools/skill-context-loader.d.ts.map +1 -1
- package/ccw/dist/tools/skill-context-loader.js +12 -26
- package/ccw/dist/tools/skill-context-loader.js.map +1 -1
- package/ccw/dist/types/chain-types.d.ts +41 -1
- package/ccw/dist/types/chain-types.d.ts.map +1 -1
- package/ccw/dist/utils/chain-visualizer.d.ts +13 -0
- package/ccw/dist/utils/chain-visualizer.d.ts.map +1 -0
- package/ccw/dist/utils/chain-visualizer.js +164 -0
- package/ccw/dist/utils/chain-visualizer.js.map +1 -0
- package/package.json +1 -1
- package/.claude/commands/cli/cli-init.md +0 -441
- package/.claude/commands/cli/codex-review.md +0 -361
- package/.claude/commands/flow-create.md +0 -663
- package/.claude/skills/ccw-chain/phases/analyze-with-file.md +0 -788
- package/.claude/skills/ccw-chain/phases/brainstorm/SKILL.md +0 -408
- package/.claude/skills/ccw-chain/phases/brainstorm/phases/01-mode-routing.md +0 -207
- package/.claude/skills/ccw-chain/phases/brainstorm/phases/02-artifacts.md +0 -567
- package/.claude/skills/ccw-chain/phases/brainstorm/phases/03-role-analysis.md +0 -748
- package/.claude/skills/ccw-chain/phases/brainstorm/phases/04-synthesis.md +0 -827
- package/.claude/skills/ccw-chain/phases/brainstorm-with-file.md +0 -482
- package/.claude/skills/ccw-chain/phases/collaborative-plan-with-file.md +0 -639
- package/.claude/skills/ccw-chain/phases/debug-with-file.md +0 -656
- package/.claude/skills/ccw-chain/phases/integration-test-cycle.md +0 -936
- package/.claude/skills/ccw-chain/phases/issue-convert-to-plan.md +0 -720
- package/.claude/skills/ccw-chain/phases/issue-discover.md +0 -483
- package/.claude/skills/ccw-chain/phases/issue-execute.md +0 -629
- package/.claude/skills/ccw-chain/phases/issue-from-brainstorm.md +0 -382
- package/.claude/skills/ccw-chain/phases/issue-plan.md +0 -343
- package/.claude/skills/ccw-chain/phases/issue-queue.md +0 -464
- package/.claude/skills/ccw-chain/phases/refactor-cycle.md +0 -852
- package/.claude/skills/ccw-chain/phases/review-cycle/SKILL.md +0 -132
- package/.claude/skills/ccw-chain/phases/review-cycle/phases/review-fix.md +0 -760
- package/.claude/skills/ccw-chain/phases/review-cycle/phases/review-module.md +0 -764
- package/.claude/skills/ccw-chain/phases/review-cycle/phases/review-session.md +0 -775
- package/.claude/skills/ccw-chain/phases/roadmap-with-file.md +0 -544
- package/.claude/skills/ccw-chain/phases/spec-generator/SKILL.md +0 -338
- package/.claude/skills/ccw-chain/phases/spec-generator/phases/01-5-requirement-clarification.md +0 -404
- package/.claude/skills/ccw-chain/phases/spec-generator/phases/01-discovery.md +0 -257
- package/.claude/skills/ccw-chain/phases/spec-generator/phases/02-product-brief.md +0 -274
- package/.claude/skills/ccw-chain/phases/spec-generator/phases/03-requirements.md +0 -184
- package/.claude/skills/ccw-chain/phases/spec-generator/phases/04-architecture.md +0 -248
- package/.claude/skills/ccw-chain/phases/spec-generator/phases/05-epics-stories.md +0 -178
- package/.claude/skills/ccw-chain/phases/spec-generator/phases/06-5-auto-fix.md +0 -144
- package/.claude/skills/ccw-chain/phases/spec-generator/phases/06-readiness-check.md +0 -480
- package/.claude/skills/ccw-chain/phases/team-planex.md +0 -123
- package/.claude/skills/ccw-chain/phases/ui-design-explore-auto.md +0 -678
- package/.claude/skills/ccw-chain/phases/unified-execute-with-file.md +0 -870
- package/.claude/skills/ccw-chain/phases/workflow-execute/SKILL.md +0 -625
- package/.claude/skills/ccw-chain/phases/workflow-execute/phases/06-review.md +0 -215
- package/.claude/skills/ccw-chain/phases/workflow-lite-plan.md +0 -616
- package/.claude/skills/ccw-chain/phases/workflow-multi-cli-plan.md +0 -424
- package/.claude/skills/ccw-chain/phases/workflow-plan/SKILL.md +0 -466
- package/.claude/skills/ccw-chain/phases/workflow-plan/phases/01-session-discovery.md +0 -99
- package/.claude/skills/ccw-chain/phases/workflow-plan/phases/02-context-gathering.md +0 -338
- package/.claude/skills/ccw-chain/phases/workflow-plan/phases/03-conflict-resolution.md +0 -422
- package/.claude/skills/ccw-chain/phases/workflow-plan/phases/04-task-generation.md +0 -440
- package/.claude/skills/ccw-chain/phases/workflow-plan/phases/05-plan-verify.md +0 -395
- package/.claude/skills/ccw-chain/phases/workflow-plan/phases/06-replan.md +0 -594
- package/.claude/skills/ccw-chain/phases/workflow-tdd-plan/SKILL.md +0 -527
- package/.claude/skills/ccw-chain/phases/workflow-tdd-plan/phases/01-session-discovery.md +0 -57
- package/.claude/skills/ccw-chain/phases/workflow-tdd-plan/phases/02-context-gathering.md +0 -407
- package/.claude/skills/ccw-chain/phases/workflow-tdd-plan/phases/03-test-coverage-analysis.md +0 -172
- package/.claude/skills/ccw-chain/phases/workflow-tdd-plan/phases/04-conflict-resolution.md +0 -426
- package/.claude/skills/ccw-chain/phases/workflow-tdd-plan/phases/05-tdd-task-generation.md +0 -473
- package/.claude/skills/ccw-chain/phases/workflow-tdd-plan/phases/06-tdd-structure-validation.md +0 -189
- package/.claude/skills/ccw-chain/phases/workflow-tdd-plan/phases/07-tdd-verify.md +0 -635
- package/.claude/skills/ccw-chain/phases/workflow-test-fix/SKILL.md +0 -482
- package/.claude/skills/ccw-chain/phases/workflow-test-fix/phases/01-session-start.md +0 -60
- package/.claude/skills/ccw-chain/phases/workflow-test-fix/phases/02-test-context-gather.md +0 -493
- package/.claude/skills/ccw-chain/phases/workflow-test-fix/phases/03-test-concept-enhanced.md +0 -150
- package/.claude/skills/ccw-chain/phases/workflow-test-fix/phases/04-test-task-generate.md +0 -346
- package/.claude/skills/ccw-chain/phases/workflow-test-fix/phases/05-test-cycle-execute.md +0 -538
- package/.claude/skills/ccw-chain/specs/intent-patterns.md +0 -60
- package/.claude/skills/team-edict.zip +0 -0
|
@@ -1,238 +1,238 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: team-roadmap-dev
|
|
3
|
-
description: Unified team skill for roadmap-driven development workflow. Coordinator discusses roadmap with user, then dispatches phased execution pipeline (plan -> execute -> verify). All roles invoke this skill with --role arg. Triggers on "team roadmap-dev".
|
|
4
|
-
allowed-tools: spawn_agent(*), wait_agent(*), send_message(*), assign_task(*), close_agent(*), list_agents(*), report_agent_job_result(*), request_user_input(*), Read(*), Write(*), Edit(*), Bash(*), Glob(*), Grep(*)
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
# Team Roadmap Dev
|
|
8
|
-
|
|
9
|
-
Roadmap-driven development with phased execution pipeline. Coordinator discusses roadmap with the user and manages phase transitions. Workers are spawned as team-worker agents.
|
|
10
|
-
|
|
11
|
-
## Architecture
|
|
12
|
-
|
|
13
|
-
```
|
|
14
|
-
Skill(skill="team-roadmap-dev", 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
|
-
+-- roadmap-discuss -> dispatch -> spawn workers -> STOP
|
|
26
|
-
|
|
|
27
|
-
+-------+-------+-------+
|
|
28
|
-
v v v
|
|
29
|
-
[planner] [executor] [verifier]
|
|
30
|
-
(team-worker agents)
|
|
31
|
-
|
|
32
|
-
Pipeline (per phase):
|
|
33
|
-
PLAN-N01 -> EXEC-N01 -> VERIFY-N01 (gap closure loop if needed)
|
|
34
|
-
|
|
35
|
-
Multi-phase:
|
|
36
|
-
Phase 1 -> Phase 2 -> ... -> Phase N -> Complete
|
|
37
|
-
```
|
|
38
|
-
|
|
39
|
-
## Role Registry
|
|
40
|
-
|
|
41
|
-
| Role | Path | Prefix | Inner Loop |
|
|
42
|
-
|------|------|--------|------------|
|
|
43
|
-
| coordinator | [roles/coordinator/role.md](roles/coordinator/role.md) | — | — |
|
|
44
|
-
| planner | [roles/planner/role.md](roles/planner/role.md) | PLAN-* | true |
|
|
45
|
-
| executor | [roles/executor/role.md](roles/executor/role.md) | EXEC-* | true |
|
|
46
|
-
| verifier | [roles/verifier/role.md](roles/verifier/role.md) | VERIFY-* | true |
|
|
47
|
-
|
|
48
|
-
## Role Router
|
|
49
|
-
|
|
50
|
-
Parse `$ARGUMENTS`:
|
|
51
|
-
- Has `--role <name>` → Read `roles/<name>/role.md`, execute Phase 2-4
|
|
52
|
-
- No `--role` → `roles/coordinator/role.md`, execute entry router
|
|
53
|
-
|
|
54
|
-
## Delegation Lock
|
|
55
|
-
|
|
56
|
-
**Coordinator is a PURE ORCHESTRATOR. It coordinates, it does NOT do.**
|
|
57
|
-
|
|
58
|
-
Before calling ANY tool, apply this check:
|
|
59
|
-
|
|
60
|
-
| Tool Call | Verdict | Reason |
|
|
61
|
-
|-----------|---------|--------|
|
|
62
|
-
| `spawn_agent`, `wait_agent`, `close_agent`, `send_message`, `assign_task` | ALLOWED | Orchestration |
|
|
63
|
-
| `list_agents` | ALLOWED | Agent health check |
|
|
64
|
-
| `request_user_input` | ALLOWED | User interaction |
|
|
65
|
-
| `mcp__ccw-tools__team_msg` | ALLOWED | Message bus |
|
|
66
|
-
| `Read/Write` on `.workflow/.team/` files | ALLOWED | Session state |
|
|
67
|
-
| `Read` on `roles/`, `commands/`, `specs/` | ALLOWED | Loading own instructions |
|
|
68
|
-
| `Read/Grep/Glob` on project source code | BLOCKED | Delegate to worker |
|
|
69
|
-
| `Edit` on any file outside `.workflow/` | BLOCKED | Delegate to worker |
|
|
70
|
-
| `Bash("ccw cli ...")` | BLOCKED | Only workers call CLI |
|
|
71
|
-
| `Bash` running build/test/lint commands | BLOCKED | Delegate to worker |
|
|
72
|
-
|
|
73
|
-
**If a tool call is BLOCKED**: STOP. Create a task, spawn a worker.
|
|
74
|
-
|
|
75
|
-
**No exceptions for "simple" tasks.** Even a single-file read-and-report MUST go through spawn_agent.
|
|
76
|
-
|
|
77
|
-
---
|
|
78
|
-
|
|
79
|
-
## Shared Constants
|
|
80
|
-
|
|
81
|
-
- **Session prefix**: `RD`
|
|
82
|
-
- **Session path**: `.workflow/.team/RD-<slug>-<date>/`
|
|
83
|
-
- **Team name**: `roadmap-dev`
|
|
84
|
-
- **CLI tools**: `ccw cli --mode analysis` (read-only), `ccw cli --mode write` (modifications)
|
|
85
|
-
- **Message bus**: `mcp__ccw-tools__team_msg(session_id=<session-id>, ...)`
|
|
86
|
-
|
|
87
|
-
## Worker Spawn Template
|
|
88
|
-
|
|
89
|
-
Coordinator spawns workers using this template:
|
|
90
|
-
|
|
91
|
-
```
|
|
92
|
-
spawn_agent({
|
|
93
|
-
agent_type: "team_worker",
|
|
94
|
-
task_name: "<task-id>",
|
|
95
|
-
fork_context: false,
|
|
96
|
-
items: [
|
|
97
|
-
{ type: "text", text: `## Role Assignment
|
|
98
|
-
role: <role>
|
|
99
|
-
role_spec: <skill_root>/roles/<role>/role.md
|
|
100
|
-
session: <session-folder>
|
|
101
|
-
session_id: <session-id>
|
|
102
|
-
requirement: <task-description>
|
|
103
|
-
inner_loop: true
|
|
104
|
-
|
|
105
|
-
Read role_spec file (<skill_root>/roles/<role>/role.md) to load Phase 2-4 domain instructions.` },
|
|
106
|
-
|
|
107
|
-
{ type: "text", text: `## Task Context
|
|
108
|
-
task_id: <task-id>
|
|
109
|
-
title: <task-title>
|
|
110
|
-
description: <task-description>
|
|
111
|
-
pipeline_phase: <pipeline-phase>` },
|
|
112
|
-
|
|
113
|
-
{ type: "text", text: `## Upstream Context
|
|
114
|
-
<prev_context>` }
|
|
115
|
-
]
|
|
116
|
-
})
|
|
117
|
-
```
|
|
118
|
-
|
|
119
|
-
After spawning, use `wait_agent({ targets: [...], timeout_ms: 900000 })` to collect results, then `close_agent({ target })` each worker.
|
|
120
|
-
|
|
121
|
-
**All worker roles** (planner, executor, verifier): Set `inner_loop: true`.
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
### Model Selection Guide
|
|
125
|
-
|
|
126
|
-
Roadmap development is context-heavy with multi-phase execution. All roles use inner_loop and need high reasoning for complex planning/execution.
|
|
127
|
-
|
|
128
|
-
| Role | reasoning_effort | Rationale |
|
|
129
|
-
|------|-------------------|-----------|
|
|
130
|
-
| planner | high | Phase planning requires understanding full roadmap context |
|
|
131
|
-
| executor | high | Implementation must align with phase plan precisely |
|
|
132
|
-
| verifier | high | Gap detection requires thorough verification against plan |
|
|
133
|
-
|
|
134
|
-
All roles are inner_loop=true, enabling coordinator to send additional context via `assign_task` as phases progress.
|
|
135
|
-
|
|
136
|
-
## User Commands
|
|
137
|
-
|
|
138
|
-
| Command | Action |
|
|
139
|
-
|---------|--------|
|
|
140
|
-
| `check` / `status` | Output execution status graph (phase-grouped), no advancement |
|
|
141
|
-
| `resume` / `continue` | Check worker states, advance next step |
|
|
142
|
-
|
|
143
|
-
## Session Directory
|
|
144
|
-
|
|
145
|
-
```
|
|
146
|
-
.workflow/.team/RD-<slug>-<date>/
|
|
147
|
-
+-- roadmap.md # Phase plan with requirements and success criteria
|
|
148
|
-
+-- state.md # Living memory (<100 lines)
|
|
149
|
-
+-- config.json # Session settings (mode, depth, gates)
|
|
150
|
-
+-- wisdom/ # Cross-task knowledge accumulation
|
|
151
|
-
| +-- learnings.md
|
|
152
|
-
| +-- decisions.md
|
|
153
|
-
| +-- conventions.md
|
|
154
|
-
| +-- issues.md
|
|
155
|
-
+-- phase-1/ # Per-phase artifacts
|
|
156
|
-
| +-- context.md
|
|
157
|
-
| +-- IMPL_PLAN.md
|
|
158
|
-
| +-- TODO_LIST.md
|
|
159
|
-
| +-- .task/IMPL-*.json
|
|
160
|
-
| +-- summary-*.md
|
|
161
|
-
| +-- verification.md
|
|
162
|
-
+-- phase-N/
|
|
163
|
-
| +-- ...
|
|
164
|
-
+-- .msg/
|
|
165
|
-
+-- messages.jsonl # Team message bus log
|
|
166
|
-
+-- meta.json # Session metadata + shared state
|
|
167
|
-
```
|
|
168
|
-
|
|
169
|
-
## v4 Agent Coordination
|
|
170
|
-
|
|
171
|
-
### Message Semantics
|
|
172
|
-
|
|
173
|
-
| Intent | API | Example |
|
|
174
|
-
|--------|-----|---------|
|
|
175
|
-
| Queue supplementary info (don't interrupt) | `send_message` | Send phase context to running executor |
|
|
176
|
-
| Assign phase work / gap closure | `assign_task` | Assign gap closure iteration to executor after verify |
|
|
177
|
-
| Check running agents | `list_agents` | Verify agent health during resume |
|
|
178
|
-
|
|
179
|
-
### Agent Health Check
|
|
180
|
-
|
|
181
|
-
Use `list_agents({})` in handleResume and handleComplete:
|
|
182
|
-
|
|
183
|
-
```
|
|
184
|
-
// Reconcile session state with actual running agents
|
|
185
|
-
const running = list_agents({})
|
|
186
|
-
// Compare with state.md and config.json active tasks
|
|
187
|
-
// Reset orphaned tasks (in_progress but agent gone) to pending
|
|
188
|
-
```
|
|
189
|
-
|
|
190
|
-
### Named Agent Targeting
|
|
191
|
-
|
|
192
|
-
Workers are spawned with `task_name: "<task-id>"` enabling direct addressing:
|
|
193
|
-
- `send_message({ target: "EXEC-N01", items: [...] })` -- send supplementary context to executor
|
|
194
|
-
- `assign_task({ target: "PLAN-N01", items: [...] })` -- assign next phase planning
|
|
195
|
-
- `close_agent({ target: "VERIFY-N01" })` -- cleanup after verification
|
|
196
|
-
|
|
197
|
-
### Multi-Phase Context Accumulation
|
|
198
|
-
|
|
199
|
-
Each phase builds on previous phase results. Coordinator accumulates context across phases:
|
|
200
|
-
- Phase N planner receives: roadmap.md + state.md + all previous phase summaries
|
|
201
|
-
- Phase N executor receives: phase plan + previous phase implementation context
|
|
202
|
-
- Phase N verifier receives: phase plan + executor results + success criteria from roadmap
|
|
203
|
-
- On gap closure: verifier findings are sent back to executor via `assign_task` (max 3 iterations)
|
|
204
|
-
|
|
205
|
-
## Completion Action
|
|
206
|
-
|
|
207
|
-
When the pipeline completes:
|
|
208
|
-
|
|
209
|
-
```
|
|
210
|
-
request_user_input({
|
|
211
|
-
questions: [{
|
|
212
|
-
question: "Roadmap Dev pipeline complete. What would you like to do?",
|
|
213
|
-
header: "Completion",
|
|
214
|
-
multiSelect: false,
|
|
215
|
-
options: [
|
|
216
|
-
{ label: "Archive & Clean (Recommended)", description: "Archive session, clean up tasks and team resources" },
|
|
217
|
-
{ label: "Keep Active", description: "Keep session active for follow-up work or inspection" },
|
|
218
|
-
{ label: "Export Results", description: "Export deliverables to a specified location, then clean" }
|
|
219
|
-
]
|
|
220
|
-
}]
|
|
221
|
-
})
|
|
222
|
-
```
|
|
223
|
-
|
|
224
|
-
## Specs Reference
|
|
225
|
-
|
|
226
|
-
- [specs/pipelines.md](specs/pipelines.md) — Pipeline definitions and task registry
|
|
227
|
-
|
|
228
|
-
## Error Handling
|
|
229
|
-
|
|
230
|
-
| Scenario | Resolution |
|
|
231
|
-
|----------|------------|
|
|
232
|
-
| Unknown --role value | Error with role registry list |
|
|
233
|
-
| Role file not found | Error with expected path (roles/{name}/role.md) |
|
|
234
|
-
| project-tech.json missing | Coordinator invokes /workflow:spec:setup |
|
|
235
|
-
| Phase verification fails with gaps | Coordinator triggers gap closure loop (max 3 iterations) |
|
|
236
|
-
| Max gap closure iterations (3) | Report to user, ask for guidance |
|
|
237
|
-
| Worker crash | Respawn worker, reassign task |
|
|
238
|
-
| Session corruption | Attempt recovery, fallback to manual reconciliation |
|
|
1
|
+
---
|
|
2
|
+
name: team-roadmap-dev
|
|
3
|
+
description: Unified team skill for roadmap-driven development workflow. Coordinator discusses roadmap with user, then dispatches phased execution pipeline (plan -> execute -> verify). All roles invoke this skill with --role arg. Triggers on "team roadmap-dev".
|
|
4
|
+
allowed-tools: spawn_agent(*), wait_agent(*), send_message(*), assign_task(*), close_agent(*), list_agents(*), report_agent_job_result(*), request_user_input(*), Read(*), Write(*), Edit(*), Bash(*), Glob(*), Grep(*)
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Team Roadmap Dev
|
|
8
|
+
|
|
9
|
+
Roadmap-driven development with phased execution pipeline. Coordinator discusses roadmap with the user and manages phase transitions. Workers are spawned as team-worker agents.
|
|
10
|
+
|
|
11
|
+
## Architecture
|
|
12
|
+
|
|
13
|
+
```
|
|
14
|
+
Skill(skill="team-roadmap-dev", 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
|
+
+-- roadmap-discuss -> dispatch -> spawn workers -> STOP
|
|
26
|
+
|
|
|
27
|
+
+-------+-------+-------+
|
|
28
|
+
v v v
|
|
29
|
+
[planner] [executor] [verifier]
|
|
30
|
+
(team-worker agents)
|
|
31
|
+
|
|
32
|
+
Pipeline (per phase):
|
|
33
|
+
PLAN-N01 -> EXEC-N01 -> VERIFY-N01 (gap closure loop if needed)
|
|
34
|
+
|
|
35
|
+
Multi-phase:
|
|
36
|
+
Phase 1 -> Phase 2 -> ... -> Phase N -> Complete
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
## Role Registry
|
|
40
|
+
|
|
41
|
+
| Role | Path | Prefix | Inner Loop |
|
|
42
|
+
|------|------|--------|------------|
|
|
43
|
+
| coordinator | [roles/coordinator/role.md](roles/coordinator/role.md) | — | — |
|
|
44
|
+
| planner | [roles/planner/role.md](roles/planner/role.md) | PLAN-* | true |
|
|
45
|
+
| executor | [roles/executor/role.md](roles/executor/role.md) | EXEC-* | true |
|
|
46
|
+
| verifier | [roles/verifier/role.md](roles/verifier/role.md) | VERIFY-* | true |
|
|
47
|
+
|
|
48
|
+
## Role Router
|
|
49
|
+
|
|
50
|
+
Parse `$ARGUMENTS`:
|
|
51
|
+
- Has `--role <name>` → Read `roles/<name>/role.md`, execute Phase 2-4
|
|
52
|
+
- No `--role` → `roles/coordinator/role.md`, execute entry router
|
|
53
|
+
|
|
54
|
+
## Delegation Lock
|
|
55
|
+
|
|
56
|
+
**Coordinator is a PURE ORCHESTRATOR. It coordinates, it does NOT do.**
|
|
57
|
+
|
|
58
|
+
Before calling ANY tool, apply this check:
|
|
59
|
+
|
|
60
|
+
| Tool Call | Verdict | Reason |
|
|
61
|
+
|-----------|---------|--------|
|
|
62
|
+
| `spawn_agent`, `wait_agent`, `close_agent`, `send_message`, `assign_task` | ALLOWED | Orchestration |
|
|
63
|
+
| `list_agents` | ALLOWED | Agent health check |
|
|
64
|
+
| `request_user_input` | ALLOWED | User interaction |
|
|
65
|
+
| `mcp__ccw-tools__team_msg` | ALLOWED | Message bus |
|
|
66
|
+
| `Read/Write` on `.workflow/.team/` files | ALLOWED | Session state |
|
|
67
|
+
| `Read` on `roles/`, `commands/`, `specs/` | ALLOWED | Loading own instructions |
|
|
68
|
+
| `Read/Grep/Glob` on project source code | BLOCKED | Delegate to worker |
|
|
69
|
+
| `Edit` on any file outside `.workflow/` | BLOCKED | Delegate to worker |
|
|
70
|
+
| `Bash("ccw cli ...")` | BLOCKED | Only workers call CLI |
|
|
71
|
+
| `Bash` running build/test/lint commands | BLOCKED | Delegate to worker |
|
|
72
|
+
|
|
73
|
+
**If a tool call is BLOCKED**: STOP. Create a task, spawn a worker.
|
|
74
|
+
|
|
75
|
+
**No exceptions for "simple" tasks.** Even a single-file read-and-report MUST go through spawn_agent.
|
|
76
|
+
|
|
77
|
+
---
|
|
78
|
+
|
|
79
|
+
## Shared Constants
|
|
80
|
+
|
|
81
|
+
- **Session prefix**: `RD`
|
|
82
|
+
- **Session path**: `.workflow/.team/RD-<slug>-<date>/`
|
|
83
|
+
- **Team name**: `roadmap-dev`
|
|
84
|
+
- **CLI tools**: `ccw cli --mode analysis` (read-only), `ccw cli --mode write` (modifications)
|
|
85
|
+
- **Message bus**: `mcp__ccw-tools__team_msg(session_id=<session-id>, ...)`
|
|
86
|
+
|
|
87
|
+
## Worker Spawn Template
|
|
88
|
+
|
|
89
|
+
Coordinator spawns workers using this template:
|
|
90
|
+
|
|
91
|
+
```
|
|
92
|
+
spawn_agent({
|
|
93
|
+
agent_type: "team_worker",
|
|
94
|
+
task_name: "<task-id>",
|
|
95
|
+
fork_context: false,
|
|
96
|
+
items: [
|
|
97
|
+
{ type: "text", text: `## Role Assignment
|
|
98
|
+
role: <role>
|
|
99
|
+
role_spec: <skill_root>/roles/<role>/role.md
|
|
100
|
+
session: <session-folder>
|
|
101
|
+
session_id: <session-id>
|
|
102
|
+
requirement: <task-description>
|
|
103
|
+
inner_loop: true
|
|
104
|
+
|
|
105
|
+
Read role_spec file (<skill_root>/roles/<role>/role.md) to load Phase 2-4 domain instructions.` },
|
|
106
|
+
|
|
107
|
+
{ type: "text", text: `## Task Context
|
|
108
|
+
task_id: <task-id>
|
|
109
|
+
title: <task-title>
|
|
110
|
+
description: <task-description>
|
|
111
|
+
pipeline_phase: <pipeline-phase>` },
|
|
112
|
+
|
|
113
|
+
{ type: "text", text: `## Upstream Context
|
|
114
|
+
<prev_context>` }
|
|
115
|
+
]
|
|
116
|
+
})
|
|
117
|
+
```
|
|
118
|
+
|
|
119
|
+
After spawning, use `wait_agent({ targets: [...], timeout_ms: 900000 })` to collect results, then `close_agent({ target })` each worker.
|
|
120
|
+
|
|
121
|
+
**All worker roles** (planner, executor, verifier): Set `inner_loop: true`.
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
### Model Selection Guide
|
|
125
|
+
|
|
126
|
+
Roadmap development is context-heavy with multi-phase execution. All roles use inner_loop and need high reasoning for complex planning/execution.
|
|
127
|
+
|
|
128
|
+
| Role | reasoning_effort | Rationale |
|
|
129
|
+
|------|-------------------|-----------|
|
|
130
|
+
| planner | high | Phase planning requires understanding full roadmap context |
|
|
131
|
+
| executor | high | Implementation must align with phase plan precisely |
|
|
132
|
+
| verifier | high | Gap detection requires thorough verification against plan |
|
|
133
|
+
|
|
134
|
+
All roles are inner_loop=true, enabling coordinator to send additional context via `assign_task` as phases progress.
|
|
135
|
+
|
|
136
|
+
## User Commands
|
|
137
|
+
|
|
138
|
+
| Command | Action |
|
|
139
|
+
|---------|--------|
|
|
140
|
+
| `check` / `status` | Output execution status graph (phase-grouped), no advancement |
|
|
141
|
+
| `resume` / `continue` | Check worker states, advance next step |
|
|
142
|
+
|
|
143
|
+
## Session Directory
|
|
144
|
+
|
|
145
|
+
```
|
|
146
|
+
.workflow/.team/RD-<slug>-<date>/
|
|
147
|
+
+-- roadmap.md # Phase plan with requirements and success criteria
|
|
148
|
+
+-- state.md # Living memory (<100 lines)
|
|
149
|
+
+-- config.json # Session settings (mode, depth, gates)
|
|
150
|
+
+-- wisdom/ # Cross-task knowledge accumulation
|
|
151
|
+
| +-- learnings.md
|
|
152
|
+
| +-- decisions.md
|
|
153
|
+
| +-- conventions.md
|
|
154
|
+
| +-- issues.md
|
|
155
|
+
+-- phase-1/ # Per-phase artifacts
|
|
156
|
+
| +-- context.md
|
|
157
|
+
| +-- IMPL_PLAN.md
|
|
158
|
+
| +-- TODO_LIST.md
|
|
159
|
+
| +-- .task/IMPL-*.json
|
|
160
|
+
| +-- summary-*.md
|
|
161
|
+
| +-- verification.md
|
|
162
|
+
+-- phase-N/
|
|
163
|
+
| +-- ...
|
|
164
|
+
+-- .msg/
|
|
165
|
+
+-- messages.jsonl # Team message bus log
|
|
166
|
+
+-- meta.json # Session metadata + shared state
|
|
167
|
+
```
|
|
168
|
+
|
|
169
|
+
## v4 Agent Coordination
|
|
170
|
+
|
|
171
|
+
### Message Semantics
|
|
172
|
+
|
|
173
|
+
| Intent | API | Example |
|
|
174
|
+
|--------|-----|---------|
|
|
175
|
+
| Queue supplementary info (don't interrupt) | `send_message` | Send phase context to running executor |
|
|
176
|
+
| Assign phase work / gap closure | `assign_task` | Assign gap closure iteration to executor after verify |
|
|
177
|
+
| Check running agents | `list_agents` | Verify agent health during resume |
|
|
178
|
+
|
|
179
|
+
### Agent Health Check
|
|
180
|
+
|
|
181
|
+
Use `list_agents({})` in handleResume and handleComplete:
|
|
182
|
+
|
|
183
|
+
```
|
|
184
|
+
// Reconcile session state with actual running agents
|
|
185
|
+
const running = list_agents({})
|
|
186
|
+
// Compare with state.md and config.json active tasks
|
|
187
|
+
// Reset orphaned tasks (in_progress but agent gone) to pending
|
|
188
|
+
```
|
|
189
|
+
|
|
190
|
+
### Named Agent Targeting
|
|
191
|
+
|
|
192
|
+
Workers are spawned with `task_name: "<task-id>"` enabling direct addressing:
|
|
193
|
+
- `send_message({ target: "EXEC-N01", items: [...] })` -- send supplementary context to executor
|
|
194
|
+
- `assign_task({ target: "PLAN-N01", items: [...] })` -- assign next phase planning
|
|
195
|
+
- `close_agent({ target: "VERIFY-N01" })` -- cleanup after verification
|
|
196
|
+
|
|
197
|
+
### Multi-Phase Context Accumulation
|
|
198
|
+
|
|
199
|
+
Each phase builds on previous phase results. Coordinator accumulates context across phases:
|
|
200
|
+
- Phase N planner receives: roadmap.md + state.md + all previous phase summaries
|
|
201
|
+
- Phase N executor receives: phase plan + previous phase implementation context
|
|
202
|
+
- Phase N verifier receives: phase plan + executor results + success criteria from roadmap
|
|
203
|
+
- On gap closure: verifier findings are sent back to executor via `assign_task` (max 3 iterations)
|
|
204
|
+
|
|
205
|
+
## Completion Action
|
|
206
|
+
|
|
207
|
+
When the pipeline completes:
|
|
208
|
+
|
|
209
|
+
```
|
|
210
|
+
functions.request_user_input({
|
|
211
|
+
questions: [{
|
|
212
|
+
question: "Roadmap Dev pipeline complete. What would you like to do?",
|
|
213
|
+
header: "Completion",
|
|
214
|
+
multiSelect: false,
|
|
215
|
+
options: [
|
|
216
|
+
{ label: "Archive & Clean (Recommended)", description: "Archive session, clean up tasks and team resources" },
|
|
217
|
+
{ label: "Keep Active", description: "Keep session active for follow-up work or inspection" },
|
|
218
|
+
{ label: "Export Results", description: "Export deliverables to a specified location, then clean" }
|
|
219
|
+
]
|
|
220
|
+
}]
|
|
221
|
+
})
|
|
222
|
+
```
|
|
223
|
+
|
|
224
|
+
## Specs Reference
|
|
225
|
+
|
|
226
|
+
- [specs/pipelines.md](specs/pipelines.md) — Pipeline definitions and task registry
|
|
227
|
+
|
|
228
|
+
## Error Handling
|
|
229
|
+
|
|
230
|
+
| Scenario | Resolution |
|
|
231
|
+
|----------|------------|
|
|
232
|
+
| Unknown --role value | Error with role registry list |
|
|
233
|
+
| Role file not found | Error with expected path (roles/{name}/role.md) |
|
|
234
|
+
| project-tech.json missing | Coordinator invokes /workflow:spec:setup |
|
|
235
|
+
| Phase verification fails with gaps | Coordinator triggers gap closure loop (max 3 iterations) |
|
|
236
|
+
| Max gap closure iterations (3) | Report to user, ask for guidance |
|
|
237
|
+
| Worker crash | Respawn worker, reassign task |
|
|
238
|
+
| Session corruption | Attempt recovery, fallback to manual reconciliation |
|
|
@@ -56,7 +56,7 @@ ${projectGuidelines ? `- Guidelines: ${projectGuidelines.conventions?.length ||
|
|
|
56
56
|
```javascript
|
|
57
57
|
// Skip if taskDescription is already detailed enough, or autoYes
|
|
58
58
|
if (!autoYes && !taskDescription) {
|
|
59
|
-
request_user_input({
|
|
59
|
+
functions.request_user_input({
|
|
60
60
|
prompt: "What is the project goal and scope for this session?"
|
|
61
61
|
})
|
|
62
62
|
}
|
|
@@ -68,7 +68,7 @@ const projectGoal = taskDescription || userResponse
|
|
|
68
68
|
|
|
69
69
|
```javascript
|
|
70
70
|
if (!autoYes) {
|
|
71
|
-
request_user_input({
|
|
71
|
+
functions.request_user_input({
|
|
72
72
|
prompt: "How should phase transitions be handled?\n\nOptions:\n1. interactive - Ask for confirmation at each phase transition\n2. yolo - Auto-execute all phases without stopping\n3. custom - Choose which gates require confirmation"
|
|
73
73
|
})
|
|
74
74
|
} else {
|
|
@@ -77,7 +77,7 @@ if (!autoYes) {
|
|
|
77
77
|
|
|
78
78
|
// If "custom" selected, follow up with gate selection:
|
|
79
79
|
if (mode === "custom") {
|
|
80
|
-
request_user_input({
|
|
80
|
+
functions.request_user_input({
|
|
81
81
|
prompt: "Which gates should require confirmation? (select multiple)\n\n1. plan_check - Review plan before execution\n2. verifier - Review verification results before next phase\n3. gap_closure - Confirm gap closure before re-execution"
|
|
82
82
|
})
|
|
83
83
|
}
|
|
@@ -87,7 +87,7 @@ if (mode === "custom") {
|
|
|
87
87
|
|
|
88
88
|
```javascript
|
|
89
89
|
if (!autoYes) {
|
|
90
|
-
request_user_input({
|
|
90
|
+
functions.request_user_input({
|
|
91
91
|
prompt: "How thorough should the analysis be?\n\nOptions:\n1. quick - Fast scan, minimal context gathering (small tasks)\n2. standard - Balanced analysis with key context (default)\n3. comprehensive - Deep analysis, full codebase exploration (large refactors)"
|
|
92
92
|
})
|
|
93
93
|
} else {
|
|
@@ -124,7 +124,7 @@ CONSTRAINTS: Max 5 phases | Each phase independently verifiable | No implementat
|
|
|
124
124
|
// Display the generated roadmap to user
|
|
125
125
|
// Output the roadmap content directly, then ask for adjustments
|
|
126
126
|
|
|
127
|
-
request_user_input({
|
|
127
|
+
functions.request_user_input({
|
|
128
128
|
prompt: "Review the roadmap above. Any adjustments needed?\n\nOptions:\n1. Looks good, proceed - Accept roadmap as-is\n2. Adjust phases - I want to modify the phase breakdown\n3. Add requirements - I want to add missing requirements\n4. Change scope - Narrow or expand the scope"
|
|
129
129
|
})
|
|
130
130
|
|