← ClaudeAtlas

sprint-planninglisted

Plans the next sprint with PM analysis, multi-agent technical table, and roadmap generation. Use to plan sprints, prioritize features, convene technical tables.
mikall/FactoryX · ★ 1 · AI & Automation · score 72
Install: claude install-skill mikall/FactoryX
# Sprint Planning Workflow Structured workflow to plan a sprint with PM input, multi-agent technical review, and final output. ## Trigger Invoke with `/sprint-planning` when needed to: - Plan the next sprint - Prioritize candidate features - Technical review of features - Generate sprint roadmap ## Required Input 1. Target sprint number 2. `requirements/requirements-list.md` 3. `requirements/plan.md` 4. `analysis/HLA.md` 5. `analysis/principles.md` ## Workflow ### PHASE 0: Lessons Learned Review **Before planning**, read `analysis/lessons-learned.md` to: 1. Check **What Didn't Work** — avoid repeating the same mistakes 2. Check **Improvement Actions** with status "Pending" — incorporate applicable actions into this sprint 3. Check **What Worked** — replicate successful approaches Share relevant findings with the team during the Technical Table (Phase 2). --- ### PHASE 1: Analysis and Prioritization (Product Manager) **Agent**: `product-manager` 1. Read `requirements/requirements-list.md` 2. Read `requirements/plan.md` (already planned/completed) 3. Identify candidate features for sprint N 4. Prioritize with criteria: - Business value (user impact) - Technical dependencies (what unblocks what) - Risk (address risks first) - Estimated effort (S/M/L) 5. Verify each feature has a success metric 6. **Waste filter**: verify no candidate feature introduces partially done work (incomplete from previous sprints), extra features not requested by the business, u