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,129 +1,129 @@
|
|
|
1
1
|
# Requirements Analysis
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
**Project**: {{PROJECT_NAME}}
|
|
4
|
+
**Created**: {{DATE}}
|
|
5
|
+
**Version**: 1.0
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
-
## 1.
|
|
9
|
+
## 1. Functional Requirements
|
|
10
10
|
|
|
11
|
-
### 1.1
|
|
11
|
+
### 1.1 User Management
|
|
12
12
|
|
|
13
|
-
| ID |
|
|
14
|
-
|
|
13
|
+
| ID | Requirement | Priority | Complexity | Dependencies |
|
|
14
|
+
|----|-------------|----------|------------|--------------|
|
|
15
15
|
| FR-UM-001 | | Must | | |
|
|
16
16
|
| FR-UM-002 | | Should | | |
|
|
17
17
|
|
|
18
|
-
### 1.2
|
|
18
|
+
### 1.2 Core Features
|
|
19
19
|
|
|
20
|
-
| ID |
|
|
21
|
-
|
|
20
|
+
| ID | Requirement | Priority | Complexity | Dependencies |
|
|
21
|
+
|----|-------------|----------|------------|--------------|
|
|
22
22
|
| FR-CF-001 | | Must | | |
|
|
23
23
|
| FR-CF-002 | | Must | | |
|
|
24
24
|
|
|
25
|
-
### 1.3
|
|
25
|
+
### 1.3 Data Management
|
|
26
26
|
|
|
27
|
-
| ID |
|
|
28
|
-
|
|
27
|
+
| ID | Requirement | Priority | Complexity | Dependencies |
|
|
28
|
+
|----|-------------|----------|------------|--------------|
|
|
29
29
|
| FR-DM-001 | | Should | | |
|
|
30
30
|
|
|
31
|
-
### 1.4
|
|
31
|
+
### 1.4 Integration
|
|
32
32
|
|
|
33
|
-
| ID |
|
|
34
|
-
|
|
33
|
+
| ID | Requirement | Priority | Complexity | Dependencies |
|
|
34
|
+
|----|-------------|----------|------------|--------------|
|
|
35
35
|
| FR-INT-001 | | Could | | |
|
|
36
36
|
|
|
37
37
|
---
|
|
38
38
|
|
|
39
|
-
## 2.
|
|
39
|
+
## 2. Non-Functional Requirements
|
|
40
40
|
|
|
41
|
-
### 2.1
|
|
42
|
-
-
|
|
43
|
-
-
|
|
44
|
-
-
|
|
41
|
+
### 2.1 Performance
|
|
42
|
+
- **Response Time**: Page load < 3 seconds, API response < 500ms
|
|
43
|
+
- **Throughput**: Support X concurrent users
|
|
44
|
+
- **Data Volume**: Initial X GB, annual growth rate Y%
|
|
45
45
|
|
|
46
|
-
### 2.2
|
|
47
|
-
-
|
|
48
|
-
-
|
|
49
|
-
-
|
|
46
|
+
### 2.2 Scalability
|
|
47
|
+
- **Horizontal Scaling**:
|
|
48
|
+
- **Vertical Scaling**:
|
|
49
|
+
- **Target Capacity**:
|
|
50
50
|
|
|
51
|
-
### 2.3
|
|
52
|
-
-
|
|
53
|
-
-
|
|
54
|
-
-
|
|
55
|
-
-
|
|
51
|
+
### 2.3 Security
|
|
52
|
+
- **Authentication**:
|
|
53
|
+
- **Authorization**:
|
|
54
|
+
- **Data Encryption**:
|
|
55
|
+
- **Audit Logging**:
|
|
56
56
|
|
|
57
|
-
### 2.4
|
|
58
|
-
-
|
|
59
|
-
- **RTO (
|
|
60
|
-
- **RPO (
|
|
57
|
+
### 2.4 Availability
|
|
58
|
+
- **Uptime Target**: 99.9%
|
|
59
|
+
- **RTO (Recovery Time Objective)**:
|
|
60
|
+
- **RPO (Recovery Point Objective)**:
|
|
61
61
|
|
|
62
|
-
### 2.5
|
|
63
|
-
-
|
|
64
|
-
-
|
|
65
|
-
-
|
|
62
|
+
### 2.5 Usability
|
|
63
|
+
- **Accessibility**: WCAG 2.1 Level AA
|
|
64
|
+
- **Responsive**: Mobile, Tablet, Desktop
|
|
65
|
+
- **Browser Support**:
|
|
66
66
|
|
|
67
67
|
---
|
|
68
68
|
|
|
69
|
-
## 3.
|
|
69
|
+
## 3. Constraints
|
|
70
70
|
|
|
71
|
-
### 3.1
|
|
71
|
+
### 3.1 Technical Constraints
|
|
72
72
|
-
|
|
73
73
|
|
|
74
|
-
### 3.2
|
|
74
|
+
### 3.2 Business Constraints
|
|
75
75
|
-
|
|
76
76
|
|
|
77
|
-
### 3.3
|
|
78
|
-
-
|
|
79
|
-
-
|
|
80
|
-
-
|
|
77
|
+
### 3.3 Time/Budget Constraints
|
|
78
|
+
- **Timeline**:
|
|
79
|
+
- **Budget**:
|
|
80
|
+
- **Team Size**:
|
|
81
81
|
|
|
82
|
-
### 3.4
|
|
82
|
+
### 3.4 Regulatory/Legal Constraints
|
|
83
83
|
-
|
|
84
84
|
|
|
85
85
|
---
|
|
86
86
|
|
|
87
|
-
## 4.
|
|
87
|
+
## 4. Assumptions
|
|
88
88
|
|
|
89
|
-
| ID |
|
|
90
|
-
|
|
89
|
+
| ID | Assumption | Needs Verification | Verification Method |
|
|
90
|
+
|----|------------|-------------------|---------------------|
|
|
91
91
|
| A-001 | | Yes | |
|
|
92
92
|
| A-002 | | No | |
|
|
93
93
|
|
|
94
94
|
---
|
|
95
95
|
|
|
96
|
-
## 5. MVP
|
|
96
|
+
## 5. MVP Scope
|
|
97
97
|
|
|
98
|
-
### 5.1
|
|
98
|
+
### 5.1 Must Have
|
|
99
99
|
1.
|
|
100
100
|
2.
|
|
101
101
|
3.
|
|
102
102
|
|
|
103
|
-
### 5.2
|
|
103
|
+
### 5.2 Should Have
|
|
104
104
|
1.
|
|
105
105
|
2.
|
|
106
106
|
|
|
107
|
-
### 5.3
|
|
107
|
+
### 5.3 Could Have
|
|
108
108
|
1.
|
|
109
109
|
|
|
110
|
-
### 5.4
|
|
110
|
+
### 5.4 Won't Have - This Time
|
|
111
111
|
1.
|
|
112
112
|
2.
|
|
113
113
|
|
|
114
114
|
---
|
|
115
115
|
|
|
116
|
-
## 6.
|
|
116
|
+
## 6. Risk Identification
|
|
117
117
|
|
|
118
|
-
| ID |
|
|
119
|
-
|
|
118
|
+
| ID | Risk | Impact | Probability | Mitigation Strategy |
|
|
119
|
+
|----|------|--------|-------------|---------------------|
|
|
120
120
|
| R-001 | | High | Medium | |
|
|
121
121
|
| R-002 | | Medium | Low | |
|
|
122
122
|
|
|
123
123
|
---
|
|
124
124
|
|
|
125
|
-
## 7.
|
|
125
|
+
## 7. Next Steps
|
|
126
126
|
|
|
127
|
-
1. [ ]
|
|
128
|
-
2. [ ]
|
|
129
|
-
3. [ ]
|
|
127
|
+
1. [ ] Validate technical feasibility in Research stage
|
|
128
|
+
2. [ ] Design architecture in Planning stage
|
|
129
|
+
3. [ ] Stakeholder review and approval
|
|
@@ -1,101 +1,97 @@
|
|
|
1
1
|
# Stage 02: Research
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
##
|
|
6
|
-
|
|
7
|
-
>
|
|
8
|
-
>
|
|
9
|
-
>
|
|
10
|
-
|
|
11
|
-
###
|
|
12
|
-
-
|
|
13
|
-
-
|
|
14
|
-
-
|
|
15
|
-
-
|
|
16
|
-
|
|
17
|
-
###
|
|
18
|
-
-
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
|
|
23
|
-
###
|
|
24
|
-
-
|
|
25
|
-
-
|
|
26
|
-
-
|
|
27
|
-
|
|
28
|
-
### AI
|
|
29
|
-
- **Temperature**: 0.4 (
|
|
30
|
-
-
|
|
31
|
-
|
|
32
|
-
##
|
|
33
|
-
- **Primary**: Claude (
|
|
34
|
-
- **Mode**: Plan Mode -
|
|
35
|
-
|
|
36
|
-
##
|
|
37
|
-
1.
|
|
38
|
-
2.
|
|
39
|
-
3.
|
|
40
|
-
4.
|
|
41
|
-
|
|
42
|
-
##
|
|
3
|
+
Technical research and market analysis stage
|
|
4
|
+
|
|
5
|
+
## Persona: Analytical Investigator
|
|
6
|
+
|
|
7
|
+
> You are an Analytical Investigator.
|
|
8
|
+
> Provide evidence for all claims and investigate from multiple perspectives.
|
|
9
|
+
> Clarify trade-offs and provide objective analysis.
|
|
10
|
+
|
|
11
|
+
### Characteristics
|
|
12
|
+
- Systematic investigation
|
|
13
|
+
- Evidence-based analysis
|
|
14
|
+
- Comparative evaluation
|
|
15
|
+
- Comprehensive judgment
|
|
16
|
+
|
|
17
|
+
### Recommended Actions
|
|
18
|
+
- Research multiple sources
|
|
19
|
+
- Data-driven analysis
|
|
20
|
+
- Trade-off comparison
|
|
21
|
+
- Clear evidence presentation
|
|
22
|
+
|
|
23
|
+
### Actions to Avoid
|
|
24
|
+
- Relying on speculation
|
|
25
|
+
- Single source dependency
|
|
26
|
+
- Emotional judgment
|
|
27
|
+
|
|
28
|
+
### AI Settings
|
|
29
|
+
- **Temperature**: 0.4 (high accuracy)
|
|
30
|
+
- **Rigor**: High
|
|
31
|
+
|
|
32
|
+
## Execution Model
|
|
33
|
+
- **Primary**: Claude (in-depth analysis, document synthesis)
|
|
34
|
+
- **Mode**: Plan Mode - structured research
|
|
35
|
+
|
|
36
|
+
## Goals
|
|
37
|
+
1. Technical stack feasibility review
|
|
38
|
+
2. Market analysis and competitive landscape
|
|
39
|
+
3. External API/service research
|
|
40
|
+
4. Technical risk identification
|
|
41
|
+
|
|
42
|
+
## Input Files
|
|
43
43
|
- `../01-brainstorm/outputs/ideas.md`
|
|
44
44
|
- `../01-brainstorm/outputs/requirements_analysis.md`
|
|
45
45
|
- `../01-brainstorm/HANDOFF.md`
|
|
46
46
|
|
|
47
|
-
##
|
|
48
|
-
- `outputs/tech_research.md` -
|
|
49
|
-
- `outputs/market_analysis.md` -
|
|
50
|
-
- `outputs/feasibility_report.md` -
|
|
51
|
-
- `HANDOFF.md` -
|
|
47
|
+
## Output Files
|
|
48
|
+
- `outputs/tech_research.md` - Technical research results
|
|
49
|
+
- `outputs/market_analysis.md` - Market analysis
|
|
50
|
+
- `outputs/feasibility_report.md` - Feasibility report
|
|
51
|
+
- `HANDOFF.md` - Handoff document for next stage
|
|
52
52
|
|
|
53
|
-
## MCP
|
|
53
|
+
## MCP Server Usage
|
|
54
54
|
|
|
55
55
|
### firecrawl
|
|
56
|
-
|
|
56
|
+
Web crawling and data collection
|
|
57
57
|
```
|
|
58
|
-
|
|
58
|
+
Analyze competitor websites with firecrawl
|
|
59
59
|
```
|
|
60
60
|
|
|
61
61
|
### exa
|
|
62
|
-
AI
|
|
62
|
+
AI-powered search
|
|
63
63
|
```
|
|
64
|
-
|
|
64
|
+
Search for latest technology trends and best practices
|
|
65
65
|
```
|
|
66
66
|
|
|
67
67
|
### context7
|
|
68
|
-
|
|
68
|
+
Documentation search
|
|
69
69
|
```
|
|
70
|
-
|
|
70
|
+
Query official library/framework documentation
|
|
71
71
|
```
|
|
72
72
|
|
|
73
|
-
##
|
|
73
|
+
## Workflow
|
|
74
74
|
|
|
75
|
-
### 1.
|
|
76
|
-
-
|
|
77
|
-
-
|
|
78
|
-
-
|
|
79
|
-
|
|
80
|
-
### 2. 시장 분석
|
|
81
|
-
- 경쟁사 상세 분석
|
|
82
|
-
- 시장 규모 및 트렌드
|
|
83
|
-
- 진입 장벽 분석
|
|
84
|
-
|
|
85
|
-
### 3. 실현 가능성 평가
|
|
86
|
-
- 기술적 실현 가능성
|
|
87
|
-
- 시간/리소스 요구사항
|
|
88
|
-
- 리스크 평가
|
|
89
|
-
|
|
90
|
-
## 완료 조건
|
|
91
|
-
- [ ] 기술 스택 비교 분석 완료
|
|
92
|
-
- [ ] 경쟁사 3개 이상 심층 분석
|
|
93
|
-
- [ ] 실현 가능성 보고서 작성
|
|
94
|
-
- [ ] HANDOFF.md 생성
|
|
95
|
-
|
|
96
|
-
## 다음 스테이지
|
|
97
|
-
→ **03-planning**: 시스템 아키텍처 및 기술 스택 결정
|
|
75
|
+
### 1. Technology Stack Research
|
|
76
|
+
- Research optimal tech stack for each MVP feature
|
|
77
|
+
- Compare pros and cons of each technology
|
|
78
|
+
- Evaluate learning curve and community support
|
|
98
79
|
|
|
80
|
+
### 2. Market Analysis
|
|
81
|
+
- Detailed competitor analysis
|
|
82
|
+
- Market size and trends
|
|
83
|
+
- Entry barrier analysis
|
|
99
84
|
|
|
85
|
+
### 3. Feasibility Assessment
|
|
86
|
+
- Technical feasibility
|
|
87
|
+
- Time/resource requirements
|
|
88
|
+
- Risk assessment
|
|
100
89
|
|
|
90
|
+
## Completion Criteria
|
|
91
|
+
- [ ] Complete technology stack comparison analysis
|
|
92
|
+
- [ ] In-depth analysis of 3+ competitors
|
|
93
|
+
- [ ] Write feasibility report
|
|
94
|
+
- [ ] Generate HANDOFF.md
|
|
101
95
|
|
|
96
|
+
## Next Stage
|
|
97
|
+
→ **03-planning**: System architecture and technology stack decisions
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
stage:
|
|
4
4
|
id: "02-research"
|
|
5
5
|
name: "Research"
|
|
6
|
-
description: "
|
|
6
|
+
description: "Technical research and market analysis"
|
|
7
7
|
|
|
8
8
|
models:
|
|
9
9
|
primary: "claude"
|
|
@@ -24,23 +24,23 @@ mcp_servers:
|
|
|
24
24
|
inputs:
|
|
25
25
|
required:
|
|
26
26
|
- name: "../01-brainstorm/outputs/requirements_analysis.md"
|
|
27
|
-
description: "
|
|
27
|
+
description: "Requirements analysis results"
|
|
28
28
|
- name: "../01-brainstorm/HANDOFF.md"
|
|
29
|
-
description: "
|
|
29
|
+
description: "Previous stage handoff"
|
|
30
30
|
optional:
|
|
31
31
|
- name: "../01-brainstorm/outputs/ideas.md"
|
|
32
|
-
description: "
|
|
32
|
+
description: "Brainstorming ideas"
|
|
33
33
|
|
|
34
34
|
outputs:
|
|
35
35
|
required:
|
|
36
36
|
- name: "tech_research.md"
|
|
37
|
-
description: "
|
|
37
|
+
description: "Technical research results"
|
|
38
38
|
- name: "market_analysis.md"
|
|
39
|
-
description: "
|
|
39
|
+
description: "Market analysis"
|
|
40
40
|
- name: "feasibility_report.md"
|
|
41
|
-
description: "
|
|
41
|
+
description: "Feasibility report"
|
|
42
42
|
- name: "HANDOFF.md"
|
|
43
|
-
description: "
|
|
43
|
+
description: "Handoff document for next stage"
|
|
44
44
|
|
|
45
45
|
prompts:
|
|
46
46
|
- name: "tech_stack"
|
|
@@ -55,10 +55,10 @@ prompts:
|
|
|
55
55
|
|
|
56
56
|
completion:
|
|
57
57
|
checklist:
|
|
58
|
-
- "
|
|
59
|
-
- "
|
|
60
|
-
- "
|
|
61
|
-
- "HANDOFF.md
|
|
58
|
+
- "Complete technology stack comparison analysis"
|
|
59
|
+
- "In-depth analysis of 3+ competitors"
|
|
60
|
+
- "Write feasibility report"
|
|
61
|
+
- "Generate HANDOFF.md"
|
|
62
62
|
|
|
63
63
|
transition:
|
|
64
64
|
next_stage: "03-planning"
|
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
# AI
|
|
1
|
+
# AI Collaboration Prompt - Research
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## Collaboration Mode: Parallel + Sequential
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
This stage uses **parallel research** followed by **sequential integration**.
|
|
6
6
|
|
|
7
|
-
###
|
|
8
|
-
- **Claude**:
|
|
9
|
-
- **Gemini**:
|
|
7
|
+
### Participating Models
|
|
8
|
+
- **Claude**: In-depth analysis, technical document synthesis
|
|
9
|
+
- **Gemini**: Market trends, competitor analysis
|
|
10
10
|
|
|
11
|
-
###
|
|
11
|
+
### Collaboration Prompt
|
|
12
12
|
|
|
13
13
|
```
|
|
14
|
-
#
|
|
15
|
-
/collaborate --mode parallel --models claude,gemini --task "
|
|
14
|
+
# Parallel Research
|
|
15
|
+
/collaborate --mode parallel --models claude,gemini --task "technology and market research"
|
|
16
16
|
|
|
17
|
-
#
|
|
17
|
+
# Sequential Integration (Claude reviews Gemini results)
|
|
18
18
|
/collaborate --mode sequential --chain "gemini:market_research -> claude:synthesis"
|
|
19
19
|
```
|
|
20
20
|
|
|
21
|
-
###
|
|
21
|
+
### Task Distribution
|
|
22
22
|
|
|
23
|
-
| AI |
|
|
24
|
-
|
|
25
|
-
| Gemini |
|
|
26
|
-
| Claude |
|
|
23
|
+
| AI | Responsibility | Output |
|
|
24
|
+
|----|----------------|--------|
|
|
25
|
+
| Gemini | Market analysis, competitor research | market_analysis.md |
|
|
26
|
+
| Claude | Tech stack analysis, feasibility | tech_research.md, feasibility_report.md |
|
|
27
27
|
|
|
28
|
-
### MCP
|
|
28
|
+
### MCP Server Usage
|
|
29
29
|
|
|
30
|
-
- **firecrawl**:
|
|
31
|
-
- **exa**: AI
|
|
32
|
-
- **context7**:
|
|
30
|
+
- **firecrawl**: Web crawling (Gemini usage)
|
|
31
|
+
- **exa**: AI search (Claude usage)
|
|
32
|
+
- **context7**: Document search (Claude usage)
|
|
33
33
|
|
|
34
|
-
###
|
|
34
|
+
### Output Format
|
|
35
35
|
|
|
36
36
|
```markdown
|
|
37
|
-
## AI
|
|
37
|
+
## AI Collaboration Results
|
|
38
38
|
|
|
39
|
-
### Gemini
|
|
40
|
-
-
|
|
41
|
-
-
|
|
39
|
+
### Gemini Research (Market)
|
|
40
|
+
- Competitor analysis
|
|
41
|
+
- Market trends
|
|
42
42
|
...
|
|
43
43
|
|
|
44
|
-
### Claude
|
|
45
|
-
-
|
|
46
|
-
-
|
|
44
|
+
### Claude Research (Technology)
|
|
45
|
+
- Tech stack comparison
|
|
46
|
+
- Feasibility assessment
|
|
47
47
|
...
|
|
48
48
|
|
|
49
|
-
###
|
|
50
|
-
- [
|
|
49
|
+
### Integrated Insights
|
|
50
|
+
- [Key findings]
|
|
51
51
|
```
|
|
@@ -1,73 +1,73 @@
|
|
|
1
1
|
# Feasibility Analysis Prompt
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## Model
|
|
4
4
|
Claude
|
|
5
5
|
|
|
6
|
-
##
|
|
6
|
+
## Prompt
|
|
7
7
|
|
|
8
8
|
```
|
|
9
|
-
|
|
9
|
+
You are a project feasibility assessment expert.
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
Please perform a comprehensive feasibility evaluation based on the following materials:
|
|
12
12
|
|
|
13
13
|
---
|
|
14
|
-
##
|
|
14
|
+
## Technical Research
|
|
15
15
|
{{TECH_RESEARCH}}
|
|
16
16
|
|
|
17
|
-
##
|
|
17
|
+
## Market Analysis
|
|
18
18
|
{{MARKET_ANALYSIS}}
|
|
19
19
|
|
|
20
|
-
##
|
|
20
|
+
## Requirements
|
|
21
21
|
{{REQUIREMENTS}}
|
|
22
22
|
---
|
|
23
23
|
|
|
24
|
-
##
|
|
24
|
+
## Evaluation Criteria
|
|
25
25
|
|
|
26
|
-
### 1.
|
|
27
|
-
-
|
|
28
|
-
-
|
|
29
|
-
-
|
|
26
|
+
### 1. Technical Feasibility
|
|
27
|
+
- Technology stack maturity
|
|
28
|
+
- Complexity relative to team capabilities
|
|
29
|
+
- Technical risks
|
|
30
30
|
|
|
31
|
-
|
|
31
|
+
Score: /10
|
|
32
32
|
|
|
33
|
-
### 2.
|
|
34
|
-
-
|
|
35
|
-
-
|
|
36
|
-
- ROI
|
|
33
|
+
### 2. Economic Feasibility
|
|
34
|
+
- Estimated development costs
|
|
35
|
+
- Operational costs (infrastructure, maintenance)
|
|
36
|
+
- ROI projection
|
|
37
37
|
|
|
38
|
-
|
|
38
|
+
Score: /10
|
|
39
39
|
|
|
40
|
-
### 3.
|
|
41
|
-
- MVP
|
|
42
|
-
-
|
|
43
|
-
-
|
|
40
|
+
### 3. Schedule Feasibility
|
|
41
|
+
- Estimated MVP development period
|
|
42
|
+
- Estimated total development period
|
|
43
|
+
- Schedule risks
|
|
44
44
|
|
|
45
|
-
|
|
45
|
+
Score: /10
|
|
46
46
|
|
|
47
|
-
### 4.
|
|
48
|
-
-
|
|
49
|
-
-
|
|
50
|
-
-
|
|
47
|
+
### 4. Market Feasibility
|
|
48
|
+
- Market entry potential
|
|
49
|
+
- Differentiation potential
|
|
50
|
+
- Growth potential
|
|
51
51
|
|
|
52
|
-
|
|
52
|
+
Score: /10
|
|
53
53
|
|
|
54
|
-
### 5.
|
|
54
|
+
### 5. Risk Matrix
|
|
55
55
|
|
|
56
|
-
|
|
|
57
|
-
|
|
56
|
+
| Risk | Impact | Probability | Mitigation Strategy | Owner |
|
|
57
|
+
|------|--------|-------------|---------------------|-------|
|
|
58
58
|
|
|
59
|
-
### 6. Go/No-Go
|
|
59
|
+
### 6. Go/No-Go Recommendation
|
|
60
60
|
|
|
61
|
-
|
|
61
|
+
Total Score: /40
|
|
62
62
|
|
|
63
|
-
|
|
63
|
+
Recommendation: GO / CONDITIONAL GO / NO-GO
|
|
64
64
|
|
|
65
|
-
|
|
65
|
+
Conditions (if CONDITIONAL):
|
|
66
66
|
-
|
|
67
67
|
|
|
68
|
-
##
|
|
69
|
-
|
|
68
|
+
## Output Format
|
|
69
|
+
Feasibility report (including executive summary)
|
|
70
70
|
```
|
|
71
71
|
|
|
72
|
-
##
|
|
72
|
+
## Expected Output
|
|
73
73
|
`outputs/feasibility_report.md`
|