implement-roadmap

Coordinate Roadmap feature implementation with worker agents and PR creation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Coordinates end-to-end feature work from an approved Roadmap using a deterministic coordinator and per-step worker agents, ensuring governance, reproducibility, and auditable progress.

Core Features & Use Cases

  • Deterministic Python-based coordinator selects steps from the Roadmap and launches a dedicated worker agent for each step.
  • Progress dashboards and phase gates provide visibility, safeguards, and restart-ability across the implementation lifecycle.
  • Finalization copies roadmap artifacts into the repo, creates a PR, and cleans up after successful integration while keeping roadmap artifacts separate from the worktree.

Quick Start

Run /implement-roadmap <feature-name> to begin implementing its Roadmap steps.

Frequently Asked Questions about implement-roadmap

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

FAQPage Schema
How do I automate feature implementation from a roadmap?

Automate feature implementation from a roadmap by running a deterministic coordinator that selects steps and launches dedicated worker agents for each task. This ensures governance, reproducibility, and auditable progress across the lifecycle.

What is deterministic roadmap-driven development?

Deterministic roadmap-driven development coordinates end-to-end feature work using a stable worktree and per-step execution via agent-based steps. It handles step selection, governance gates, and automated finalization for structured tasks.

How do I create a pull request automatically after completing roadmap steps?

Create a pull request automatically after completing roadmap steps through the finalization process, which copies roadmap artifacts into the repository, creates the PR, and cleans up after successful integration while keeping artifacts separate from the worktree.

Can I use agent-based steps for bugfix roadmaps and structured development tasks?

Yes, you can use agent-based steps for bugfix roadmaps and structured development tasks. The deterministic coordinator applies to roadmap-driven features, handling phase gates, dashboard progress, and artifact management across these workflows.

What are the requirements for a roadmap-based workflow?

Requirements for a roadmap-based workflow include a stable single worktree, versioned roadmap artifacts, per-step execution via agent-based steps, and automated finalization with PR creation. These ensure reproducible and auditable implementation.