| 1234567891011121314151617181920212223242526272829 |
- # BMM Workflow Path Configuration
- # Generated: 2026-01-16T02:23:00Z
- # Project: 188-179-template-6
- project_level: 4
- project_type: 2
- workflow_mode: implementation
- # Recommended workflows for this project level
- recommended_workflows:
- - sprint-planning
- - create-story
- - dev-story
- - code-review
- - sprint-status
- - retrospective
- - correct-course
- # Level descriptions:
- # Level 1 (analysis): Market research, technical research, domain analysis
- # Level 2 (planning): PRD, UX Design
- # Level 3 (solutioning): Architecture, Epics & Stories
- # Level 4 (implementation): Sprint Planning, Development, Code Review
- # Type descriptions:
- # 1 (greenfield): New project from scratch
- # 2 (brownfield): Existing codebase, consider existing patterns
- # 3 (migration): Migrating from another framework/platform
- # 4 (enhancement): Extending existing functionality
|