Skip to content

Latest commit

 

History

History
97 lines (80 loc) · 5.21 KB

File metadata and controls

97 lines (80 loc) · 5.21 KB

← Back to README

Backlog

Status Legend

  • Open - Ready to be picked up
  • In Progress - Currently being worked on
  • Done - Completed

Table of Contents

In Progress

Open

Done


Notes

  • ID prefix: SC (shortcuts)
  • Use format [SC-###] for item IDs - global sequential numbering
  • Keep items actionable with clear acceptance criteria
  • Do NOT list commit hashes in backlog entries - the backlog is part of the commit itself, so hashes are circular and go stale after squash/rebase

Closing an item (checklist)

  1. Verify acceptance criteria - all [ ] must be [x]. Do NOT close with unchecked items.
  2. Update the heading - add ✅ DONE - prefix (e.g., # [SC-004] ✅ DONE - …)
  3. Update the Status field - change to **Status**: Done (YYYY-MM-DD)
  4. Update this README - move the entry from its current section to Done

← Back to README