IntersectMBO / IntersectMBO/developer-experience

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

Open
#300 0 comments 0 reactions 1 assignee Claimed by @IanoNjuguna View on GitHub
Dominant language
TypeScript
Stars
13
Forks
22
Avg merge
18h 40m
Merged PRs (30d)
11

Description

### 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`).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.