roadmap-execute

Orchestrate sub-agents to implement and commit pending ROADMAP.md steps.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/OpenElementsLabs/claude-base --skill roadmap-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: roadmap-execute
Source: https://github.com/OpenElementsLabs/claude-base/tree/main/claude-project-base/skills/roadmap-execute
Command: npx skills add https://github.com/OpenElementsLabs/claude-base --skill roadmap-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to automate end-to-end execution of ROADMAP.md by coordinating multiple steps through dedicated sub-agents that implement, review, and commit changes, reducing manual overhead.

Core Features & Use Cases

  • Orchestrates end-to-end roadmap execution by reading ROADMAP.md, filtering unchecked steps, and delegating work to sub-agents.
  • Creates a formal spec (design.md + behaviors.md), plans implementation steps, and tracks progress with per-step commits.
  • Use Case: a project with a ROADMAP.md can be run by Claude Code to autonomously turn each pending item into a spec, implementation, tests, and documentation updates.

Quick Start

Run roadmap-execute on ROADMAP.md to automatically create specs, implement steps, and commit changes end-to-end.

Frequently Asked Questions about roadmap-execute

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

FAQPage Schema
How do I autonomously execute ROADMAP.md steps in software development?

Autonomous ROADMAP.md execution is achieved by orchestrating sub-agents that read pending roadmap items, generate formal specs, implement code, run reviews, and create versioned commits for each step.

What is spec-driven development for project management automation?

Spec-driven development for project automation is the process of creating formal design.md and behaviors.md files within a specs/ directory to define behaviors before implementing roadmap steps.

Does roadmap-execute require a specific directory structure for spec generation?

Spec generation requires a project with a ROADMAP.md file and follows conventions that create a new spec folder under specs/ containing design.md and behaviors.md, while updating specs/INDEX.md to track progress.

How do sub-agents handle implementation and commits for roadmap items?

Sub-agents handle roadmap items by filtering unchecked steps from ROADMAP.md, delegating each pending item to a dedicated agent that plans implementation, writes tests, and creates per-step commits.

Can I use this for end-to-end software project management without manual intervention?

End-to-end software project management is supported by autonomously turning each pending roadmap item into a spec, implementation, tests, and documentation updates without manual intervention.

What are the limitations of automated roadmap execution with sub-agents?

Automated roadmap execution with sub-agents is limited to projects strictly following spec-driven development conventions and requires a properly structured ROADMAP.md with clear pending steps to function correctly.