You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Project layout aligned to the recommended Claude Code design-project structure (Phase A1 of docs/restructure-plan.md). Additive only — no knowledge folders moved, no path references changed, accuracy_report stays 25/25 = 100%.
CONTEXT.md — ubiquitous language. A shared domain glossary (3-tier tokens, the 8 states, POUR, gate, token-by-intent, anti-slop, RENDER-AND-LOOK) so the agent names the problem precisely and spends fewer tokens doing it.
Custom slash commands under .claude/commands/ — /gate (run the one-command gate, report the real N/N), /ship (pre-release gate + README/changelog checklist), /scaffold-project (generate a new design-product skeleton in the reference layout).
.claude/settings.json — shared permissions (the scripts allowlist), checked into git so the team gates without per-call prompts.
CLAUDE.local.md (gitignored) for personal preferences, and reference/ for real screens the agent studies before an image-to-code / redesign / design-review pass.