sprint-planning

仓库创建 2026年1月5日最近提交 1 天前SkillHot 收录 20 天前
▸ 精选理由

帮助团队或代理在有限周期内选定可交付目标

这个 Skill 做什么

根据待办与历史速度制定冲刺目标与故事优先级

根据待办列表和历史 velocity 制定本次冲刺目标,挑选能完成的故事并按依赖和优先级排序,确保每个故事都准备好可实施。用在 Sprint 开始前的计划会议,将 backlog 变成一套可交付的冲刺工作。特别强调组合成有连贯 Sprint goal、验证实现准备度以降低中途阻塞。

Skill 开发管理冲刺规划故事划分通用
1.6k
Stars
94
Forks
40
仓库内 Skill
+111
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/methodologies/bmad-method/skills/sprint-planning/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/methodologies/bmad-method/skills/sprint-planning/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Sprint Planning

Plan implementation sprints with story selection, goal definition, and execution ordering.

## Agent
Bob (Scrum Master) - `bmad-sm-bob`

## Workflow
1. Review available stories from epic backlog
2. Consider velocity from previous sprints
3. Select stories forming coherent sprint goal
4. Validate stories are implementation-ready
5. Order by dependency and priority
6. Define sprint goal and identify blockers

## Inputs
- `projectName` - Project name
- `sprintNumber` - Current sprint number
- `epics` - Available epics and stories
- `previousSprints` - Previous sprint results (optional)

## Outputs
- Sprint goal and selected stories
- Execution order with dependencies
- Story 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有