Repo Onboarding Map — Worksheet + Claude Rules

Invalid Date

Repo Onboarding Map — Worksheet + Claude Rules

Here’s the full resource, ready to copy and use. No email gate. Use it today.

Download the file

What this is

A quick map so you (or an AI) don’t wander into the wrong parts of the codebase.

Worksheet (copy/paste)

Entry point: ____
Install command: ____
Test command: ____
Lint command: ____
Dev server command: ____

Danger zones:
- Payments: ____
- Auth: ____
- Prod config: ____

Folder map:
- /src: ____
- /api: ____
- /db: ____

Claude rules snippet

Before coding:
1) List the files you will touch.
2) If a file is in a danger zone, ask first.
3) Keep the change small and test it.

By Steve Merrill · @merrills · WRKNG Digital

Back to Blog