workflow-path.yaml 855 B

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