status
Installation
SKILL.md
RoadmapSmith Status
Use this command to inspect whether the CLI, roadmap files, VS Code task UX, runtime, and Claude hook are ready.
Required behavior
- Prefer running
roadmapsmith doctor --json --project-root .from the repository root. - Parse and summarize the JSON output for the user in plain language.
- If the CLI is missing, explain the installation path instead of fabricating a status result:
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
- Highlight whether Claude GUI skills, CLI resolution, and task/runtime readiness are healthy or not.
Success criteria
- The command is grounded in doctor JSON, not a guess.
- The response clearly distinguishes missing CLI vs missing host wiring.