Remove all SessionStart and PostToolUse hooks across the marketplace, retaining only PreToolUse safety hooks and UserPromptSubmit quality hooks. Add /project and /adr command families, /hygiene check, /cv status. Create 7 new projman skills for project lifecycle management. Remove /pm-debug, /suggest-version, /proposal-status commands. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
42 lines
1.2 KiB
Markdown
42 lines
1.2 KiB
Markdown
---
|
|
description: Sprint roadmap template for sequencing epics across multiple sprints
|
|
---
|
|
|
|
# Sprint Roadmap
|
|
|
|
## Wiki Page
|
|
|
|
Page name: `Roadmap: {Name}` (e.g., `Roadmap: Driving School SaaS`)
|
|
|
|
### Dependency Header
|
|
|
|
```
|
|
> **Project:** {Name}
|
|
> **Sprint:** N/A (project-level)
|
|
> **Issues:** N/A
|
|
> **Parent:** Project: {Name}
|
|
> **Created:** YYYY-MM-DD
|
|
> **Status:** Draft | Active | Complete
|
|
```
|
|
|
|
## Roadmap Template
|
|
|
|
| Sprint | Epics | Focus | Dependencies | Status |
|
|
|--------|-------|-------|-------------|--------|
|
|
| Sprint 1 | Epic/Database | Schema design, initial migrations | None | Planned |
|
|
| Sprint 2 | Epic/Database, Epic/API | Seed data, API scaffolding | Sprint 1 | Planned |
|
|
|
|
## Milestones
|
|
|
|
| Milestone | Target Sprint | Criteria |
|
|
|-----------|--------------|----------|
|
|
| Backend MVP | Sprint 3 | All core API endpoints passing tests |
|
|
| Integration Complete | Sprint 6 | End-to-end flows working |
|
|
|
|
## Integration
|
|
|
|
- `/project plan` creates the initial roadmap from epic decomposition + dependency analysis
|
|
- `/sprint-plan` references the roadmap to determine sprint scope
|
|
- `/sprint-close` updates sprint status in roadmap
|
|
- `/project status` shows roadmap progress
|