Skip to content
[ PUBLISHED SPECIFICATION · NOT A DEPLOYED CONTROL PLANE ]

The AI-Native SDLC.

A framework specifying a risk-tiered lifecycle and the control-plane services required to implement it.

Enterprises are not stuck because the models are not good enough. They are stuck because nobody will sign for an agent they cannot bound, supervise, or account for afterwards. This specification defines the lifecycle and controls an implementation needs before a CISO can authorize autonomy inside a boundary.

The framework, in numbers
Phases
08
Verifier classes
06
Risk tiers
04
Specified service functions
20
Mandatory controls
8–32
Evidence links
09

Published specification · not a deployed control plane · Crosswalk reviewed 2026-07

Agents build. Verifiers challenge. Humans authorize. A conforming control plane enforces.

[ The operating contract ]Three beats · one substrate
01

Agents build.

Humans and coding agents work inside approved repositories, models, and pipelines.

02

Verifiers challenge.

The specification requires independent services to test the software, the model, the trajectory, and the outcome.

03

Humans authorize.

A named person accepts the risk and releases the work. Never the builder.

Enforced beneath all three

The control plane must enforce.

The specification requires every model call, tool call, and credential to pass through it, with no alternate route into enterprise systems.

Human accountable

The specification requires every phase, every release, and every running agent to have a named person who answers for it.

Independently verified

A conforming implementation produces evidence through services outside the build team. No builder approves its own work.

Control-plane enforced

A conforming implementation executes policy at the gateway instead of documenting it in a wiki and hoping for compliance.

01[ Why a traditional SDLC is insufficient ]

Four lifecycles. A conventional SDLC governs one.

A traditional SDLC governs the first and assumes the other three. The AI-Native SDLC runs all four on one spine and produces one evidence chain.
LC-1

Software lifecycle

Code, services, interfaces, infrastructure

Continuous — many changes a day

Owned by Engineering

A traditional SDLC assumes

A change is a diff you can read, test, and revert.

Where it breaks

An agent's behaviour changes when a model, a prompt, a tool, or a retrieved document changes. None of that appears in the diff.

LC-2

Data and model lifecycle

Training data, retrieval corpora, model versions, prompts, embeddings

Vendor-driven — the model can move underneath you

Owned by Data and AI platform

A traditional SDLC assumes

Dependencies are versioned artifacts you choose when to upgrade.

Where it breaks

A hosted model can be updated without your release. Behaviour drifts with no commit, no ticket, and no deployment.

LC-3

Agent and identity lifecycle

Non-human identities, credentials, tool permissions, memory, autonomy

Per session — permissions acquired and used in seconds

Owned by Security and identity

A traditional SDLC assumes

Identities belong to people and change at the speed of HR.

Where it breaks

Agents outnumber people, act at machine speed, and routinely outlive the person who created them.

LC-4

Governance and evidence lifecycle

Risk classification, approvals, controls, attestations, audit records

Regulatory — quarterly, annual, and on demand years later

Owned by Risk, compliance, privacy, legal

A traditional SDLC assumes

Evidence can be assembled from the lifecycle after the fact.

Where it breaks

Nothing an agent did is reconstructable later unless the lifecycle recorded it at the time it happened.

02[ The lifecycle ]

Eight phases, each with a gate that will not open on trust.

Every phase is human accountable. An agent may do most of the work in any of them and is never the party that answers for it. Select a phase to read its activities, its evidence, its verifiers, and what happens when it fails.

Select a phase to read its activities, evidence, verifiers, and the gate that stands between it and the next.

Accountability marks
Human accountable
A named person owns the outcome of this phase and answers for it.
Agent assisted
Agents may do most of the work here. They are never the accountable party.
Independently verified
Challenged by a service outside the team that produced the work.
Automated control gate
A conforming control plane blocks progression until required evidence exists.
[ Phase 01 · Intake & Classify ]5 artifacts · 1 verifier class

Establish what the system is for, who answers for it, whom it affects, what data it touches, and how much autonomy it may ever hold.

  • Human accountable
  • Agent assisted
  • Automated control gate
Activities
  • State the business outcome and the population it affects
  • Name an accountable system owner and an executive sponsor
  • Classify data sensitivity and jurisdiction
  • Set the maximum autonomy level the use case may reach
  • Screen against prohibited and restricted uses
Responsible parties
  • System owner — accountable
  • Executive sponsor — risk acceptance
  • Risk and compliance — classification review
Permitted AI assistance
  • Draft the charter from an intake conversation
  • Suggest a preliminary tier from precedent
  • Flag prohibited-use language for human review
Required artifacts · evidence
  • Use-case charter
  • Named executive sponsor
  • Named system owner
  • Preliminary risk tier
  • Prohibited-use screening record
Required verifiers
  • V2Data and privacy
Entry criteria
  • A sponsor exists and will accept the risk
  • A business outcome is stated in one sentence
