sprint-planner

Transform finalized feature plans into sprint epics and stories with progress tracking.

2|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/EvanPluchart/kyomu --skill sprint-planner-evanpluchart
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sprint-planner
Source: https://github.com/EvanPluchart/kyomu/tree/main/.claude/skills/sprint-planner
Command: npx skills add https://github.com/EvanPluchart/kyomu --skill sprint-planner-evanpluchart

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It converts a finalized feature plan into a sprint execution tree so teams can immediately implement with clear stories, dependencies, and progress tracking.

Core Features & Use Cases

  • Sprint arborescence generation: Builds the sprint/ folder structure with sprint-status.yaml, epic documents, and detailed story files.
  • Story-ready templates: Creates per-story Markdown files with operational sections (context, objective, acceptance criteria, target files, implementation notes, and expected tests).
  • Progress dashboard support: Regenerates counters for consistency (--fix) and renders a sprint completion dashboard (--progress).

Quick Start

Generate the sprint from your finalized plan by running the sprint-planner in normal mode with the plan path you want to transform.

Frequently Asked Questions about sprint-planner

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

FAQPage Schema
How do I turn a feature plan into sprint-ready user stories?▼

You can turn a finalized feature plan into sprint-ready user stories by running the sprint-planner in normal mode. It generates a sprint execution tree with detailed Markdown story files containing context, acceptance criteria, and targets.

How does dependency management work for sprint epics?▼

Dependency management for sprint epics is handled by validating story dependencies for coherence and correctness during generation. The tool tracks these relationships in a central `sprint-status.yaml` file to maintain execution consistency.

What's the best way to track sprint progress using YAML?▼

Track sprint progress using YAML by running the `--progress` mode to render a completion dashboard. You can also use `--fix` mode to regenerate counters and ensure the `sprint-status.yaml` file reflects current consistency.

Can I generate acceptance criteria for project tracking automatically?▼

Yes, you can automatically generate acceptance criteria for project tracking. The workflow creates self-sufficient Markdown story templates that include operational sections for context, objectives, target files, and expected tests.

How do I fix sprint status inconsistencies after updating stories?▼

To fix sprint status inconsistencies after updating stories, run the sprint-planner in `--fix` mode. This regenerates counters and restores coherence to the `sprint-status.yaml` file acting as your source of truth.