sprint-roadmap

Organize assessed TODO items into sequential sprint plans with sprint.md files.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/Busboom-Foo/meetupfu --skill sprint-roadmap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint-roadmap
Source: https://github.com/Busboom-Foo/meetupfu/tree/main/.claude/skills/sprint-roadmap
Command: npx skills add https://github.com/Busboom-Foo/meetupfu --skill sprint-roadmap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Group assessed TODOs into a structured sprint roadmap, turning scattered items into ordered, realizable work plans.

Core Features & Use Cases

  • Sprint creation: partition TODOs into discrete sprints based on dependencies and value.
  • Context-aware planning: use the existing docs/design overview as context to align work.
  • Progress tracking: assign sprint numbers to TODOs and generate lightweight sprint.md with goals, rationale, and dependency notes.

Quick Start

Create sprint directories with sprint.md files for the planned work and assign each TODO to a sprint.

Frequently Asked Questions about sprint-roadmap

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

FAQPage Schema
How do I organize assessed TODOs into a structured sprint roadmap?

Sprint planning partitions scattered TODOs by grouping related items and sequencing them over multiple sprints based on dependencies and value, turning scattered items into ordered work plans.

How do I assign sprint numbers to TODO items for progress tracking?

Assign sprint numbers to TODO items by marking each assigned TODO with sprint: 'NNN' in its frontmatter. This tags individual tasks for lightweight progress tracking across the delivery cycle.

What is the best way to plan sprints for feature dependencies and architectures?

The best way to plan sprints for architectures and feature dependencies is to apply context-aware planning, using the existing docs/design overview to align work and sequence related TODOs over multiple sprints.

Does sprint planning generate files for tracking agile workflow goals and rationale?

Sprint planning generates lightweight sprint.md files using the create_sprint tool. These files document sprint goals, rationale, and dependency notes to guide the agile workflow and accelerate delivery.

Can I use existing design docs as context for agile sprint creation?

Yes, you can use existing design docs as context for sprint creation. Context-aware planning aligns the sprint roadmap with your architecture overview to ensure grouped TODOs follow the intended design.