Reference · Design notes
Design notes
The hidden invariants of the design system - so the next agent doesn't undo them. A small set of design decisions that look weird if you don't know the why, captured here so an unfamiliar contributor (human or AI) reads the reasoning before “cleaning” them up. Starts with the “HTML-only reflection” rule for brain index files.
See it in motion
Where to find it
- Desktop:
http://localhost:4000/, then Reference (drawer) → Design notes in the sidebar. - Hosted:
repoops.ai/team/reference(browse it from the Reference drawer) - Keyboard: ⌘ K, then type “Design notes”.
- On disk:
.claude/brain/design-lessons-html-over-markdown.html
What it does for you
.md source. Trying to “normalize” them to markdown loses the affordance and the reasoning.Configure
Nothing - it's a hand-curated HTML file. New design lessons get appended as a section with the same shape: Rule · Reason · Failure mode.
Use it well
Open Design notes before any “normalize” / “clean up” / “why isn't this in markdown” PR. If the thing you're about to change has a Design note, the note is the answer; if it doesn't, add one when you make the change so the next agent inherits the reasoning.
Read more
Last updated