--- name: create-tokens description: Create design tokens from brand colours, fonts, and reference material argument-hint: "[brand colours, fonts, or Figma URL]" --- Create design tokens for the FA Design System. Use the token-architect agent to handle this task. The user's input follows — it may include brand colours, font choices, reference images, or Figma URLs. **Instructions for the agent:** 1. Read all memory files and conventions before starting 2. If the user provides a Figma URL, use the Figma MCP to extract design context 3. Create primitive tokens (colour scales, typography, spacing, effects) 4. Create semantic tokens (map primitives to design intent) 5. Run `npm run build:tokens` to generate outputs 6. Update the MUI theme in `src/theme/index.ts` to use generated values 7. Update all memory files when done User input: $ARGUMENTS