From ralph-it-up-roadmap
Generate a roadmap using native Claude Code orchestration (no external tools required).
How this command is triggered — by the user, by Claude, or both
Slash command
/ralph-it-up-roadmap:roadmap-nativeThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Roadmap — Native Claude Code Orchestration Execute the **roadmap-scopecraft** skill using the native **roadmap-orchestrator** agent. This mode requires no external dependencies like `ralph-orchestrator`. ## Features - **Zero dependencies** — No Python packages or external tools required - **Built-in loop control** — Iterates until quality gates pass (max 15 iterations) - **Native validation** — Uses `hooks/validate-gates-handler.sh` for gate checks - **Scratchpad memory** — Cross-iteration context via `.agent/scratchpad.md` ## Execution The orchestrator will: 1. **Initialize** — Che...
Execute the roadmap-scopecraft skill using the native roadmap-orchestrator agent. This mode requires no external dependencies like ralph-orchestrator.
hooks/validate-gates-handler.sh for gate checks.agent/scratchpad.mdThe orchestrator will:
./scopecraft/LOOP_COMPLETE when all gates passAll must pass before completion:
| Gate | Requirement |
|---|---|
all_outputs_exist | 6 .md files in scopecraft/ |
phases_in_range | 3-5 ## Phase headers in ROADMAP.md |
stories_have_acceptance_criteria | 5+ "Acceptance Criteria" sections |
risks_documented | 3+ risk table rows |
metrics_defined | "North Star Metric" section exists |
no_todo_placeholders | Zero [TODO]/[TBD]/[PLACEHOLDER] markers |
You can manually run the validation hook:
# Human-readable output
./plugins/ralph-it-up-roadmap/hooks/validate-gates-handler.sh
# JSON output (for scripts)
./plugins/ralph-it-up-roadmap/hooks/validate-gates-handler.sh --json
# Quiet mode (exit code only)
./plugins/ralph-it-up-roadmap/hooks/validate-gates-handler.sh --quiet
scopecraft/
├── VISION_AND_STAGE_DEFINITION.md
├── ROADMAP.md
├── EPICS_AND_STORIES.md
├── RISKS_AND_DEPENDENCIES.md
├── METRICS_AND_PMF.md
└── OPEN_QUESTIONS.md
.agent/
├── scratchpad.md # Cross-iteration memory
└── validation-results.json # Final gate results
| Use Case | Recommended Mode |
|---|---|
| Quick roadmap generation | /roadmap (one-shot) |
| Iterative refinement, no setup | /roadmap-native (this) |
| CI/CD pipeline integration | ralph-orchestrator |
| Multi-backend orchestration | ralph-orchestrator |
| Minimal dependencies | /roadmap-native (this) |
| Command | Orchestration | Dependencies |
|---|---|---|
/roadmap | One-shot | None |
/roadmap-native | Native loop | None |
/roadmap-orchestrated | External | ralph-orchestrator |
npx claudepluginhub auge2u/ralph-it-up --plugin ralph-it-up-roadmap/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 a phased project roadmap from a vision statement through deep questioning, parallel research, and epic generation, materializing results as ideas or execution plans.
/hatch3r-roadmapGenerates a dependency-ordered, priority-sequenced roadmap with business and technical dimensions, outputting a todo.md rollout schedule and optional AGENTS.md.
/roadmapCreates and manages a unified project roadmap from specs and plans using scan, propose, write, and validate phases. Outputs or updates docs/roadmap.md.
/rAlias that immediately invokes the /roadmap command, passing all arguments through to execute the full roadmap workflow.
/roadmapGenerates ROADMAP.md for app builds from a brief and executes phases autonomously. Supports plan, start, resume, status modes with optional topic.