Exit criteria
  • Risk tier assigned and recorded
  • Owner and sponsor named on the register
  • Screening cleared or the use case is stopped here
Gate decision

Assign the risk tier, or refuse the use case.

Decided by
Risk and compliance, with the executive sponsor.
If it fails
The use case does not enter the lifecycle. No workspace is provisioned.
[ Phase 02 · Define & Decompose ]5 artifacts · 1 verifier class

Split the outcome into bounded agent tasks, deterministic services, human decisions, and escalation points — before anyone builds.

  • Human accountable
  • Agent assisted
Activities
  • Decompose the outcome into tasks and name the executor of each
  • Move anything that must be exactly right onto a deterministic service
  • Define the decisions a human must make and cannot delegate
  • Define escalation and handoff points, including the unhappy paths
  • Write acceptance criteria and the failure modes that must not occur
Responsible parties
  • System owner — accountable
  • Product and process owners — decision rights
  • Engineering lead — decomposition
Permitted AI assistance
  • Propose a task decomposition and challenge it against the failure modes
  • Generate candidate acceptance criteria from the charter
  • Enumerate escalation paths a human review then narrows
Required artifacts · evidence
  • Requirements and acceptance criteria
  • Named failure modes
  • Decision-rights matrix
  • Human-oversight plan
  • Escalation and handoff definition
Required verifiers
  • V5Business process
Entry criteria
  • Risk tier assigned
  • Charter approved
Exit criteria
  • Every task has a named executor: agent, deterministic service, or human
  • Every irreversible action has a human decision in front of it
  • Acceptance criteria are testable
Gate decision

Confirm the decomposition and the decision rights.

Decided by
System owner, with the process owner for affected operations.
If it fails
Return to decomposition. An undecided decision right is a defect, not a detail.
[ Phase 03 · Architect & Threat Model ]5 artifacts · 3 verifier classes

Design the models, data flows, tools, identities, tenant boundaries, integrations, and the controls that hold them — and then attack the design on paper.

  • Human accountable
  • Agent assisted
  • Independently verified
Activities
  • Select models and providers from the approved catalog
  • Map every data flow, including retrieval and memory
  • Define tool, API, and MCP surfaces and the allowlist that bounds them
  • Define agent identities, scopes, and tenant boundaries
  • Threat model the agent: injection, poisoning, excessive agency, exfiltration
  • Map each threat to a control and each control to a standard
Responsible parties
  • Architecture — accountable for the design
  • Security — threat model and control mapping
  • Privacy — data-flow and minimisation review
Permitted AI assistance
  • Generate data-flow documentation from the design and the code
  • Propose threat coverage against a public technique library
  • Draft the control mapping for human confirmation
Required artifacts · evidence
  • Architecture and data-flow diagram
  • Privacy assessment
  • Agent threat model
  • Tool and MCP allowlist
  • Control mapping to the applicable standards
Required verifiers
  • V1Code and supply chain
  • V2Data and privacy
  • V4Agent behaviour
Entry criteria
  • Decomposition approved
  • Decision rights fixed
Exit criteria
  • Every tool the agent can reach is on the allowlist
  • Every data flow has a named lawful basis and boundary
  • Every modelled threat has a control or an accepted, recorded exception
Gate decision

Approve the architecture and the threat model.

Decided by
Security and privacy, jointly. Legal joins at Tier 4.
If it fails
No governed workspace is provisioned. Design work continues; build does not start.
[ Phase 04 · Build in a Governed Workspace ]5 artifacts · 2 verifier classes

Humans and coding agents build through approved repositories, approved models, and approved pipelines — so the record of how it was made is a by-product of making it.

  • Agent assisted
  • Human accountable
  • Automated control gate
Activities
  • Build in a workspace where model access runs through the gateway
  • Version prompts and configurations as first-class artifacts
  • Implement deterministic services for anything that must be exactly right
  • Assemble evaluation and test datasets alongside the code
  • Emit provenance: who and what produced each change
Responsible parties
  • Engineering lead — accountable
  • Coding agents — assisted execution under a named human
  • Platform engineering — workspace and pipeline integrity
Permitted AI assistance
  • Write, refactor, and document code under human review
  • Generate tests and evaluation cases from the acceptance criteria
  • Maintain the prompt registry and change log
Required artifacts · evidence
  • Traceable code and prompt changes
  • SBOM
  • AI-BOM: models, prompts, datasets, tools
  • Build provenance and signed artifacts
  • Test and evaluation datasets
Required verifiers
  • V1Code and supply chain
  • V2Data and privacy
Entry criteria
  • Architecture approved
  • Workspace provisioned with the approved tool allowlist
Exit criteria
  • Every change is attributable to a human or an agent acting under one
  • SBOM and AI-BOM produced by the pipeline, not by hand
  • Evaluation data exists before verification starts
Gate decision

Accept the build into verification.

