Get Agent Prompt
get_agent_promptRetrieves a structured execution prompt for a given intent, detailing objectives, outcomes, constraints, edge cases, and verification steps to guide implementation or critique.
Instructions
Get a formatted execution prompt for a specific intent. This is the full structured prompt including objective, outcomes, constraints, edge cases, and verification steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intentId | Yes | The intent ID to generate a prompt for | |
| mode | No | draft = critique the spec, execute = implement it |