Capacity-gated sprint planning — runs capacity math, carry-over check, and a definition-of-ready gate before committing scope. Usage: /sprint-plan <goal> [capac
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-claude-skills-505cb551a745 ,按照其中的说明把「sprint-plan」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
Create a sprint plan for $ARGUMENTS with explicit capacity math, a carry-over check, and a definition-of-ready gate. The first token(s) of $ARGUMENTS are the sprint goal; a trailing number is treated as team capacity (story points or person-days). If no capacity is given, compute it in Phase 1 — never invent it.
/sprint-plan <goal> [capacity]
# e.g. /sprint-plan "Checkout v2 ready for beta" 34
Output a small table: raw → deductions → net capacity → trailing velocity → planning number.
A story may enter the committed scope only if all of these hold — otherwise it goes to "needs refinement", not the sprint:
Generate INVEST-checked stories from an epic with:
python3 product-team/agile-product-owner/skills/agile-product-owner/scripts/user_story_generator.py
product-team/agile-product-owner/skills/agile-product-owner/SKILL.mdproduct-team/agile-product-owner/skills/agile-product-owner/assets/sprint_planning_template.mdproduct-team/agile-product-owner/skills/agile-product-owner/references/sprint-planning-guide.mdproduct-team/agile-product-owner/skills/agile-product-owner/scripts/user_story_generator.py/sprint-health — mid-sprint health check/user-story — single-story generation with INVEST checks