AI without context invents APIs, reinvents existing patterns, and contradicts prior decisions.
| Situation | Minimum Context |
|---|---|
| Any work | CLAUDE.md |
| Feature work | + relevant plan/spec |
| Architecture change | + ADRs + architecture docs |
| Code change | + existing affected code |
| Visual / physical output | + preview of current state |
| Category | Artifacts | Rules |
|---|---|---|
| Shared (main) | CLAUDE.md, System Spec, Architecture | Read-only during feature work. Modified only via PR after merge. Never edited in parallel. |
| Branch-local | Plans (CTX/EXP/PRD), Feature Specs, ADRs | Created on the agent's branch. Merged via PR. Conflicts resolved by human. |