From cycles
Brainstorm, create, or extend the project roadmap with new milestones. Use when the roadmap is exhausted, needs new versions, or when ideating future direction.
How this command is triggered — by the user, by Claude, or both
Slash command
/cycles:roadmapThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Roadmap Ideate, create, and extend the project roadmap. ## Usage `/roadmap` — Review current roadmap status `/roadmap extend` — Add next batch of milestones `/roadmap brainstorm <topic>` — Brainstorm features for an area `/roadmap create` — Create roadmap from scratch ## Backend ## Workflow: `/roadmap` (status) 1. Read roadmap via `k3m_read_roadmap` 2. Read trackers to determine completion status 3. Output status table: ## Workflow: `/roadmap extend` 1. **Read context:** roadmap, design doc, existing specs, src/ 2. **Analyze gaps:** features in design doc not on roadmap, nat...
Ideate, create, and extend the project roadmap.
/roadmap — Review current roadmap status
/roadmap extend — Add next batch of milestones
/roadmap brainstorm <topic> — Brainstorm features for an area
/roadmap create — Create roadmap from scratch
source "$CLAUDE_PLUGIN_ROOT/scripts/detect-backend.sh" && source "$K3M_BACKEND_SCRIPT"
/roadmap (status)k3m_read_roadmap| Version | Name | Status |
|---------|------|--------|
| v0.1.0 | Unified Window Manager | Complete |
| v0.2.0 | Canvas Viewport | Spec ready |
/roadmap extenddocs/ROADMAP.mdmilestone label/roadmap brainstorm <topic>/roadmap createdocs/ROADMAP.mdnpx claudepluginhub karimstekelenburg/k3m-marketplace --plugin cycles/roadmapGenerates ROADMAP.md for app builds from a brief and executes phases autonomously. Supports plan, start, resume, status modes with optional topic.
/roadmapGenerates phased roadmap.json for a feature goal. Scaffolds YAML skeleton via CLI, dispatches agent to fill acceptance criteria and TDD steps, then validates output.
/roadmapGenerates prioritized Essential 8 maturity improvement roadmap from current (0-2) to target (1-3) level with optional timeline (aggressive, standard, conservative).
/roadmapGenerates a phased project roadmap from a vision statement through deep questioning, parallel research, and epic generation, materializing results as ideas or execution plans.
/roadmapBuild or review your roadmap — OKR alignment, Now/Next/Later structuring, dependency mapping, and stakeholder views, pulling live Linear/Jira state
/roadmapGenerates a product roadmap and milestone plan for a required scope (e.g., Q2 features, infrastructure migration) and optional time horizon (e.g., quarterly, 6-months).