Stages 7–9
Expanding awareness
Stages 1–6 describe production maturity — building things faster, more reliably, at scale. Stages 7–9 describe something different: an expanding sphere of awareness. The innermost ring is the system itself — what it built, what failed, what was learned. The next ring is the organization it serves — policies, standards, regulations, institutional knowledge. The outermost ring is the environment around it — technology shifts, regulatory changes, user behavior, ecosystem health. At each ring, the system can govern more — because stewards can only govern what the system can see.
- Governs knowledge — promotion rules, contradiction resolution, what retires
- Sets approval thresholds for autonomous changes
- Reviews and approves Manager Agent proposals
- Defines self-reference boundaries — what the system can modify about itself
- Accumulates structured knowledge across every run: specs, deficiency records, test outcomes, remediation history, model performance
- Maintains the current-state system descriptor — as-built reality, continuously updated, separate from PRDs and design specs
- Classifies all knowledge by type: intent, constraint, design, reality, outcome, procedural, runtime, data, security
- A formal reasoning layer (logic engine, not LLM) governs policy applicability, contradiction handling, and escalation
- Manager Agents introduced — reactive but informed. They know production history, not just current health signals
The defining capability — Knowledge Synthesis
PoC pipeline
Build fast, minimal gates
→
Iterate
Tickets, bugs, edge cases
→
Knowledge
Specs, contracts, test suites
→
Synthesized MVP
Built from everything learned
At Stage 7, we fully embrace what earlier stages implied: code is a disposable artifact. A proof-of-concept (PoC) accumulates knowledge over weeks of iteration — every deficiency, edge case, security finding, behavioral contract. The system synthesizes this into a new spec set and produces a clean codebase with all hard-won knowledge baked in from day one. The organization’s investment is not in the code. It is in the spec history, the deficiency records, and the behavioral contracts. The code is a rendered artifact — the latest expression of accumulated knowledge. When technology changes, the code is regenerated. Nothing learned is lost.
Automated: knowledge accumulation, feature health monitoring, Knowledge Synthesis. Manual: knowledge governance, synthesis approval.
Deep dive: Stage 7 →
- Connects knowledge sources — wikis, runbooks, compliance files, infrastructure repos
- Resolves policy conflicts and exception approvals
- Reviews escalations when regulatory implications are uncertain
- Discovers, synthesizes, and applies org knowledge automatically during artifact production
- Infers applicable policies — “Toronto hospital” implies PHIPA, Ontario regs, audit logging, data residency — without the developer writing any of it
- Treats security as a parallel reasoning domain — trust boundaries, threat models, supply-chain risk — not just a validator step
- Evaluates impact with institutional context: regulatory consequences, policy compliance, cross-system effects
- Refuses to produce artifacts when compliance cannot be verified — escalates rather than guesses
- Manager Agents expand: detect regulatory changes affecting their feature, monitor for institutional drift
The defining capability — automatic policy inference
Feature brief
“Patient intake form — Toronto hospital”
→
Policy inference
→ PHIPA patient data requirements
→ Ontario healthcare regulations
→ Org audit logging standards
→ Data residency constraints
Developer wrote none of this
→
Correct spec
Institutionally correct before a line of code is written
⛔
The system also refuses
If compliance can’t be verified — policy conflict, uncertain regulatory implications, missing validation — the system escalates to a human rather than produce an artifact it can’t stand behind.
Automated: compliance application, cross-system consistency, policy enforcement. Manual: knowledge curation, policy decisions.
Deep dive: Stage 8 →

- Sets goals and strategic intent
- Governs budget, risk, scope, and approval thresholds
- Approves or rejects proposals — including those originating from goals or user conversations
- Governance design is now the most consequential activity — the system self-organizes toward whatever configuration the constraints make stable
- Monitors four signal domains: operational (crashes, latency, errors), artifact integrity (stale docs, inconsistent diagrams), environmental (regulatory updates, dependency CVEs, API changes), and human (bug reports, feature requests, user conversations)
- Converts user natural-language ideas into structured proposals — “It would be nice if this exported to Excel” becomes a spec candidate
- Originates work from goals: goal → inferred specs → pipelines → artifacts — without a developer writing a single ticket
- Coordinates via the artifact dependency graph — a change in one artifact cascades to docs, SDKs, diagrams, monitoring rules, runbooks, each handled by the responsible Manager Agent
- Every proposal feeds back into Stage 7 knowledge — the cycle is continuous
The defining capability — goal-directed origination
Four signal domains
● Operational — latency spike, validator failure
● Artifact integrity — stale docs, broken tutorial
● Environmental — CVE published, regulation updated
● Human — “can the form auto-fill insurance data?”
→
Manager Agents assess
Auth Agent
Intake Agent
Reports Agent
→
Proposed work
“Patch 3 affected modules, update audit logs, regenerate docs”
Est. 2h · low risk
The complete steward workflow: signals → analysis → impact evaluation → proposal → spec → Stage 6 pipeline → artifact update → back into Stage 7 knowledge. The cycle is continuous. Every proposal requires human approval before execution.
Goal: “Improve patient onboarding”
Redesigned intake workflows
Updated patient documentation
Compliance changes
Staff training materials
Monitoring dashboards
All inferred from the goal. All coordinated across Manager Agents. All governed.
Automated: signal monitoring, impact assessment, pipeline triggering, cross-agent coordination. Manual: goal setting, budget governance, approval.
Deep dive: Stage 9 — Proactive Origination →