sprint-plan

Generates and updates sprint plans with capacity estimates, task tables, and status tracking files.

13|Updated Jul 30, 2026
One-click install
npx skills add https://github.com/frabcd/codex-ai-game-studio --skill sprint-plan-frabcd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint-plan
Source: https://github.com/frabcd/codex-ai-game-studio/tree/main/plugins/ai-game-studio/skills/sprint-plan
Command: npx skills add https://github.com/frabcd/codex-ai-game-studio --skill sprint-plan-frabcd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Planning a game development sprint requires pulling context from milestones, backlogs, risk registers, and prior velocity, then keeping the plan and its machine-readable status file in sync. This Skill automates that process and enforces quality gates before anything is written to disk. ## Core Features & Use Cases - Sprint Generation and Updates: Creates new sprint plans with capacity buffers, prioritized task tables (Must/Should/Nice to Have), carryover, and risk sections, or updates existing plans without resetting story statuses. - Status Reporting: Produces burndown-style status reports showing completed, in-progress, blocked, and at-risk tasks. - Quality Gates: Runs a producer feasibility review and a QA plan check before writing, with configurable review modes (full, lean, solo) stored in production/review-mode.txt. - Use Case: A solo game developer starting Sprint 3 runs the skill, which reads the current milestone and previous sprint velocity, drafts a realistic plan, flags missing QA coverage, and writes both sprint-3.md and sprint-status.yaml after approval. ## Quick Start Ask the AI to create a new sprint plan for the current milestone using the sprint-plan skill and confirm the write when prompted.

Frequently Asked Questions about sprint-plan

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

FAQPage Schema
How do I create a sprint plan for a game development project?

Run the sprint-plan skill in new mode, which reads your current milestone, previous sprint velocity, design backlog, and risk register, then drafts a plan with capacity buffers and prioritized task tables. The plan is written to production/sprints/ only after a feasibility gate and your approval.

How do I update an existing sprint plan without losing story progress?

Use update mode, which loads the current sprint-status.yaml and preserves stories already marked in-progress or done. Only backlog and ready-for-dev stories can be removed or reprioritized, and the revised plan re-runs the feasibility gate before writing.

What is the sprint-status.yaml file used for?

The sprint-status.yaml file is the machine-readable source of truth for story status, generated alongside the markdown plan. Other skills like sprint-status, story-done, and dev-story read it directly without parsing markdown, so it should never be edited manually.

Can I skip the producer feasibility review when planning a sprint?

Yes, set the review mode to lean or solo via the --review flag or production/review-mode.txt. Lean skips non-phase-gate director reviews, while solo skips all gate spawning, which suits single-developer projects.

What happens if my sprint has no QA plan?

The skill checks for production/qa/qa-plan-sprint-[N].md and warns if none exists, since the Production to Polish gate requires QA sign-off. You can run the qa-plan skill immediately or proceed with a warning block added to the sprint plan.