Hook

Their other posts in the index, biggest breakout first.
Two things have been going super viral recently in how to use Claude Code in a structured way. The first is the get shit done framework and the second is the Ralph loop. I'm going to tell you how to use these two things together to get the best outputs from Claude Code. First of all, we need to see that these two systems serve very different purposes in the actual execution workflow. The get shit done framework is really good for getting your idea and turning it into structured prompts or task documents to have Claude Code go through sequentially to execute your idea and turn it into an actual finalised software. Now the Ralph loop is an actual mechanism that uses Claude Code's internal hook structure to re-inject a certain prompt into Claude Code's context window over and over to get it to programmatically execute tasks until it reaches a certain completion state. So you can see how you can combine these two things together. We use the get shit done framework to get your idea out onto paper and out into structured task files for Claude Code to complete, and then actually use the Ralph loop to have Claude Code programmatically go through all of those task files and execute them one by one until all tests pass and your completion state is reached.