sprint-plan

Generate or update sprint plans from milestone status, capacity, and backlog documents.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/JunnnnyWon/Codex-Game-Studios --skill sprint-plan-junnnnywon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint-plan
Source: https://github.com/JunnnnyWon/Codex-Game-Studios/tree/main/.claude/skills/sprint-plan
Command: npx skills add https://github.com/JunnnnyWon/Codex-Game-Studios --skill sprint-plan-junnnnywon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates planning and updating sprint plans by synthesizing current milestones, completed work, and available capacity from production documents, design backlogs, and risk registers.

Core Features & Use Cases

  • Generates new sprint plans aligned to milestones and velocity, or updates existing plans with latest progress
  • Considers backlog items, design readiness, and risk factors to propose tasks and capacity usage
  • Use Case: A PM runs /sprint-plan new to generate a sprint plan for the next two weeks based on the current milestone and team velocity.

Quick Start

Invoke with mode new|update|status and an optional --review flag to generate or update a sprint plan.

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 milestone status and team capacity?

Generate a sprint plan by invoking the new mode, which synthesizes current milestone status, completed work, and available capacity from production documents into a YAML sprint-status output.

What data sources do I need for agile sprint planning?

Agile sprint planning requires access to production/milestones, production/sprints, and design/gdd directories, while also synthesizing design backlogs and risk registers to propose tasks.

Can I update an existing sprint plan with latest progress?

Yes, you can update an existing sprint plan by invoking the update mode, which parses sprint history and current milestone status to reflect the latest progress.

Does sprint planning work with design backlogs and risk registers?

Sprint planning works with design backlogs and risk registers by considering backlog items, design readiness, and risk factors to propose tasks and capacity usage.

How do I check current sprint status using a review mode?

Check current sprint status by invoking the status mode with the optional --review flag, which parses production documents and generates a YAML sprint-status output.

What format does the sprint plan output use?

The sprint plan output uses a YAML sprint-status format, produced after completing parsing, context gathering, and plan writing phases across milestones, backlogs, and sprint history.