Create initial specs/ROADMAP.toml with template structure
Initialize a new roadmap file with a structured TOML template. Use this to start tracking project features, bugs, and tasks in a standardized format.
/plugin marketplace add linehaul-ai/linehaulai-claude-marketplace/plugin install roadmap@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