What problem does it solve?
It prevents broken or out-of-order Reatom project bootstraps by enforcing an explicit scaffold-to-validation workflow before any routing, runtime wiring, or feature implementation.
Core Features & Use Cases
- Ordered greenfield scaffolding with phase gates: parks the user’s original feature request into GOAL.md and blocks feature work until the scaffold baseline proves validation is green.
- Validation pipeline wiring and proof: installs and configures linting, formatting, typecheck, code intelligence, and a browser smoke test, then requires npm run validate to pass.
- Routing-skeleton handoff after first green validate: transitions to a routing-only pass with strict setup/dev-time logger wiring and outlet() composition, validated before continuing features.
- Recovery from out-of-order changes: detects and corrects gate violations (e.g., feature code or Reatom runtime changes added before npm run validate), repairing the ledger and resuming at the earliest incomplete gate.
Quick Start
Tell your agent: “Scaffold a new Reatom v1000+ app in this folder and follow the scaffold flow with GOAL.md, run npm run validate until it’s green, then proceed only to the routing-only skeleton phase.”