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

59 lines
1.6 KiB
YAML
Raw Normal View History

# BMad Quick Flow - Brownfield
# Fast implementation path for existing codebases (1-15 stories typically)
2025-10-17 00:44:05 -05:00
method_name: "BMad Quick Flow"
track: "quick-flow"
2025-10-17 00:44:05 -05:00
field_type: "brownfield"
description: "Fast tech-spec based implementation for brownfield projects"
2025-10-17 00:44:05 -05:00
phases:
- prerequisite: true
2025-10-17 00:44:05 -05:00
name: "Documentation"
conditional: "if_undocumented"
note: "NOT a phase - prerequisite for brownfield without docs"
2025-10-17 00:44:05 -05:00
workflows:
- id: "document-project"
required: true
agent: "analyst"
command: "document-project"
output: "Comprehensive project documentation"
purpose: "Understand existing codebase before planning"
2025-10-17 00:44:05 -05:00
- phase: 0
name: "Discovery (Optional)"
2025-10-17 00:44:05 -05:00
optional: true
note: "User-selected during workflow-init"
2025-10-17 00:44:05 -05:00
workflows:
- id: "brainstorm-project"
optional: true
agent: "analyst"
command: "brainstorm-project"
included_by: "user_choice"
2025-10-17 00:44:05 -05:00
- id: "research"
optional: true
agent: "analyst"
command: "research"
included_by: "user_choice"
2025-10-17 00:44:05 -05:00
- phase: 1
2025-10-17 00:44:05 -05:00
name: "Planning"
required: true
workflows:
- id: "tech-spec"
required: true
agent: "pm"
2025-10-17 00:44:05 -05:00
command: "tech-spec"
output: "Technical Specification with stories (auto-detects epic if 2+ stories)"
note: "Integrates with existing codebase patterns from document-project"
2025-10-17 00:44:05 -05:00
- phase: 2
2025-10-17 00:44:05 -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"