|
|
1 month ago | |
|---|---|---|
| .. | ||
| .gitkeep | 1 month ago | |
| README.md | 1 month ago | |
Purpose: Store prioritized backlog items, feature requests, and implementation tasks ready for development.
This directory contains backlog artifacts that bridge planning and execution:
Use descriptive, kebab-case names with priority or sprint indicators:
{feature-name}-backlog.md
{sprint-name}-stories.md
{feature-name}-technical-tasks.md
{priority}-{feature-name}.md
See example backlog items in this directory to understand the expected format and detail level.
A well-formed backlog item includes:
## Title
Brief description of the feature or task
## User Story (if applicable)
As a [persona], I want [capability] so that [benefit]
## Acceptance Criteria
- [ ] Criterion 1
- [ ] Criterion 2
## Technical Notes
Architecture references, dependencies, constraints
## Estimation
Effort estimate and complexity assessment
## Priority
High / Medium / Low with rationale
Note: This directory is part of the .tmp/ workspace and is gitignored by default. Archive completed backlog items to permanent locations for historical reference.