Delegate a task to the agy CLI and report back what it produced. Use when the user asks to run something with agy, or wants a task handled by a non-Claude model such as Gemini or GPT-OSS. BEFORE dispatching, if the user did not name a model, run agy models and ask them to pick one with AskUserQuestion. List the CLI's…
Verify that work claimed done actually runs and matches the spec. Use when a task is marked complete but unproven, the app should work end-to-end but doesn't, or a summary looks too clean.
Delegate a task to a separate claude CLI session and report back what it produced. Use when the user wants work done in a fresh Claude session with its own context. BEFORE dispatching, if the user did not name a model, ask them to pick one with AskUserQuestion. List the model value from /.claude/settings.json first…
Delegate a task to the OpenAI Codex CLI and report back what it produced. Use when the user asks to run something with codex. BEFORE dispatching, if the user did not name a model, ask them to pick one with AskUserQuestion. List the model value from /.codex/config.toml first, labelled (default). Pass the choice in the…
Delegate a task to the GitHub Copilot CLI and report back what it produced. Use when the user asks to run something with copilot. BEFORE dispatching, if the user did not name a model, ask them to pick one with AskUserQuestion. List the default model from /.copilot/config.json first, labelled (default); if it is not…
Delegate a task to the opencode CLI and report back what it produced. Use when the user asks to run something with opencode. BEFORE dispatching, if the user did not name a model, run opencode models and ask them to pick one with AskUserQuestion. List the model value from /.config/opencode/opencode.json first, labelled…