Design contract install
Install into any project
Agent stack: law book + verified skills + CI gates are required. Contract MCP is optional. shadcn MCP / CLI installs atoms; Vellum keeps agents inside closed tokens via docs, skills, and npm run validate.
Next: explore UI primitives, app shells, theme, and design.md — all styled with Vellum tokens on this route.
UI gallery
Shared shadcn — Vellum skin
One component set under components/ui. This route applies the DNA; we do not fork controls per contract.
App shells
Workbench & composer proofs
Product chrome — same shells as Meridian, restyled by Vellum.
Surface studio
Switch density lanes in one chrome
Workbench, composer, marketing, mobile, desktop — same tokens, remapped hit targets.
Surface studio
Try the lanes
application · agent
| ID | Title | Meta | |
|---|---|---|---|
| ISS-1842 | Tighten selected-state contrast | 2h | |
| ISS-1839 | Ship help drawer reading lane | 48m | |
| ISS-1831 | Map activity to agent timeline | — | |
| ISS-1820 | Align edge depth on panels | 1d |
Application workbench
Object list + detail + agent rail — compose shadcn, don't twin shells.
| ID | Title | Meta | |
|---|---|---|---|
| ISS-1842 | Tighten selected-state contrast | 2h | |
| ISS-1839 | Ship help drawer reading lane | 48m | |
| ISS-1831 | Map activity to agent timeline | — | |
| ISS-1820 | Align edge depth on panels | 1d |
Composer shell
Bound AI next to the object — provenance and activity stay readable.
01 export function IssueRow() {
02 return (
03 <tr className="bg-brand/10">
04 …
05 </tr>
06 )
07 }