70 lines
1.7 KiB
Markdown
70 lines
1.7 KiB
Markdown
# Sprint Index
|
|
|
|
This directory contains sprint task documents for AI agents.
|
|
|
|
## Quick Links
|
|
|
|
| Document | Purpose |
|
|
|----------|---------|
|
|
| [SPRINT_TEMPLATE.md](./SPRINT_TEMPLATE.md) | Copy this to create new sprints |
|
|
| [SPRINT_GUIDE.md](./SPRINT_GUIDE.md) | How to write effective sprints |
|
|
|
|
## Active Sprints
|
|
|
|
<!-- Add active sprint links here -->
|
|
|
|
| Sprint | Priority | Status | Archive Date |
|
|
|--------|----------|--------|--------------|
|
|
| *No active sprints* | - | - | - |
|
|
|
|
## Archived Sprints
|
|
|
|
Completed sprints older than 7 days are moved to `archive/`.
|
|
|
|
---
|
|
|
|
## Creating a New Sprint
|
|
|
|
1. Copy `SPRINT_TEMPLATE.md` to a new file:
|
|
```
|
|
SPRINT-YYYY-MM-DD-brief-description.md
|
|
```
|
|
|
|
2. Fill in all required sections
|
|
|
|
3. Add to the Active Sprints table above
|
|
|
|
4. After completion, move to `archive/` after 7 days
|
|
|
|
---
|
|
|
|
## Related Documentation
|
|
|
|
| Document | Purpose |
|
|
|----------|---------|
|
|
| [AGENT_GUARDRAILS.md](../AGENT_GUARDRAILS.md) | Mandatory safety protocols |
|
|
| [COMMIT_WORKFLOW.md](../workflows/COMMIT_WORKFLOW.md) | Commit after each to-do |
|
|
| [MCP_CHECKPOINTING.md](../workflows/MCP_CHECKPOINTING.md) | Checkpoint integration |
|
|
| [TESTING_VALIDATION.md](../workflows/TESTING_VALIDATION.md) | Validation procedures |
|
|
| [DOCUMENTATION_UPDATES.md](../workflows/DOCUMENTATION_UPDATES.md) | Post-sprint updates |
|
|
|
|
---
|
|
|
|
## Post-Sprint Checklist
|
|
|
|
After completing a sprint:
|
|
|
|
```
|
|
[ ] All acceptance criteria met
|
|
[ ] Committed changes with proper message
|
|
[ ] Updated sprint status to COMPLETE
|
|
[ ] Created post-sprint documentation updates
|
|
[ ] Scheduled for archive (after 7 days)
|
|
```
|
|
|
|
---
|
|
|
|
**Authored by:** TheArchitectit
|
|
**Document Owner:** Project Maintainers
|
|
**Last Updated:** 2026-01-14
|