sprint-plan

Generate sprint plans from milestone, completed work, and available capacity data.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/LordKuper/agentic-game-studio --skill sprint-plan-lordkuper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint-plan
Source: https://github.com/LordKuper/agentic-game-studio/tree/main/.claude/skills/sprint-plan
Command: npx skills add https://github.com/LordKuper/agentic-game-studio --skill sprint-plan-lordkuper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates sprint planning by generating or updating sprint plans based on the current milestone, completed work, and available capacity, reducing guesswork and rework.

Core Features & Use Cases

  • Automated sprint generation: produces a coherent sprint outline aligned to milestones and velocity.
  • Context-aware planning: pulls data from design backlogs and risk registers to adjust scope and risk.
  • Use Case: A product team uses it to kick off a sprint by translating backlog items into a plan that matches capacity.

Quick Start

Provide a starter sprint plan using the current milestone, completed work, and available capacity.

Frequently Asked Questions about sprint-plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a sprint plan from a milestone and backlog?

Generate a sprint plan by parsing milestone targets and backlog items against available capacity. The output is a coherent sprint outline aligned to team velocity, reducing manual guesswork and rework.

How does automated sprint planning adjust scope based on completed work?

Automated sprint planning adjusts scope by evaluating completed work and current capacity. It pulls context from design backlogs and risk registers to produce an updated sprint plan that meets phase gates.

Can I use this for agile project management coordinating product, design, and engineering teams?

Yes, sprint planning is designed for agile project management teams coordinating product, design, and engineering work. It translates backlog items into a capacity-matched plan aligned with milestone-driven roadmaps.

What is the best way to track sprint status after generating a plan?

Track sprint status by writing to a sprint-status file for ongoing tracking. The plan generation process meets phase gates by producing an output draft and automatically saving this file for continuous monitoring.

Does sprint planning work without predefined velocity metrics?

Sprint planning relies on available capacity and milestone data to generate coherent outlines. While velocity metrics enhance alignment, the core mechanism uses completed work and current capacity to adjust scope dynamically.