← ClaudeAtlas

sprint-planlisted

Creates a sprint plan aligned to requirements phases and progress tracker. Use at sprint start or when scoping the next delivery slice.
rajurayhan/ai-agent-framework · ★ 0 · AI & Automation · score 68
Install: claude install-skill rajurayhan/ai-agent-framework
# Sprint Plan ## Inputs 1. Current requirements phase 2. Open items in progress tracker 3. Team capacity (hours) ## Steps 1. Identify sprint goal (one sentence) 2. Pull P0 tasks with requirement IDs 3. Estimate hours; subtract ~20% buffer 4. Split P0 (must) vs P1 (should) 5. Add acceptance criteria per task 6. Note dependencies (migration first, seed data, job wiring) 7. Write demo script (numbered steps) 8. Fill risks table 9. Link agents/skills for critical path ## End of sprint - Update progress tracker - Retro with action items and owners - Record velocity Activate `sprint-facilitator` agent. See `.cursor/rules/sprint-process.mdc` if using Cursor. Full worked example: If Cursor initialized, see `.cursor/skills/sprint-plan/SKILL.md`