Skeleton for a new project. The working process lives in CLAUDE.md.
- Copy the contents of this repo into the new project (without
.gitandglobal/). - Fill in the header of
CLAUDE.md: name, level, stack, start command, checks. - Pick the complexity level — it decides what to keep:
- Lightweight — keep
CLAUDE.md+docs/STATUS.md, delete the rest ofdocs/. - Project — keep everything.
- Critical — keep everything, plus a separate plan for each risky change.
- Lightweight — keep
git init, first commit.
global/CLAUDE.md holds the rules that apply to every project. It lives here so it
does not drift between machines. Install it on each machine:
cp global/CLAUDE.md ~/.claude/CLAUDE.mdClaude Code loads it automatically at the start of every session, in every project. Do not copy it into individual projects.