Template
AI agent planning template.
Use this to design a useful agent before giving it tools or memory.
Checklist
- Write the agent goal in one sentence.
- List the sources it may read.
- List the tools it may use.
- List actions that require approval.
- Define memory: what should persist and what should not.
- Define success checks and failure handling.
- Start with a supervised dry run before letting it operate unattended.