Thorbit Codex ADW takes the reusable core of a working agentic engineering system, the agents, the planning and execution skills, the task machinery, the guardrail hooks, and ships it as a portable installer that drops into any repo clean, with fresh local state and zero borrowed history.
Planning skills produce durable artifacts. Execution agents turn artifacts into managed work. Fresh local state records every move. Codex hooks gate the whole thing so nothing ships unverified.
Every skill has one job and writes evidence to disk. Planning skills emit a universal spec, execution converts it to DB-backed work, verification proves it before completion.
Audits a codebase through a wide inventory wave, a diagnosis wave, synthesis into remediation tracks, a principles audit, then a product-impact enrichment. Outputs a read-only audit report or a universal spec.
The design layer. Turns a feature or refactor request plus architecture context into a universal implementation blueprint: an exact file manifest and grep-verifiable acceptance criteria, before any task is created.
Converts a universal spec into DB-backed tasks, dispatches builders, gates reviewer outcomes, runs test assessment, and converges through debt triage. Loops follow-up tasks back into the DB until triage is clean.
Audits runtime reliability after static quality is understood: tool handoffs, queue state, job lifecycles, UI readiness, and recovery paths. Reuses architecture artifacts when present, otherwise runs a fresh runtime investigation.
All agent configs ship in every install. Builders mutate code, verifiers prove it, auditors find the risk, spec roles turn findings into plans.
The installer is intentionally conservative. A fresh project means fresh runtime state. State from one codebase would only confuse the next.
.agents/data/*.agents/runs/*active-plans.json.env*.vercelbuild outputThorbit Codex ADW is a concrete, Codex-native build of the same agentic engineering principles the fleet already runs. The vocabulary lines up almost one to one.