Appearance
How-Tos
Step-by-step guides for building and operating agentic systems. Each guide covers a specific capability with concrete examples and implementation details.
Prompting
| Guide | What You Learn |
|---|---|
| How to Prompt | Core prompting techniques for agent instructions |
| How to Metaprompt | Write prompts that generate other prompts |
| How to Calibrate Prompt Complexity | Match prompt detail to task difficulty |
Building
| Guide | What You Learn |
|---|---|
| How to Build Agent Experts | Create domain-specialized agents with self-maintained expertise |
| How to Build Metaagents | Build agents that create and manage other agents |
| How to Build Metaskills | Create skills that generate other skills |
| How to Build Review Fix Loops | Implement closed-loop quality cycles |
Infrastructure
| Guide | What You Learn |
|---|---|
| How to Use Hooks | Attach behavior to agent lifecycle events |
| How to Use Triggers | Start workflows from external events |
| How to Use Adaptive Templates | Templates that adjust to context |
| How to Author Templates | Write reusable prompt and artifact templates |
Planning
| Guide | What You Learn |
|---|---|
| How to Classify Work Before Planning | Sort work into the right execution path |
| How to Enforce Plan Execution | Ensure plans are followed, not improvised |
| How to Scout Before Planning | Gather intelligence before committing to a plan |