Decompose a Metis initiative into tasks
Decomposes Metis initiatives into discrete, actionable tasks and transitions them to active phase.
/plugin marketplace add colliery-io/metis/plugin install metis@colliery-io-metisSHORT_CODE [--max-iterations N]Execute the setup script to initialize the loop:
"${CLAUDE_PLUGIN_ROOT}/scripts/setup-metis-decompose.sh" $ARGUMENTS
You are now in a Metis Ralph loop for initiative decomposition. Follow these steps:
mcp__metis__read_document to read the initiative contentmcp__metis__transition_phase to transition the initiative to "decompose"mcp__metis__create_document to create each task under this initiativeWhen decomposition is FULLY complete:
mcp__metis__transition_phase to transition the initiative to "active"<promise>DECOMPOSITION COMPLETE</promise>The loop will continue until you output the promise after completing decomposition.