Decided by
Automated: the pipeline refuses artifacts without provenance and a bill of materials.
If it fails
The artifact is not promoted. Nothing unbuilt-in-the-open reaches a verifier.
[ Phase 05 · Verify, Validate & Red-Team ]6 artifacts · 5 verifier classes

Independently challenge the software, the model, the agent's trajectory, its data access, and the business outcome. Not a review of intent — a test of behaviour.

  • Independently verified
  • Automated control gate
  • Human accountable
Activities
  • Run the code and supply-chain suite against the artifact
  • Evaluate the model against the versioned test set and its subgroups
  • Replay agent trajectories and score tool-call correctness
  • Attempt injection, poisoning, and privilege escalation
  • Test the business outcome: reconciliation, disclosures, required approvals
  • Remediate, then re-run. Evidence is the passing run, not the plan to fix
Responsible parties
  • Assurance function — accountable, and outside the build team
  • Security testing — adversarial suites
  • Privacy — leakage and authorization testing
Permitted AI assistance
  • Generate adversarial cases and expand the red-team corpus
  • Triage findings and propose remediations for human decision
  • Summarise results — never sign them off
Required artifacts · evidence
  • Evaluation report against a versioned test set
  • Security and adversarial testing results
  • Privacy and leakage testing results
  • Bias and subgroup performance results
  • Verifier results with pass and fail state
  • Remediation evidence and the passing re-run
Required verifiers
  • V1Code and supply chain
  • V2Data and privacy
  • V3Model
  • V4Agent behaviour
  • V5Business process
Entry criteria
  • Build artifact signed
  • Evaluation dataset versioned
Exit criteria
  • Every required verifier for the tier has run and passed
  • Unauthorized action attempts are zero, or explained and accepted
  • No open finding above the tier's threshold
Gate decision

Pass or fail against the tier's evidence policy.

Decided by
Automated policy evaluation over verifier results. No human overrides a failed verifier without a recorded exception.
If it fails
The release cannot be authorized. The finding, the remediation, and the re-run all become evidence.
[ Phase 06 · Authorize & Deploy ]6 artifacts · 2 verifier classes

Release only when the evidence meets the policy for the risk tier — and register what is now running, under whose name, with which permissions.

  • Human accountable
  • Automated control gate
Activities
  • Evaluate the accumulated evidence against the tier's release policy
  • Record the authorization decision and the person who made it
  • Register the agent identity, owner, permissions, and model version
  • Attach the rollback plan and arm the kill switch
  • Set the authorization expiry and the recertification date
Responsible parties
  • Authorizing owner — accountable, and never the builder
  • Platform engineering — registration and deployment
  • Executive sponsor — risk acceptance at Tier 4
Permitted AI assistance
  • Assemble the evidence package for the authorizer
  • Check policy completeness and report what is missing
Required artifacts · evidence
  • Production authorization record
  • Registered agent identity with owner and permissions
  • Model and prompt version pinned to the release
  • Rollback plan
  • Kill switch and its trigger conditions
  • Authorization expiry date
Required verifiers
  • V1Code and supply chain
  • V5Business process
Entry criteria
  • All tier-required verifiers passed
  • Named authorizer identified and independent of the build
Exit criteria
  • An authorization record exists with a person's name on it
  • The running agent is on the register with an owner and an expiry
  • Rollback and kill switch are tested, not merely documented
Gate decision

Authorize for production within a defined boundary, or refuse.

Decided by
Named authorizing owner. Tier 4 adds legal, compliance, privacy, security, and executive risk acceptance.
If it fails
The system does not deploy. Unauthorized deployment is a control failure, not a schedule problem.
[ Phase 07 · Operate, Supervise & Control ]6 artifacts · 4 verifier classes

Supervise runtime behaviour, policy compliance, quality, spend, drift, and incidents — with the authority to stop the system, not just observe it.

  • Automated control gate
  • Independently verified
  • Human accountable
Activities
  • Trace every model call, tool call, and data access
  • Evaluate policy at the gateway on every request, not on a schedule
  • Monitor drift, anomalous tool use, and unusual data access
  • Enforce cost and quota limits per agent and per tenant
  • Route exceptions and human overrides into the evidence store
  • Run incident response with quarantine and kill switch
Responsible parties
  • System owner — accountable for the running system
  • Operations — supervision and incident response
  • Security — runtime detection and quarantine
Permitted AI assistance
  • Detect anomalies and cluster related runtime events
  • Draft incident timelines from traces for human confirmation
  • Propose policy tuning that a human approves
Required artifacts · evidence
  • Runtime traces: prompts, tool calls, outputs
  • Policy decisions with allow and deny reasons
  • Exceptions and human overrides
  • Incident records
  • Drift and evaluation results over time
  • Control attestations
Required verifiers
  • V3Model
  • V4Agent behaviour
  • V5Business process
  • V6Runtime
Entry criteria
  • Authorized and registered
  • Runtime controls active and observable
