Quick Reference¶
Lookup tables for when you already understand the methodology and need to find something fast. If you're learning the methodology, start with the Playbook instead.
| Reference | When to use it |
|---|---|
| Dispatch Table | You know the situation, you need the prompt |
| Doctrine | You need a non-negotiable rule to settle an argument |
| Anti-Patterns | You suspect you're doing something wrong |
| Toolchain | You need to know what tool does what |
Reading order when something breaks: Anti-Patterns first (are you doing a known bad thing?), then Doctrine (what's the rule?), then Dispatch (what prompt fixes it?).
Deep reference
The Zero to Hero Guide has expanded versions of every reference table here, with Jeff's verbatim quotes and forensic evidence from his repos.