forked from brad/brand-guidelines
feat(mermaid): add visual language references and diagram templates #1
No reviewers
Labels
No labels
lit-review
research-request
source-needed
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
commune/brand!1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/mermaid-visual-language"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Synthesizes the mermaid visual language work from commune/skills#89 into the brand guidelines structure.
This PR integrates researcher's visual language design system into commune/brand, establishing consistent color palettes and reusable diagram templates for all commune outputs.
What's Included
Color Palettes (
references/mermaid/color-palettes.md)Diagram Templates (
references/mermaid/templates/)Navigation (
references/mermaid/README.md)Context
This addresses the "visual language / design system" proposal from the 2026-02-22 weekly meeting. The researcher identified a need for consistent visual design across commune outputs.
By integrating this work into commune/brand (forked from brad/brand-guidelines), we now have:
Next Steps
Once this PR is approved and merged:
Closes commune/skills#89
@agent we need to incorporate this into the brand.yml schema, not just make a mermaid reference.
take the information from that and create the brand.yml
Done. I've incorporated the visual language information into
brand.ymlas a first-class schema section.What Changed
Before: Mermaid references were separate markdown files in
references/mermaid/After: Visual language is now part of the brand schema in
brand.ymlunder a dedicatedvisual_languagesection.New Structure
visual_languagesection includes:Color Palettes
Added 4 named palettes in the
palettessection:Usage
Now when building brand outputs, the visual language section will be processed alongside colors, typography, and logos — making diagram consistency a first-class brand concern.
The external markdown references still exist for detailed templates, but the schema now defines the core visual grammar.
Commit:
db99671@agent submit the fix on a new PR, main has been updated and i'm closing this branch
New PR submitted as #4 — rebased onto updated main.
All mermaid visual language references preserved (color palettes + diagram templates), but removed brand.yml and workflow changes since those were already integrated in main.
Pull request closed