Exit criteria
  • The system remains inside its authorized boundary
  • Every deviation has a record and a decision
  • Runtime evidence is complete enough to reconstruct any single decision
Gate decision

Continue, restrict, quarantine, or kill.

Decided by
Automated policy for immediate restriction; the system owner for restoration.
If it fails
Automatic restriction or quarantine. The agent loses its transactional permissions before a human is paged, not after.
[ Phase 08 · Recertify, Transfer & Retire ]6 artifacts · 4 verifier classes

Confirm the agent is still needed, still owned, still compliant, and still authorized — or take it out of service and keep the record.

  • Human accountable
  • Automated control gate
Activities
  • Confirm the use case is still needed and still performing
  • Re-confirm the named owner, or execute an ownership transfer
  • Review permissions and remove what is no longer used
  • Re-run the verifier set against the current model and prompt versions
  • Revoke credentials and decommission when retired
  • Retain evidence to the regulatory schedule after the system is gone
Responsible parties
  • System owner — accountable, or the receiving owner on transfer
  • Identity and access management — credential lifecycle
  • Risk and compliance — recertification record
Permitted AI assistance
  • Report usage, cost, and unused permissions ahead of review
  • Flag agents approaching expiry or with no active owner
Required artifacts · evidence
  • Recertification record
  • Ownership transfer record
  • Permission review results
  • Credential revocation record
  • Decommission record
  • Evidence retention record
Required verifiers
  • V1Code and supply chain
  • V2Data and privacy
  • V3Model
  • V4Agent behaviour
Entry criteria
  • Authorization expiry approaching, ownership changed, or a material change occurred
Exit criteria
  • The agent is recertified with a new expiry, transferred to a named owner, or retired
  • Permissions match current use, not historic use
  • Evidence survives the system
Gate decision

Recertify, transfer, restrict, or retire.

Decided by
System owner, confirmed by risk and compliance. Automatic restriction requires no one.
If it fails
The agent enters a restricted state automatically. Absent an owner, nothing keeps running on momentum.
Phase 08 · the question executives ask

Someone builds an agent, then leaves the company.

In most organisations the agent keeps running, with credentials nobody reviews, against systems nobody re-authorised. Under this specification, a conforming implementation treats the absence of an owner as a control signal.

Agent state machine · enforced by the control planeNo human action required to restrict
S1

Authorized

4 of 4 permission classes
Entered when

Active named owner · valid authorization · recertification current

Effect

Full authorized permission set inside the deployment boundary.

S2

Restricted

1 of 4 permission classes
Entered when

Owner departed · authorization expired · recertification overdue

Effect

Transactional and write permissions revoked automatically. Read-only, no new sessions, sponsor and control owner notified.

S3

Revoked

0 of 4 permission classes
Entered when

No remediation inside the grace window

Effect

Credentials revoked, identity retired, integrations closed. Evidence retained to the regulatory schedule.

An agent without an active owner, a valid authorization, or a completed recertification does not keep running on momentum. It restricts itself.

03[ Verification ]

Verification is not a phase. It is an independent, continuous layer across the lifecycle.

Six classes of verifier, each operating over the phases where its evidence is meaningful. The specification requires verifier services that run, return evidence, and give the release policy a result to evaluate.
Control timing · when it acts, and whether it can stop what it objects to3 of 4 can stop something
CT-1

Preventive

Acts before generation

The agent cannot.

Authority

Blocks — makes the action impossible

Policy-as-code, tool and dependency allowlists, scoped credentials, protected paths, data-boundary and PII rules, approved context packaging.

There is nothing to remediate. The action was never available.

CT-2

Inline

Acts during generation

Checked while working, not after.

Authority

Blocks — and returns a correction signal

Contract and schema conformance, deterministic tests, secret scanning, data-flow and control-flow checks, diff-scope limits, unauthorized action attempts.

The loop halts and the agent is handed the failure to fix. Work does not advance.

CT-3

Gate

Acts before release

Nothing ships unverified.

Authority

Blocks — withholds the release

Multi-layer verification, evaluation suites, red-team results, evidence-completeness checks, and a named human release authority.

Release is withheld. A failed gate creates remediation work; it never moves accountability onto an agent.

CT-4

Continuous

Acts after release

The last line, not the control.

Authority

Detects only — it cannot stop what already happened

Runtime monitoring, drift and regression detection, anomaly detection, incident feedback into the maintenance loop.

It reports. This is the observability layer: necessary, and last.

Most enterprises have the first class and the last. They have had allowlists and identity for years, and they have bought dashboards. The gap is almost always the second — nothing acts while the agent is working. That is the difference between an unsupervised generator and a supervised one.

What counts as a verifier

A verifier is a named, independently-owned check with a defined trigger, a defined scope, the authority to block, and a recorded disposition.

Named owner
A check without one is a suggestion.
Defined trigger and scope
A check that fires at the wrong time is theatre.
Authority to block
A check that cannot stop anything is a dashboard.
Recorded disposition
A check that leaves no record leaves no evidence.

