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 running
roadmapsmith maintain --project-root .from the repository root. - Treat this command as CLI-backed. Do not silently replace it with manual generate/sync reasoning when the CLI is unavailable.
- If the CLI is missing, explain the installation path:
npm install -g roadmapsmithnpx skills add PapiScholz/roadmapsmith --skill '*' -a claude-code- run
/reload-skills - if RoadmapSmith was installed as a Claude plugin, also run
/reload-plugins
- Mention that this workflow runs generate, sync, and audit in one invocation.
Success criteria
- The command uses the CLI-backed maintain flow.
- The response summarizes the resulting roadmap/audit outcome.