From anvil
Create or update the project ROADMAP.md by dispatching the pd-agent for strategic planning
How this skill is triggered — by the user, by Claude, or both
Slash command
/anvil:roadmapThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create or update the project's ROADMAP.md through collaborative planning.
Create or update the project's ROADMAP.md through collaborative planning.
Read docs/anvil/config.yml. If it doesn't exist:
"Anvil isn't configured for this project yet. Run
/anvil:initfirst to set up the project config."
Stop and wait for the user.
Check if ROADMAP.md exists at the project root. Pass this information to the pd-agent.
Dispatch the pd-agent as a sub-agent with:
docs/anvil/config.ymlROADMAP.md (if it exists)The pd-agent will converse with the user and write/update ROADMAP.md.
After the pd-agent completes:
If new ROADMAP:
git add ROADMAP.md
git commit -m "docs(roadmap): create project roadmap"
If updated:
git add ROADMAP.md
git commit -m "docs(roadmap): update roadmap phases"
npx claudepluginhub olino3/anvil --plugin anvilCreates or updates ROADMAP.md files for software projects by analyzing codebases, READMEs, and issues to define vision, milestones, and timelines. Useful for project planning and stakeholder communication.
Create and manage a unified project roadmap from existing specs and plans. Interactive, human-confirmed, always valid.
Add prioritized items to a project roadmap with codebase review and duplication check. Use when planning product direction.