npx claudepluginhub linehaul-ai/linehaulai-claude-marketplace --plugin roadmap# 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
/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.
/initDownloads and installs/updates the platform-specific notification binary for claude-notifications plugin from GitHub into the plugin's bin directory.
/initInitializes or re-boots llmdoc/ directory structure, runs multi-themed project investigations with investigator, and generates initial stable docs via recorder.
/initInitializes AI task harness with ai/tasks/ directory for modular backlog, progress log, bootstrap script, and CLAUDE.md instructions. Supports --mode new|scan and --task-type ops|data|infra|manual.
/initScans ~/.claude/agents/ for custom agent files, lets user select which to import/register into orchestration plugin registry, updates JSON registry and documentation.
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 Projects