Designed and built an autonomous AI coding agent that generates production ready Shopify Hydrogen storefronts from Figma design data.
- Engineered a modular prompt system that is assembled dynamically based on agent phase and component type, reducing per-turn context while improving generation accuracy.
- Built a multi-provider LLM abstraction with dynamic SDK loading, token tracking with per-phase cost attribution, and dependency-graph-based component ordering.
- Created a Figma-to-code data pipeline that extracts design tokens via Figma’s REST API, resolves style references, and generates LLM-optimized YAML with pre-computed CSS Modules.