Templates
Copy-paste ready templates for building AI agent systems. Each template is production-tested and includes inline documentation explaining every section. Use them as starting points and customize for your specific agent deployment.
AGENTS.md Template
Complete setup file for autonomous AI agents. Covers identity, memory system, safety rules, tool configuration, heartbeat monitoring, and group chat behavior. Drop this into any agent workspace for immediate operational capability.
Task Spec Template
Reusable template for delegating work to sub-agents. Includes environment context block, objective, input files, expected output, success criteria, constraints, and verification steps. Prevents the #1 delegation failure: missing context.
Memory System Template
Three-layer memory architecture: knowledge graph (entity facts with timestamps), daily notes (event timeline), and tacit knowledge (patterns and preferences). Includes file structures, schema definitions, and maintenance protocols.
Heartbeat System Template
Proactive monitoring system for autonomous agents. Covers heartbeat polling, background task scheduling, health checks (email, calendar, weather), state tracking, and quiet hours. Makes agents proactive instead of reactive.