LogoSkills

BMAD Method Sprint Status

project_name: "{{PROJECT_NAME}}"

# BMAD Method Sprint Status
# Generated:  { { TIMESTAMP } } 
 # Project:  { { PROJECT_NAME } } 

 project_name:  " { { PROJECT_NAME } } " 
 sprint_number: 1
sprint_goal:  " { { SPRINT_GOAL } } " 
 sprint_start_date:  " { { START_DATE } } " 
 sprint_end_date:  " " 
 last_updated:  " { { TIMESTAMP } } " 

 # Epic Branch Tracking
epic_branches: []
  # Example structure:
  # - epic_id:  " "             # ZenHub epic issue ID
  #   epic_name:  " "           # Epic display name
  #   branch:  " "              # epic branch name (e.g., epic/EPIC-025-coui-flutter-maintenance)
  #   created: false        # whether branch has been created
  #   pr_url:  " "              # epic → main PR URL
  #   pr_status:  " "           # open | merged | closed

# Epic and Story Tracking
epics: []
  # Example structure:
  # - id:  " epic-001 " 
   #   name:  " Epic Name " 
   #   description:  " Epic description " 
   #   status:  " not-started "    # not-started, in-progress, completed
  #   zh_issue_id:  " "           # ZenHub issue ID
  #   zh_issue_number: null   # GitHub issue number
  #   zh_issue_url:  " "          # GitHub issue URL
  #   zh_pipeline:  " "           # Current ZenHub pipeline
  #   stories:
  #     - id:  " story-001 " 
   #       name:  " Story name " 
   #       description:  " Story description " 
   #       status:  " not-started "    # not-started, in-progress, dev-complete, code-review, done
  #       file:  " docs/stories/epic-001/story-001.md " 
   #       assigned_to:  " " 
   #       estimate:  " " 
   #       actual:  " " 
   #       branch:  " "             # story branch name (e.g., story/STORY-008-dcm-warning-zero)
  #       epic_branch:  " "        # parent epic branch name
  #       pr_url:  " "             # story → epic PR URL
  #       pr_status:  " "          # open | merged | closed
  #       zh_issue_id:  " "        # ZenHub issue ID
  #       zh_issue_number: null  # GitHub issue number
  #       zh_issue_url:  " "       # GitHub issue URL
  #       zh_pipeline:  " "        # Current ZenHub pipeline
  #       sub_tasks: []
  #         # - id:  " sub-task-001 " 
   #         #   title:  " Sub-task title " 
   #         #   status:  " not-started "    # not-started, in-progress, done
  #         #   zh_issue_id:  " " 
   #         #   zh_issue_number: null
  #         #   zh_issue_url:  " " 
   #         #   zh_pipeline:  " " 

 # Sprint Metrics
metrics:
  total_epics: 0
  total_stories: 0
  stories_completed: 0
  stories_in_progress: 0
  stories_not_started: 0
  total_sub_tasks: 0
  sub_tasks_completed: 0
  total_points: 0
  completed_points: 0