How this command is triggered — by the user, by Claude, or both
Slash command
/roadmap:initThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Initialize Roadmap Create a new `specs/ROADMAP.toml` file with the standard template structure. ## Steps 1. Check if `specs/ROADMAP.toml` already exists - If it exists, ask the user if they want to overwrite it - If they decline, exit gracefully 2. Create the `specs/` directory if it doesn't exist 3. Create `specs/ROADMAP.toml` with this template: 4. Confirm creation to the user and suggest next steps: - Edit the file to add real items - Use `/roadmap:add` to add items interactively - Use `/roadmap:sync` to push to GitHub Projects
Create a new specs/ROADMAP.toml file with the standard template structure.
Check if specs/ROADMAP.toml already exists
Create the specs/ directory if it doesn't exist
Create specs/ROADMAP.toml with this template:
# Project Roadmap
# Managed by roadmap plugin - sync with GitHub Projects via /roadmap:sync
project = "laneweaverTMS_launch"
# Example item (remove or modify):
[[items]]
title = "Example Feature"
label = "example"
description = "Replace this with your first roadmap item"
type = "feature" # bug | feature | task
stack_layer = "backend" # backend | frontend | devops
priority = "P1" # P0 | P1 | P3
status = "pending" # pending | in_progress | done
start_date = "2024-01-15" # auto-filled when adding items
/roadmap:add to add items interactively/roadmap:sync to push to GitHub Projectsnpx claudepluginhub linehaul-ai/linehaulai-claude-marketplace --plugin roadmap/roadmapCreates and manages a unified project roadmap from specs and plans using scan, propose, write, and validate phases. Outputs or updates docs/roadmap.md.
/roadmapGenerates ROADMAP.md for app builds from a brief and executes phases autonomously. Supports plan, start, resume, status modes with optional topic.
/roadmapSurveys existing roadmap docs, memory entries, and open beads, then creates or updates roadmap files with multi-task parallel processing support.
/initInitializes beads issue tracking database in current directory with optional prefix (defaults to dir name). Shows DB location, prefix, workflow overview, next steps; displays stats if already set up.
/initInitializes guided UI design for dashboards, apps, and tools. Assesses intent, proposes styles with rationale, builds components, and offers to save patterns.
/initSets up Repowise for the current codebase. Installs if needed, asks about indexing preferences (index-only or full with LLM), and runs the indexing process.