Claude-skills sprint-plan

Sprint planning shortcut. Usage: /sprint-plan <goal> [capacity]

install
source · Clone the upstream repo
git clone https://github.com/alirezarezvani/claude-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/alirezarezvani/claude-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.gemini/skills/sprint-plan" ~/.claude/skills/alirezarezvani-claude-skills-sprint-plan && rm -rf "$T"
manifest: .gemini/skills/sprint-plan/SKILL.md
source content

/sprint-plan

Create a sprint plan with prioritized stories and capacity guardrails.

Usage

/sprint-plan <goal> [capacity]

Output Structure

  • Sprint goal
  • Committed scope
  • Stretch scope
  • Risks and dependencies
  • Story-level acceptance criteria checks

Skill Reference

  • product-team/agile-product-owner/SKILL.md