# AI Agent Design Canvas

Define an agent by outcome, tools, context, memory, permissions, stop conditions, and human escalation before implementation.

## Best for
- AI teams
- Operations
- Product teams

## Outcome
- [ ] What completed outcome is the agent responsible for?
- [ ] What is explicitly out of scope?

## Context and tools
- [ ] Required systems
- [ ] Allowed tools
- [ ] Read/write permissions
- [ ] Freshness requirements

## Control
- [ ] Approval points
- [ ] Stop conditions
- [ ] Escalation
- [ ] Maximum action scope

## Evaluation
- [ ] Task completion
- [ ] Accuracy
- [ ] Exception rate
- [ ] Human override
- [ ] Business outcome

## Related UbiGrowth resources
- https://www.ubigrowth.ai/resources/ai-agents
- https://www.ubigrowth.ai/resources/ai-business-operating-systems

Use this template as a planning aid. Adapt approvals, controls, and review requirements to the consequences of the workflow.