Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub colliery-io/metisHow this command is triggered — by the user, by Claude, or both
Slash command
/metis:helpThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Metis Ralph Plugin Help Please explain the following to the user: ## What is Metis Ralph? Metis Ralph integrates the Ralph Wiggum technique with Metis document management for iterative AI-driven work loops. **Two modes:** 1. **Task Execution** (`/metis-ralph`) - Execute a Metis task iteratively until complete 2. **Initiative Decomposition** (`/metis-decompose`) - Break down an initiative into tasks **Core concept:** - Claude receives a Metis document as the prompt - Works on the task/decomposition - Stop hook intercepts exit attempts - Same prompt fed back for next iteration - Claud...
/ralphRuns autonomous development loops with fresh context per iteration using task sets and memories. Also supports status, init, taskset management, add-task, and memories subcommands.
/ralph_customLaunches Ralph autonomous task agent to execute multi-step goals from markdown files, iterating with self-correction, tmux agents, and git commits until success or max iterations.
/cc-ralphLaunches autonomous development loops using cc-best workflows integrated with ralph-loop plugin. Reads project state from progress.md/CLAUDE.md, iterates via PM-Lead-Designer-Dev-QA roles until <promise> signal. Supports --mode full-feature, iterate, bug-fix, refactor.
/helpExplains Ralph Loop plugin for iterative AI development via repeated Claude prompts with file self-reference, and lists commands /ralph-loop to start loops and /cancel-ralph to cancel.
/helpDisplays Hookify plugin help: hook events, markdown config files with regex patterns, creation via /hookify or manual files, subcommands, and examples for safe behaviors.
/helpDisplays full reference guide for Ouroboros commands and agents by rendering the dedicated SKILL.md file.
Share bugs, ideas, or general feedback.
Please explain the following to the user:
Metis Ralph integrates the Ralph Wiggum technique with Metis document management for iterative AI-driven work loops.
Two modes:
/metis-ralph) - Execute a Metis task iteratively until complete/metis-decompose) - Break down an initiative into tasksCore concept:
Execute a Metis task with a Ralph loop.
Usage:
/metis-ralph PROJ-T-0001
/metis-ralph PROJ-T-0001 --max-iterations 20
What happens:
Completion: Output <promise>TASK COMPLETE</promise> after transitioning to completed.
Decompose a Metis initiative into tasks.
Usage:
/metis-decompose PROJ-I-0001
/metis-decompose PROJ-I-0001 --max-iterations 15
What happens:
Completion: Output <promise>DECOMPOSITION COMPLETE</promise> after transitioning to active.
Cancel an active Metis Ralph loop.
Usage:
/cancel-metis-ralph
Note: This removes the loop state but does NOT revert Metis document phase transitions.
| Option | Description |
|---|---|
--max-iterations <n> | Stop after N iterations (default: unlimited) |
--project-path <path> | Path to .metis folder (default: auto-detect) |
Good for:
Not good for:
For fully autonomous execution without permission prompts, run Ralph in a Docker sandbox:
docker sandbox run -w "$(pwd)" claude
Then install the plugin and MCP inside the sandbox:
/plugin marketplace add colliery-io/metis
/plugin install metis@colliery-io-metis
!claude mcp add --scope user metis metis mcp
See full instructions: https://github.com/colliery-io/metis/blob/main/docs/docker-sandbox.md