Tools
What it reads and produces
Reads: design system tokens and DESIGN.md; the PRD; a concrete build task. Produces: the application codebase in your sandbox; a live dev preview as it builds.Where it sits in the pipeline
The Fullstack Builder owns Stage 5, Develop, downstream of the Design System Agent whose tokens it builds on. It also makes a cameo in Stage 4, where it runs live builds as the Frontend Engineer. Once it has built, the on-demand QA Agent verifies the result, and QA failures can chain straight back into this agent as a targeted auto-fix run throughdelegate_to_develop_fix.
The code it writes is yours: generated code syncs to your own GitHub repo as it is written, with full export and no lock-in. See code ownership.