# Install Claude Code
npm install -g @anthropic-ai/claude-code
# Start (with full autonomy)
claude --dangerously-skip-permissions
Without --dangerously-skip-permissions you'll be confirming all day.
┌─────────────────────────────────────┐
│ 1. Explore (understand codebase) │
│ 2. Plan (IMPLEMENTATION_PLAN.md) │
│ 3. Build (one task per iteration) │
│ 4. Error? → Back to 2 │
└─────────────────────────────────────┘
The plan persists between iterations. Each iteration starts fresh, reads the current state, and works on the next task.
| File | Scope |
|---|---|
./CLAUDE.md | Project root, commit to Git |
./CLAUDE.local.md | Personal, add to .gitignore |
~/.claude/CLAUDE.md | Global for all sessions |
./subdir/CLAUDE.md | Monorepo, loaded on-demand |
Improve instruction-following:
IMPORTANT: Always run tests before committing
YOU MUST: Use TypeScript strict mode
NEVER: Commit directly to main
ALWAYS: Ask before architectural changes
# Project Name
## Commands
- `make dev` — Start dev server
- `make test` — Run tests (ALWAYS before commit!)
- `make lint` — Check code style
## Conventions
- TypeScript strict, no any types
- Conventional Commits (feat:, fix:, ...)
- Branch: feature/*, fix/*
## IMPORTANT
- NEVER commit without tests
- ASK before architectural changes
- New feature? Clarify requirements first!
Golden Rule: Treat it like a prompt — test and refine iteratively. Press # to automatically add instructions.
Solution: Don't patch. Context is polluted → New session, regenerate plan.
VoiceInk (Mac) + Parakeet model — faster than Whisper, runs locally.
Skills make the difference: Claude has access to your data.
| What | Cost |
|---|---|
| Claude Code (Max 20x) | ~€200/month |
| OpenRouter (Chat, Workflows) | ~$20 lasts 1-2 months |
Want help applying this to your codebase? Or want the full system walkthrough?