bmm-workflow-status.yaml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. # BMAD Method Workflow Status
  2. # Generated: 2025-11-29T13:58:02Z
  3. # Project: claude-code-hub
  4. project_name: "claude-code-hub"
  5. project_type: "web-app"
  6. project_level: 4
  7. communication_language: "English"
  8. output_language: "English"
  9. last_updated: "2025-11-29T16:00:00Z"
  10. # Workflow Status Tracking
  11. # Status values:
  12. # - "required" - Must be completed
  13. # - "optional" - Can be skipped
  14. # - "recommended" - Strongly suggested
  15. # - "conditional" - Required based on project level
  16. # - "{file-path}" - Completed (path to output file)
  17. # - "skipped" - Explicitly skipped
  18. workflow_status:
  19. # Phase 1: Analysis (Optional but recommended)
  20. - name: product-brief
  21. phase: 1
  22. status: "docs/product-brief-claude-code-hub-2025-11-29.md"
  23. description: "Create comprehensive product brief"
  24. - name: brainstorm-project
  25. phase: 1
  26. status: "optional"
  27. description: "Structured brainstorming session"
  28. - name: research
  29. phase: 1
  30. status: "optional"
  31. description: "Market and competitive research"
  32. # Phase 2: Planning (Required - choose one based on project level)
  33. - name: prd
  34. phase: 2
  35. status: "docs/prd-claude-code-hub-2025-11-29.md"
  36. description: "Product Requirements Document"
  37. - name: tech-spec
  38. phase: 2
  39. status: "optional" # optional for level 2+
  40. description: "Technical Specification"
  41. - name: create-ux-design
  42. phase: 2
  43. status: "optional"
  44. description: "UX/UI design workflow"
  45. # Phase 3: Solutioning (Conditional on project level)
  46. - name: architecture
  47. phase: 3
  48. status: "docs/architecture-claude-code-hub-2025-11-29.md"
  49. description: "System architecture design"
  50. - name: solutioning-gate-check
  51. phase: 3
  52. status: "optional"
  53. description: "Validate architecture against requirements"
  54. # Phase 4: Implementation (Required)
  55. # Note: Implementation tracked in sprint-status.yaml