Plan Agent Design Governance
plan_agent_design_governanceEvaluate agent workflows before adding tools or autonomy to prevent costly mistakes by recommending governance patterns, baseline evals, and tool safeguards.
Instructions
Evaluate an agent workflow before adding tools, autonomy, or subagents. Recommends single-agent vs manager/decentralized patterns, baseline evals, instruction fixes, and tool safeguards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tools | No | Tool names available to the agent. | |
| hasDocs | No | Instructions draw on existing workflow docs. | |
| workflow | No | Workflow name or short description. | |
| toolCount | No | Total tools when names are not listed. | |
| writeTools | No | Write-capable tools. | |
| hasExamples | No | Instructions include concrete examples. | |
| handoffCount | No | Existing or proposed handoff count. | |
| hasEdgeCases | No | Instructions include edge cases and failure paths. | |
| highRiskTools | No | Tools that affect production, money, data, secrets, or outbound actions. | |
| hasBaselineEvals | No | Whether baseline agent evals exist. | |
| hasExitCondition | No | Instructions define when the run is complete. | |
| hasToolApprovals | No | Risky tool calls require approval. | |
| similarToolCount | No | Number of similar or overlapping tools. | |
| reversibleActions | No | Risky actions are reversible or have rollback procedures. | |
| conditionalBranches | No | Rough count of if/then instruction branches. |