Spec
Brief, PRD, data model, screen inventory, stack, integrations.
๐ค Product gate
Approve what gets built โ the first of three default checkpoints.
๐ค Arch gate
Approve how it gets built โ the second of three default checkpoints.
Scaffold
Instantiate the archetype's stack template.
Build
Data model โ API + auth + CRUD; screens built to the DESIGN contract.
Test
Generated tests + CI green โ the automated quality gate.
๐ค Ship gate
Approve the deploy โ the third of three default checkpoints.
Deploy
Preview URL โ production. Shipped repo + live URL.