What is Skill Routing?
Loading mandatory domain bundles (frontend, database, payments, auth, SEO, PWA, motion) before acting in that domain. Routing is why generated code follows one convention instead of improvising per prompt.
Related terms
Act Mode
The gear where BYOB edits files, connects services, runs checks, and moves the project forward. Chat Mode reasons and plans without touching files; Act Mode executes once decided.
AIR Coding Skills
Reusable synced knowledge packs (SEO, auth, payments, PWA) that agents load per domain. Skills keep every project on the same implementation patterns without re-teaching the model.
Frontend Review / Critic Loop
Screenshot-only scoring out of ten with a two-iteration cap. The critic sees pixels, not code — which is exactly what users see too.
Guided Preflight
The multi-step setup wizard BYOB runs before generating code: refining the prompt, identifying features, proposing UX direction, and choosing data options. Planning first is what separates coherent apps from random screens.
Lucky Build (Autopilot)
The one-shot fast path that skips guided setup and generates directly from the prompt. Best for experiments and landing pages; guided preflight wins for anything with data or auth.
Pass-1 Build
The uninterruptible first generation surface: styles, layout, page, components, then validation. Letting pass one finish prevents half-built states that later edits have to repair.