sprint-plan

Generate or update sprint plans from milestones, backlogs, and capacity.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/HechaoYannet/3kingdom-unity --skill sprint-plan-hechaoyannet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint-plan
Source: https://github.com/HechaoYannet/3kingdom-unity/tree/main/.claude/skills/sprint-plan
Command: npx skills add https://github.com/HechaoYannet/3kingdom-unity --skill sprint-plan-hechaoyannet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Sprint planning Skill automates the creation and maintenance of sprint plans by deriving scope from milestones, design backlogs, and capacity, reducing manual planning time and errors.

Core Features & Use Cases

  • Phase-driven input: parse arguments, gather context, and generate sprint outputs for new, update, or status modes.
  • Context integration: reads milestones, velocity data, and design docs to shape realistic plans.
  • Compliance with gates: performs producer feasibility and QA plan gates and writes machine-readable sprint-status data.

Quick Start

Initiate a sprint plan by providing the milestone context and capacity; the system will output a plan outline.

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 backlog and capacity data?

To generate a sprint plan, you provide milestone context and team capacity, and the system automatically derives scope from design backlogs to produce a structured plan outline. It reads velocity history to shape realistic sprint targets.

Can I update an existing sprint plan based on new velocity data?

Yes, you can update existing sprint plans by running the update mode. The system parses new arguments, gathers current context from milestones and velocity data, and outputs an adjusted sprint plan.

How does automated sprint planning handle QA and feasibility checks?

Automated sprint planning implements governance gates that perform producer feasibility checks and QA plan validation before finalizing. This ensures the generated sprint plan is actionable and compliant with project constraints.

What is the best way to track sprint status using milestones?

Tracking sprint status involves running the status mode to evaluate current progress against milestones. The system writes machine-readable sprint-status records to production, providing accurate and automated tracking outputs.

Does agile sprint planning require manual milestone configuration?

Agile sprint planning requires milestone context as an input to automatically derive scope and shape realistic plans. You provide the initial milestone data, and the system integrates it with capacity to generate the plan.