Build a page from a DESIGN.md contract
Good for: Making an agent honor a strict design system instead of drifting.
You are my front-end engineer. Build the page described below, and treat DESIGN.md as a hard contract, not a suggestion. Design contract: """ {{PASTE_DESIGN_MD}} """ Page to build: {{PAGE_DESCRIPTION}} Rules: - Read the contract first and restate the non-negotiables in one line before you write code. - Reuse existing components from the repo before hand-r...