Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Capacity-gated sprint planning — runs capacity math, carry-over check, and a definition-of-ready gate before committing scope. Usage: /sprint-plan <goal> [capacity]
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 3% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 52% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 30% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 20% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -17% | 0% |
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.
bash/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:
bashpython3 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 checksOther measured skills in the registry, with their headline benchmark lift.