No builder — human or agent — approves its own work.

This is not a new control. It is segregation of duties, applied to a new kind of actor — and it is the reason a single model reviewing its own output is not verification. Every model carries its own failure modes; asking one to grade its own homework reproduces them in the verdict.

Algorithmic verification

Deterministic and repeatable

Static and dynamic analysis, dependency policy, secrets, data flow, control flow, tests, coverage, schema conformance.

It cannot tell you whether the code does the right thing.

Agentic verification

Reasoning, non-deterministic

Intent, business-logic correctness, requirement conformance, and the unknown-unknowns no rule was written for.

On its own it is not repeatable, and it must never review its own lineage's work.

Algorithmic and agentic verification are complementary, never either/or.

Where each class operates

Six subject classes, laid across the eight phases. Control timing says when a check acts; this says what it looks at. A verifier is one of each.

Verifier classes by lifecycle phase. Each row is a verifier class; each column is one of the eight phases, grouped into the design, build, release and runtime spans.
Verifier classDesignBuildReleaseRuntime
Verifier class01Intake02Define03Architect04Build05Verify06Authorize07Operate08Recertify
V1Code and supply chainDoes not operateDoes not operateOperatesOperatesOperatesOperatesDoes not operateOperates
V2Data and privacyOperatesDoes not operateOperatesOperatesOperatesDoes not operateDoes not operateOperates
V3ModelDoes not operateDoes not operateDoes not operateDoes not operateOperatesDoes not operateOperatesOperates
V4Agent behaviourDoes not operateDoes not operateOperatesDoes not operateOperatesDoes not operateOperatesOperates
V5Business processDoes not operateOperatesDoes not operateDoes not operateOperatesOperatesOperatesDoes not operate
V6RuntimeDoes not operateDoes not operateDoes not operateDoes not operateDoes not operateDoes not operateOperatesOperates

Scroll the matrix sideways →

V1

Code and supply chain

Establish that the artifact is what it claims to be and carries no known defect.

Acts as Preventive · Inline · Gate

What it checks · 7
  • Static analysis (SAST)
  • Dynamic analysis (DAST)
  • Dependency and license analysis
  • Secrets detection
  • Infrastructure-as-code scanning
  • SBOM completeness
  • Artifact signing and provenance
V2

Data and privacy

Establish that the system touches only the data it is authorized to touch, and leaks none of it.

Acts as Preventive · Inline · Gate · Continuous

What it checks · 6
  • PII and PHI detection
  • Data lineage
  • Tenant-isolation tests
  • Retention and residency
  • Training-data authorization
  • Prompt and output leakage
V3

Model

Establish that the model performs as claimed, for everyone it affects, and still does after it moves.

Acts as Gate · Continuous

What it checks · 6
  • Accuracy against a versioned set
  • Groundedness
  • Hallucination rate
  • Robustness
  • Bias and subgroup performance
  • Prompt and model regression
V4

Agent behaviour

Establish what the agent does when the world is hostile, ambiguous, or simply long.

Acts as Preventive · Inline · Gate · Continuous

What it checks · 8
  • Tool-call correctness
  • Unauthorized action attempts
  • Goal adherence
  • Prompt-injection resistance
  • Memory and context poisoning
  • Excessive agency
  • Loop and resource exhaustion
  • Escalation and handoff behaviour
V5

Business process

Establish that the business outcome is correct — not merely that the model sounded right.

Acts as Inline · Gate · Continuous

What it checks · 5
  • Reconciliation
  • Balancing
  • Communication accuracy
  • Required disclosures
  • Human approval and dual control
V6

Runtime

Establish, continuously, that the system in production is still the system that was authorized.

Acts as Continuous

What it checks · 8
  • Drift
  • Anomalous tool usage
  • Permission changes
  • Unusual data access
  • Cost and token spikes
  • Repeated failed actions
  • Policy violations
  • Unexpected external communication
Permanent principles
Human accountableIndependently verifiedControl-plane enforced
04[ Specified control-plane architecture ]

Observability reports what happened. A conforming control plane determines what is allowed to happen.

The specification distinguishes visibility from enforcement. A conforming control plane provides authority.The specification requires verifiers to establish whether the system has produced enough evidence to proceed.
Architecture · top to bottomOne route · one gateway
L1

Enterprise governance

Risk appetite, policy, standards, approval authority, audit obligations.

L2

AI control plane

Required functions: registry, identity, policy-as-code, gateway, authorization, evidence, economics, and response.

L3

Developer and agent workbenches

Where humans and agents do the work in a conforming implementation — under the plane, never beside it.

L4

Independent verifier services

Challenge the work and return evidence the policy engine can evaluate.

L5

Approved runtime environments

Sandboxed execution with scoped credentials and enforced egress.

L6

Enterprise systems, data and APIs

Systems of record. A conforming implementation makes them reachable only through the route above.

