sprint-plan

Generate sprint plans and status reports from milestone, history, and risk inputs.

72|7|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/striderZA/OpenCodeGameStudios --skill sprint-plan-striderza
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint-plan
Source: https://github.com/striderZA/OpenCodeGameStudios/tree/main/.opencode/skills/sprint-plan
Command: npx skills add https://github.com/striderZA/OpenCodeGameStudios --skill sprint-plan-striderza

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents sprint chaos by generating a realistic sprint plan and status report from your current milestone, completed work, and team capacity.

Core Features & Use Cases

  • Sprint plan generation: Produces a structured sprint plan for new sprints, including capacity breakdown, must/should/nice task tables, carryover, risks, and definition of done.
  • Sprint status reporting: Generates an up-to-date sprint progress report with completed, in-progress, not-started, and blocked items plus burndown assessment and emerging risks.
  • Workflow guardrails: Applies a producer feasibility gate (for full review mode) and enforces the presence or explicit handling of a sprint QA plan before proceeding.

Quick Start

Run sprint-plan in update mode to refresh the sprint tasks based on the current milestone and what’s already been completed, then review feasibility and QA readiness.

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 that accounts for team capacity and carryover risks?

Sprint plan generation organizes milestone context, prior sprint history, and risk information into actionable work items. It produces a structured plan with capacity breakdowns, must/should/nice task tables, carryover items, risks, and a clear definition of done.

What is the best way to track sprint delivery status and identify blocked items?

Sprint status reporting generates an up-to-date progress report by categorizing work into completed, in-progress, not-started, and blocked items. It also provides a burndown assessment and highlights emerging risks to keep delivery status transparent.

How does QA gating work within sprint planning for production workflows?

QA gating enforces the presence or explicit handling of a sprint QA plan before allowing sprint planning to proceed. This workflow guardrail ensures production-focused development workflows meet acceptance criteria and maintain quality standards.

Can I use sprint-plan to update an existing sprint based on newly completed work?

Yes, you can run sprint-plan in update mode to refresh sprint tasks based on the current milestone and what has already been completed. This mode also reviews producer feasibility and QA readiness to adjust the plan accurately.

What inputs do I need for sprint planning and risk management?

Sprint planning requires production milestone context, sprint history, risk register inputs, and design backlog readiness signals. The process parses these inputs alongside team capacity to generate a realistic and actionable sprint plan.

Does sprint-plan write machine-readable status files for automated production workflows?

Yes, sprint-plan optionally writes a sprint-status.yaml machine-readable truth source. This file captures the generated sprint plan and progress data, enabling downstream production workflows and automated tracking systems to consume the status directly.