These rules define how to translate Figma inputs into code for this project and must be followed for every Figma-driven change.
- Run get_code first to fetch the structured representation for the exact node(s).
- If the response is too large or truncated, run get_metadata to get the high‑level node map and then re‑fetch only the required node(s) with get_code.
- Run get_screenshot for a visual reference of the node variant being implemented.
- Only after you have both get_code and get_screenshot, download any assets needed and start implementation.