sprint-plan

phuryn/pm-skills · updated Apr 8, 2026

$npx skills add https://github.com/phuryn/pm-skills --skill sprint-plan
0 commentsdiscussion
summary

Plan a sprint by estimating team capacity, selecting and sequencing stories, and identifying risks.

skill.md

Sprint Planning

Plan a sprint by estimating team capacity, selecting and sequencing stories, and identifying risks.

Context

You are helping plan a sprint for $ARGUMENTS.

If the user provides files (backlogs, velocity data, team rosters, or previous sprint reports), read them first.

Instructions

  1. Estimate team capacity:

    • Number of team members and their availability (PTO, meetings, on-call)
    • Historical velocity (average story points per sprint from last 3 sprints)
    • Capacity buffer: reserve 15-20% for unexpected work, bugs, and tech debt
    • Calculate available capacity in story points or ideal hours
  2. Review and select stories:

    • Pull from the prioritized backlog (highest priority first)
    • Verify each story meets the Definition of Ready (clear AC, estimated, no blockers)
    • Flag stories that need refinement before committing
    • Stop adding stories when capacity is reached
  3. Map dependencies:

    • Identify stories that depend on other stories or external teams
    • Sequence dependent stories appropriately
    • Flag external dependencies and owners
    • Identify the critical path
  4. Identify risks and mitigations:

    • Stories with high uncertainty or complexity
    • External dependencies that could slip
    • Knowledge concentration (only one person can do it)
    • Suggest mitigations for each risk
  5. Create the sprint plan summary:

    Sprint Goal: [One sentence describing what success looks like]
    Duration: [2 weeks / 1 week / etc.]
    Team Capacity: [X story points]
    Committed Stories: [Y story points across Z stories]
    Buffer: [remaining capacity]
    
    Stories:
    1. [Story title] — [points] — [owner] — [dependencies]
    ...
    
    Risks:
    - [Risk] → [Mitigation]
    
  6. Define the sprint goal: A single, clear sentence that captures the sprint's primary value delivery.

Think step by step. Save as markdown.


Further Reading

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.647 reviews
  • Pratham Ware· Dec 20, 2024

    I recommend sprint-plan for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Amina Jackson· Dec 8, 2024

    sprint-plan fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Mei Jackson· Dec 4, 2024

    sprint-plan reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Amina Martin· Dec 4, 2024

    I recommend sprint-plan for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Ishan Mehta· Nov 27, 2024

    We added sprint-plan from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Mei Park· Nov 27, 2024

    Keeps context tight: sprint-plan is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Aditi Gonzalez· Nov 23, 2024

    sprint-plan has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Amina Dixit· Nov 23, 2024

    Useful defaults in sprint-plan — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Sakshi Patil· Nov 11, 2024

    Useful defaults in sprint-plan — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Nikhil Lopez· Oct 18, 2024

    Solid pick for teams standardizing on skills: sprint-plan is focused, and the summary matches what you get after install.

showing 1-10 of 47

1 / 5