Show help for Ralph Specum plugin commands and workflow.
Executes spec-driven development loops with autonomous task execution and smart context compaction.
/plugin marketplace add tzachbon/ralph-specum/plugin install tzachbon-ralph-specum@tzachbon/ralph-specumRalph Specum combines the Ralph Wiggum agentic loop with spec-driven development. It generates specifications from a goal description and executes tasks autonomously with smart compaction between phases.
| Command | Description |
|---|---|
/ralph-specum "goal" [options] | Start the spec-driven loop |
/ralph-specum:approve | Approve current phase (interactive mode) |
/ralph-specum:cancel | Cancel active loop and cleanup |
/ralph-specum:help | Show this help |
/ralph-specum "Add user authentication with JWT tokens" --mode interactive --dir ./auth-spec
Pauses after each phase for your approval:
/ralph-specum "Refactor database layer" --mode auto --dir ./db-refactor
Runs through all phases without pausing. Compacts automatically.
| Option | Default | Description |
|---|---|---|
--mode | interactive | interactive or auto |
--dir | ./spec | Directory for spec files |
In your spec directory:
requirements.md - User stories, acceptance criteriadesign.md - Architecture, patterns, file matrixtasks.md - Phased task breakdown.ralph-state.json - Loop state (deleted on completion).ralph-progress.md - Progress and learnings (deleted on completion)Context is compacted at phase boundaries with phase-specific preservation:
The .ralph-progress.md file carries learnings and state across compactions.
Loop not continuing?
/ralph-specum:approve.ralph-state.json exists in spec directoryLost context after compaction?
.ralph-progress.md for preserved stateCancel and restart?
/ralph-specum:cancel --dir ./your-spec/ralph-specum