docs/decisions/0007-auth.md + a CLAUDE.md rule: auth flows are immutable without an ADR.
Generate the CLAUDE.md your Claude Code projects need.
A 30-second generator for the config bundle Claude Code reads at every session — architecture, conventions, security rules, decision log. Pre-filled for your stack. Reviewable. Free.
Without a config bundle, every Claude session is a stranger on day one.
It re-asks the same questions. Reaches into the wrong files. Rewrites code that's intentionally that way. Three patterns we kept seeing — and what the bundle does about each.
docs/ARCHITECTURE.md + path-scoped CLAUDE.md files in app/, lib/db/, so context loads automatically.
rm on a folder I told it not to. Three times in one week."pre-tool hook that exits non-zero on dangerous paths, plus a tight permissions.json allow/ask/deny list.
Three things that change the day after you commit the bundle.
Stack, layout, and red lines load automatically from path-scoped CLAUDE.md files. You stop being the human prompt.
The why survives across sessions, members, and weeks. The same debate doesn't restart in next Tuesday's standup.
rmHooks block the destructive commands before they run. Permissions narrow the blast radius. Hope is not a strategy.
Pick your phase. Pick your stack. Download.
Setup level
each tier extends the previousFor teams. Hooks block dangerous commands. ADR system logs every architectural decision so they survive across sessions, members, and weeks.
Stack
runtime & package manager auto-fillProject
written into every fileWhat's in this phase
phase = bundle. nothing to toggle.Common questions, briefly answered.
What is CLAUDE.md, exactly?
A file Claude Code reads at the start of every session. Not a README — an operating manual: stack, architecture, rules, conventions. Without it, Claude guesses. With it, Claude follows your team.
Which phase fits me?
Trying it out → Kickstart. Solo serious project → Equipped. Team of 2–5 → Collaborative (most teams stop here). Production with users → Battle-tested.
Will this overwrite my files?
No. The zip is reviewed by you. You copy what you want. If you already have a CLAUDE.md, open both and merge. Nothing is automatic.
Cursor / Copilot / other tools?
The CLAUDE.md and the docs work with any AI assistant that reads files. The hooks and .claude/settings.json are Claude Code-specific.