veto_agent_plan
Consult a specialist agent for a domain-expert execution plan. Returns approach, ordered steps, checklist, patterns, and pitfalls.
Instructions
Gets a domain-expert execution plan from a specific worker agent. Returns approach, ordered steps, checklist, patterns, and pitfalls for the task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | The task for the agent to plan. | |
| agent | Yes | The worker agent to consult. | |
| context | No | Optional additional context. | |
| llm_backed | No | If true, routes the task through the LLM runner for deep reasoning instead of using the deterministic pattern engine. | |
| project_dir | No | Optional: absolute path to the project directory. Auto-injects package.json, git diff, and stack info into the agent context. | |
| agent_response | No | Phase 2 response from the host AI (JSON). Pass this back when prompted by the server to complete the agentic loop. |