How an engineer onboards
- A buddy to ask when the docs don't say.
- Meetings and hallways, where the real decisions surface.
- Code review that teaches the house style, PR by PR.
- Months of osmosis : how things are done here, absorbed slowly.
Capabilities · AI-SDLC Measurement Platform · Part of Agentic SDLC
Agents deliver end to end only in a codebase that's ready for them. The AI-SDLC Measurement Platform audits a repository, or your whole portfolio, for the architecture, security, documentation, agent infrastructure, and guardrails that autonomy takes. It returns the gaps, a score, and the roadmap to close them.
The onboarding
A new hire absorbs how you work over months, from people. An agent starts every task on day one, and the repo is the only one doing the onboarding.
How an engineer onboards
How an agent onboards
Everything an agent needs has to live in the repo. And what lives in a repo can be measured.
The test
What you find when you come back is decided before the task even starts.
01 · The promise
The feature works, the tests pass, nothing else broke, nothing new leaked. That's what agents are supposed to deliver: end to end, on their own.
02 · The practice
In an unprepared codebase, an agent needs a person alongside: answering what it can't look up, steering it off what it mustn't touch, re-checking everything it calls done.
03 · The difference
The same model behaves both ways. What changes is the codebase: whether context, access, rules, and a definition of done are already there, or live in someone's head.
The model is state of the art. Autonomy is a property of your codebase.
The dimensions
The audit scores every repository across twelve dimensions: seven engineering virtues the AI era made load-bearing, and five requirements that didn't exist before agents.
DORA-style delivery health, computed from your git history: how often changes ship, how long they take, how often they fail, how fast you recover.
Why it matters nowAgents amplify the flow they land in: a healthy pipeline compounds their output, a broken one compounds the mess. This is the number every AI initiative ultimately has to move.
Sample checksThe roadmap
Every gap comes back ranked, with a priority, the check it fails, and the effort to fix — written so an engineer can start Monday and a lead can see why it's worth it.
Prevention Coverage · PRV-01 · effort: Low
Nothing blocks a committed credential today; catching one depends on a reviewer noticing. A pre-commit or CI scanner turns that hope into a gate that can't be skipped.
Quality Assurance · QA-01 · effort: High
Large parts of the codebase carry no tests, and no tool measures what the tests actually exercise. Untested code comes back later as unplanned fix work and leaves agents nothing to verify against.
Supply-Chain Security · SCS-03 · effort: Low
Open version ranges mean two CI runs on the same commit can resolve different dependency trees. Pin exact versions; let the lockfile and reviewed upgrades do the rest.
Documentation · PRV-08 · effort: Low
Docs drift silently — a renamed target here, a moved service there — and an agent can't tell a dead reference from a live convention. A lightweight checker in CI catches the drift automatically.
The items connect: a coverage gap surfaces later as rework; a missing gate surfaces as a leaked secret. And every item traces back to a check, so "fixed" isn't an opinion. Rerun the audit and watch the number move.
The program
Readiness isn't the number the business ultimately cares about; delivery is. The audit is how Agentic SDLC begins, and delivery velocity and volume are what it exists to move.
The audit measures your readiness score and, from the same git history, your delivery figures: how fast changes ship, and how much ships per week.
The program's tracks work the roadmap: hands-on enablement in your repos, governance and security, activation team by team. Readiness climbs check by check.
Rising readiness is the input. The output is velocity and volume — lead time falling, throughput rising — tracked release over release, in terms a board reads.
Readiness is the lever. Delivery is the result.