roadmap
/roadmap - Active Roadmap View
Usage
/roadmap # All active plans sorted by priority
/roadmap --type=workflow # Filter by domain prefix (matches workflow:*)
/roadmap --type=workflow:migration # Filter by exact compound type
/roadmap --type=lego # Filter by domain prefix (matches lego:*)
/roadmap --priority=P1 # Show only P1 items
/roadmap --prefix=APIP # Filter by story prefix
Multiple filters can be combined: /roadmap --priority=P1 --type=workflow
Plan Type Schema
Plan types use a compound domain:subtype key. Known values:
More from michael-menard/monorepo
review
Comprehensive code review with parallel specialist sub-agents. Analyzes requirements traceability, code quality, security, performance, accessibility, test coverage, and technical debt. Produces detailed findings and calls /qa-gate for final gate decision.
40lint-fix
Run ESLint with --fix across the repo (or a scope), capture errors that could not be auto-fixed, group them by rule, store results in the KB, and scan for eslint-disable suppressions (which are covered-up errors, not fixes). Use this skill instead of running pnpm lint directly.
25plans
List all plans from the KB database with key metadata. Use to get a quick overview of plan statuses, priorities, and story counts.
24wt-list
List all active git worktrees with their status. Use when checking what worktrees exist, their branches, and which has uncommitted changes. Quick overview command.
23review-draft-story
Comprehensive draft story review with parallel specialist sub-agents. Spawns PM, UX, and SM agents to review stories from product, design, and implementation readiness perspectives before development begins.
23token-report
Generate a summary report aggregating all logged token usage for a story. Queries KB storyTokenUsage and produces TOKEN-SUMMARY.md with cost estimates and analysis.
22