gds-sprint-planning

Convert epic markdowns into a consolidated sprint-status.yaml.

Updated Dec 23, 2025
One-click install
npx skills add https://github.com/joekhosbayar/go-mighty --skill gds-sprint-planning-joekhosbayar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gds-sprint-planning
Source: https://github.com/joekhosbayar/go-mighty/tree/main/.gemini/skills/gds-sprint-planning
Command: npx skills add https://github.com/joekhosbayar/go-mighty --skill gds-sprint-planning-joekhosbayar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams convert epic markdown definitions into a unified sprint-status.yaml, enabling automated progress tracking and reporting.

Core Features & Use Cases

  • Parse epic and story definitions from markdown to build a complete sprint inventory.
  • Detect individual story statuses from the filesystem and preserve existing statuses when present.
  • Generate and validate a structured sprint-status.yaml to drive planning and review processes.

Quick Start

Run the sprint planning workflow to generate or refresh sprint-status.yaml from your epic definitions.

Frequently Asked Questions about gds-sprint-planning

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

FAQPage Schema
How do I generate a sprint-status.yaml from epic markdown files?

To generate sprint-status.yaml from epic markdown files, run the sprint planning workflow to parse story definitions, detect filesystem statuses, and consolidate them into a structured YAML file. It preserves existing statuses while applying defaults for new entries.

How does automatic sprint planning detect story statuses from the filesystem?

Automatic sprint planning detects story statuses by scanning the filesystem for changes and matching them against your epic markdown definitions, preserving existing statuses in the sprint-status.yaml when present.

Can I preserve existing story statuses when regenerating a sprint plan?

Yes, you can preserve existing story statuses when regenerating a sprint plan; the workflow detects current statuses from the filesystem and retains them in the sprint-status.yaml unless explicitly updated.

Does sprint planning work with epics and stories maintained in markdown?

Yes, sprint planning works specifically with projects that maintain epics and stories in markdown files, parsing those definitions to build a complete sprint inventory and validate the structured output.

What is the best way to track backlog progress using YAML for sprint planning?

The best way to track backlog progress using YAML is converting epic markdowns into a consolidated sprint-status.yaml, enabling automatic status tracking, validation, and reporting for your sprint planning process.