01Goals
The organization starts with durable goal definitions: milestones, criteria, and dependencies. This is the contract for what work means.
- Goals decompose into milestones with explicit dependencies.
- Each criterion specifies its verification method: file check, command check, evaluator review, or human gate.
- Progress is measured by criteria passed, not by activity volume.
02Dispatch
A scheduler decides what is actionable and which agent should own it next. The system, not a meeting, determines who touches what.
- Dispatch carries spec, criteria, runtime context, prior attempts, and failure evidence.
- Agents are matched to work by role and capability rather than convenience.
- Retry budgets and escalation thresholds prevent infinite churn.
03Execution
Agents operate within bounded authority. They implement, review, analyze, or orchestrate, but always inside a declared role surface.
- Executors implement and produce artifacts.
- Reviewers verify against criteria and failure evidence.
- Architects evaluate structural coherence before drift hardens into the system.
04Evaluation
Every outcome is checked. Mechanical criteria use deterministic checks. Subjective criteria use explicit evaluator logic instead of passive trust.
- Evaluation is independent of execution.
- False passes and weak evidence are tracked as first-class failure signals.
- Criteria that cannot be verified cleanly are a design problem, not an implementation detail.
05Memory
Patterns, interviews, and post-mortems feed back into later cycles. The organization keeps a durable account of what succeeded and what failed.
- Worker interviews capture friction, workarounds, and improvement suggestions.
- Pattern detectors identify recurring strategies and failure modes.
- Knowledge is queryable and can be injected into future dispatch context.