A conforming implementation routes every model call and tool call through a governed gateway and provides no direct agent-to-enterprise-system path.

What the control plane contains20 services

Inventory and identity

  • 01Agent registry
  • 02AI system inventory
  • 03Human owner and sponsor registry
  • 04Non-human identities

Catalog and versioning

  • 05Model and provider catalog
  • 06Prompt and version registry
  • 07Tool, API and MCP registry

Policy and authorization

  • 08Policy-as-code engine
  • 09AI gateway
  • 10Delegated authorization
  • 11Secrets and credential management
  • 12Approval workflows
  • 13Risk-tier enforcement

Execution and evidence

  • 14Runtime sandboxing
  • 15Audit and evidence store
  • 16Cost and quota controls

Response and lifecycle

  • 17Incident response
  • 18Quarantine and kill switch
  • 19Expiration and recertification
  • 20Ownership transfer and retirement
05[ Risk tiers ]

The same lifecycle. Four settings of how hard it grips.

The specification assigns tier in phase 01 and requires it to be enforced everywhere after it. Raise the tier and the lifecycle does not change shape — it tightens. Select a tier to see exactly which controls become mandatory and where they land.
T1

Assistive

The system helps a person think or write. It takes no action and touches nothing sensitive.

  • Summarization
  • Drafting
  • Code explanation
  • Non-sensitive search
Autonomy
No autonomous external actions. Every output passes through a human before it is used.
Approval authority
Team lead or system owner.
Deployment boundary
Approved model, non-sensitive data only.
Recertification
Annual.
T2

Sensitive, read-only

Internal assistants working over restricted material. The system reads what matters and still writes nothing.

  • Internal assistants over restricted documents
  • Retrieval across confidential corpora
  • Analysis of regulated records
Autonomy
Read-only identity. Retrieval is authorized per source, not granted wholesale.
Approval authority
System owner with privacy review.
Deployment boundary
An approved data boundary with tenant isolation and enhanced logging.
Recertification
Semi-annual.
T3

Transactional

The system acts: it creates tickets, updates records, sends communications, and invokes workflows.

  • Creating and updating tickets
  • Updating records in a system of record
  • Sending internal or external communications
  • Invoking business workflows
Autonomy
Dedicated agent identity with a tool allowlist and transaction limits. Designated actions require human approval.
Approval authority
System owner with security approval.
Deployment boundary
Scoped credentials, pre-action verification, rollback and reconciliation, runtime kill switch.
Recertification
Quarterly.
T4

Consequential and regulated

Decisions that materially affect a person: claims, payment, enrollment, benefits, clinical, eligibility.

  • Claims and payment outcomes
  • Enrollment and eligibility
  • Benefits determinations
  • Clinical and care-affecting decisions
Autonomy
Human decision authority at the point of effect, with dual control. The agent recommends; it does not decide.
Approval authority
Legal, compliance, privacy and security approval, plus recorded executive risk acceptance.
Deployment boundary
Restricted deployment boundary, independent validation, deterministic business-rule verification, complete decision evidence.
Recertification
Quarterly or on any material change, whichever comes first.
Control load across the lifecycle8 of 32 mandatory

Tiers are cumulative. T1 carries every control below it — eight phases across the bottom, one new control per phase at each tier.

Fully autonomous adverse decisions affecting a person are not permitted without a separately defined high-consequence governance process.

The control ledgerEvery control, and the tier it becomes mandatory at

01Intake & Classify

  • C-01Approved use-case charter with a named executive sponsorfrom T1
  • C-02Data-sensitivity classification signed by the system ownerfrom T2
  • C-03Maximum autonomy level fixed and enforced at the gatewayfrom T3
  • C-04Recorded executive risk acceptance for the affected populationfrom T4

02Define & Decompose

  • C-05Documented acceptance criteria and named failure modesfrom T1
  • C-06Decision-rights matrix separating agent tasks from human decisionsfrom T2
  • C-07Human-oversight plan with named escalation pointsfrom T3
  • C-08Dual control required for every designated decisionfrom T4

03Architect & Threat Model

  • C-09Model and provider selected from the approved catalogfrom T1
  • C-10Privacy assessment and approved data boundaryfrom T2
  • C-11Agent threat model mapped to a public technique libraryfrom T3
  • C-12Formal legal, compliance, privacy and security approvalfrom T4

04Build in a Governed Workspace

  • C-13Traceable code and prompt changes in approved repositoriesfrom T1
  • C-14SBOM and AI-BOM produced by the pipelinefrom T2
  • C-15Tool and MCP allowlist enforced at the gatewayfrom T3
  • C-16Deterministic implementation of every regulated business rulefrom T4

05Verify, Validate & Red-Team

  • C-17Model evaluation against a versioned test setfrom T1
  • C-18Output-leakage and retrieval-authorization testingfrom T2
  • C-19Adversarial and prompt-injection testing of agent trajectoriesfrom T3
  • C-20Independent validation by a party outside the build teamfrom T4

