phuryn/pm-skills

sprint-plan

Plan a sprint with capacity estimation, story selection, dependency mapping, and risk identification.

查看源码
仓库原始内容

按源仓库内容呈现,保留标题、案例、代码、表格、链接以及原文引用的演示图片。

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
  1. 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
  1. 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
  1. 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
  1. 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]
  1. 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

来自同一仓库

更多 Skills

全部 Skills
phuryn
社区

create-prd

Create a Product Requirements Document using a comprehensive 8-section template covering problem, objectives, segments, value propositions, solution, and release planning. Use when writing a PRD, documenting product requirements, preparing a feature spec, or reviewing an existing PRD.

安装量
3
GitHub Stars
2.6万
最近更新
7月3日
phuryn
社区

ab-test-analysis

Analyze A/B test results with statistical significance, sample size validation, confidence intervals, and ship/extend/stop recommendations. Use when evaluating experiment results, checking if a test reached significance, interpreting split test data, or deciding whether to ship a variant.

安装量
2
GitHub Stars
2.6万
最近更新
7月3日
phuryn
社区

ansoff-matrix

Generate an Ansoff Matrix analysis mapping growth strategies across market penetration, market development, product development, and diversification. Use when considering growth options, planning market expansion, or evaluating strategic growth paths.

安装量
2
GitHub Stars
2.6万
最近更新
7月3日
phuryn
社区

beachhead-segment

Identify the first beachhead market segment for a product launch. Evaluates segments against burning pain, willingness to pay, winnable market share, and referral potential. Use when choosing a first market, targeting an initial customer segment, or planning market entry strategy.

安装量
2
GitHub Stars
2.6万
最近更新
7月3日