Concepts
The opinionated middle of Synthex — what the system believes, how the lifecycle flows, what enforces correctness, and how the parallel-execution model stays safe at the agent layer.
Philosophy
Why Synthex models software delivery as a team of agents rather than a single coder. Excerpt + canonical link to AJ Brown's essay.
The lifecycle
Five phases — Discover → Plan → Build → Ship → Learn — and how each one hands off traceably to the next.
Quality gates
Typed acceptance criteria ([T] / [H] / [O]), mandatory code + security review, severity policy, and the bounded review loop.
Reviewer pipeline
Fan-out + consolidation: how multiple reviewer agents run in parallel and how their findings get merged into one ranked list.
Parallel execution
Worktree isolation, the concurrent_tasks budget, and how Synthex runs many tasks at once without them stomping on each other.
The marketplace
How Synthex is distributed via LumenAI, the plugin file shape, and what runs locally versus what comes from upstream.