#methodology
4 articles with this tag.

·4 min read
Spec-Driven Development with Claude Code — one year later, retrospective
A year ago I wrote about SDD as a methodology. After 12 months of heavy use I have data: what actually pays off, what I no longer recommend, and when SDD hurts.

·4 min read
Sub-agents in Claude Code — the orchestration pattern that works
Sub-agents are the key pattern when the main session starts to bloat. Showing when to fire them, what context to pass, and how to avoid the 'shouting into the void' effect.

·5 min read
Plan mode in Claude Code — when to turn it on, when not to bother
Plan mode shipped recently and already changed my workflow. When I use it, when it slows me down, and what questions to ask so the plan is actually useful.

·5 min read
Spec-Driven Development in Claude Code — why I no longer write 'just build me X' prompts
A five-stage process for planning a feature before the first line of code. Fewer iterations, fewer bugs, less refactoring. Concrete example: the very blog you're reading.