bmad-method 6.0.0-alpha.4 → 6.0.0-alpha.6
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/agents/bmad-analysis/api-documenter.md +102 -0
- package/.claude/agents/bmad-analysis/codebase-analyzer.md +82 -0
- package/.claude/agents/bmad-analysis/data-analyst.md +101 -0
- package/.claude/agents/bmad-analysis/pattern-detector.md +84 -0
- package/.claude/agents/bmad-planning/dependency-mapper.md +83 -0
- package/.claude/agents/bmad-planning/epic-optimizer.md +81 -0
- package/.claude/agents/bmad-planning/requirements-analyst.md +61 -0
- package/.claude/agents/bmad-planning/technical-decisions-curator.md +168 -0
- package/.claude/agents/bmad-planning/trend-spotter.md +115 -0
- package/.claude/agents/bmad-planning/user-journey-mapper.md +123 -0
- package/.claude/agents/bmad-planning/user-researcher.md +72 -0
- package/.claude/agents/bmad-research/market-researcher.md +51 -0
- package/.claude/agents/bmad-research/tech-debt-auditor.md +106 -0
- package/.claude/agents/bmad-review/document-reviewer.md +102 -0
- package/.claude/agents/bmad-review/technical-evaluator.md +68 -0
- package/.claude/agents/bmad-review/test-coverage-analyzer.md +108 -0
- package/.claude/commands/bmad/bmm/agents/architect.md +0 -1
- package/.claude/commands/bmad/bmm/agents/sm.md +1 -1
- package/.claude/commands/bmad/bmm/agents/{paige.md → tech-writer.md} +3 -3
- package/.claude/commands/bmad/bmm/workflows/README.md +3 -3
- package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +15 -0
- package/.claude/commands/bmad/bmm/workflows/prd.md +1 -1
- package/.claude/commands/bmad/bmm/workflows/tech-spec.md +3 -3
- package/.claude/settings.local.json +3 -8
- package/CHANGELOG.md +305 -0
- package/CONTRIBUTING.md +1 -13
- package/README.md +88 -39
- package/bmad/_cfg/agent-manifest.csv +1 -6
- package/bmad/_cfg/files-manifest.csv +40 -114
- package/bmad/_cfg/ides/claude-code.yaml +4 -3
- package/bmad/_cfg/manifest.yaml +3 -4
- package/bmad/_cfg/task-manifest.csv +0 -1
- package/bmad/_cfg/workflow-manifest.csv +3 -7
- package/bmad/bmb/config.yaml +2 -2
- package/bmad/bmb/workflows/audit-workflow/instructions.md +1 -1
- package/bmad/bmm/README.md +79 -120
- package/bmad/bmm/agents/architect.md +0 -1
- package/bmad/bmm/agents/sm.md +1 -1
- package/bmad/bmm/agents/{paige.md → tech-writer.md} +3 -3
- package/bmad/bmm/config.yaml +4 -3
- package/bmad/bmm/tasks/daily-standup.xml +1 -1
- package/bmad/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +1 -19
- package/bmad/bmm/workflows/2-plan-workflows/prd/checklist.md +10 -9
- package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +23 -34
- package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +105 -331
- package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +23 -11
- package/bmad/bmm/workflows/2-plan-workflows/prd/instructions.md +23 -38
- package/bmad/bmm/workflows/2-plan-workflows/prd/workflow.yaml +1 -1
- package/bmad/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +38 -16
- package/bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +1 -19
- package/bmad/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +35 -32
- package/bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +2 -2
- package/bmad/bmm/workflows/3-solutioning/architecture/instructions.md +7 -18
- package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +1 -18
- package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +6 -6
- package/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
- package/bmad/bmm/workflows/techdoc/documentation-standards.md +26 -2
- package/bmad/bmm/workflows/testarch/atdd/atdd-checklist-template.md +2 -2
- package/bmad/bmm/workflows/workflow-status/init/instructions.md +623 -242
- package/bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
- package/bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
- package/bmad/bmm/workflows/workflow-status/paths/{brownfield-level-3.yaml → method-brownfield.yaml} +33 -31
- package/{src/modules/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
- package/bmad/bmm/workflows/workflow-status/paths/{brownfield-level-1.yaml → quick-flow-brownfield.yaml} +18 -18
- package/bmad/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
- package/bmad/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
- package/bmad/core/config.yaml +2 -2
- package/bmad/core/tasks/workflow.xml +1 -11
- package/package.json +1 -1
- package/src/core/tasks/workflow.xml +1 -11
- package/src/modules/bmb/workflows/audit-workflow/instructions.md +1 -1
- package/src/modules/bmm/README.md +1 -1
- package/src/modules/bmm/_module-installer/install-config.yaml +5 -0
- package/src/modules/bmm/agents/architect.agent.yaml +0 -4
- package/src/modules/bmm/agents/game-dev.agent.yaml +8 -12
- package/src/modules/bmm/agents/sm.agent.yaml +1 -1
- package/src/modules/bmm/agents/{paige.agent.yaml → tech-writer.agent.yaml} +4 -4
- package/src/modules/bmm/docs/README.md +19 -18
- package/src/modules/bmm/docs/agents-guide.md +47 -99
- package/src/modules/bmm/docs/brownfield-guide.md +216 -96
- package/src/modules/bmm/docs/enterprise-agentic-development.md +380 -740
- package/src/modules/bmm/docs/faq.md +16 -16
- package/src/modules/bmm/docs/glossary.md +44 -50
- package/src/modules/bmm/docs/party-mode.md +110 -1122
- package/src/modules/bmm/docs/quick-spec-flow.md +36 -36
- package/src/modules/bmm/docs/quick-start.md +34 -34
- package/src/modules/bmm/docs/scale-adaptive-system.md +304 -454
- package/{bmad/bmm/testarch/README.md → src/modules/bmm/docs/test-architecture.md} +56 -38
- package/src/modules/bmm/docs/troubleshooting.md +7 -7
- package/src/modules/bmm/docs/workflows-analysis.md +64 -28
- package/src/modules/bmm/docs/workflows-implementation.md +196 -1671
- package/src/modules/bmm/docs/workflows-planning.md +74 -35
- package/src/modules/bmm/docs/workflows-solutioning.md +47 -17
- package/src/modules/bmm/tasks/daily-standup.xml +1 -1
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +1 -19
- package/src/modules/bmm/workflows/2-plan-workflows/prd/checklist.md +10 -9
- package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +23 -34
- package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +105 -331
- package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +23 -11
- package/src/modules/bmm/workflows/2-plan-workflows/prd/instructions.md +23 -38
- package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +38 -16
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +1 -19
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +35 -32
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/3-solutioning/architecture/instructions.md +7 -18
- package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +1 -18
- package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +6 -6
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
- package/src/modules/bmm/workflows/techdoc/documentation-standards.md +25 -2
- package/src/modules/bmm/workflows/testarch/atdd/atdd-checklist-template.md +2 -2
- package/src/modules/bmm/workflows/workflow-status/init/instructions.md +623 -242
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
- package/src/modules/bmm/workflows/workflow-status/paths/{brownfield-level-3.yaml → method-brownfield.yaml} +33 -31
- package/{bmad/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
- package/src/modules/bmm/workflows/workflow-status/paths/{brownfield-level-1.yaml → quick-flow-brownfield.yaml} +18 -18
- package/src/modules/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
- package/src/modules/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
- package/tools/cli/installers/lib/core/config-collector.js +39 -11
- package/tools/cli/installers/lib/core/ide-config-manager.js +3 -1
- package/tools/cli/installers/lib/core/installer.js +20 -9
- package/tools/cli/installers/lib/core/manifest-generator.js +3 -1
- package/tools/cli/installers/lib/core/manifest.js +6 -2
- package/tools/cli/installers/lib/modules/manager.js +6 -0
- package/tools/cli/lib/config.js +3 -1
- package/tools/cli/lib/ui.js +5 -5
- package/tools/cli/lib/yaml-format.js +2 -1
- package/tools/schema/agent.js +2 -0
- package/.claude/commands/bmad/bmm/workflows/tech-spec-sm.md +0 -15
- package/bmad/_cfg/agents/cis-brainstorming-coach.customize.yaml +0 -42
- package/bmad/_cfg/agents/cis-creative-problem-solver.customize.yaml +0 -42
- package/bmad/_cfg/agents/cis-design-thinking-coach.customize.yaml +0 -42
- package/bmad/_cfg/agents/cis-innovation-strategist.customize.yaml +0 -42
- package/bmad/_cfg/agents/cis-storyteller.customize.yaml +0 -42
- package/bmad/bmb/agents/bmad-builder.md.bak +0 -70
- package/bmad/bmb/workflows/audit-workflow/workflow.yaml.bak +0 -23
- package/bmad/bmb/workflows/create-module/workflow.yaml.bak +0 -42
- package/bmad/bmb/workflows/create-workflow/workflow-template/workflow.yaml.bak +0 -39
- package/bmad/bmb/workflows/create-workflow/workflow.yaml.bak +0 -40
- package/bmad/bmb/workflows/edit-agent/workflow.yaml.bak +0 -33
- package/bmad/bmb/workflows/edit-module/workflow.yaml.bak +0 -34
- package/bmad/bmb/workflows/edit-workflow/workflow.yaml.bak +0 -27
- package/bmad/bmb/workflows/module-brief/workflow.yaml.bak +0 -29
- package/bmad/bmb/workflows/redoc/workflow.yaml.bak +0 -32
- package/bmad/bmm/docs/brownfield-guide.md +0 -1260
- package/bmad/bmm/docs/quick-spec-flow.md +0 -645
- package/bmad/bmm/docs/quick-start.md +0 -341
- package/bmad/bmm/docs/scale-adaptive-system.md +0 -1045
- package/bmad/bmm/tasks/retrospective.xml +0 -104
- package/bmad/bmm/workflows/1-analysis/brainstorm-project/README.md +0 -113
- package/bmad/bmm/workflows/1-analysis/product-brief/README.md +0 -180
- package/bmad/bmm/workflows/1-analysis/research/README.md +0 -454
- package/bmad/bmm/workflows/2-plan-workflows/README.md +0 -258
- package/bmad/bmm/workflows/3-solutioning/README.md +0 -1
- package/bmad/bmm/workflows/3-solutioning/architecture/README.md +0 -318
- package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/README.md +0 -177
- package/bmad/bmm/workflows/4-implementation/README.md +0 -221
- package/bmad/bmm/workflows/4-implementation/code-review/README.md +0 -69
- package/bmad/bmm/workflows/4-implementation/correct-course/README.md +0 -73
- package/bmad/bmm/workflows/4-implementation/create-story/README.md +0 -146
- package/bmad/bmm/workflows/4-implementation/dev-story/README.md +0 -206
- package/bmad/bmm/workflows/4-implementation/epic-tech-context/README.md +0 -195
- package/bmad/bmm/workflows/4-implementation/retrospective/README.md +0 -77
- package/bmad/bmm/workflows/4-implementation/sprint-planning/README.md +0 -156
- package/bmad/bmm/workflows/4-implementation/story-context/README.md +0 -234
- package/bmad/bmm/workflows/README.md +0 -256
- package/bmad/bmm/workflows/document-project/README.md +0 -444
- package/bmad/bmm/workflows/document-project/templates/README.md +0 -38
- package/bmad/bmm/workflows/testarch/README.md +0 -26
- package/bmad/bmm/workflows/testarch/atdd/README.md +0 -672
- package/bmad/bmm/workflows/testarch/automate/README.md +0 -869
- package/bmad/bmm/workflows/testarch/ci/README.md +0 -493
- package/bmad/bmm/workflows/testarch/framework/README.md +0 -340
- package/bmad/bmm/workflows/testarch/nfr-assess/README.md +0 -469
- package/bmad/bmm/workflows/testarch/test-design/README.md +0 -493
- package/bmad/bmm/workflows/testarch/test-review/README.md +0 -775
- package/bmad/bmm/workflows/testarch/trace/README.md +0 -802
- package/bmad/bmm/workflows/workflow-status/README.md +0 -260
- package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
- package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
- package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
- package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
- package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
- package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
- package/bmad/cis/README.md +0 -153
- package/bmad/cis/agents/README.md +0 -104
- package/bmad/cis/agents/brainstorming-coach.md +0 -62
- package/bmad/cis/agents/creative-problem-solver.md +0 -62
- package/bmad/cis/agents/design-thinking-coach.md +0 -62
- package/bmad/cis/agents/innovation-strategist.md +0 -62
- package/bmad/cis/agents/storyteller.md +0 -59
- package/bmad/cis/config.yaml +0 -10
- package/bmad/cis/teams/creative-squad.yaml +0 -6
- package/bmad/cis/workflows/README.md +0 -139
- package/bmad/cis/workflows/design-thinking/README.md +0 -56
- package/bmad/cis/workflows/design-thinking/design-methods.csv +0 -31
- package/bmad/cis/workflows/design-thinking/instructions.md +0 -200
- package/bmad/cis/workflows/design-thinking/template.md +0 -111
- package/bmad/cis/workflows/design-thinking/workflow.yaml +0 -32
- package/bmad/cis/workflows/innovation-strategy/README.md +0 -56
- package/bmad/cis/workflows/innovation-strategy/innovation-frameworks.csv +0 -31
- package/bmad/cis/workflows/innovation-strategy/instructions.md +0 -274
- package/bmad/cis/workflows/innovation-strategy/template.md +0 -189
- package/bmad/cis/workflows/innovation-strategy/workflow.yaml +0 -32
- package/bmad/cis/workflows/problem-solving/README.md +0 -56
- package/bmad/cis/workflows/problem-solving/instructions.md +0 -250
- package/bmad/cis/workflows/problem-solving/solving-methods.csv +0 -31
- package/bmad/cis/workflows/problem-solving/template.md +0 -165
- package/bmad/cis/workflows/problem-solving/workflow.yaml +0 -32
- package/bmad/cis/workflows/storytelling/README.md +0 -58
- package/bmad/cis/workflows/storytelling/instructions.md +0 -291
- package/bmad/cis/workflows/storytelling/story-types.csv +0 -26
- package/bmad/cis/workflows/storytelling/template.md +0 -113
- package/bmad/cis/workflows/storytelling/workflow.yaml +0 -32
- package/bmad/core/agents/bmad-master.md.bak +0 -69
- package/src/modules/bmm/docs/brownfield-guide.md.backup +0 -1324
- package/src/modules/bmm/docs/workflows-testing.md +0 -1572
- package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
- package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
- package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
- package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
- package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
- package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
- /package/bmad/_cfg/agents/{bmm-paige.customize.yaml → bmm-tech-writer.customize.yaml} +0 -0
|
@@ -1,260 +0,0 @@
|
|
|
1
|
-
# Workflow Status System
|
|
2
|
-
|
|
3
|
-
The universal entry point for BMM workflows - answers "what should I do now?" for any agent.
|
|
4
|
-
|
|
5
|
-
## Overview
|
|
6
|
-
|
|
7
|
-
The workflow status system provides:
|
|
8
|
-
|
|
9
|
-
- **Smart project initialization** - Detects existing work and infers project details
|
|
10
|
-
- **Simple status tracking** - Key-value pairs for instant parsing
|
|
11
|
-
- **Intelligent routing** - Suggests next actions based on current state
|
|
12
|
-
- **Modular workflow paths** - Each project type/level has its own clean definition
|
|
13
|
-
|
|
14
|
-
## Architecture
|
|
15
|
-
|
|
16
|
-
### Core Components
|
|
17
|
-
|
|
18
|
-
```
|
|
19
|
-
workflow-status/
|
|
20
|
-
├── workflow.yaml # Main configuration
|
|
21
|
-
├── instructions.md # Status checker (99 lines)
|
|
22
|
-
├── workflow-status-template.yaml # Clean YAML status template
|
|
23
|
-
├── project-levels.yaml # Source of truth for scale definitions
|
|
24
|
-
└── paths/ # Modular workflow definitions
|
|
25
|
-
├── greenfield-level-0.yaml through level-4.yaml
|
|
26
|
-
├── brownfield-level-0.yaml through level-4.yaml
|
|
27
|
-
└── game-design.yaml
|
|
28
|
-
```
|
|
29
|
-
|
|
30
|
-
### Related Workflow
|
|
31
|
-
|
|
32
|
-
```
|
|
33
|
-
workflow-init/
|
|
34
|
-
├── workflow.yaml # Initialization configuration
|
|
35
|
-
└── instructions.md # Smart setup (182 lines)
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
## How It Works
|
|
39
|
-
|
|
40
|
-
### For New Projects
|
|
41
|
-
|
|
42
|
-
1. User runs `workflow-status`
|
|
43
|
-
2. System finds no status file
|
|
44
|
-
3. Directs to `workflow-init`
|
|
45
|
-
4. Init workflow:
|
|
46
|
-
- Scans for existing work (PRDs, code, etc.)
|
|
47
|
-
- Infers project details from what it finds
|
|
48
|
-
- Asks minimal questions (name + description)
|
|
49
|
-
- Confirms understanding in one step
|
|
50
|
-
- Creates status file with workflow path
|
|
51
|
-
|
|
52
|
-
### For Existing Projects
|
|
53
|
-
|
|
54
|
-
1. User runs `workflow-status`
|
|
55
|
-
2. System reads status file
|
|
56
|
-
3. Shows current state and options:
|
|
57
|
-
- Continue in-progress work
|
|
58
|
-
- Next required step
|
|
59
|
-
- Available optional workflows
|
|
60
|
-
4. User picks action
|
|
61
|
-
|
|
62
|
-
## Status File Format
|
|
63
|
-
|
|
64
|
-
Clean YAML format with all workflows listed up front:
|
|
65
|
-
|
|
66
|
-
```yaml
|
|
67
|
-
# generated: 2025-10-29
|
|
68
|
-
# project: MyProject
|
|
69
|
-
# project_type: software
|
|
70
|
-
# project_level: 2
|
|
71
|
-
# field_type: greenfield
|
|
72
|
-
# workflow_path: greenfield-level-2.yaml
|
|
73
|
-
|
|
74
|
-
workflow_status:
|
|
75
|
-
# Phase 1: Analysis
|
|
76
|
-
brainstorm-project: optional
|
|
77
|
-
research: optional
|
|
78
|
-
product-brief: recommended
|
|
79
|
-
|
|
80
|
-
# Phase 2: Planning
|
|
81
|
-
prd: docs/prd.md
|
|
82
|
-
validate-prd: optional
|
|
83
|
-
create-design: conditional
|
|
84
|
-
|
|
85
|
-
# Phase 3: Solutioning
|
|
86
|
-
create-architecture: required
|
|
87
|
-
validate-architecture: optional
|
|
88
|
-
solutioning-gate-check: required
|
|
89
|
-
```
|
|
90
|
-
|
|
91
|
-
**Status Values:**
|
|
92
|
-
|
|
93
|
-
- `required` / `optional` / `recommended` / `conditional` - Not yet started
|
|
94
|
-
- `{file-path}` - Completed (e.g., `docs/prd.md`)
|
|
95
|
-
- `skipped` - Optional workflow that was skipped
|
|
96
|
-
|
|
97
|
-
Any agent can instantly parse what they need:
|
|
98
|
-
|
|
99
|
-
- Read YAML to see all workflows and their status
|
|
100
|
-
- Check which workflows are completed vs pending
|
|
101
|
-
- Auto-detect existing work by scanning for output files
|
|
102
|
-
|
|
103
|
-
## Project Levels
|
|
104
|
-
|
|
105
|
-
Source of truth: `/src/modules/bmm/README.md` lines 77-85
|
|
106
|
-
|
|
107
|
-
- **Level 0**: Single atomic change (1 story)
|
|
108
|
-
- **Level 1**: Small feature (1-10 stories)
|
|
109
|
-
- **Level 2**: Medium project (5-15 stories)
|
|
110
|
-
- **Level 3**: Complex system (12-40 stories)
|
|
111
|
-
- **Level 4**: Enterprise scale (40+ stories)
|
|
112
|
-
|
|
113
|
-
## Workflow Paths
|
|
114
|
-
|
|
115
|
-
Each combination has its own file:
|
|
116
|
-
|
|
117
|
-
- `greenfield-level-X.yaml` - New projects at each level
|
|
118
|
-
- `brownfield-level-X.yaml` - Existing codebases at each level
|
|
119
|
-
- `game-design.yaml` - Game projects (all levels)
|
|
120
|
-
|
|
121
|
-
Benefits:
|
|
122
|
-
|
|
123
|
-
- Load only what's needed (60 lines vs 750+)
|
|
124
|
-
- Easy to maintain individual paths
|
|
125
|
-
- Clear separation of concerns
|
|
126
|
-
|
|
127
|
-
## Smart Detection
|
|
128
|
-
|
|
129
|
-
The init workflow intelligently detects:
|
|
130
|
-
|
|
131
|
-
**Project Type:**
|
|
132
|
-
|
|
133
|
-
- Finds GDD → game
|
|
134
|
-
- Otherwise → software
|
|
135
|
-
|
|
136
|
-
**Project Level:**
|
|
137
|
-
|
|
138
|
-
- Reads PRD epic/story counts
|
|
139
|
-
- Analyzes scope descriptions
|
|
140
|
-
- Makes educated guess
|
|
141
|
-
|
|
142
|
-
**Field Type:**
|
|
143
|
-
|
|
144
|
-
- Finds source code → brownfield
|
|
145
|
-
- Only planning docs → greenfield
|
|
146
|
-
- Checks git history age
|
|
147
|
-
|
|
148
|
-
**Documentation Status:**
|
|
149
|
-
|
|
150
|
-
- Finds index.md → was undocumented
|
|
151
|
-
- Good README → documented
|
|
152
|
-
- Missing docs → needs documentation
|
|
153
|
-
|
|
154
|
-
## Usage Examples
|
|
155
|
-
|
|
156
|
-
### Any Agent Checking Status
|
|
157
|
-
|
|
158
|
-
```
|
|
159
|
-
Agent: workflow-status
|
|
160
|
-
Result: "Current: Phase 2 - Planning, Next: prd (pm agent)"
|
|
161
|
-
```
|
|
162
|
-
|
|
163
|
-
### New Project Setup
|
|
164
|
-
|
|
165
|
-
```
|
|
166
|
-
Agent: workflow-status
|
|
167
|
-
System: "No status found. Run workflow-init"
|
|
168
|
-
Agent: workflow-init
|
|
169
|
-
System: "Tell me about your project"
|
|
170
|
-
User: "Building a dashboard with user management"
|
|
171
|
-
System: "Level 2 greenfield software project. Correct?"
|
|
172
|
-
User: "Yes"
|
|
173
|
-
System: "Status created! Next: pm agent, run prd"
|
|
174
|
-
```
|
|
175
|
-
|
|
176
|
-
### Smart Inference
|
|
177
|
-
|
|
178
|
-
```
|
|
179
|
-
System finds: prd-dashboard.md with 3 epics
|
|
180
|
-
System finds: package.json, src/ directory
|
|
181
|
-
System infers: Level 2 brownfield software
|
|
182
|
-
User confirms or corrects
|
|
183
|
-
```
|
|
184
|
-
|
|
185
|
-
## Philosophy
|
|
186
|
-
|
|
187
|
-
**Less Structure, More Intelligence**
|
|
188
|
-
|
|
189
|
-
Instead of complex if/else logic:
|
|
190
|
-
|
|
191
|
-
- Trust the LLM to analyze and infer
|
|
192
|
-
- Use natural language for corrections
|
|
193
|
-
- Keep menus simple and contextual
|
|
194
|
-
- Let intelligence emerge from the model
|
|
195
|
-
|
|
196
|
-
**Result:** A workflow system that feels like talking to a smart assistant, not filling out a form.
|
|
197
|
-
|
|
198
|
-
## Implementation Details
|
|
199
|
-
|
|
200
|
-
### workflow-init (6 Steps)
|
|
201
|
-
|
|
202
|
-
1. **Scan for existing work** - Check for docs, code, git history
|
|
203
|
-
2. **Confirm findings** - Show what was detected (if anything)
|
|
204
|
-
3. **Gather info** - Name, description, confirm type/level/field
|
|
205
|
-
4. **Load path file** - Select appropriate workflow definition
|
|
206
|
-
5. **Generate workflow** - Build from path file
|
|
207
|
-
6. **Create status file** - Save and show next step
|
|
208
|
-
|
|
209
|
-
### workflow-status (4 Steps)
|
|
210
|
-
|
|
211
|
-
1. **Check for status file** - Direct to init if missing
|
|
212
|
-
2. **Parse status** - Extract key-value pairs
|
|
213
|
-
3. **Display options** - Show current, required, optional
|
|
214
|
-
4. **Handle selection** - Execute user's choice
|
|
215
|
-
|
|
216
|
-
## Best Practices
|
|
217
|
-
|
|
218
|
-
1. **Let the AI guess** - It's usually right, user corrects if needed
|
|
219
|
-
2. **One conversation** - Get all info in Step 3 of init
|
|
220
|
-
3. **Simple parsing** - Key-value pairs, not complex structures
|
|
221
|
-
4. **Modular paths** - Each scenario in its own file
|
|
222
|
-
5. **Trust intelligence** - LLM understands context better than rules
|
|
223
|
-
|
|
224
|
-
## Integration
|
|
225
|
-
|
|
226
|
-
Other workflows read the status to coordinate:
|
|
227
|
-
|
|
228
|
-
- Any workflow can check CURRENT_PHASE
|
|
229
|
-
- Workflows can verify prerequisites are complete
|
|
230
|
-
- All agents can ask "what should I do?"
|
|
231
|
-
|
|
232
|
-
**Phase 4 (Implementation):**
|
|
233
|
-
|
|
234
|
-
- workflow-status only tracks sprint-planning completion
|
|
235
|
-
- After sprint-planning, all story/epic tracking happens in sprint-status.yaml
|
|
236
|
-
- Phase 4 workflows do NOT read/write workflow-status (except sprint-planning for prerequisite verification)
|
|
237
|
-
|
|
238
|
-
The workflow-status.yaml file is the single source of truth for Phases 1-3, and sprint-status.yaml takes over for Phase 4 implementation tracking.
|
|
239
|
-
|
|
240
|
-
## Benefits
|
|
241
|
-
|
|
242
|
-
✅ **Smart Detection** - Infers from existing work instead of asking everything
|
|
243
|
-
✅ **Minimal Questions** - Just name and description in most cases
|
|
244
|
-
✅ **Clean Status** - Simple key-value pairs for instant parsing
|
|
245
|
-
✅ **Modular Paths** - 60-line files instead of 750+ line monolith
|
|
246
|
-
✅ **Natural Language** - "Tell me about your project" not "Pick 1-12"
|
|
247
|
-
✅ **Intelligent Menus** - Shows only relevant options
|
|
248
|
-
✅ **Fast Parsing** - Grep instead of complex logic
|
|
249
|
-
✅ **Easy Maintenance** - Change one level without affecting others
|
|
250
|
-
|
|
251
|
-
## Future Enhancements
|
|
252
|
-
|
|
253
|
-
- Visual progress indicators
|
|
254
|
-
- Time tracking and estimates
|
|
255
|
-
- Multi-project support
|
|
256
|
-
- Team synchronization
|
|
257
|
-
|
|
258
|
-
---
|
|
259
|
-
|
|
260
|
-
**This workflow is the front door to BMad Method. Start here to know what to do next.**
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
# Brownfield Level 0 - Single Atomic Change in Existing Codebase
|
|
2
|
-
# One change to existing system
|
|
3
|
-
|
|
4
|
-
project_type: "software"
|
|
5
|
-
level: 0
|
|
6
|
-
field_type: "brownfield"
|
|
7
|
-
description: "Single atomic change to existing codebase"
|
|
8
|
-
|
|
9
|
-
phases:
|
|
10
|
-
- prerequisite: true
|
|
11
|
-
name: "Documentation"
|
|
12
|
-
conditional: "if_undocumented"
|
|
13
|
-
note: "NOT a phase - prerequisite for brownfield without docs OR post-completion cleanup"
|
|
14
|
-
workflows:
|
|
15
|
-
- id: "document-project"
|
|
16
|
-
required: true
|
|
17
|
-
agent: "analyst"
|
|
18
|
-
command: "document-project"
|
|
19
|
-
output: "Comprehensive project documentation"
|
|
20
|
-
purpose: "Understand existing codebase before planning OR create superior final docs after Phase 4"
|
|
21
|
-
|
|
22
|
-
- phase: 1
|
|
23
|
-
name: "Analysis"
|
|
24
|
-
optional: true
|
|
25
|
-
workflows:
|
|
26
|
-
- id: "brainstorm-project"
|
|
27
|
-
optional: true
|
|
28
|
-
agent: "analyst"
|
|
29
|
-
command: "brainstorm-project"
|
|
30
|
-
|
|
31
|
-
- phase: 2
|
|
32
|
-
name: "Planning"
|
|
33
|
-
required: true
|
|
34
|
-
workflows:
|
|
35
|
-
- id: "tech-spec"
|
|
36
|
-
required: true
|
|
37
|
-
agent: "architect"
|
|
38
|
-
command: "tech-spec"
|
|
39
|
-
output: "Creates single story file"
|
|
40
|
-
note: "Must understand existing patterns"
|
|
41
|
-
|
|
42
|
-
- phase: 3
|
|
43
|
-
name: "Solutioning"
|
|
44
|
-
skip: true
|
|
45
|
-
|
|
46
|
-
- phase: 4
|
|
47
|
-
name: "Implementation"
|
|
48
|
-
required: true
|
|
49
|
-
workflows:
|
|
50
|
-
- id: "sprint-planning"
|
|
51
|
-
required: true
|
|
52
|
-
agent: "sm"
|
|
53
|
-
command: "sprint-planning"
|
|
54
|
-
note: "Creates sprint plan with all stories - subsequent work tracked in sprint plan output, not workflow-status"
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
# Brownfield Level 2 - Medium Project in Existing Codebase
|
|
2
|
-
# 5-15 stories, multiple features added to existing system
|
|
3
|
-
|
|
4
|
-
project_type: "software"
|
|
5
|
-
level: 2
|
|
6
|
-
field_type: "brownfield"
|
|
7
|
-
description: "Medium project adding multiple features to existing codebase"
|
|
8
|
-
|
|
9
|
-
phases:
|
|
10
|
-
- prerequisite: true
|
|
11
|
-
name: "Documentation"
|
|
12
|
-
conditional: "if_undocumented"
|
|
13
|
-
note: "NOT a phase - prerequisite for brownfield without docs OR post-completion cleanup"
|
|
14
|
-
workflows:
|
|
15
|
-
- id: "document-project"
|
|
16
|
-
required: true
|
|
17
|
-
agent: "analyst"
|
|
18
|
-
command: "document-project"
|
|
19
|
-
output: "Comprehensive project documentation"
|
|
20
|
-
purpose: "Understand existing codebase before planning OR create superior final docs after Phase 4"
|
|
21
|
-
|
|
22
|
-
- phase: 1
|
|
23
|
-
name: "Analysis"
|
|
24
|
-
optional: true
|
|
25
|
-
workflows:
|
|
26
|
-
- id: "brainstorm-project"
|
|
27
|
-
optional: true
|
|
28
|
-
agent: "analyst"
|
|
29
|
-
command: "brainstorm-project"
|
|
30
|
-
- id: "research"
|
|
31
|
-
optional: true
|
|
32
|
-
agent: "analyst"
|
|
33
|
-
command: "research"
|
|
34
|
-
- id: "product-brief"
|
|
35
|
-
optional: true
|
|
36
|
-
agent: "analyst"
|
|
37
|
-
command: "product-brief"
|
|
38
|
-
|
|
39
|
-
- phase: 2
|
|
40
|
-
name: "Planning"
|
|
41
|
-
required: true
|
|
42
|
-
workflows:
|
|
43
|
-
- id: "prd"
|
|
44
|
-
recommended: true
|
|
45
|
-
agent: "pm"
|
|
46
|
-
command: "prd"
|
|
47
|
-
output: "Focused PRD for new features"
|
|
48
|
-
note: "Must consider existing system constraints"
|
|
49
|
-
- id: "validate-prd"
|
|
50
|
-
optional: true
|
|
51
|
-
agent: "pm"
|
|
52
|
-
command: "validate-prd"
|
|
53
|
-
- id: "tech-spec"
|
|
54
|
-
required: true
|
|
55
|
-
agent: "pm"
|
|
56
|
-
command: "tech-spec"
|
|
57
|
-
output: "Creates spec with multiple story files"
|
|
58
|
-
note: "Integrate with existing patterns"
|
|
59
|
-
- id: "create-design"
|
|
60
|
-
conditional: "if_has_ui"
|
|
61
|
-
agent: "ux-designer"
|
|
62
|
-
command: "create-design"
|
|
63
|
-
|
|
64
|
-
- phase: 3
|
|
65
|
-
name: "Solutioning"
|
|
66
|
-
skip: true
|
|
67
|
-
|
|
68
|
-
- phase: 4
|
|
69
|
-
name: "Implementation"
|
|
70
|
-
required: true
|
|
71
|
-
workflows:
|
|
72
|
-
- id: "sprint-planning"
|
|
73
|
-
required: true
|
|
74
|
-
agent: "sm"
|
|
75
|
-
command: "sprint-planning"
|
|
76
|
-
note: "Creates sprint plan with all stories - subsequent work tracked in sprint plan output, not workflow-status"
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
# Brownfield Level 4 - Enterprise Scale Changes to Existing System
|
|
2
|
-
# 40+ stories, major expansion of existing enterprise system
|
|
3
|
-
|
|
4
|
-
project_type: "software"
|
|
5
|
-
level: 4
|
|
6
|
-
field_type: "brownfield"
|
|
7
|
-
description: "Enterprise scale expansion of existing system"
|
|
8
|
-
|
|
9
|
-
phases:
|
|
10
|
-
- prerequisite: true
|
|
11
|
-
name: "Documentation"
|
|
12
|
-
conditional: "if_undocumented"
|
|
13
|
-
note: "NOT a phase - prerequisite for brownfield without docs OR post-completion cleanup. Critical for enterprise-scale changes"
|
|
14
|
-
workflows:
|
|
15
|
-
- id: "document-project"
|
|
16
|
-
required: true
|
|
17
|
-
agent: "analyst"
|
|
18
|
-
command: "document-project"
|
|
19
|
-
output: "Comprehensive project documentation"
|
|
20
|
-
purpose: "Understand existing codebase before planning OR create superior final docs after Phase 4"
|
|
21
|
-
|
|
22
|
-
- phase: 1
|
|
23
|
-
name: "Analysis"
|
|
24
|
-
required: true
|
|
25
|
-
workflows:
|
|
26
|
-
- id: "brainstorm-project"
|
|
27
|
-
recommended: true
|
|
28
|
-
agent: "analyst"
|
|
29
|
-
command: "brainstorm-project"
|
|
30
|
-
- id: "research"
|
|
31
|
-
required: true
|
|
32
|
-
agent: "analyst"
|
|
33
|
-
command: "research"
|
|
34
|
-
note: "Research existing system architecture deeply"
|
|
35
|
-
- id: "product-brief"
|
|
36
|
-
required: true
|
|
37
|
-
agent: "analyst"
|
|
38
|
-
command: "product-brief"
|
|
39
|
-
note: "Strategic brief for major expansion"
|
|
40
|
-
|
|
41
|
-
- phase: 2
|
|
42
|
-
name: "Planning"
|
|
43
|
-
required: true
|
|
44
|
-
workflows:
|
|
45
|
-
- id: "prd"
|
|
46
|
-
required: true
|
|
47
|
-
agent: "pm"
|
|
48
|
-
command: "prd"
|
|
49
|
-
output: "Comprehensive PRD considering existing system"
|
|
50
|
-
- id: "validate-prd"
|
|
51
|
-
optional: true
|
|
52
|
-
agent: "pm"
|
|
53
|
-
command: "validate-prd"
|
|
54
|
-
- id: "create-design"
|
|
55
|
-
required: true
|
|
56
|
-
agent: "ux-designer"
|
|
57
|
-
command: "create-design"
|
|
58
|
-
note: "Multiple UI/UX specifications"
|
|
59
|
-
|
|
60
|
-
- phase: 3
|
|
61
|
-
name: "Solutioning"
|
|
62
|
-
required: true
|
|
63
|
-
workflows:
|
|
64
|
-
- id: "create-architecture"
|
|
65
|
-
required: true
|
|
66
|
-
agent: "architect"
|
|
67
|
-
command: "create-architecture"
|
|
68
|
-
output: "Architecture for system expansion"
|
|
69
|
-
note: "Must maintain backward compatibility"
|
|
70
|
-
- id: "validate-architecture"
|
|
71
|
-
optional: true
|
|
72
|
-
agent: "architect"
|
|
73
|
-
command: "validate-architecture"
|
|
74
|
-
- id: "solutioning-gate-check"
|
|
75
|
-
required: true
|
|
76
|
-
agent: "architect"
|
|
77
|
-
command: "solutioning-gate-check"
|
|
78
|
-
note: "Critical validation before major changes"
|
|
79
|
-
|
|
80
|
-
- phase: 4
|
|
81
|
-
name: "Implementation"
|
|
82
|
-
required: true
|
|
83
|
-
workflows:
|
|
84
|
-
- id: "sprint-planning"
|
|
85
|
-
required: true
|
|
86
|
-
agent: "sm"
|
|
87
|
-
command: "sprint-planning"
|
|
88
|
-
note: "Creates sprint plan with all stories - subsequent work tracked in sprint plan output, not workflow-status"
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
# Greenfield Level 0 - Single Atomic Change
|
|
2
|
-
# The simplest possible workflow - one change, one story
|
|
3
|
-
|
|
4
|
-
project_type: "software"
|
|
5
|
-
level: 0
|
|
6
|
-
field_type: "greenfield"
|
|
7
|
-
description: "Single atomic change - bug fix, tiny feature, one story"
|
|
8
|
-
|
|
9
|
-
phases:
|
|
10
|
-
- phase: 1
|
|
11
|
-
name: "Analysis"
|
|
12
|
-
optional: true
|
|
13
|
-
workflows:
|
|
14
|
-
- id: "brainstorm-project"
|
|
15
|
-
optional: true
|
|
16
|
-
agent: "analyst"
|
|
17
|
-
command: "brainstorm-project"
|
|
18
|
-
- id: "product-brief"
|
|
19
|
-
optional: true
|
|
20
|
-
agent: "analyst"
|
|
21
|
-
command: "product-brief"
|
|
22
|
-
|
|
23
|
-
- phase: 2
|
|
24
|
-
name: "Planning"
|
|
25
|
-
required: true
|
|
26
|
-
workflows:
|
|
27
|
-
- id: "tech-spec"
|
|
28
|
-
required: true
|
|
29
|
-
agent: "pm"
|
|
30
|
-
command: "tech-spec"
|
|
31
|
-
output: "Creates Technical Specification with single story file"
|
|
32
|
-
|
|
33
|
-
- phase: 3
|
|
34
|
-
name: "Solutioning"
|
|
35
|
-
skip: true
|
|
36
|
-
|
|
37
|
-
- phase: 4
|
|
38
|
-
name: "Implementation"
|
|
39
|
-
required: true
|
|
40
|
-
workflows:
|
|
41
|
-
- id: "sprint-planning"
|
|
42
|
-
required: true
|
|
43
|
-
agent: "sm"
|
|
44
|
-
command: "sprint-planning"
|
|
45
|
-
note: "Creates sprint plan with all stories - subsequent work tracked in sprint plan output, not workflow-status"
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
# Greenfield Level 3 - Complex System
|
|
2
|
-
# Subsystems, integrations, architectural decisions required
|
|
3
|
-
|
|
4
|
-
project_type: "software"
|
|
5
|
-
level: 3
|
|
6
|
-
field_type: "greenfield"
|
|
7
|
-
description: "Complex system - subsystems, integrations, architectural decisions"
|
|
8
|
-
|
|
9
|
-
phases:
|
|
10
|
-
- phase: 1
|
|
11
|
-
name: "Analysis"
|
|
12
|
-
optional: true
|
|
13
|
-
workflows:
|
|
14
|
-
- id: "brainstorm-project"
|
|
15
|
-
optional: true
|
|
16
|
-
agent: "analyst"
|
|
17
|
-
command: "brainstorm-project"
|
|
18
|
-
- id: "research"
|
|
19
|
-
optional: true
|
|
20
|
-
agent: "analyst"
|
|
21
|
-
command: "research"
|
|
22
|
-
note: "Multiple research areas likely"
|
|
23
|
-
- id: "product-brief"
|
|
24
|
-
recommended: true
|
|
25
|
-
agent: "analyst"
|
|
26
|
-
command: "product-brief"
|
|
27
|
-
|
|
28
|
-
- phase: 2
|
|
29
|
-
name: "Planning"
|
|
30
|
-
required: true
|
|
31
|
-
workflows:
|
|
32
|
-
- id: "prd"
|
|
33
|
-
required: true
|
|
34
|
-
agent: "pm"
|
|
35
|
-
command: "prd"
|
|
36
|
-
output: "High-level requirements and epic definitions"
|
|
37
|
-
- id: "validate-prd"
|
|
38
|
-
optional: true
|
|
39
|
-
agent: "pm"
|
|
40
|
-
command: "validate-prd"
|
|
41
|
-
- id: "create-design"
|
|
42
|
-
conditional: "if_has_ui"
|
|
43
|
-
agent: "ux-designer"
|
|
44
|
-
command: "create-design"
|
|
45
|
-
|
|
46
|
-
- phase: 3
|
|
47
|
-
name: "Solutioning"
|
|
48
|
-
required: true
|
|
49
|
-
workflows:
|
|
50
|
-
- id: "create-architecture"
|
|
51
|
-
required: true
|
|
52
|
-
agent: "architect"
|
|
53
|
-
command: "create-architecture"
|
|
54
|
-
output: "System-wide architecture document"
|
|
55
|
-
- id: "validate-architecture"
|
|
56
|
-
optional: true
|
|
57
|
-
agent: "architect"
|
|
58
|
-
command: "validate-architecture"
|
|
59
|
-
- id: "solutioning-gate-check"
|
|
60
|
-
recommended: true
|
|
61
|
-
agent: "architect"
|
|
62
|
-
command: "solutioning-gate-check"
|
|
63
|
-
note: "Validate PRD + UX + architecture cohesion before implementation"
|
|
64
|
-
|
|
65
|
-
- phase: 4
|
|
66
|
-
name: "Implementation"
|
|
67
|
-
required: true
|
|
68
|
-
workflows:
|
|
69
|
-
- id: "sprint-planning"
|
|
70
|
-
required: true
|
|
71
|
-
agent: "sm"
|
|
72
|
-
command: "sprint-planning"
|
|
73
|
-
note: "Creates sprint plan with all stories - subsequent work tracked in sprint plan output, not workflow-status"
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
# Greenfield Level 4 - Enterprise Scale
|
|
2
|
-
# Multiple products, enterprise architecture, 40+ stories
|
|
3
|
-
|
|
4
|
-
project_type: "software"
|
|
5
|
-
level: 4
|
|
6
|
-
field_type: "greenfield"
|
|
7
|
-
description: "Enterprise scale - multiple products, enterprise architecture"
|
|
8
|
-
|
|
9
|
-
phases:
|
|
10
|
-
- phase: 1
|
|
11
|
-
name: "Analysis"
|
|
12
|
-
required: true
|
|
13
|
-
workflows:
|
|
14
|
-
- id: "brainstorm-project"
|
|
15
|
-
recommended: true
|
|
16
|
-
agent: "analyst"
|
|
17
|
-
command: "brainstorm-project"
|
|
18
|
-
- id: "research"
|
|
19
|
-
required: false
|
|
20
|
-
agent: "analyst"
|
|
21
|
-
command: "research"
|
|
22
|
-
note: "Extensive research across multiple domains"
|
|
23
|
-
- id: "product-brief"
|
|
24
|
-
required: true
|
|
25
|
-
agent: "analyst"
|
|
26
|
-
command: "product-brief"
|
|
27
|
-
note: "Strategic brief for enterprise scope"
|
|
28
|
-
|
|
29
|
-
- phase: 2
|
|
30
|
-
name: "Planning"
|
|
31
|
-
required: true
|
|
32
|
-
workflows:
|
|
33
|
-
- id: "prd"
|
|
34
|
-
required: true
|
|
35
|
-
agent: "pm"
|
|
36
|
-
command: "prd"
|
|
37
|
-
output: "Comprehensive product requirements document"
|
|
38
|
-
- id: "validate-prd"
|
|
39
|
-
optional: true
|
|
40
|
-
agent: "pm"
|
|
41
|
-
command: "validate-prd"
|
|
42
|
-
- id: "create-design"
|
|
43
|
-
required: true
|
|
44
|
-
agent: "ux-designer"
|
|
45
|
-
command: "create-design"
|
|
46
|
-
note: "Multiple UI/UX specifications needed"
|
|
47
|
-
|
|
48
|
-
- phase: 3
|
|
49
|
-
name: "Solutioning"
|
|
50
|
-
required: true
|
|
51
|
-
workflows:
|
|
52
|
-
- id: "create-architecture"
|
|
53
|
-
required: true
|
|
54
|
-
agent: "architect"
|
|
55
|
-
command: "create-architecture"
|
|
56
|
-
output: "Enterprise architecture documentation"
|
|
57
|
-
- id: "validate-architecture"
|
|
58
|
-
optional: true
|
|
59
|
-
agent: "architect"
|
|
60
|
-
command: "validate-architecture"
|
|
61
|
-
- id: "solutioning-gate-check"
|
|
62
|
-
required: true
|
|
63
|
-
agent: "architect"
|
|
64
|
-
command: "solutioning-gate-check"
|
|
65
|
-
note: "Validate PRD + UX + architecture cohesion before implementation"
|
|
66
|
-
|
|
67
|
-
- phase: 4
|
|
68
|
-
name: "Implementation"
|
|
69
|
-
required: true
|
|
70
|
-
workflows:
|
|
71
|
-
- id: "sprint-planning"
|
|
72
|
-
required: true
|
|
73
|
-
agent: "sm"
|
|
74
|
-
command: "sprint-planning"
|
|
75
|
-
note: "Creates sprint plan with all stories - subsequent work tracked in sprint plan output, not workflow-status"
|