sprint-plan

Generate a sprint plan with tasks, owners, and estimates from systems-index.

8|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/CodePhobiia/claude-roblox-game-studio --skill sprint-plan-codephobiia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint-plan
Source: https://github.com/CodePhobiia/claude-roblox-game-studio/tree/main/.claude/skills/sprint-plan
Command: npx skills add https://github.com/CodePhobiia/claude-roblox-game-studio --skill sprint-plan-codephobiia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sprint planning is often manual, error-prone, and time-consuming. This skill automates turning a Systems Index into a concrete plan with defined tasks, owners, and estimates, reducing cycle time and miscommunication.

Core Features & Use Cases

  • Plan generation derives sprint goals and a task breakdown from design/gdd/systems-index.md and current priorities.
  • Assignment & estimation assigns tasks to specialists and captures effort estimates, with dependency flagging.
  • Documentation output writes to production/sprints/sprint-<N>-plan.md for easy publishing and review.
  • Use Case: Teams running two-week sprints can quickly generate a ready-to-review plan from backlog inputs.

Quick Start

Provide sprint context (length, theme, deadlines) and run the planning workflow to produce a draft 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 a systems index and backlog?

To generate a sprint plan, you provide sprint context like length and theme. The skill reads your systems-index and session-state to decompose goals into an estimated, owner-assigned task list, saving the plan directly to a sprint plan markdown file.

What is the best way to assign tasks and estimate effort for a two-week sprint?

Assigning tasks and estimating effort for a two-week sprint is done by reading current priorities and the systems-index. The skill automatically breaks down goals, flags dependencies, assigns specialists, and captures effort estimates for the backlog.

Can I use this sprint planning workflow for product teams running two-week cycles?

Yes, this sprint planning workflow is specifically designed for product teams managing two-week cycles. It derives sprint goals and task breakdowns from your backlog inputs to produce a ready-to-review, actionable task roadmap.

How do I document sprint goals and task ownership for team review?

Documenting sprint goals and task ownership involves writing the generated plan to a dedicated markdown file. The skill outputs the estimated, owner-assigned task list to a sprint plan document for easy publishing and team review.

Do I need a specific file format to start the sprint planning process?

You need a markdown systems-index file and current session-state data to start the sprint planning process. The workflow reads these specific inputs to derive sprint goals, decompose tasks, and assign ownership.