How to create anything
The seven step recipe for kicking off any project. New folder, Claude Code, a PRD, plan mode, then build. The same opening moves every time, so you never sit staring at an empty window wondering where to begin.
Slow is smooth.
Smooth is fast.
The recipe works because it forces you to think before you build.
Adapted from my own Code Explorer course.
This is the practical routine: what you actually click, in order, to start a project. The thinking method behind it is the 4D Build, and the ten projects to practise it on are in the VS Code Practice Lab.
Seven steps, every project
Steps 1 to 3 take about two minutes. Steps 4 to 7 are the ones that decide whether the build goes well.
New project folder
Create a new folder on your desktop and give it a meaningful name. This is your workspace, and everything for this project lives inside it.
Open it in VS Code
Right click the folder and choose Open with Code. Or from inside VS Code, File → Open Folder.
Start Claude Code
View → Command Palette, then Open Claude Code in a new window. Now you have a coding agent sitting beside your files, able to see and edit them.
Write a PRD before anything else
Tell Claude what you are building: what it does, who uses it, and what it has to do. That is a product requirements document, and it is the difference between a build that lands and one that wanders. Do not skip this. If you want it done properly, the free prd skill interviews you and writes it for you.
Use voice and plan mode
Talking is faster than typing, so use voice input for the long explanations. Then turn on plan mode with Shift + Tab twice, which makes Claude design the approach and show it to you before it writes a single line of code.
Move slow
AI is optimised for speed, and it will hand you a fast answer that is not always a correct one. Move slow. Verify what it tells you. Do not just accept the first reply because it arrived quickly and sounded confident. This is the step people skip, and it is the one that costs them the afternoon.
Set up /hello and /goodbye
Claude does not remember your project between sessions. So for anything you will work on across more than one sitting, you write the handoff yourself: /goodbye saves where you got to and what comes next, and /hello reads it back at the start of the following session. Two commands, and the project picks up instead of starting over.
The setup prompt, straight from my Code Explorer course. Paste it once per project and Claude creates all three files.
- Every project starts the same way: a named folder, opened in VS Code, with Claude Code beside it.
- The PRD is the real first step: say what you are building before anyone builds it.
- Plan mode before code: see the approach, agree it, then let it run.
- Fast answers are not always right answers: verify as you go.
- Write the handoff if the project will outlive one session.
Slow is smooth. Smooth is fast.
You have the setup. Now build something with it: the VS Code Practice Lab → has ten projects with a ready made prompt for each one. For the thinking method behind the whole approach, meet the 4D Build →
McCloskey.ai · Resources. Built for people learning to build with AI in VS Code.