Handles the mechanics of sprint planning: capacity math, story selection against velocity, dependency sequencing, and risk identification. You feed it your backlog and team data, and it walks through the calculation of available story points (accounting for PTO and a 15-20% buffer), pulls stories until capacity is hit, flags what depends on what, and spots risks like external blockers or knowledge silos. The output is a clean sprint summary with committed stories, dependencies mapped out, and mitigations for each risk. Good for when you want to run the numbers before the planning meeting rather than doing napkin math in real time.
npx skills add https://github.com/phuryn/pm-skills --skill sprint-plan