Create initial specs/ROADMAP.toml with template structure
Creates specs/ROADMAP.toml with standard template structure for project planning.
npx claudepluginhub linehaul-ai/linehaulai-claude-marketplaceCreate 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