06Authorize & Deploy

  • C-21Named production authorizer and a recorded decisionfrom T1
  • C-22Read-only enterprise identity scoped to the approved boundaryfrom T2
  • C-23Dedicated agent identity, transaction limits, rollback and kill switchfrom T3
  • C-24Restricted deployment boundary with human authority at the point of effectfrom T4

07Operate, Supervise & Control

  • C-25Runtime logging of prompts, tool calls and outputsfrom T1
  • C-26Enhanced logging with per-request data-access attributionfrom T2
  • C-27Pre-action verification and transaction reconciliationfrom T3
  • C-28Complete decision evidence retained for every affected personfrom T4

08Recertify, Transfer & Retire

  • C-29Active named owner on the registerfrom T1
  • C-30Periodic permission and access reviewfrom T2
  • C-31Authorization expiry with automatic restriction on lapsefrom T3
  • C-32Recertification and evidence retention to the regulatory schedulefrom T4

This page is the framework standard, not an inventory of a deployed system. Every control listed is what the lifecycle requires at that tier. Any specific deployment carries its own register, which separates what is implemented today from what is documented standard.

06[ Evidence ]

One chain, and no missing link.

Every phase emits evidence as a by-product of doing the work, and each artifact points at the one before it. Assembled afterwards, this is a reconstruction. Produced as you go, it is a record.
The evidence chain · unbroken9 links · each signed or versioned
  1. 01

    Requirement

    Acceptance criterion with an id

    Versioned record · Phase 02

  2. 02

    Design decision

    Architecture and threat-model entry

    Versioned record · Phase 03

  3. 03

    Code or prompt change

    Commit or prompt revision

    Signed commit · Phase 04

  4. 04

    Test

    Test run against the versioned set

    Content hash · Phase 04

  5. 05

    Verifier result

    Pass or fail with findings

    Signed attestation · Phase 05

  6. 06

    Approval

    Authorization decision and authorizer

    Signed decision · Phase 06

  7. 07

    Deployment

    Released artifact, model and prompt version

    Artifact signature · Phase 06

  8. 08

    Runtime trace

    Prompt, tool calls, outputs, policy decisions

    Append-only record · Phase 07

  9. 09

    Recertification

    Confirmation, transfer, or retirement

    Signed decision · Phase 08

← trace backtrace forward →

Each link is signed or versioned, and each points at the one before it. This is the chain an auditor follows — from a runtime decision back to the requirement that authorized it, or forward from a requirement to every decision it produced.

07[ Standards alignment ]

Not a badge. A crosswalk that says where each obligation is met.

Following a lifecycle does not by itself make a system compliant. It produces the evidence that the obligations were met — at the time the work happened, not reconstructed afterwards.
Framework version
AI-SDLC v1.0
Last crosswalk update
2026-07
Control owner
Head of AI governance, with the CISO and the chief privacy officer
Applicable system types
Assistive, retrieval, transactional and consequential AI systems, including multi-agent
AI RMFNIST

AI Risk Management Framework

Version1.0
Produced in phases
  • 01
  • 02
  • 03
  • 05
  • 07
  • 08
What it asks for

Govern, Map, Measure, Manage — with governance infused across the lifecycle rather than bolted on at the end, and TEVV run as an operational discipline.

What the lifecycle produces

Govern lives in the control plane and the tier policy. Map is phases 01–03. Measure is the verifier layer. Manage is phases 06–08. TEVV runs continuously, not once.

SSDFNIST SP 800-218

Secure Software Development Framework

Version1.1
Produced in phases
  • 04
  • 05
  • 06
  • 07
What it asks for

Prepare the organization, protect the software, produce well-secured software, respond to vulnerabilities — designed to integrate into an existing lifecycle rather than replace it.

What the lifecycle produces

Phase 04 emits provenance, SBOM and AI-BOM by pipeline. Phase 05 runs the code and supply-chain verifier class. Phase 07 carries the response practices into runtime.

800-53NIST SP 800-53

Security and Privacy Controls

VersionRev. 5
Produced in phases
  • 03
  • 06
  • 07
  • 08
What it asks for

Control families for access control, audit and accountability, configuration management, identification and authentication, risk assessment, system and services acquisition, and program management.

What the lifecycle produces

The specified control-plane functions map to families directly: identity and delegated authorization to AC and IA, the evidence store to AU, the registries to CM, tiering to RA, and the vendor catalog to SA.

HIPAA45 CFR Part 164

Security Rule and Privacy Rule

VersionAs amended
Produced in phases
  • 01
  • 03
  • 05
  • 07
  • 08
What it asks for

Administrative, physical and technical safeguards; minimum necessary use and disclosure; audit controls; and documentation retained for six years.

What the lifecycle produces

Phase 01 classification and phase 03 privacy assessment establish minimum necessary. Data and privacy verifiers test it. Phase 07 audit controls and phase 08 retention hold the documentation obligation.

