sprint-plan

Group backlog stories into sprint commitments using velocity, dependencies, priorities, and risk.

2|2|Updated Oct 28, 2025
One-click install
npx skills add https://github.com/adolfoaranaes12/BMAD-ENHANCED --skill sprint-plan-adolfoaranaes12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint-plan
Source: https://github.com/adolfoaranaes12/BMAD-ENHANCED/tree/main/.claude/skills/sprint-plan
Command: npx skills add https://github.com/adolfoaranaes12/BMAD-ENHANCED --skill sprint-plan-adolfoaranaes12

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires story-estimation, dependency-graph, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill creates a sprint plan by intelligently grouping estimated stories based on velocity, dependencies, priorities, and risk, including a multi-sprint roadmap.

Core Features & Use Cases

  • Load sprint context (velocity, plan ahead, buffer)
  • Prioritize and sort stories by priority, dependencies, risk
  • Select stories to fit sprint capacity with dependency satisfaction
  • Output a sprint plan file and a summary of risks and mitigation

Quick Start

Generate a multi-sprint plan given backlog with estimates and dependencies.

Frequently Asked Questions about sprint-plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plan a sprint with velocity and dependencies?

Sprint planning with velocity groups estimated stories by team capacity, priority, and dependencies. This Skill loads your velocity, selects stories that fit sprint capacity while satisfying dependency chains, and outputs a balanced sprint plan with risk assessment.

What's the best way to handle story dependencies during sprint planning?

Dependency-aware sprint planning validates that dependent stories resolve in correct sequence across sprints. This Skill applies a dependency graph to prioritize stories, prevent blocked work, and generate multi-sprint roadmaps with dependency constraints satisfied.

How do I calculate sprint capacity and avoid overcommitment?

Sprint capacity planning uses team velocity—historical story points completed per sprint—to scope commitments intelligently. This Skill computes utilization, applies safety buffers, and selects stories to fit capacity, producing achievable sprint goals.

Can I mitigate risk when planning multiple sprints ahead?

Multi-sprint roadmap planning identifies risks from dependencies, priority conflicts, and capacity mismatches. This Skill generates risk summaries and mitigation strategies across the plan horizon, flagging bottlenecks and dependency deadlocks.

What inputs do I need before running sprint planning?

Sprint planning requires estimated stories with story points, backlog priorities, team velocity, sprint length, and a dependency graph linking story relationships. This Skill ingests these inputs to produce a sprint commitment file and utilization report.

Do I need story estimates and a dependency map to use sprint planning?

Yes. Story estimation and dependency tracking are prerequisites. This Skill requires estimated backlog items and explicit dependency links to validate that selected stories can execute without blocking.

Related Skills