Mirror Mirror · Webinar · Back to Basics
Go from an empty folder to a working platform — by talking to your codebase.
Brady Hugins · Mirror Mirror
What it is
Claude Code runs in your terminal (and IDE/desktop) right inside your project. It reads your files, writes code, runs commands, and explains itself — you stay the operator. The skill isn't coding; it's directing: say what you want, review what it proposes, ship what's right.
Your first 15 minutes
npm i -g @anthropic-ai/claude-code, then cd your-project and run claude. Sign in once./init — it reads the project + writes a CLAUDE.md (the project's memory: stack, conventions, how to run things)./plan your first change — describe a feature; it researches + proposes a plan; you approve; it builds. (More next.)/status — check where you stand (model, usage, config). Stay oriented.The pieces that matter
Master CLAUDE.md + /plan + /status first; the rest you grow into.
/status
/status shows your model, account, config health, and how much of the context window you've used. Like checking your fuel + map mid-trip: it keeps you oriented so you don't run a long session blind or burn context on the wrong thing.
/plan — the operator's move
/plan puts Claude in plan mode: it researches your codebase, writes a concrete plan, and waits for your approval before touching a file. You catch scope + direction on paper — cheap — instead of in a tangle of edits — expensive.
Example: /plan add email login → it maps your auth, proposes the steps + files, you tweak/approve → then it builds exactly that. No surprises.
Building a platform
Plan a slice, build it, verify it runs, write the decision into CLAUDE.md, check /status, go again. Big jobs → hand to subagents. The platform grows one verified slice at a time — and the system remembers how it was built.
The mindset
Back to basics is one habit: say what you want clearly, let /plan show you the approach, approve the right one, verify the result. Start with one small feature today — plan it, build it, ship it — and the rest is the same move, repeated.
Keep going
Bring your own project to the cohort and we'll plan + build a real slice together. Course · cohort · membership at mirrormirror.roseinthegrove.com/learn/