OWASPOWASP

GenAI Security Project and the Agentic AI Security Initiative

VersionCurrent release
Produced in phases
  • 03
  • 05
  • 07
What it asks for

Application-level risks for LLM systems and the agent-specific threat classes: excessive agency, tool misuse, memory poisoning, and unsafe autonomy.

What the lifecycle produces

Phase 03 threat modelling and the agent-behaviour verifier class are written against these categories. Tool allowlists and autonomy ceilings are the mitigations, enforced at the gateway.

ATLASMITRE

Adversarial Threat Landscape for AI Systems

VersionCurrent release
Produced in phases
  • 03
  • 05
  • 07
What it asks for

A technique library for real attacks on AI systems: agent deployment, tool invocation, context poisoning, credential harvesting, and exfiltration through agent tools.

What the lifecycle produces

These techniques are the input to phase 03 threat models and the red-team suites in phase 05. Runtime detections in phase 07 are written against the same technique ids.

Permanent principles
Human accountableIndependently verifiedControl-plane enforced
08[ SYNTHETIC WORKED SCENARIO · NO CLIENT OR DEPLOYMENT CLAIM ]

An agent investigates an enrollment discrepancy and prepares a recommended correction.

In this synthetic scenario, a member's enrollment record and the source-of-truth eligibility file disagree. Coverage is affected, so this is a Tier 4 use case from the first minute — the agent investigates and recommends, and a person decides.

Written for a regulated operations environment. The same walk applies to a claims adjustment, a benefits determination, or an eligibility review.

  1. 01Phase 01 · IntakeHuman accountable

    The operations owner files the use-case charter. Because the outcome affects a person's coverage, the use case classifies as Tier 4 before any design work starts.

    Controls
    C-01 · C-04
    Evidence produced
    Charter, named sponsor, risk tier, executive risk acceptance
  2. 02Phase 02 · DefineHuman accountable

    Decision rights are fixed: the agent investigates and reconciles; a person decides and applies. The correction itself is never delegated.

    Controls
    C-06 · C-08
    Evidence produced
    Decision-rights matrix, dual-control requirement, escalation points
  3. 03Phase 03 · ArchitectIndependently verified

    Privacy approves a minimum-necessary boundary: one member record, one eligibility extract, read-only. The threat model covers poisoning of the source document.

    Controls
    C-10 · C-11 · C-12
    Evidence produced
    Privacy assessment, data-flow diagram, agent threat model, joint approval
  4. 04Phase 04 · BuildAgent assisted

    The system is built in a governed workspace with four tools on the allowlist: three read APIs and one deterministic reconciliation service. The balancing logic is code, not a prompt.

    Controls
    C-15 · C-16
    Evidence produced
    Traceable changes, SBOM and AI-BOM, allowlist, deterministic rule implementation
  5. 05Phase 05 · VerifyIndependently verified

    Verifiers run outside the build team: retrieval authorization, tool-call correctness, injection resistance against the source document, deterministic balance check, unauthorized action attempts.

    Controls
    C-18 · C-19 · C-20
    Evidence produced
    Verifier results, adversarial testing, independent validation, remediation re-run
  6. 06Phase 06 · AuthorizeHuman accountable

    An authorizer outside the build team releases it inside a restricted boundary. The agent is registered with a read-only identity — it can propose a correction and cannot make one.

    Controls
    C-22 · C-24
    Evidence produced
    Authorization record, registered identity, pinned model and prompt version, expiry
  7. 07Phase 07 · OperateAutomated control gate

    In production the agent reads the two records through the gateway, runs the deterministic reconciliation, and produces a recommendation with the reasoning and the source lines attached.

    Controls
    C-26 · C-27
    Evidence produced
    Runtime trace, policy decisions, reconciliation output, proposal id
  8. 08Phase 07 · OperateHuman accountable

    The accountable operator reviews the recommendation and the reconciliation. A second approver signs, because the change affects coverage. The update executes under the human's identity.

    Controls
    C-08 · C-28
    Evidence produced
    Human approval, dual-control record, controlled update linked to the proposal
  9. 09Phase 07 · OperateIndependently verified

    Runtime verifiers keep watching: drift on the reconciliation model, unusual data access, repeated failed actions, and any unexpected external communication.

    Controls
    C-25 · C-27
    Evidence produced
    Drift results, anomaly records, control attestations
  10. 10Phase 08 · RecertifyAutomated control gate

    Quarterly recertification confirms the owner, reviews permissions, and re-runs the verifier set against the current model version. If the owner lapses, the agent restricts itself.

    Controls
    C-31 · C-32
    Evidence produced
    Recertification record, permission review, retained evidence
[ The implementation contract ]

Agents build. Verifiers challenge. Humans authorize. A conforming control plane enforces.

The specification defines the control-plane, observability, and verifier functions an enterprise implementation needs. Scope the architecture, operating boundary, and evidence plan before asserting conformance.