IntersectMBO / IntersectMBO/developer-experience

The component & design-token baseline for human and agentic developers (spacing, typography, theme, etc)

Aperta
#300 0 commenti 0 reazioni 1 assegnatario Rivendicata da @IanoNjuguna Vedi su GitHub
Lingua principale
TypeScript
Stelle
13
Fork
22
Merge medio
18h 40m
PR unite (30g)
11

Descrizione

### Discussed in https://github.com/IntersectMBO/developer-experience/discussions/299

Originally posted by **IanoNjuguna** September 14, 2026
A design-token baseline translates human visual decisions into machine-readable data structures (such as JSON or W3C format). Human developers visually interpret design specs, whereas agentic AI developers require programmatic constraints to prevent hardcoding arbitrary values and pixel padding, or fragmented font hierarchies.

## Implementation Guideline

This entails shipping design skills for AI agents, and a brand assets page for human developers. Context:

* `CSS Variable Export`: Transform tokens into CSS Custom Properties (e.g., --space-md, --color-text-primary) using tools like Style Dictionary so both human and agentic developers consume a single source of truth.

* `Agent Context Injection`: Provide the token taxonomy as a system prompt, MCP tool, or skill file. Instruct AI agents to fail generation if arbitrary values are output instead of semantic variables.

## Why a Shared Baseline Matters

* `Eliminates AI Hallucinations`: Agentic developers evaluate hard constraints better than open-ended style guidelines. Named tokens enforce guardrails (e.g., forcing the agent to use space.md instead of guessing padding is 13px).

* `Enforces Deterministic UI Rules`: Enables automated programmatic checks (e.g., CI/CD linters, AST checks, Model Context Protocol servers) to validate generated code against a token schema.

* `Simplifies Multi-Theme Architecture`: Decouples raw values (primitives) from intent (semantics), allowing humans and agents to update light/dark/brand themes without modifying component code.

## Three-Tier Token Architecture

* `Primitive Tokens (Option Layer)`: Raw visual values. Never referenced directly inside UI code.

* `Semantic Tokens (Intent Layer)`: Defines the meaning or purpose of a value. Used by human and agentic coders.

* `Component Tokens (Scope Layer)`: Specific overrides for single-purpose components (e.g., `button.primary.bg`).

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.