Files
BMAD-METHOD/src/modules/bmm/workflows/workflow-status/paths/quick-flow-greenfield.yaml

48 lines
1.3 KiB
YAML
Raw Normal View History

# BMad Quick Flow - Greenfield
# Fast implementation path with tech-spec planning (1-15 stories typically)
2025-10-17 00:19:45 -05:00
method_name: "BMad Quick Flow"
track: "quick-flow"
2025-10-17 00:19:45 -05:00
field_type: "greenfield"
description: "Fast tech-spec based implementation for greenfield projects"
2025-10-17 00:19:45 -05:00
phases:
- phase: 0
name: "Discovery (Optional)"
2025-10-17 00:19:45 -05:00
optional: true
note: "User-selected during workflow-init"
2025-10-17 00:19:45 -05:00
workflows:
- id: "brainstorm-project"
optional: true
agent: "analyst"
command: "brainstorm-project"
included_by: "user_choice"
2025-10-17 00:19:45 -05:00
- id: "research"
optional: true
agent: "analyst"
command: "research"
included_by: "user_choice"
note: "Can have multiple research workflows"
2025-10-17 00:19:45 -05:00
- phase: 1
2025-10-17 00:19:45 -05:00
name: "Planning"
required: true
workflows:
- id: "tech-spec"
required: true
agent: "pm"
2025-10-17 00:19:45 -05:00
command: "tech-spec"
output: "Technical Specification with stories (auto-detects epic if 2+ stories)"
note: "Quick Spec Flow - implementation-focused planning"
2025-10-17 00:19:45 -05:00
- phase: 2
2025-10-17 00:19:45 -05:00
name: "Implementation"
required: true
workflows:
2025-10-21 20:37:59 -05:00
- id: "sprint-planning"
required: true
agent: "sm"
command: "sprint-planning"
note: "Creates sprint plan with all stories - subsequent work tracked in sprint plan output, not workflow-status"