implement-roadmap-interactively

Implement roadmap-defined features through isolated worktrees, PRs, and mandatory reviews.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides an end-to-end governance and automation framework to implement roadmap-defined features in isolated steps with per-step worktrees, independent PRs, and mandatory reviews, ensuring discipline and traceability.

Core Features & Use Cases

  • Isolated per-step worktrees for each roadmap step.
  • Automated status updates and checkpoint gates to prevent skipping steps.
  • Delegated reviews (code/security) and stage-wise merge process tied to the roadmap.
  • Use case: translating a feature defined in a Roadmap into a series of implemented steps with auditable history.

Quick Start

Plan a roadmap with /plan-roadmap, then implement it step by step with /implement-roadmap.

Frequently Asked Questions about implement-roadmap-interactively

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

FAQPage Schema
How do I implement roadmap features with isolated worktrees and pull requests?

To implement roadmap features with isolated worktrees, this skill coordinates end-to-end implementation by creating per-step worktrees, enforcing automated checks, and opening separate pull requests for each roadmap step. It ensures traceability by tying stage-wise merges to roadmap checkpoints.

What is step-by-step isolation in roadmap-driven feature implementation?

Step-by-step isolation is a governance mechanism that requires each roadmap step to be developed in a separate worktree. It enforces checkpoint gates and mandatory code reviews before merging, ensuring roadmap progress remains auditable and disciplined.

How do I enforce mandatory code reviews and checkpoint gates during feature implementation?

You can enforce mandatory code reviews and checkpoint gates by using a roadmap-driven implementation framework that prevents skipping steps. This skill delegates security and code reviews, applying automated status updates before allowing a stage-wise merge.

Can I automate pull request creation for each step of a development roadmap?

Yes, you can automate pull request creation for each roadmap step. This skill translates a planned roadmap into a series of implemented steps, automatically generating independent PRs and enforcing governance checks before each merge.

Does roadmap-driven implementation work without a pre-planned roadmap?

No, roadmap-driven implementation requires a pre-planned roadmap to function correctly. You must first define your feature steps using a planning process, then apply this skill to execute those steps with isolated worktrees and mandatory reviews.