claude-code-workflow 7.2.14 → 7.2.15
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/analyze-with-file.md +7 -0
- package/.codex/skills/analyze-with-file/SKILL.md +1181 -1182
- package/.codex/skills/brainstorm/SKILL.md +723 -725
- package/.codex/skills/brainstorm-with-file/SKILL.md +10 -5
- package/.codex/skills/clean/SKILL.md +33 -26
- package/.codex/skills/collaborative-plan-with-file/SKILL.md +830 -831
- package/.codex/skills/csv-wave-pipeline/SKILL.md +906 -906
- package/.codex/skills/issue-discover/SKILL.md +57 -50
- package/.codex/skills/issue-discover/phases/01-issue-new.md +18 -11
- package/.codex/skills/issue-discover/phases/02-discover.md +31 -26
- package/.codex/skills/issue-discover/phases/03-discover-by-prompt.md +13 -11
- package/.codex/skills/issue-discover/phases/04-quick-execute.md +32 -27
- package/.codex/skills/parallel-dev-cycle/SKILL.md +402 -402
- package/.codex/skills/project-documentation-workflow/SKILL.md +13 -3
- package/.codex/skills/roadmap-with-file/SKILL.md +901 -897
- package/.codex/skills/session-sync/SKILL.md +222 -212
- package/.codex/skills/spec-add/SKILL.md +620 -613
- package/.codex/skills/spec-generator/SKILL.md +2 -2
- package/.codex/skills/spec-generator/phases/01-5-requirement-clarification.md +10 -10
- package/.codex/skills/spec-generator/phases/01-discovery.md +11 -18
- package/.codex/skills/spec-generator/phases/02-product-brief.md +5 -5
- package/.codex/skills/spec-generator/phases/03-requirements.md +7 -7
- package/.codex/skills/spec-generator/phases/04-architecture.md +4 -4
- package/.codex/skills/spec-generator/phases/05-epics-stories.md +5 -6
- package/.codex/skills/spec-generator/phases/06-readiness-check.md +10 -17
- package/.codex/skills/spec-generator/phases/07-issue-export.md +326 -329
- package/.codex/skills/spec-setup/SKILL.md +669 -657
- package/.codex/skills/team-arch-opt/SKILL.md +50 -50
- package/.codex/skills/team-arch-opt/agents/completion-handler.md +3 -3
- package/.codex/skills/team-brainstorm/SKILL.md +724 -725
- package/.codex/skills/team-coordinate/SKILL.md +51 -51
- package/.codex/skills/team-coordinate/agents/completion-handler.md +3 -3
- package/.codex/skills/team-coordinate/agents/plan-reviewer.md +4 -4
- package/.codex/skills/team-designer/SKILL.md +691 -691
- package/.codex/skills/team-designer/agents/requirement-clarifier.md +11 -12
- package/.codex/skills/team-executor/SKILL.md +45 -45
- package/.codex/skills/team-frontend/SKILL.md +45 -45
- package/.codex/skills/team-frontend/agents/completion-handler.md +3 -3
- package/.codex/skills/team-frontend/agents/qa-gate-reviewer.md +4 -4
- package/.codex/skills/team-frontend-debug/SKILL.md +50 -50
- package/.codex/skills/team-frontend-debug/agents/completion-handler.md +3 -3
- package/.codex/skills/team-frontend-debug/agents/conditional-skip-gate.md +4 -4
- package/.codex/skills/team-issue/SKILL.md +751 -740
- package/.codex/skills/team-iterdev/SKILL.md +825 -826
- package/.codex/skills/team-lifecycle-v4/SKILL.md +775 -775
- package/.codex/skills/team-lifecycle-v4/agents/quality-gate.md +165 -165
- package/.codex/skills/team-lifecycle-v4/agents/requirement-clarifier.md +163 -163
- package/.codex/skills/team-perf-opt/SKILL.md +50 -50
- package/.codex/skills/team-perf-opt/agents/completion-handler.md +3 -3
- package/.codex/skills/team-planex-v2/SKILL.md +652 -637
- package/.codex/skills/team-quality-assurance/SKILL.md +51 -52
- package/.codex/skills/team-review/SKILL.md +40 -40
- package/.codex/skills/team-roadmap-dev/SKILL.md +51 -51
- package/.codex/skills/team-roadmap-dev/agents/roadmap-discusser.md +8 -8
- package/.codex/skills/team-tech-debt/SKILL.md +50 -50
- package/.codex/skills/team-tech-debt/agents/plan-approver.md +5 -5
- package/.codex/skills/team-testing/SKILL.md +51 -52
- package/.codex/skills/team-uidesign/SKILL.md +40 -40
- package/.codex/skills/team-uidesign/agents/completion-handler.md +177 -177
- package/.codex/skills/team-ultra-analyze/SKILL.md +786 -787
- package/.codex/skills/team-ultra-analyze/agents/discussion-feedback.md +8 -8
- package/.codex/skills/team-ux-improve/SKILL.md +51 -52
- package/.codex/skills/team-ux-improve/agents/ux-designer.md +2 -2
- package/.codex/skills/team-ux-improve/agents/ux-explorer.md +1 -1
- package/.codex/skills/unified-execute-with-file/SKILL.md +797 -796
- package/.codex/skills/workflow-execute/SKILL.md +1117 -1118
- package/.codex/skills/workflow-lite-planex/SKILL.md +1144 -1141
- package/.codex/skills/workflow-plan/SKILL.md +631 -636
- package/.codex/skills/workflow-tdd-plan/SKILL.md +753 -759
- package/.codex/skills/workflow-test-fix-cycle/SKILL.md +402 -392
- package/README.md +25 -0
- package/ccw/dist/commands/install.d.ts.map +1 -1
- package/ccw/dist/commands/install.js +12 -0
- package/ccw/dist/commands/install.js.map +1 -1
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: team-coordinate
|
|
3
3
|
description: Universal team coordination skill with dynamic role generation. Analyzes task, generates worker roles at runtime, decomposes into CSV tasks with dependency waves, dispatches parallel CSV agents per wave. Coordinator is orchestrator; all workers are CSV or interactive agents with dynamically generated instructions.
|
|
4
4
|
argument-hint: "[-y|--yes] [-c|--concurrency N] [--continue] \"task description\""
|
|
5
|
-
allowed-tools: spawn_agents_on_csv, spawn_agent, wait, send_input, close_agent, Read, Write, Edit, Bash, Glob, Grep,
|
|
5
|
+
allowed-tools: spawn_agents_on_csv, spawn_agent, wait, send_input, close_agent, Read, Write, Edit, Bash, Glob, Grep, request_user_input
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
## Auto Mode
|
|
@@ -43,7 +43,7 @@ Universal team coordination: analyze task -> detect capabilities -> generate dyn
|
|
|
43
43
|
| |
|
|
44
44
|
| Phase 0: Pre-Wave Interactive (Requirement Clarification) |
|
|
45
45
|
| +- Parse user task description |
|
|
46
|
-
| +- Clarify ambiguous requirements (
|
|
46
|
+
| +- Clarify ambiguous requirements (request_user_input) |
|
|
47
47
|
| +- Output: refined requirements for decomposition |
|
|
48
48
|
| |
|
|
49
49
|
| Phase 1: Requirement -> CSV + Classification |
|
|
@@ -245,13 +245,13 @@ Write(`${sessionFolder}/wisdom/decisions.md`, '# Decisions\n')
|
|
|
245
245
|
|
|
246
246
|
3. **Clarify if ambiguous** (skip if AUTO_YES):
|
|
247
247
|
```javascript
|
|
248
|
-
|
|
248
|
+
request_user_input({
|
|
249
249
|
questions: [{
|
|
250
|
-
question: "Please confirm the task scope and deliverables
|
|
251
|
-
header: "
|
|
252
|
-
|
|
250
|
+
question: "Please confirm the task scope and deliverables.",
|
|
251
|
+
header: "Scope",
|
|
252
|
+
id: "task_scope",
|
|
253
253
|
options: [
|
|
254
|
-
{ label: "Proceed
|
|
254
|
+
{ label: "Proceed (Recommended)", description: "Task is clear enough" },
|
|
255
255
|
{ label: "Narrow scope", description: "Specify files/modules/areas" },
|
|
256
256
|
{ label: "Add constraints", description: "Timeline, tech stack, style" }
|
|
257
257
|
]
|
|
@@ -482,13 +482,13 @@ Session: ${sessionFolder}
|
|
|
482
482
|
|
|
483
483
|
// 2. Completion action
|
|
484
484
|
if (!AUTO_YES) {
|
|
485
|
-
const choice =
|
|
485
|
+
const choice = request_user_input({
|
|
486
486
|
questions: [{
|
|
487
|
-
question: "Team pipeline complete.
|
|
488
|
-
header: "
|
|
489
|
-
|
|
487
|
+
question: "Team pipeline complete. Choose next action.",
|
|
488
|
+
header: "Done",
|
|
489
|
+
id: "completion",
|
|
490
490
|
options: [
|
|
491
|
-
{ label: "Archive
|
|
491
|
+
{ label: "Archive (Recommended)", description: "Archive session, output final summary" },
|
|
492
492
|
{ label: "Keep Active", description: "Keep session for follow-up work" },
|
|
493
493
|
{ label: "Retry Failed", description: "Re-run failed tasks" }
|
|
494
494
|
]
|
|
@@ -609,7 +609,7 @@ See `instructions/agent-instruction.md` for the base instruction template that i
|
|
|
609
609
|
| discoveries.ndjson corrupt | Ignore malformed lines, continue with valid entries |
|
|
610
610
|
| No capabilities detected | Default to single `general` role with TASK prefix |
|
|
611
611
|
| All capabilities merge to one | Valid: single-role execution, reduced overhead |
|
|
612
|
-
| Task description too vague |
|
|
612
|
+
| Task description too vague | request_user_input for clarification in Phase 0 |
|
|
613
613
|
| Continue mode: no session found | List available sessions, prompt user to select |
|
|
614
614
|
| Role instruction generation fails | Fall back to generic instruction template |
|
|
615
615
|
|
|
@@ -627,41 +627,41 @@ See `instructions/agent-instruction.md` for the base instruction template that i
|
|
|
627
627
|
8. **Dynamic Roles**: All worker roles are generated at runtime from task analysis -- no static role registry
|
|
628
628
|
9. **Cleanup Temp Files**: Remove wave-{N}.csv after results are merged
|
|
629
629
|
10. **DO NOT STOP**: Continuous execution until all waves complete or all remaining tasks are skipped
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
---
|
|
633
|
-
|
|
634
|
-
## Coordinator Role Constraints (Main Agent)
|
|
635
|
-
|
|
636
|
-
**CRITICAL**: The coordinator (main agent executing this skill) is responsible for **orchestration only**, NOT implementation.
|
|
637
|
-
|
|
638
|
-
15. **Coordinator Does NOT Execute Code**: The main agent MUST NOT write, modify, or implement any code directly. All implementation work is delegated to spawned team agents. The coordinator only:
|
|
639
|
-
- Spawns agents with task assignments
|
|
640
|
-
- Waits for agent callbacks
|
|
641
|
-
- Merges results and coordinates workflow
|
|
642
|
-
- Manages workflow transitions between phases
|
|
643
|
-
|
|
644
|
-
16. **Patient Waiting is Mandatory**: Agent execution takes significant time (typically 10-30 minutes per phase, sometimes longer). The coordinator MUST:
|
|
645
|
-
- Wait patiently for `wait()` calls to complete
|
|
646
|
-
- NOT skip workflow steps due to perceived delays
|
|
647
|
-
- NOT assume agents have failed just because they're taking time
|
|
648
|
-
- Trust the timeout mechanisms defined in the skill
|
|
649
|
-
|
|
650
|
-
17. **Use send_input for Clarification**: When agents need guidance or appear stuck, the coordinator MUST:
|
|
651
|
-
- Use `send_input()` to ask questions or provide clarification
|
|
652
|
-
- NOT skip the agent or move to next phase prematurely
|
|
653
|
-
- Give agents opportunity to respond before escalating
|
|
654
|
-
- Example: `send_input({ id: agent_id, message: "Please provide status update or clarify blockers" })`
|
|
655
|
-
|
|
656
|
-
18. **No Workflow Shortcuts**: The coordinator MUST NOT:
|
|
657
|
-
- Skip phases or stages defined in the workflow
|
|
658
|
-
- Bypass required approval or review steps
|
|
659
|
-
- Execute dependent tasks before prerequisites complete
|
|
660
|
-
- Assume task completion without explicit agent callback
|
|
661
|
-
- Make up or fabricate agent results
|
|
662
|
-
|
|
663
|
-
19. **Respect Long-Running Processes**: This is a complex multi-agent workflow that requires patience:
|
|
664
|
-
- Total execution time may range from 30-90 minutes or longer
|
|
665
|
-
- Each phase may take 10-30 minutes depending on complexity
|
|
666
|
-
- The coordinator must remain active and attentive throughout the entire process
|
|
667
|
-
- Do not terminate or skip steps due to time concerns
|
|
630
|
+
|
|
631
|
+
|
|
632
|
+
---
|
|
633
|
+
|
|
634
|
+
## Coordinator Role Constraints (Main Agent)
|
|
635
|
+
|
|
636
|
+
**CRITICAL**: The coordinator (main agent executing this skill) is responsible for **orchestration only**, NOT implementation.
|
|
637
|
+
|
|
638
|
+
15. **Coordinator Does NOT Execute Code**: The main agent MUST NOT write, modify, or implement any code directly. All implementation work is delegated to spawned team agents. The coordinator only:
|
|
639
|
+
- Spawns agents with task assignments
|
|
640
|
+
- Waits for agent callbacks
|
|
641
|
+
- Merges results and coordinates workflow
|
|
642
|
+
- Manages workflow transitions between phases
|
|
643
|
+
|
|
644
|
+
16. **Patient Waiting is Mandatory**: Agent execution takes significant time (typically 10-30 minutes per phase, sometimes longer). The coordinator MUST:
|
|
645
|
+
- Wait patiently for `wait()` calls to complete
|
|
646
|
+
- NOT skip workflow steps due to perceived delays
|
|
647
|
+
- NOT assume agents have failed just because they're taking time
|
|
648
|
+
- Trust the timeout mechanisms defined in the skill
|
|
649
|
+
|
|
650
|
+
17. **Use send_input for Clarification**: When agents need guidance or appear stuck, the coordinator MUST:
|
|
651
|
+
- Use `send_input()` to ask questions or provide clarification
|
|
652
|
+
- NOT skip the agent or move to next phase prematurely
|
|
653
|
+
- Give agents opportunity to respond before escalating
|
|
654
|
+
- Example: `send_input({ id: agent_id, message: "Please provide status update or clarify blockers" })`
|
|
655
|
+
|
|
656
|
+
18. **No Workflow Shortcuts**: The coordinator MUST NOT:
|
|
657
|
+
- Skip phases or stages defined in the workflow
|
|
658
|
+
- Bypass required approval or review steps
|
|
659
|
+
- Execute dependent tasks before prerequisites complete
|
|
660
|
+
- Assume task completion without explicit agent callback
|
|
661
|
+
- Make up or fabricate agent results
|
|
662
|
+
|
|
663
|
+
19. **Respect Long-Running Processes**: This is a complex multi-agent workflow that requires patience:
|
|
664
|
+
- Total execution time may range from 30-90 minutes or longer
|
|
665
|
+
- Each phase may take 10-30 minutes depending on complexity
|
|
666
|
+
- The coordinator must remain active and attentive throughout the entire process
|
|
667
|
+
- Do not terminate or skip steps due to time concerns
|
|
@@ -34,7 +34,7 @@ Interactive agent for handling pipeline completion actions. Presents results sum
|
|
|
34
34
|
| Tool | Type | Purpose |
|
|
35
35
|
|------|------|---------|
|
|
36
36
|
| `Read` | built-in | Load tasks.csv, artifacts |
|
|
37
|
-
| `
|
|
37
|
+
| `request_user_input` | built-in | Get completion choice |
|
|
38
38
|
| `Write` | built-in | Store completion result |
|
|
39
39
|
| `Bash` | built-in | Archive or export operations |
|
|
40
40
|
|
|
@@ -74,11 +74,11 @@ Interactive agent for handling pipeline completion actions. Presents results sum
|
|
|
74
74
|
1. Present completion choice:
|
|
75
75
|
|
|
76
76
|
```javascript
|
|
77
|
-
|
|
77
|
+
request_user_input({
|
|
78
78
|
questions: [{
|
|
79
79
|
question: "Team pipeline complete. What would you like to do?",
|
|
80
80
|
header: "Completion",
|
|
81
|
-
|
|
81
|
+
id: "completion_action",
|
|
82
82
|
options: [
|
|
83
83
|
{ label: "Archive & Clean (Recommended)", description: "Mark session complete, output final summary" },
|
|
84
84
|
{ label: "Keep Active", description: "Keep session for follow-up work" },
|
|
@@ -36,7 +36,7 @@ Interactive agent for reviewing and approving plans before execution waves. Used
|
|
|
36
36
|
| Tool | Type | Purpose |
|
|
37
37
|
|------|------|---------|
|
|
38
38
|
| `Read` | built-in | Load plan artifacts and context |
|
|
39
|
-
| `
|
|
39
|
+
| `request_user_input` | built-in | Get user approval or revision feedback |
|
|
40
40
|
| `Write` | built-in | Store review result |
|
|
41
41
|
|
|
42
42
|
### Tool Usage Patterns
|
|
@@ -89,13 +89,13 @@ Write("<session>/interactive/<task-id>-result.json", <result>)
|
|
|
89
89
|
2. Present approval choice:
|
|
90
90
|
|
|
91
91
|
```javascript
|
|
92
|
-
|
|
92
|
+
request_user_input({
|
|
93
93
|
questions: [{
|
|
94
94
|
question: "Review the plan and decide:",
|
|
95
95
|
header: "Plan Review",
|
|
96
|
-
|
|
96
|
+
id: "plan_review",
|
|
97
97
|
options: [
|
|
98
|
-
{ label: "Approve", description: "Proceed with execution" },
|
|
98
|
+
{ label: "Approve (Recommended)", description: "Proceed with execution" },
|
|
99
99
|
{ label: "Revise", description: "Request changes to the plan" },
|
|
100
100
|
{ label: "Abort", description: "Cancel the pipeline" }
|
|
101
101
|
]
|