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 18 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.
Usage
2013 skills and 7 rules that enforce the cookbook during planning, implementation, and review.
Principles
19Foundational ideas that guide all technical decisions. How to think about engineering.
Guidelines
105Topic-organized rules for testing, security, UI, networking, data, and more.
Ingredients
18Atomic component and pattern specs. Single-concern building blocks for UI, data, and infrastructure.
Recipes
13Composite specs that combine ingredients into full features and workflows.
Compliance
17Automated checks for accessibility, security, privacy, performance, and platform compliance.
Workflows
7Planning, implementation, verification, and review processes for AI-assisted development.
Reference
10Curated external best-practices links organized by platform and topic.
Appendix
7Contributing guides, design decision records, and research notes.