Design → code
- 01Extract
plumb_outline,plumb_node, orplumb_querypull a Plumb Design Spec — auto-layout pre-resolved to flexbox, tokens deduped to$c1,$t1refs. - 02Build
Your agent writes the component from the PDS, same as it always does.
- 03Verify
plumb_verifydrives headless Chrome and diffs the rendered DOM against the design — layout, color, type, shadow, assets. - 04Fit
plumb_fitturns the diff into a 0–100 convergence score and ranked fixes. Fix, re-run, repeat until true.
Ends true — score 100, pixel-identical.