Launch offer 30% off for the first 20 buyers with code  $19 $13.30 Click the code to copy it. It's also copied when you click Get the kit.
Locked In
v1.0 · 43 files · for Claude Code Get the kit · $19 $13.30

The Locked In Method for Claude Code

Stop babysittingClaude Code.

Claude can't say "done" until your tests pass, can't touch your secrets, and uses less of your limit. Copy one folder into ~/.claude and you're set up in two minutes.

18skills 6agents 5hooks 8templates 1playbook
  • It proves its work. A Stop hook runs your tests every time Claude tries to finish. If they fail, it keeps working.
  • It can't wreck anything. rm -rf ~, force-push to main and reading .env are blocked before they run.
  • Your usage lasts longer. /handoff → /clear → /pickup keeps context small without losing your place.
~/projects/shop · claude
> /lock-in add partial refunds to checkout
3 questions answered · SPEC.md written
check: npm test && npx tsc --noEmit → .claude/verify.txt
 
claude: Done. Partial refunds are implemented.
BLOCKEDverify-gate.py 2 tests failing
✗ refund.test.ts › partial refund rounds to cents
claude: Fixing rounding in src/orders/refund.ts:42…
PASSverify-gate.py 48/48 tests · types clean
claude: Done, with the test output above as proof.

Try it. A simulation of what the kit's hooks and workflows do in a real session.

What's in the box

18 skills.
6 agents. 5 hooks.

All set up for you: 43 files that drop into ~/.claude. Here's every one, grouped by what it does for you.

18Skills

Expert playbooks Claude pulls in by itself when the task matches, plus six workflows you start with one word.

you type itloads by itself

  • /lock-in
  • /handoff
  • /pickup
  • /mvp
  • /second-opinion
  • /cleanup
  • ship-it
  • bug-hunt
  • test-writer
  • security-pass
  • perf-audit
  • safe-refactor
  • db-migration
  • pr-writer
  • commit-craft
  • context-saver
  • explain-codebase
  • landing-page

Every skill that changes code ends the same way: run your real checks, show the output, and fix until they pass.

6Subagents

Specialists that work in their own context and report back in a paragraph, so your main session stays small.

  • code-reviewer
  • researcher
  • architect
  • debugger
  • test-runner
  • ui-polisher
5Hooks

Rules that run every time, with no exceptions and no tokens spent.

  • verify-gate
  • block-dangerous
  • protect-secrets
  • auto-format
  • notify-done
8CLAUDE.md templates

Short project memory for your stack: the commands, gotchas and checks Claude can't guess.

  • Next.js
  • FastAPI
  • Express
  • Expo
  • Chrome extension
  • Static site
  • Data science
  • Your global setup
1Playbook

The Locked In Method: the five-step loop, habits that make your limit last, and 10 prompts that work.

See the method ↓

The Locked In Method

Give Claude a check it can run. The kit does it for you.

Anthropic's best-practices guide puts this habit first. Claude Code's creator, Boris Cherny, says it improves quality 2–3×. The kit turns it into five steps, and every step is a file you install.

  1. Lock the goal

    Claude interviews you about the hard parts, then writes a spec with one command that proves the feature works.

    /lock-inSPEC.md
  2. Plan

    You agree on the plan before any file changes. Skip this when the change fits in one sentence.

    Shift+Tabarchitect
  3. Build against the check

    Claude runs the check after each step. The Stop hook won't let it finish while the check fails.

    verify-gate.pyauto-format.py
  4. Prove it

    You get real test output, then a fresh reviewer checks the diff against the spec. Only gaps that matter get fixed.

    /second-opinioncode-reviewer
  5. Reset

    Write down where you are, clear the context, and pick up in a fresh session. You keep your progress, and the context stays small.

    /handoff/clear/pickup
Sources: Anthropic, Best practices for Claude Code · Boris Cherny's 13 tips, January 2026 This kit is independent. Neither source endorses it.

Look inside

Every file, open to read.

Plain Markdown and Python with nothing compiled or hidden. Files marked with a dot show a real excerpt.

How the pieces fit

Six kinds of file, each with one job.

Claude Code already supports all of these. Most people never set them up because it takes weeks to get them right.

PieceCountRuns whenLives in
Skills12Load on their own when the task matches, e.g. "is this ready to deploy?" loads ship-it~/.claude/skills/
Subagents6Claude hands off a review, search or plan to its own context~/.claude/agents/
Workflows6You type /lock-in, /handoff, /pickup, /mvp, /second-opinion, /cleanup~/.claude/skills/
Hooks5Every time, no exceptions: before a command runs, after an edit, and when Claude tries to finish.claude/settings.json
CLAUDE.md templates8Loaded at the start of every session in that project./CLAUDE.md
Playbook1You read it once, in about ten minutesPLAYBOOK.md

Two minutes to install

Unzip, run one block, restart Claude Code. Type / to see the workflows and /agents to see the subagents.


          

The playbook

Habits that make your usage last.

A large context is resent with every message you send. The playbook shows how to keep it small without losing your place.

Shift+Tab

Plan before it builds

Plan Mode gets you an agreed plan before any file changes. One good plan costs less than three rewrites.

/handoff/clear/pickup

Clear without losing work

Write down the state, wipe the context, and pick up from a short file instead of a huge history.

EscEsc

Rewind a bad turn

Jump back to an earlier message instead of arguing the model out of a wrong direction.

@src/api/orders.ts

Point, don't paste

Reference files by path so Claude reads only what it needs, once.

researcher→haiku

Search in a side context

The researcher subagent reads thirty files in its own context and hands back one paragraph.

CLAUDE.md≤80 lines

Keep the memory short

It loads into every session. Every rule has to be worth its cost on every message.

$19$13.30With launch code LAUNCH: 30% off for the first 20 buyers. Enter it at checkout; clicking the button below copies it for you.One payment. That's about three days of a Max 20x plan, for a setup you'll use every day.

  • Skills that load when the task matches12
  • Subagents6
  • Workflows, including /lock-in6
  • Hooks, including the verify gate5
  • CLAUDE.md templates8
  • The Locked In Method playbook1
  • Future additions to the kitfree
Get Locked In $19 $13.30

If it doesn't save you time, ask within 14 days for a full refund.

Questions

Before you buy

Which plans does it work with?
Any setup that runs Claude Code: Pro, Max, Team, Enterprise or an API key. It's all config files, so there's nothing extra to install.
Will it really stretch my usage limits?
It cuts waste. The /handoff → /clear → /pickup loop, the Haiku-powered researcher and the context-saver skill keep your context small, and a smaller context uses less of your limit on every message. The verify gate also cuts the back-and-forth of "that didn't work, try again."
I'm not a professional developer. Is it for me?
Yes, maybe more than anyone. /lock-in, /mvp and the hooks give you the habits experienced engineers use without thinking, and the verify gate catches broken code you wouldn't know how to spot.
Does it work on Windows?
Yes. Everything is Markdown except the hooks, which are standard-library Python scripts with Windows setup notes included.
Can I change the files?
Yes, and you should. Edit any skill or command to match how you work, and commit them to your repo so your team gets them.
Is this made by Anthropic?
No. It's an independent kit made by a Claude Code user. Claude and Claude Code are trademarks of Anthropic, PBC.