The Agentic Developer Cookbook
The Agentic Developer Cookbook Family
You're building a file browser panel. You open Claude Code and just start describing what you want — lazy loading, git status badges, ignore patterns. That's it. That's all you say.
Before a single line of code is written, Claude reads 27 engineering principles, walks you through a guideline checklist — accessibility, keyboard navigation, progress indicators — and finds a recipe that already specifies everything: selection behavior, keyboard shortcuts, empty states, platform-specific appearance across Swift, Kotlin, TypeScript, and C#. All the things you would have eventually gotten around to thinking about. Already thought about.
You approve it. Implementation begins in three phases — make it work, make it right, make it fast. No shortcuts, no "we'll add accessibility later." When it's done, the guideline checklist is green, the recipe is fully satisfied, and the tests pass. The file browser your users deserve, not the file browser you would have settled for.
You didn't have to remember any of it. That's the cookbook.
Projects
0Self-contained, platform-agnostic project definitions. The source of truth from which native code is generated.
Principles
27Foundational ideas that guide all technical decisions. How to think about engineering.
Guidelines
334Topic-organized rules for testing, security, UI, networking, data, and more.
Ingredients
17Atomic component and pattern specs. Single-concern building blocks for UI, data, and infrastructure.
Recipes
14Composite specs that combine ingredients into full features and workflows.
Compliance
17Automated checks for accessibility, security, privacy, performance, and platform compliance.
Reference
18Curated external best-practices links organized by platform and topic.
Appendix
40Contributing guides, design decision records, and research notes.