S-11
Software delivery inside the client's controls
Lifecycle: Deliver- What it is
- Building the thing: services, integrations, data work, interfaces — engineered against the validated baseline rather than beside it, so what gets built is traceable to the finding that motivated it and the outcome contract it was meant to move.
- What it leaves behind
- Running software in the client's repositories, the configuration that encodes every constraint of their environment, and the eval set that defines what “working” means after we are gone.
- Where it stops
- Delivery runs in the client's environment under the client's controls. LockedIn Labs FDE does not build, deploy, host, or run this software. It holds the record of why it exists and what it was meant to change.
S-12
Workflow definition engineering
Lifecycle: Design → Deliver- What it is
- Designing a future-state process as a typed graph rather than a drawing: trigger, automated, agent, tool, human-gate, verification, and outcome steps, each carrying a written boundary statement and an explicit declaration of what it may touch — compiled, reviewed, approved by someone other than its author, and published against a published outcome contract.
- What it leaves behind
- An immutable published workflow definition with a content digest, every step's boundary in writing, every human gate named to its owning role, and the compiler's verdict recorded.
- Where it stops
- A published definition acquires no power to act. Tool and system bindings are reference strings; nothing resolves them, nothing dispatches them, and no runtime exists on this path. The compiler refuses a graph with a missing trigger, outcome, or verification step, with unreachable steps, with cycles, with an ungated write-effect tool, or with an unverified outcome path after a write — and it refuses with a named diagnostic, not a warning.
- Platform support
- Built — workflow definitions. Simulation, deployment plans, registry-backed bindings, AI graph drafting, and any execution engine are not implemented.
In the registerC-12 · Workflow definitions
S-13
Agent definition engineering
Lifecycle: Design → Execute- What it is
- Defining a bounded agent in the client's context: its role, its objectives, the model routes it is eligible for, its tool allowlist, its context purposes, what it may touch, what it may delegate, and where it sits on the agentic ladder — with a written justification, because an agent is never the default rung. Every definition carries an evaluation plan, and the evaluation is run before approval is possible.
- What it leaves behind
- An immutable published agent definition with its evaluation plan, the deterministic evaluation results and their digest, the recorded justification for its ladder rung, and approval by someone other than its author.
- Where it stops
- A published agent definition acquires no power to act. No session, dispatch, executor, or model provider exists on this path. The evaluation is a pure deterministic function of the definition — it makes no model call and no network call — and it refuses the evaluated act if any check fails, including checks the definition wrote against itself.
- Platform support
- Built — agent definitions. Bounded execution, model routing, context pack binding, and model-executed evaluations are not implemented.
In the registerC-13 · Agent definitions
S-14
Integration and connector design
Lifecycle: Design → Deliver- What it is
- Designing how the client's systems are reached: which system, which mechanism, what it is for, and what the contract between them is — recorded as descriptive entries so the estate the work depends on is written down rather than remembered.
- What it leaves behind
- An immutable connector register: dotted key, system and display name, kind (MCP, REST, CLI, server-to-server, event, file pipeline), a capability statement, and a reference-only locator.
- Where it stops
- Registration is never execution authority. Every entry in the platform is pinned by a database check to the metadata-discovery rung of the connector maturity ladder; the four rungs above it — governed read, proposed action, controlled write, operational automation — each require their own increment carrying their own authority model, evidence, and human gates. Raising a connector is a migration, never a flag flip. No credential column exists, every text field rejects secret-bearing content, and no network call exists on this path.
- Platform support
- Built — connector registry. Schema and mapping validation, dry-run traces, credential vaulting, and any connection to any system are not implemented.
In the registerC-14 · Connector registry