| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- # generated: 2026-07-07
- # last_updated: 2026-07-07
- # project: wordle
- # project_key: NOKEY
- # tracking_system: file-system
- # story_location: {project-root}/_bmad-output/implementation-artifacts
- # STATUS DEFINITIONS:
- # ==================
- # Epic Status:
- # - backlog: Epic not yet started
- # - in-progress: Epic actively being worked on
- # - done: All stories in epic completed
- #
- # Epic Status Transitions:
- # - backlog → in-progress: Automatically when first story is created (via create-story)
- # - in-progress → done: Manually when all stories reach 'done' status
- #
- # Story Status:
- # - backlog: Story only exists in epic file
- # - ready-for-dev: Story file created in stories folder
- # - in-progress: Developer actively working on implementation
- # - review: Ready for code review (via Dev's code-review workflow)
- # - done: Story completed
- #
- # Retrospective Status:
- # - optional: Can be completed but not required
- # - done: Retrospective has been completed
- #
- # Action Item Status:
- # - open: Committed during a retrospective, not yet addressed
- # - in-progress: Actively being worked on
- # - done: Completed
- #
- # WORKFLOW NOTES:
- # ===============
- # - Epic transitions to 'in-progress' automatically when first story is created
- # - Stories can be worked in parallel if team capacity allows
- # - Developer typically creates next story after previous one is 'done' to incorporate learnings
- # - Dev moves story to 'review', then runs code-review (fresh context, different LLM recommended)
- # - Retrospective appends its action items to action_items; sprint-status surfaces open ones
- generated: 2026-07-07
- last_updated: 2026-07-07
- project: wordle
- project_key: NOKEY
- tracking_system: file-system
- story_location: _bmad-output/implementation-artifacts
- development_status:
- epic-1: in-progress
- 1-1-project-foundation-daily-word-setup: review
- 1-2-guess-validation-feedback: review
- 1-3-play-again-skill-tracking: review
- epic-1-retrospective: optional
- epic-2: done
- 2-1-solver-script-word-ranking: review
- epic-2-retrospective: optional
|