roadmap

Create or update ROADMAP.md via a pd-agent guided workflow.

1|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Olino3/anvil --skill roadmap-olino3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: roadmap
Source: https://github.com/Olino3/anvil/tree/main/plugins/anvil/skills/roadmap
Command: npx skills add https://github.com/Olino3/anvil --skill roadmap-olino3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables teams to create or update the project's ROADMAP.md by orchestrating the pd-agent to plan and document strategic milestones.

Core Features & Use Cases

  • Roadmap creation / updates: Generates a fresh ROADMAP.md or updates an existing one based on project context.
  • Config-awareness: Reads docs/anvil/config.yml to determine project configuration and available commands.
  • Commitment automation: Writes changes to ROADMAP.md and creates git commits with standardized messages.

Quick Start

Ask the pd-agent to generate or update ROADMAP.md for the current project.

Frequently Asked Questions about roadmap

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

FAQPage Schema
How do I automatically generate a ROADMAP.md file for my software project?

Automatically generating a ROADMAP.md file requires orchestrating the pd-agent to plan and document strategic milestones. This skill handles both new roadmap creation and updates to existing documents by reading project context and writing standardized content.

What do I need to set up before creating a project roadmap with automation?

Creating a project roadmap with this automation requires a valid docs/anvil/config.yml file to determine project configuration. You also need access to the ROADMAP.md file at the project root and a sub-agent to coordinate content generation and git commits.

Can I update an existing ROADMAP.md without overwriting previous milestones?

Updating an existing ROADMAP.md is fully supported through the pd-agent guided workflow. The process reads current project context and modifies the existing document, then commits changes using standardized git messages to preserve history.

How does git commit automation work when updating project documentation?

Git commit automation for project documentation works by writing changes to ROADMAP.md and creating commits with standardized messages. The coordinated sub-agent generates, modifies, and commits roadmap content directly to the repository.

Is automated roadmap planning suitable for small software projects?

Automated roadmap planning is applicable to software projects of any size where a centralized roadmap is needed. The pd-agent guided workflow scales to handle both fresh ROADMAP creation and updates for varying project complexities.

What is the best way to maintain centralized project documentation for milestones?

The best way to maintain centralized project documentation for milestones is using a pd-agent guided workflow to create or update ROADMAP.md. This approach reads docs/anvil/config.yml to stay config-aware and automates git commits for version control.