| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- # BMAD Method Workflow Status
- # Generated: 2025-11-29T13:58:02Z
- # Project: claude-code-hub
- project_name: "claude-code-hub"
- project_type: "web-app"
- project_level: 4
- communication_language: "English"
- output_language: "English"
- last_updated: "2025-11-29T16:00:00Z"
- # Workflow Status Tracking
- # Status values:
- # - "required" - Must be completed
- # - "optional" - Can be skipped
- # - "recommended" - Strongly suggested
- # - "conditional" - Required based on project level
- # - "{file-path}" - Completed (path to output file)
- # - "skipped" - Explicitly skipped
- workflow_status:
- # Phase 1: Analysis (Optional but recommended)
- - name: product-brief
- phase: 1
- status: "docs/product-brief-claude-code-hub-2025-11-29.md"
- description: "Create comprehensive product brief"
- - name: brainstorm-project
- phase: 1
- status: "optional"
- description: "Structured brainstorming session"
- - name: research
- phase: 1
- status: "optional"
- description: "Market and competitive research"
- # Phase 2: Planning (Required - choose one based on project level)
- - name: prd
- phase: 2
- status: "docs/prd-claude-code-hub-2025-11-29.md"
- description: "Product Requirements Document"
- - name: tech-spec
- phase: 2
- status: "optional" # optional for level 2+
- description: "Technical Specification"
- - name: create-ux-design
- phase: 2
- status: "optional"
- description: "UX/UI design workflow"
- # Phase 3: Solutioning (Conditional on project level)
- - name: architecture
- phase: 3
- status: "docs/architecture-claude-code-hub-2025-11-29.md"
- description: "System architecture design"
- - name: solutioning-gate-check
- phase: 3
- status: "optional"
- description: "Validate architecture against requirements"
- # Phase 4: Implementation (Required)
- # Note: Implementation tracked in sprint-status.yaml
|