| id | doc-009 |
|---|---|
| title | Backlog Structure Overview |
| type | other |
| created_date | 2026-04-01 15:29 |
This project uses a structured backlog system located in the backlog/ directory, with a central dashboard at Backlog.md in the root.
backlog/tasks/: Individual task files. Each task is a Markdown file describing the goal, status, priority, and acceptance criteria.backlog/decisions/: Architectural Decision Records (ADRs). These document "why" a significant architectural change was made.backlog/docs/: Technical and operational documentation. All documentation from the legacydocs/folder has been consolidated here.backlog/completed/: Historical task files that have been finished.backlog/archive/: Outdated or superseded documentation and tasks.
- Discovery: Before starting work, check the
Backlog.mdandbacklog/tasks/for existing items. - Creation: New tasks should be created as Markdown files in
backlog/tasks/. - Execution: Update the status of the task as work progresses.
- Finalization: When a task is complete, move the file to
backlog/completed/and update theBacklog.mdsummary.
All significant architectural changes must be preceded by an ADR in backlog/decisions/. This ensures that the rationale for changes is preserved for future maintainers.