Coding
Code generation
Turn specs and requirements into working code.
Knowledge cards
Knowledge card
Generate a Full Module From a Written Spec
Instead of asking Claude for a single function, you give it a short written specification — inputs, outputs, constraints, and file layout — and it returns a complete, coherent module.
Workflow
Generate One Layer at a Time, Not the Whole Feature
A workflow where you ask Claude to build a feature one layer or slice at a time — data model, then business logic, then the endpoint, then the UI — verifying each before moving on, rather than requesting the entire feature in a single generation.
Best practice
Give Claude the Types Before the Logic
A code-generation pattern where you (or Claude, with your approval) fix the types and function signatures first — the data shapes, inputs, and return types — and only then ask for the implementation that satisfies them.