generate-test-roadmap

Generate 20-step test roadmaps and planning artifacts for the implement-roadmap workflow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the generation of test roadmaps and the accompanying planning artifacts for the implement-roadmap workflow, enabling autonomous validation of end-to-end processes.

Core Features & Use Cases

  • Automatically creates a complete test roadmap (Roadmap.md) with 20 steps and an initial State entry to exercise the implement-roadmap workflow.
  • Generates associated artifacts (State/History folders, and GitHub issues) in a single run, without user prompts.
  • Useful for validating end-to-end tooling, agent integration, and workflow correctness in development and QA environments.

Quick Start

Run /generate-test-roadmap to produce a complete test roadmap for the implement-roadmap workflow.

Frequently Asked Questions about generate-test-roadmap

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

FAQPage Schema
How do I automate test roadmap generation for a multi-step workflow?

You can automate test roadmap generation by running a command that creates a 20-step Roadmap.md, initial State entries, and linked GitHub issues without user prompts. This validates end-to-end workflow correctness autonomously.

What planning artifacts are needed to validate an autonomous roadmap workflow?

Validating an autonomous roadmap workflow requires generating a test Roadmap.md, State directories, History folders, and linked GitHub issues. These artifacts exercise the full implementation cycle in a single run.

Do I need Bash and GitHub CLI installed to generate test roadmaps autonomously?

Yes, you need Bash, Git, and GitHub CLI installed to generate test roadmaps autonomously. These dependencies handle file creation and GitHub issue linking without requiring any user prompts during execution.

Can I generate test planning artifacts without any user prompts during execution?

Yes, test planning artifacts can be generated completely without user prompts. The autonomous execution model handles the entire 20-step roadmap creation process, including State and History folders, in a single run.

What is the best way to validate end-to-end tooling and agent integration for roadmap planning?

The best way to validate end-to-end tooling and agent integration is to auto-generate a complete test roadmap with associated State, History, and GitHub issues. This single-run approach exercises the full workflow process across scenarios.

Why does my test roadmap generation require Git and GitHub CLI interactions?

Test roadmap generation requires Git and GitHub CLI interactions to autonomously create linked GitHub issues and manage repository state. This validates the complete workflow process across 20 steps without manual input.