Frontend — Design System to Components
Parallel UI component implementation from Figma exports and design tokens.
Context
Conversion of Figma design system to React components implemented in parallel with provenance tracking.
Flow with 4 tools
◻ Phase 01 — intake
Specs from Figma
Processes Figma exports and design tokens.
◻ intake
intake init "Design System v3 — Button" \
--source figma-export/button-specs.png \
--source docs/design-tokens.yaml \
--format architect △ Phase 02 — architect
Parallel implementation
Multiple components in parallel.
△ architect
architect parallel \
--task "Implement Button component" \
--task "Implement Input component" \
--task "Implement Modal component"