$ loading_
帮助团队规划迭代范围、评估产能并产出可执行的 Sprint 计划。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "sprint-planning" 技能: 1. 下载 https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/product-management/skills/sprint-planning/SKILL.md 2. 保存为 ~/.claude/skills/sprint-planning/SKILL.md 3. 装好后重载技能,告诉我可以用了
请帮我制定下一个两周 Sprint 计划。团队成员有 4 名开发、1 名设计、1 名 QA;其中 1 名开发请假 2 天。固定会议每人每周占用 4 小时。待办事项如下:A 预计 8 点,P0;B 5 点,P1;C 3 点,P0;D 13 点,P1;E 8 点,P2。请评估团队可用产能,给出 Sprint 目标,并将任务分为承诺项和拉伸项。
一份包含可用产能计算、Sprint 目标、承诺范围、拉伸范围及排期建议的迭代计划。
上个 Sprint 有两个遗留任务:登录重构剩余 5 点,报表导出优化剩余 3 点。本期还新增 6 个候选任务,总计 28 点。团队本期可用产能约 24 点。请基于业务优先级与风险,建议哪些任务应纳入本期,哪些应延后,并说明原因。
一份针对遗留任务与新增需求的优先级建议,明确本期纳入范围、延后项及决策依据。
请根据团队可用时间估算本次 Sprint 的实际产能。团队有 3 名前端、2 名后端、1 名产品经理,Sprint 为 10 个工作日。两名前端分别请假 1 天和 2 天;后端每人本期需值班半天;全员每天平均有 1 小时会议。请给出角色级与团队级产能估算,并建议适合承诺的工作量区间。
一份按角色拆分的产能测算结果,以及适合本次 Sprint 承诺的工作量建议区间。
If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.
Plan a sprint by scoping work, estimating capacity, and setting clear goals.
/sprint-planning $ARGUMENTS
┌─────────────────────────────────────────────────────────────────┐
│ SPRINT PLANNING │
├─────────────────────────────────────────────────────────────────┤
│ STANDALONE (always works) │
│ ✓ Define sprint goals and success criteria │
│ ✓ Estimate team capacity (accounting for PTO, meetings) │
│ ✓ Scope and prioritize backlog items │
│ ✓ Identify dependencies and risks │
│ ✓ Generate sprint plan document │
├─────────────────────────────────────────────────────────────────┤
│ SUPERCHARGED (when you connect your tools) │
│ + Project tracker: Pull backlog, create sprint, assign items │
│ + Calendar: Account for PTO and meetings in capacity │
│ + Chat: Share sprint plan with the team │
└─────────────────────────────────────────────────────────────────┘
## Sprint Plan: [Sprint Name]
**Dates:** [Start] — [End] | **Team:** [X] engineers
**Sprint Goal:** [One clear sentence about what success looks like]
### Capacity
| Person | Available Days | Allocation | Notes |
|--------|---------------|------------|-------|
| [Name] | [X] of [Y] | [X] points/hours | [PTO, on-call, etc.] |
| **Total** | **[X]** | **[X] points** | |
### Sprint Backlog
| Priority | Item | Estimate | Owner | Dependencies |
|----------|------|----------|-------|--------------|
| P0 | [Must ship] | [X] pts | [Person] | [None / Blocked by X] |
| P1 | [Should ship] | [X] pts | [Person] | [None] |
| P2 | [Stretch] | [X] pts | [Person] | [None] |
### Planned Capacity: [X] points | Sprint Load: [X] points ([X]% of capacity)
### Risks
| Risk | Impact | Mitigation |
|------|--------|------------|
| [Risk] | [What happens] | [What to do] |
### Definition of Done
- [ ] Code reviewed and merged
- [ ] Tests passing
- [ ] Documentation updated (if applicable)
- [ ] Product sign-off
### Key Dates
| Date | Event |
|------|-------|
| [Date] | Sprint start |
| [Date] | Mid-sprint check-in |
| [Date] | Sprint end / Demo |
| [Date] | Retro |
围绕客户问题进行多来源调研与溯源,快速整理背景并支持准确回复。
为工程师生成分步实施计划,帮助在陌生代码库中快速落地任务。