sprint-plan

Generate sprint stories from epic registry dependencies and research-backed specs.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/lasswellt/claudeHQ --skill sprint-plan-lasswellt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint-plan
Source: https://github.com/lasswellt/claudeHQ/tree/main/.claude/skills/sprint-plan
Command: npx skills add https://github.com/lasswellt/claudeHQ --skill sprint-plan-lasswellt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Planning and generating sprint stories for claudeHQ requires manual coordination of epics, dependencies, and research. This skill automates the process end-to-end by reading the epic registry, performing a topological sort, selecting the next unblocked batch, and spawning research agents to produce implementation stories with vetted specs.

Core Features & Use Cases

  • Autonomous sprint planning that reads registry data and dependency graphs.
  • Generates implementation stories with research-backed specifications.
  • Supports planning for next sprint, generating stories, and creating sprint.

Quick Start

Execute the sprint planning workflow to generate a new sprint plan and associated stories.

Frequently Asked Questions about sprint-plan

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

FAQPage Schema
How do I automate sprint planning and story generation for my project?

Automate sprint planning by reading the epic registry, sorting dependencies topologically, selecting unblocked epics, and spawning research agents to generate ready-to-implement stories with concise specs.

What is the best way to generate implementation stories from a dependency graph?

Generate implementation stories by performing a topological sort on your dependency graph, selecting the next unblocked batch of epics, and spawning research agents to produce vetted specifications automatically.

How does autonomous sprint planning handle epic dependencies and research specs?

Autonomous sprint planning reads epic registry data and dependency graphs, sorts epics topologically to find unblocked work, and spawns research agents to produce implementation stories with vetted specs.

Can I automatically create a sprint draft from an epic registry without manual coordination?

Yes, you can create a sprint draft automatically by reading the epic registry, performing a topological sort on dependencies, selecting unblocked epics, and generating implementation stories with research-backed specifications.

Do I need a specific project format to generate sprint stories automatically?

You need an epic registry with defined dependencies and research-backed specs. The skill reads this registry data, sorts by dependencies, and outputs ready-to-implement stories with concise specs and references.

When should I not use automated sprint planning for story generation?

Avoid automated sprint planning if your epics lack defined dependencies or research-backed specifications, as the workflow relies on reading registry data and dependency graphs to output ready-to-implement stories.