The Grill SystemGrill commands →
Bookmark me

The Grill Commands

Copy, paste, fill in the brackets. Fire a grill, run it multi-agent and multi-LLM across the fleet, then hand the locked Decision Report to the build muscle.

Straight from the page

Terminal · Claude CodeGrill a plan before building
use grill-with-docs on this plan:
[YOUR PLAN]

Walk every decision branch against the project docs, one question at a time, with your recommended answer for each.
Terminal · Claude CodeLet it decide the rest for you
use grill-decide-report to finish the remaining decisions autonomously.
Recover what I already told you into a Feedback Catalog, decide every open question, and write the Decision Report. Only kick back the ones only I can decide.
Terminal · Claude CodeRun two grills in parallel, two models
claude-as team --model claude-opus-4-8 -p "use grill-decide-report ..." --dangerously-skip-permissions
claude-as team --model claude-sonnet-4-6 -p "use grill-with-docs ..." --dangerously-skip-permissions
Terminal · Claude CodeHand the decisions to the build muscle
Take the Decision Report and dispatch a parallel build:
/ralph [task] --parallel N

(or spawn a Team when the agents need to coordinate live.)

Fire the grills (terminal)

Terminal · Claude CodeBare stress-test
grill me on this plan before we build it:
[YOUR PLAN]
One question at a time, each with your recommended answer, until it is airtight.
Terminal · Claude CodeGrill against the docs
use grill-with-docs on this plan:
[YOUR PLAN]
Grill it against the project's own docs and write the decisions down.
Terminal · Claude CodeDecide it for me
use grill-decide-report to finish the remaining decisions autonomously and write the Decision Report. Only kick back what only I can decide.

Run it multi-agent + multi-LLM (headless on the fleet)

Terminal · Claude CodeDeep decisions on Opus
claude-as team --model claude-opus-4-8 -p "use grill-decide-report on [PROJECT]" --dangerously-skip-permissions
Terminal · Claude CodeEnumeration on Sonnet
claude-as team --model claude-sonnet-4-6 -p "use grill-with-docs on [PROJECT]" --dangerously-skip-permissions

Hand off to the build muscle

Terminal · Claude CodeParallel Ralph build
Take the Decision Report and run a parallel build:
/ralph [task] --parallel N
Terminal · Claude CodeSpawn a live team
Spawn a team to build from this Decision Report. I want the agents to coordinate with each other.