‹ 首页

sprint-plan

@phuryn · 收录于 1 周前 · 上游提交 1 周前★ 社区精选

Plan a sprint with capacity estimation, story selection, dependency mapping, and risk identification. Use when preparing for sprint planning, estimating team capacity, selecting stories, or balancing sprint scope against velocity.

适合你,如果需要在冲刺前进行容量估算和任务选择。

/ 通过 npx 安装 校验哈希
npx oh-my-skill add phuryn/pm-skills/sprint-plan
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- phuryn/pm-skills/sprint-plan
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify phuryn/pm-skills/sprint-plan
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
23265GitHub stars
~467上下文体积 · 单文件
索引托管

怎么用

商店整理自技能原文 · 版本 18468a9 · 表述以原文为准
它做什么

安装后,Claude 会根据你提供的团队信息(如成员、历史速度、待办事项)来规划一个冲刺。它会估算团队容量、选择并排序用户故事、识别依赖和风险,最后生成一份冲刺计划摘要。

什么时候触发

当你准备进行冲刺规划会议,需要估算团队容量、选择故事或平衡冲刺范围与速度时触发。

装好后可以这样说
Claude 会估算容量并选择故事。
Claude 会读取文件并生成计划。
技能原文 SKILL.md作者撰写 · MIT · 18468a9
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:
  2. Number of team members and their availability (PTO, meetings, on-call)
  3. Historical velocity (average story points per sprint from last 3 sprints)
  4. Capacity buffer: reserve 15-20% for unexpected work, bugs, and tech debt
  5. Calculate available capacity in story points or ideal hours
  1. Review and select stories:
  2. Pull from the prioritized backlog (highest priority first)
  3. Verify each story meets the Definition of Ready (clear AC, estimated, no blockers)
  4. Flag stories that need refinement before committing
  5. Stop adding stories when capacity is reached
  1. Map dependencies:
  2. Identify stories that depend on other stories or external teams
  3. Sequence dependent stories appropriately
  4. Flag external dependencies and owners
  5. Identify the critical path
  1. Identify risks and mitigations:
  2. Stories with high uncertainty or complexity
  3. External dependencies that could slip
  4. Knowledge concentration (only one person can do it)
  5. 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
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。