sprint-status.yaml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. # generated: 2026-07-07
  2. # last_updated: 2026-07-07
  3. # project: wordle
  4. # project_key: NOKEY
  5. # tracking_system: file-system
  6. # story_location: {project-root}/_bmad-output/implementation-artifacts
  7. # STATUS DEFINITIONS:
  8. # ==================
  9. # Epic Status:
  10. # - backlog: Epic not yet started
  11. # - in-progress: Epic actively being worked on
  12. # - done: All stories in epic completed
  13. #
  14. # Epic Status Transitions:
  15. # - backlog → in-progress: Automatically when first story is created (via create-story)
  16. # - in-progress → done: Manually when all stories reach 'done' status
  17. #
  18. # Story Status:
  19. # - backlog: Story only exists in epic file
  20. # - ready-for-dev: Story file created in stories folder
  21. # - in-progress: Developer actively working on implementation
  22. # - review: Ready for code review (via Dev's code-review workflow)
  23. # - done: Story completed
  24. #
  25. # Retrospective Status:
  26. # - optional: Can be completed but not required
  27. # - done: Retrospective has been completed
  28. #
  29. # Action Item Status:
  30. # - open: Committed during a retrospective, not yet addressed
  31. # - in-progress: Actively being worked on
  32. # - done: Completed
  33. #
  34. # WORKFLOW NOTES:
  35. # ===============
  36. # - Epic transitions to 'in-progress' automatically when first story is created
  37. # - Stories can be worked in parallel if team capacity allows
  38. # - Developer typically creates next story after previous one is 'done' to incorporate learnings
  39. # - Dev moves story to 'review', then runs code-review (fresh context, different LLM recommended)
  40. # - Retrospective appends its action items to action_items; sprint-status surfaces open ones
  41. generated: 2026-07-07
  42. last_updated: 2026-07-07
  43. project: wordle
  44. project_key: NOKEY
  45. tracking_system: file-system
  46. story_location: _bmad-output/implementation-artifacts
  47. development_status:
  48. epic-1: in-progress
  49. 1-1-project-foundation-daily-word-setup: review
  50. 1-2-guess-validation-feedback: review
  51. 1-3-play-again-skill-tracking: review
  52. epic-1-retrospective: optional
  53. epic-2: done
  54. 2-1-solver-script-word-ranking: review
  55. epic-2-retrospective: optional