57 lines
1.6 KiB
YAML
57 lines
1.6 KiB
YAML
# BMad Quick Flow - Greenfield
|
|
# Fast spec-driven development path (1-10 stories typically)
|
|
|
|
method_name: "BMad Quick Flow"
|
|
track: "quick-flow"
|
|
field_type: "greenfield"
|
|
description: "Spec-driven development for greenfield projects - streamlined path without sprint overhead"
|
|
|
|
phases:
|
|
- phase: 0
|
|
name: "Discovery (Optional)"
|
|
optional: true
|
|
note: "User-selected during workflow-init"
|
|
workflows:
|
|
- id: "brainstorm-project"
|
|
optional: true
|
|
agent: "analyst"
|
|
command: "brainstorm-project"
|
|
included_by: "user_choice"
|
|
|
|
- id: "research"
|
|
optional: true
|
|
agent: "analyst"
|
|
command: "research"
|
|
included_by: "user_choice"
|
|
note: "Can have multiple research workflows"
|
|
|
|
- phase: 1
|
|
name: "Spec Engineering"
|
|
required: true
|
|
workflows:
|
|
- id: "create-tech-spec"
|
|
required: true
|
|
agent: "quick-flow-solo-dev"
|
|
command: "create-tech-spec"
|
|
output: "Technical Specification with implementation-ready stories"
|
|
note: "Stories contain all context for execution"
|
|
|
|
- phase: 2
|
|
name: "Implementation"
|
|
required: true
|
|
note: "Barry executes all stories, optional code-review after each"
|
|
workflows:
|
|
- id: "dev-spec"
|
|
required: true
|
|
repeat: true
|
|
agent: "quick-flow-solo-dev"
|
|
command: "dev-spec"
|
|
note: "Execute stories from spec - Barry is the one-man powerhouse"
|
|
|
|
- id: "code-review"
|
|
optional: true
|
|
repeat: true
|
|
agent: "quick-flow-solo-dev"
|
|
command: "code-review"
|
|
note: "Review completed story implementation"
|