roadmap-generate
Installation
SKILL.md
RoadmapSmith Generate
Use this command when the user wants the managed roadmap block updated from repository evidence without replacing substantive existing domain content.
Required behavior
- Prefer the local engine inside this repository:
node roadmap-skill/bin/cli.js generate --project-root .- on this Windows machine, prefer
C:\Program Files\nodejs\node.exe roadmap-skill/bin/cli.js generate --project-root .ifnodeis not in PATH
- Otherwise prefer
roadmapsmith generate --project-root .. - Explain that
generateis preserve-first when a substantive managed block already exists. - When the user explicitly wants the destructive path, use
roadmapsmith generate --project-root . --full-regen. - Summarize what stayed preserved, whether generation refused, and what new additions, if any, were inserted.