Explain Metis Ralph plugin and available commands
Executes Metis tasks iteratively using Ralph loops until completion.
/plugin marketplace add colliery-io/metis/plugin install metis@colliery-io-metisPlease 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: