roadmap-maintain
Installation
SKILL.md
RoadmapSmith Maintain
Use this command when the repository already has code, tests, docs, or an existing roadmap and the user wants the default maintenance flow.
Required behavior
- Prefer the local engine inside this repository:
node roadmap-skill/bin/cli.js maintain --project-root .- on this Windows machine, prefer
C:\Program Files\nodejs\node.exe roadmap-skill/bin/cli.js maintain --project-root .ifnodeis not in PATH
- Otherwise prefer
roadmapsmith maintain --project-root .. - Treat this command as CLI-backed. Do not silently replace it with manual reasoning when the CLI is unavailable.
- Mention that maintain runs preserve-first generate, sync, and audit in one invocation.
- Mention that
roadmapsmith maintain --full-regenorroadmapsmith generate --full-regenis the explicit destructive rebuild path when the user truly wants a full managed-block replacement.