claude-symphony 0.0.1 → 0.0.2
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/README.md +16 -12
- package/bin/create.js +80 -69
- package/package.json +1 -1
- package/template/.claude/commands/benchmark.md +32 -32
- package/template/.claude/commands/brainstorm.md +33 -33
- package/template/.claude/commands/checkpoint.md +42 -42
- package/template/.claude/commands/codex.md +52 -52
- package/template/.claude/commands/collaborate.md +47 -47
- package/template/.claude/commands/context.md +77 -77
- package/template/.claude/commands/deploy.md +50 -50
- package/template/.claude/commands/fork.md +46 -46
- package/template/.claude/commands/gemini.md +43 -43
- package/template/.claude/commands/handoff.md +42 -42
- package/template/.claude/commands/implement.md +42 -42
- package/template/.claude/commands/init-project.md +25 -25
- package/template/.claude/commands/next.md +67 -67
- package/template/.claude/commands/planning.md +38 -38
- package/template/.claude/commands/qa.md +47 -47
- package/template/.claude/commands/refactor.md +50 -50
- package/template/.claude/commands/research.md +31 -31
- package/template/.claude/commands/restore.md +53 -53
- package/template/.claude/commands/run-stage.md +45 -45
- package/template/.claude/commands/stages.md +49 -49
- package/template/.claude/commands/status.md +41 -41
- package/template/.claude/commands/tasks.md +33 -33
- package/template/.claude/commands/test.md +45 -45
- package/template/.claude/commands/ui-ux.md +31 -31
- package/template/.claude/commands/validate.md +81 -81
- package/template/.claude/hooks/ai-selector.sh +39 -39
- package/template/.claude/hooks/auto-checkpoint.sh +30 -30
- package/template/.claude/hooks/output-validator.sh +45 -45
- package/template/.claude/hooks/post-stage.sh +28 -28
- package/template/.claude/hooks/pre-stage.sh +47 -47
- package/template/.claude/hooks/session-start.sh +27 -27
- package/template/.claude/hooks/statusline.sh +24 -24
- package/template/.claude/hooks/stop.sh +26 -26
- package/template/.claude/settings.json +32 -32
- package/template/.claude/skills/ai-collaboration/README.md +31 -31
- package/template/.claude/skills/ai-collaboration/debate.md +66 -66
- package/template/.claude/skills/ai-collaboration/parallel.md +34 -34
- package/template/.claude/skills/ai-collaboration/prompts/CLAUDE.md +59 -63
- package/template/.claude/skills/auto-checkpoint/README.md +46 -46
- package/template/.claude/skills/auto-checkpoint/prompts/CLAUDE.md +68 -72
- package/template/.claude/skills/auto-checkpoint/rollback.md +95 -95
- package/template/.claude/skills/auto-checkpoint/trigger.md +37 -37
- package/template/.claude/skills/context-compression/README.md +69 -69
- package/template/.claude/skills/context-compression/analyze.md +74 -74
- package/template/.claude/skills/context-compression/compress.md +103 -103
- package/template/.claude/skills/context-compression/prompts/compression.md +78 -78
- package/template/.claude/skills/output-validator/README.md +33 -33
- package/template/.claude/skills/output-validator/prompts/CLAUDE.md +74 -78
- package/template/.claude/skills/output-validator/validate.md +76 -76
- package/template/.claude/skills/smart-handoff/README.md +35 -35
- package/template/.claude/skills/smart-handoff/extract.md +42 -42
- package/template/.claude/skills/smart-handoff/prompts/CLAUDE.md +52 -54
- package/template/.claude/skills/smart-handoff/summarize.md +55 -55
- package/template/.claude/skills/stage-transition/README.md +50 -50
- package/template/.claude/skills/stage-transition/handoff-gen.md +89 -89
- package/template/.claude/skills/stage-transition/prompts/transition.md +74 -74
- package/template/.claude/skills/stage-transition/validate.md +41 -41
- package/template/CLAUDE.md +334 -335
- package/template/config/ai_benchmarking.yaml +22 -22
- package/template/config/ai_collaboration.yaml +18 -18
- package/template/config/ai_logging.yaml +50 -50
- package/template/config/auto_checkpoint.yaml +32 -32
- package/template/config/context.yaml +20 -20
- package/template/config/git.yaml +51 -51
- package/template/config/handoff_intelligence.yaml +23 -23
- package/template/config/mcp_fallbacks.yaml +71 -71
- package/template/config/memory_integration.yaml +23 -23
- package/template/config/model_enforcement.yaml +53 -53
- package/template/config/models.yaml +24 -24
- package/template/config/output_validation.yaml +44 -44
- package/template/config/pipeline.yaml +25 -25
- package/template/config/pipeline_forking.yaml +40 -40
- package/template/config/qa_logging.yaml +67 -67
- package/template/config/smart_rollback.yaml +48 -48
- package/template/config/stage_personas.yaml +154 -154
- package/template/config/workflow.yaml +16 -16
- package/template/scripts/ai-benchmark.sh +41 -41
- package/template/scripts/codex-wrapper.sh +32 -32
- package/template/scripts/context-manager.sh +136 -136
- package/template/scripts/create-checkpoint.sh +34 -34
- package/template/scripts/gemini-wrapper.sh +31 -31
- package/template/scripts/init-project.sh +40 -40
- package/template/scripts/list-stages.sh +30 -30
- package/template/scripts/next-stage.sh +67 -67
- package/template/scripts/output-validate.sh +2 -2
- package/template/scripts/pipeline-fork.sh +68 -68
- package/template/scripts/pre-run-check.sh +84 -84
- package/template/scripts/restore-checkpoint.sh +50 -50
- package/template/scripts/run-stage.sh +44 -44
- package/template/scripts/show-status.sh +30 -30
- package/template/scripts/smart-handoff.sh +70 -70
- package/template/stages/01-brainstorm/CLAUDE.md +70 -74
- package/template/stages/01-brainstorm/README.md +54 -54
- package/template/stages/01-brainstorm/config.yaml +18 -18
- package/template/stages/01-brainstorm/prompts/collaboration.md +24 -24
- package/template/stages/01-brainstorm/prompts/ideation.md +41 -41
- package/template/stages/01-brainstorm/prompts/persona.md +50 -50
- package/template/stages/01-brainstorm/prompts/requirements.md +55 -55
- package/template/stages/01-brainstorm/prompts/validation.md +28 -28
- package/template/stages/01-brainstorm/templates/ideas.md +47 -47
- package/template/stages/01-brainstorm/templates/requirements_analysis.md +61 -61
- package/template/stages/02-research/CLAUDE.md +72 -76
- package/template/stages/02-research/config.yaml +12 -12
- package/template/stages/02-research/prompts/collaboration.md +29 -29
- package/template/stages/02-research/prompts/feasibility.md +38 -38
- package/template/stages/02-research/prompts/market_analysis.md +29 -29
- package/template/stages/02-research/prompts/tech_stack.md +34 -34
- package/template/stages/02-research/prompts/validation.md +29 -29
- package/template/stages/03-planning/CLAUDE.md +88 -92
- package/template/stages/03-planning/config.yaml +10 -10
- package/template/stages/03-planning/prompts/architecture.md +43 -43
- package/template/stages/03-planning/prompts/collaboration.md +34 -34
- package/template/stages/03-planning/prompts/validation.md +34 -34
- package/template/stages/04-ui-ux/CLAUDE.md +68 -72
- package/template/stages/04-ui-ux/config.yaml +5 -5
- package/template/stages/04-ui-ux/prompts/collaboration.md +35 -35
- package/template/stages/04-ui-ux/prompts/validation.md +30 -30
- package/template/stages/05-task-management/CLAUDE.md +81 -85
- package/template/stages/05-task-management/config.yaml +17 -17
- package/template/stages/05-task-management/prompts/collaboration.md +30 -30
- package/template/stages/05-task-management/prompts/validation.md +33 -33
- package/template/stages/05-task-management/templates/notion_integration.md +70 -70
- package/template/stages/05-task-management/templates/parallel_groups.yaml +64 -64
- package/template/stages/05-task-management/templates/task_schema.yaml +33 -33
- package/template/stages/06-implementation/CLAUDE.md +117 -121
- package/template/stages/06-implementation/config.yaml +10 -10
- package/template/stages/06-implementation/prompts/collaboration.md +29 -29
- package/template/stages/06-implementation/prompts/validation.md +36 -36
- package/template/stages/07-refactoring/CLAUDE.md +120 -124
- package/template/stages/07-refactoring/config.yaml +11 -11
- package/template/stages/07-refactoring/prompts/collaboration.md +36 -36
- package/template/stages/07-refactoring/prompts/validation.md +40 -40
- package/template/stages/08-qa/CLAUDE.md +80 -84
- package/template/stages/08-qa/config.yaml +7 -7
- package/template/stages/08-qa/prompts/collaboration.md +34 -34
- package/template/stages/08-qa/prompts/validation.md +41 -41
- package/template/stages/09-testing/CLAUDE.md +86 -90
- package/template/stages/09-testing/config.yaml +10 -10
- package/template/stages/09-testing/prompts/collaboration.md +38 -38
- package/template/stages/09-testing/prompts/validation.md +41 -41
- package/template/stages/10-deployment/CLAUDE.md +86 -90
- package/template/stages/10-deployment/config.yaml +11 -11
- package/template/stages/10-deployment/prompts/collaboration.md +37 -37
- package/template/stages/10-deployment/prompts/validation.md +54 -54
- package/template/stages/10-deployment/templates/github-actions-cd.yaml +1 -1
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
# /stages
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Display all stage list and details for the 10-stage pipeline.
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## Usage
|
|
6
6
|
```
|
|
7
7
|
/stages
|
|
8
8
|
/stages [stage-id]
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
##
|
|
11
|
+
## Actions
|
|
12
12
|
|
|
13
|
-
1.
|
|
14
|
-
-
|
|
15
|
-
-
|
|
16
|
-
-
|
|
17
|
-
-
|
|
13
|
+
1. **Display Stage List** (`/stages`)
|
|
14
|
+
- All stage numbers/names
|
|
15
|
+
- Assigned AI model
|
|
16
|
+
- Current status
|
|
17
|
+
- Execution mode
|
|
18
18
|
|
|
19
|
-
2.
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
19
|
+
2. **Specific Stage Details** (`/stages [id]`)
|
|
20
|
+
- Stage config.yaml information
|
|
21
|
+
- Input/output file list
|
|
22
|
+
- Completion criteria
|
|
23
23
|
|
|
24
|
-
##
|
|
24
|
+
## Execution Script
|
|
25
25
|
|
|
26
26
|
```bash
|
|
27
27
|
scripts/list-stages.sh "$ARGUMENTS"
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
##
|
|
30
|
+
## Output Examples
|
|
31
31
|
|
|
32
|
-
###
|
|
32
|
+
### View List (`/stages`)
|
|
33
33
|
|
|
34
34
|
```
|
|
35
35
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
@@ -48,11 +48,11 @@ scripts/list-stages.sh "$ARGUMENTS"
|
|
|
48
48
|
09 testing Codex Playwright ⏳
|
|
49
49
|
10 deployment ClaudeCode Headless ⏳
|
|
50
50
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
51
|
-
|
|
51
|
+
Current: 04-ui-ux | Next: /run-stage 05 or /tasks
|
|
52
52
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
53
53
|
```
|
|
54
54
|
|
|
55
|
-
###
|
|
55
|
+
### View Details (`/stages 06`)
|
|
56
56
|
|
|
57
57
|
```
|
|
58
58
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
@@ -60,8 +60,8 @@ scripts/list-stages.sh "$ARGUMENTS"
|
|
|
60
60
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
61
61
|
AI Model: ClaudeCode
|
|
62
62
|
Mode: Plan Mode + Sandbox
|
|
63
|
-
Timeout: 240
|
|
64
|
-
Checkpoint:
|
|
63
|
+
Timeout: 240 minutes (longest stage)
|
|
64
|
+
Checkpoint: Required
|
|
65
65
|
|
|
66
66
|
[Inputs]
|
|
67
67
|
• 05-task-management/outputs/tasks.json
|
|
@@ -69,41 +69,41 @@ Checkpoint: 필수
|
|
|
69
69
|
• 04-ui-ux/outputs/wireframes/
|
|
70
70
|
|
|
71
71
|
[Outputs]
|
|
72
|
-
• src/ (
|
|
73
|
-
• tests/ (
|
|
72
|
+
• src/ (implemented source code)
|
|
73
|
+
• tests/ (unit tests)
|
|
74
74
|
• implementation-notes.md
|
|
75
75
|
|
|
76
76
|
[Completion Criteria]
|
|
77
|
-
□
|
|
78
|
-
□
|
|
79
|
-
□
|
|
80
|
-
□
|
|
77
|
+
□ All tasks implemented
|
|
78
|
+
□ Unit tests passed
|
|
79
|
+
□ Lint/type check passed
|
|
80
|
+
□ Checkpoint created
|
|
81
81
|
|
|
82
82
|
[Quick Commands]
|
|
83
|
-
• /implement -
|
|
84
|
-
• /run-stage 06 -
|
|
83
|
+
• /implement - Start this stage directly
|
|
84
|
+
• /run-stage 06 - Start after prerequisite check
|
|
85
85
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
86
86
|
```
|
|
87
87
|
|
|
88
|
-
##
|
|
89
|
-
|
|
90
|
-
|
|
|
91
|
-
|
|
92
|
-
| 01-brainstorm | (
|
|
93
|
-
| 02-research | ideas.md | research.md, tech-stack.md | MCP
|
|
94
|
-
| 03-planning | research.md | PRD.md, architecture.md |
|
|
95
|
-
| 04-ui-ux | PRD.md | wireframes/, components.md |
|
|
96
|
-
| 05-task-mgmt | PRD, wireframes | tasks.json, sprints.md |
|
|
97
|
-
| 06-implementation | tasks.json | src/, tests/ |
|
|
98
|
-
| 07-refactoring | src/ | src/ (
|
|
99
|
-
| 08-qa | src/ | qa-report.md |
|
|
100
|
-
| 09-testing | src/, qa | test-results.md | E2E
|
|
101
|
-
| 10-deployment | all | CI/CD, deploy |
|
|
102
|
-
|
|
103
|
-
##
|
|
104
|
-
|
|
105
|
-
|
|
|
106
|
-
|
|
107
|
-
| `--json` | JSON
|
|
108
|
-
| `--pending` |
|
|
109
|
-
| `--completed` |
|
|
88
|
+
## Stage Information Reference
|
|
89
|
+
|
|
90
|
+
| Stage | Input | Output | Features |
|
|
91
|
+
|-------|-------|--------|----------|
|
|
92
|
+
| 01-brainstorm | (none) | ideas.md, decisions.md | YOLO mode, parallel AI |
|
|
93
|
+
| 02-research | ideas.md | research.md, tech-stack.md | MCP tools |
|
|
94
|
+
| 03-planning | research.md | PRD.md, architecture.md | Planning documentation |
|
|
95
|
+
| 04-ui-ux | PRD.md | wireframes/, components.md | Visual design |
|
|
96
|
+
| 05-task-mgmt | PRD, wireframes | tasks.json, sprints.md | Task breakdown |
|
|
97
|
+
| 06-implementation | tasks.json | src/, tests/ | Core implementation |
|
|
98
|
+
| 07-refactoring | src/ | src/ (improved) | Code quality |
|
|
99
|
+
| 08-qa | src/ | qa-report.md | Quality verification |
|
|
100
|
+
| 09-testing | src/, qa | test-results.md | E2E testing |
|
|
101
|
+
| 10-deployment | all | CI/CD, deploy | Deployment automation |
|
|
102
|
+
|
|
103
|
+
## Options
|
|
104
|
+
|
|
105
|
+
| Option | Description |
|
|
106
|
+
|--------|-------------|
|
|
107
|
+
| `--json` | Output in JSON format |
|
|
108
|
+
| `--pending` | Show only pending stages |
|
|
109
|
+
| `--completed` | Show only completed stages |
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
# /status
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Check the overall pipeline status at a glance.
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## Usage
|
|
6
6
|
```
|
|
7
7
|
/status
|
|
8
8
|
```
|
|
9
9
|
|
|
10
|
-
##
|
|
10
|
+
## Actions
|
|
11
11
|
|
|
12
|
-
1. **progress.json
|
|
13
|
-
-
|
|
14
|
-
-
|
|
12
|
+
1. **Read progress.json**
|
|
13
|
+
- Check current stage
|
|
14
|
+
- Check completion status for each stage
|
|
15
15
|
|
|
16
|
-
2.
|
|
17
|
-
-
|
|
18
|
-
-
|
|
19
|
-
-
|
|
20
|
-
-
|
|
16
|
+
2. **Display Visual Status**
|
|
17
|
+
- Progress bar
|
|
18
|
+
- Status icon for each stage
|
|
19
|
+
- Checkpoint count
|
|
20
|
+
- Token usage (context)
|
|
21
21
|
|
|
22
|
-
##
|
|
22
|
+
## Execution Script
|
|
23
23
|
|
|
24
24
|
```bash
|
|
25
25
|
scripts/show-status.sh
|
|
26
26
|
```
|
|
27
27
|
|
|
28
|
-
##
|
|
28
|
+
## Output Example
|
|
29
29
|
|
|
30
30
|
```
|
|
31
31
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
@@ -33,41 +33,41 @@ scripts/show-status.sh
|
|
|
33
33
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
34
34
|
Progress: [████████░░░░░░░░░░░░] 40% (4/10)
|
|
35
35
|
|
|
36
|
-
01 ✅ brainstorm
|
|
37
|
-
02 ✅ research
|
|
38
|
-
03 ✅ planning
|
|
39
|
-
04 🔄 ui-ux
|
|
40
|
-
05 ⏳ task-mgmt
|
|
41
|
-
06 ⏳ implementation
|
|
42
|
-
07 ⏳ refactoring
|
|
43
|
-
08 ⏳ qa
|
|
44
|
-
09 ⏳ testing
|
|
45
|
-
10 ⏳ deployment
|
|
36
|
+
01 ✅ brainstorm completed [Gemini+Claude]
|
|
37
|
+
02 ✅ research completed [Claude+MCP]
|
|
38
|
+
03 ✅ planning completed [Gemini]
|
|
39
|
+
04 🔄 ui-ux in progress [Gemini]
|
|
40
|
+
05 ⏳ task-mgmt pending [ClaudeCode]
|
|
41
|
+
06 ⏳ implementation pending [ClaudeCode]
|
|
42
|
+
07 ⏳ refactoring pending [Codex]
|
|
43
|
+
08 ⏳ qa pending [ClaudeCode]
|
|
44
|
+
09 ⏳ testing pending [Codex]
|
|
45
|
+
10 ⏳ deployment pending [ClaudeCode]
|
|
46
46
|
|
|
47
47
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
48
|
-
|
|
48
|
+
Checkpoints: 2 | Last handoff: 03-planning
|
|
49
49
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
50
50
|
```
|
|
51
51
|
|
|
52
|
-
##
|
|
52
|
+
## Status Icons
|
|
53
53
|
|
|
54
|
-
|
|
|
55
|
-
|
|
56
|
-
| ✅ |
|
|
57
|
-
| 🔄 |
|
|
58
|
-
| ⏳ |
|
|
59
|
-
| ❌ |
|
|
60
|
-
| ⏸️ |
|
|
54
|
+
| Icon | Meaning |
|
|
55
|
+
|------|---------|
|
|
56
|
+
| ✅ | Completed |
|
|
57
|
+
| 🔄 | In Progress |
|
|
58
|
+
| ⏳ | Pending |
|
|
59
|
+
| ❌ | Failed |
|
|
60
|
+
| ⏸️ | Paused |
|
|
61
61
|
|
|
62
|
-
##
|
|
62
|
+
## Options
|
|
63
63
|
|
|
64
|
-
|
|
|
65
|
-
|
|
66
|
-
| `--json` | JSON
|
|
67
|
-
| `--brief` |
|
|
64
|
+
| Option | Description |
|
|
65
|
+
|--------|-------------|
|
|
66
|
+
| `--json` | Output in JSON format |
|
|
67
|
+
| `--brief` | Output brief single-line status only |
|
|
68
68
|
|
|
69
|
-
##
|
|
69
|
+
## Use Cases
|
|
70
70
|
|
|
71
|
-
-
|
|
72
|
-
-
|
|
73
|
-
-
|
|
71
|
+
- Check current status when starting new session
|
|
72
|
+
- Verify progress before starting work
|
|
73
|
+
- Share current status with team members
|
|
@@ -1,61 +1,61 @@
|
|
|
1
1
|
# /tasks
|
|
2
2
|
|
|
3
|
-
05-task-management
|
|
3
|
+
Start the 05-task-management stage directly.
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## Usage
|
|
6
6
|
```
|
|
7
7
|
/tasks
|
|
8
8
|
```
|
|
9
9
|
|
|
10
|
-
##
|
|
10
|
+
## Stage Information
|
|
11
11
|
|
|
12
|
-
|
|
|
13
|
-
|
|
14
|
-
|
|
|
15
|
-
| AI
|
|
16
|
-
|
|
|
17
|
-
|
|
|
12
|
+
| Item | Value |
|
|
13
|
+
|------|-------|
|
|
14
|
+
| Stage | 05-task-management |
|
|
15
|
+
| AI Model | ClaudeCode |
|
|
16
|
+
| Execution Mode | Plan Mode |
|
|
17
|
+
| Checkpoint | Optional |
|
|
18
18
|
|
|
19
|
-
##
|
|
19
|
+
## Actions
|
|
20
20
|
|
|
21
|
-
1.
|
|
22
|
-
- 04-ui-ux
|
|
23
|
-
- wireframes/, component-spec.md
|
|
21
|
+
1. **Prerequisite Check**
|
|
22
|
+
- 04-ui-ux completion status
|
|
23
|
+
- wireframes/, component-spec.md exist
|
|
24
24
|
|
|
25
|
-
2.
|
|
26
|
-
-
|
|
27
|
-
-
|
|
28
|
-
-
|
|
25
|
+
2. **Task Breakdown**
|
|
26
|
+
- Extract tasks from PRD
|
|
27
|
+
- Dependency analysis
|
|
28
|
+
- Sprint planning
|
|
29
29
|
|
|
30
|
-
3.
|
|
31
|
-
- tasks.json -
|
|
32
|
-
- sprints.md -
|
|
30
|
+
3. **Output Generation**
|
|
31
|
+
- tasks.json - Task list (structured)
|
|
32
|
+
- sprints.md - Sprint plan
|
|
33
33
|
|
|
34
|
-
##
|
|
34
|
+
## Execution
|
|
35
35
|
|
|
36
36
|
```bash
|
|
37
37
|
scripts/run-stage.sh 05-task-management "$ARGUMENTS"
|
|
38
38
|
```
|
|
39
39
|
|
|
40
|
-
##
|
|
40
|
+
## Input Files
|
|
41
41
|
|
|
42
42
|
- `stages/03-planning/outputs/PRD.md`
|
|
43
43
|
- `stages/04-ui-ux/outputs/wireframes/`
|
|
44
44
|
- `stages/04-ui-ux/outputs/component-spec.md`
|
|
45
45
|
|
|
46
|
-
##
|
|
46
|
+
## Output Files
|
|
47
47
|
|
|
48
48
|
- `stages/05-task-management/outputs/tasks.json`
|
|
49
49
|
- `stages/05-task-management/outputs/sprints.md`
|
|
50
50
|
|
|
51
|
-
## tasks.json
|
|
51
|
+
## tasks.json Structure
|
|
52
52
|
|
|
53
53
|
```json
|
|
54
54
|
{
|
|
55
55
|
"tasks": [
|
|
56
56
|
{
|
|
57
57
|
"id": "T001",
|
|
58
|
-
"title": "
|
|
58
|
+
"title": "Implement user authentication",
|
|
59
59
|
"sprint": 1,
|
|
60
60
|
"priority": "high",
|
|
61
61
|
"dependencies": [],
|
|
@@ -66,15 +66,15 @@ scripts/run-stage.sh 05-task-management "$ARGUMENTS"
|
|
|
66
66
|
}
|
|
67
67
|
```
|
|
68
68
|
|
|
69
|
-
##
|
|
69
|
+
## Related Commands
|
|
70
70
|
|
|
71
|
-
- `/run-stage 05` -
|
|
72
|
-
- `/next` -
|
|
73
|
-
- `/ui-ux` -
|
|
74
|
-
- `/implement` -
|
|
71
|
+
- `/run-stage 05` - Start after prerequisite check
|
|
72
|
+
- `/next` - Next stage (06-implementation)
|
|
73
|
+
- `/ui-ux` - Previous stage
|
|
74
|
+
- `/implement` - Start implementation directly
|
|
75
75
|
|
|
76
76
|
## Tips
|
|
77
77
|
|
|
78
|
-
-
|
|
79
|
-
-
|
|
80
|
-
-
|
|
78
|
+
- Break tasks into 4-hour or less units
|
|
79
|
+
- Mark dependencies clearly
|
|
80
|
+
- Recommend 5-7 tasks per sprint
|
|
@@ -1,93 +1,93 @@
|
|
|
1
1
|
# /test
|
|
2
2
|
|
|
3
|
-
09-testing
|
|
3
|
+
Start the 09-testing stage directly.
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## Usage
|
|
6
6
|
```
|
|
7
7
|
/test [test-type]
|
|
8
8
|
```
|
|
9
9
|
|
|
10
|
-
##
|
|
10
|
+
## Stage Information
|
|
11
11
|
|
|
12
|
-
|
|
|
13
|
-
|
|
14
|
-
|
|
|
15
|
-
| AI
|
|
16
|
-
|
|
|
17
|
-
|
|
|
12
|
+
| Item | Value |
|
|
13
|
+
|------|-------|
|
|
14
|
+
| Stage | 09-testing |
|
|
15
|
+
| AI Model | Codex |
|
|
16
|
+
| Execution Mode | Sandbox + Playwright MCP |
|
|
17
|
+
| Checkpoint | Optional |
|
|
18
18
|
|
|
19
|
-
##
|
|
19
|
+
## Actions
|
|
20
20
|
|
|
21
|
-
1.
|
|
22
|
-
- 08-qa
|
|
23
|
-
- qa-report.md
|
|
21
|
+
1. **Prerequisite Check**
|
|
22
|
+
- 08-qa completion status
|
|
23
|
+
- qa-report.md exists
|
|
24
24
|
|
|
25
|
-
2.
|
|
26
|
-
-
|
|
27
|
-
- E2E
|
|
28
|
-
-
|
|
25
|
+
2. **Execute Testing**
|
|
26
|
+
- Integration tests
|
|
27
|
+
- E2E tests (Playwright)
|
|
28
|
+
- Regression tests
|
|
29
29
|
|
|
30
|
-
3.
|
|
31
|
-
- test-results.md -
|
|
32
|
-
- coverage-report.html -
|
|
30
|
+
3. **Output Generation**
|
|
31
|
+
- test-results.md - Test results
|
|
32
|
+
- coverage-report.html - Coverage
|
|
33
33
|
|
|
34
|
-
##
|
|
34
|
+
## Execution
|
|
35
35
|
|
|
36
36
|
```bash
|
|
37
37
|
scripts/run-stage.sh 09-testing "$ARGUMENTS"
|
|
38
38
|
```
|
|
39
39
|
|
|
40
|
-
##
|
|
40
|
+
## Input Files
|
|
41
41
|
|
|
42
42
|
- `stages/06-implementation/outputs/src/`
|
|
43
43
|
- `stages/06-implementation/outputs/tests/`
|
|
44
44
|
- `stages/08-qa/outputs/qa-report.md`
|
|
45
45
|
|
|
46
|
-
##
|
|
46
|
+
## Output Files
|
|
47
47
|
|
|
48
48
|
- `stages/09-testing/outputs/test-results.md`
|
|
49
49
|
- `stages/09-testing/outputs/e2e-results/`
|
|
50
50
|
- `stages/09-testing/outputs/coverage/`
|
|
51
51
|
|
|
52
|
-
##
|
|
52
|
+
## Test Types
|
|
53
53
|
|
|
54
|
-
|
|
|
55
|
-
|
|
56
|
-
| Unit | Jest/Vitest |
|
|
57
|
-
| Integration | Testing Library |
|
|
58
|
-
| E2E | Playwright |
|
|
59
|
-
| Visual | Playwright |
|
|
54
|
+
| Type | Tool | Description |
|
|
55
|
+
|------|------|-------------|
|
|
56
|
+
| Unit | Jest/Vitest | Unit tests |
|
|
57
|
+
| Integration | Testing Library | Integration tests |
|
|
58
|
+
| E2E | Playwright | End-to-end |
|
|
59
|
+
| Visual | Playwright | Screenshot comparison |
|
|
60
60
|
|
|
61
|
-
## Playwright MCP
|
|
61
|
+
## Playwright MCP Usage
|
|
62
62
|
|
|
63
63
|
```bash
|
|
64
|
-
#
|
|
64
|
+
# Browser snapshot
|
|
65
65
|
mcp__playwright__browser_snapshot
|
|
66
66
|
|
|
67
|
-
#
|
|
67
|
+
# Screenshot
|
|
68
68
|
mcp__playwright__browser_take_screenshot
|
|
69
69
|
|
|
70
|
-
#
|
|
70
|
+
# Form testing
|
|
71
71
|
mcp__playwright__browser_fill_form
|
|
72
72
|
```
|
|
73
73
|
|
|
74
|
-
##
|
|
74
|
+
## Related Commands
|
|
75
75
|
|
|
76
|
-
- `/run-stage 09` -
|
|
77
|
-
- `/next` -
|
|
78
|
-
- `/qa` -
|
|
79
|
-
- `/deploy` -
|
|
76
|
+
- `/run-stage 09` - Start after prerequisite check
|
|
77
|
+
- `/next` - Next stage (10-deployment)
|
|
78
|
+
- `/qa` - Previous stage
|
|
79
|
+
- `/deploy` - Start deployment directly
|
|
80
80
|
|
|
81
|
-
##
|
|
81
|
+
## Coverage Targets
|
|
82
82
|
|
|
83
|
-
|
|
|
84
|
-
|
|
83
|
+
| Metric | Target |
|
|
84
|
+
|--------|--------|
|
|
85
85
|
| Line | ≥ 80% |
|
|
86
86
|
| Branch | ≥ 70% |
|
|
87
87
|
| Function | ≥ 80% |
|
|
88
88
|
|
|
89
89
|
## Tips
|
|
90
90
|
|
|
91
|
-
- E2E
|
|
92
|
-
-
|
|
93
|
-
-
|
|
91
|
+
- E2E focuses on critical flows
|
|
92
|
+
- Auto-save screenshots on failure
|
|
93
|
+
- Run headless mode in CI
|
|
@@ -1,61 +1,61 @@
|
|
|
1
1
|
# /ui-ux
|
|
2
2
|
|
|
3
|
-
04-ui-ux
|
|
3
|
+
Start the 04-ui-ux stage directly.
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## Usage
|
|
6
6
|
```
|
|
7
7
|
/ui-ux
|
|
8
8
|
```
|
|
9
9
|
|
|
10
|
-
##
|
|
10
|
+
## Stage Information
|
|
11
11
|
|
|
12
|
-
|
|
|
13
|
-
|
|
14
|
-
|
|
|
15
|
-
| AI
|
|
16
|
-
|
|
|
17
|
-
|
|
|
12
|
+
| Item | Value |
|
|
13
|
+
|------|-------|
|
|
14
|
+
| Stage | 04-ui-ux |
|
|
15
|
+
| AI Model | Gemini |
|
|
16
|
+
| Execution Mode | Plan Mode |
|
|
17
|
+
| Checkpoint | Optional |
|
|
18
18
|
|
|
19
|
-
##
|
|
19
|
+
## Actions
|
|
20
20
|
|
|
21
|
-
1.
|
|
22
|
-
- 03-planning
|
|
23
|
-
- PRD.md
|
|
21
|
+
1. **Prerequisite Check**
|
|
22
|
+
- 03-planning completion status
|
|
23
|
+
- PRD.md exists
|
|
24
24
|
|
|
25
|
-
2. **UI/UX
|
|
26
|
-
-
|
|
27
|
-
-
|
|
28
|
-
-
|
|
25
|
+
2. **UI/UX Design**
|
|
26
|
+
- Wireframe design
|
|
27
|
+
- Component specification
|
|
28
|
+
- Design system
|
|
29
29
|
|
|
30
|
-
3.
|
|
31
|
-
- wireframes/ -
|
|
32
|
-
- component-spec.md -
|
|
33
|
-
- design-system.md -
|
|
30
|
+
3. **Output Generation**
|
|
31
|
+
- wireframes/ - Wireframe files
|
|
32
|
+
- component-spec.md - Component specification
|
|
33
|
+
- design-system.md - Design system
|
|
34
34
|
|
|
35
|
-
##
|
|
35
|
+
## Execution
|
|
36
36
|
|
|
37
37
|
```bash
|
|
38
38
|
scripts/run-stage.sh 04-ui-ux "$ARGUMENTS"
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
##
|
|
41
|
+
## Input Files
|
|
42
42
|
|
|
43
43
|
- `stages/03-planning/outputs/PRD.md`
|
|
44
44
|
- `stages/03-planning/outputs/architecture.md`
|
|
45
45
|
|
|
46
|
-
##
|
|
46
|
+
## Output Files
|
|
47
47
|
|
|
48
48
|
- `stages/04-ui-ux/outputs/wireframes/`
|
|
49
49
|
- `stages/04-ui-ux/outputs/component-spec.md`
|
|
50
50
|
- `stages/04-ui-ux/outputs/design-system.md`
|
|
51
51
|
|
|
52
|
-
##
|
|
52
|
+
## Related Commands
|
|
53
53
|
|
|
54
|
-
- `/run-stage 04` -
|
|
55
|
-
- `/next` -
|
|
56
|
-
- `/planning` -
|
|
54
|
+
- `/run-stage 04` - Start after prerequisite check
|
|
55
|
+
- `/next` - Next stage (05-task-management)
|
|
56
|
+
- `/planning` - Previous stage
|
|
57
57
|
|
|
58
|
-
##
|
|
58
|
+
## Tool Utilization
|
|
59
59
|
|
|
60
|
-
- Figma MCP -
|
|
61
|
-
- 21st Magic - UI
|
|
60
|
+
- Figma MCP - Design context (if configured)
|
|
61
|
+
- 21st Magic - UI component inspiration
|