plan-bugfix-roadmap

Generate a bugfix roadmap from GitHub issues grouped by component.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mikefullerton/cat-herding --skill plan-bugfix-roadmap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-bugfix-roadmap
Source: https://github.com/mikefullerton/cat-herding/tree/main/skills/plan-bugfix-roadmap
Command: npx skills add https://github.com/mikefullerton/cat-herding --skill plan-bugfix-roadmap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plans and coordinates batch bugfixes by turning scattered GitHub issues into a concrete, shareable roadmap to reduce firefighting and misalignment.

Core Features & Use Cases

  • Input from GitHub: Accepts a list of issue numbers or 'all' open issues and groups them by component.
  • Roadmap generation: Creates a structured roadmap under Roadmaps/2026-03-31-PlanBugfixRoadmap/ with a YAML frontmatter, per-step entries, and state/history folders.
  • End-to-end planning, no code changes: Produces a complete Bugfix Roadmap without implementing code, enabling handoff to developers.
  • Output format: Writes Roadmap.md with steps, dependencies, and acceptance criteria, ready for /implement-roadmap.

Quick Start

Provide the issue numbers (or 'all') to generate a Bugfix Roadmap and start the planning workflow.

Frequently Asked Questions about plan-bugfix-roadmap

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

FAQPage Schema
How do I generate a bugfix roadmap from GitHub issues?

To generate a bugfix roadmap from GitHub issues, provide a list of issue numbers or 'all' open issues. The tool groups issues by component, computes complexity, assigns dependencies, and writes a structured Roadmap.md file.

What is the best way to group and prioritize GitHub bug fixes across components?

The best way to group and prioritize bug fixes is to use an automated roadmap generator that categorizes GitHub issues by component, calculates S/M/L complexity, and maps dependencies for batch fixes.

How do I plan a batch bugfix workflow without writing code?

You can plan a batch bugfix workflow without writing code by generating a formal roadmap document. This creates step-by-step entries, dependencies, and acceptance criteria from GitHub issues for developer handoff.

Does the generated bugfix roadmap include dependency mapping and acceptance criteria?

Yes, the generated bugfix roadmap includes dependency mapping and acceptance criteria. It outputs a Roadmap.md file with YAML frontmatter, per-step entries, and state folders to document the workflow.

Can I use all open GitHub issues to start the batch bugfix planning process?

Yes, you can use all open GitHub issues to start the batch bugfix planning process. The tool accepts 'all' as input, automatically grouping every open issue by component to build the roadmap.