Code got faster; the queue moved
This is a field guide from the Claude team, with templates and implementation examples, not a comparative study. Most practices are familiar from software engineering and DevOps; the playbook's value lies in assembling them into one route. Once an agent can produce code quickly, the constraints shift to problem framing, design, validation, review, release, and operations. Optimizing Build alone cannot accelerate delivery while adjacent stages still rely on queues and manual handoffs.
Anthropic replaces that relay with a loop: Plan, Design, Build, Test, Deploy, and Maintain. A product owner describes a problem in ordinary language or by voice; the model asks questions and produces intent.md with the outcome, constraints, and acceptance evidence. Design turns it into spec.md. Versioning both artifacts lets a team trace a bad result past the code to a faulty specification or initial intent. Traceability corrects decisions rather than merely retaining audit documents.
Artifacts become a control system
Organizational knowledge enters Design through CLAUDE.md, skills, and policies: approved technologies, API rules, security requirements, examples, and incident lessons. A declarative constraint survives model upgrades better than an imperative recipe tied to one model. In a regulated organization, advisory guidance is insufficient. Critical requirements need deterministic checks, narrow permissions, and CI/CD gates; each new exception should become a test or evaluation scenario.
Build begins with plan.md, not code generation. A polished plan is easy to trust, so a human must check its sequence before implementation—moving design review to a point where corrections are cheap. The agent then uses project instructions, commands, hooks, skills, subagents, and automation. Guardrails must prevent secret leakage, bypassed checks, and tests tailored to an implementation. Confidence in this harness should come from accepted outcomes, regressions, and incident evidence, not an impressive demo.
Review and operations close the loop
Test combines conventional suites and security scanners with continuous evaluations of the agent workflow. The corpus grows from real exceptions and reruns whenever the model, prompt, or harness changes. Deploy uses familiar release gates, while Review becomes the next bottleneck as generated changes outgrow human attention. Hooks can block formal violations and repeatable questions can move into review.md, but humans still own judgments about architecture, risk, and the original intent.
Maintain is the discussion's strongest stage. A monitoring signal or incident creates a new intent; an agent gathers evidence, proposes a specification and plan, prepares a branch, fix, and tests, and sends them through the same gates. Even without autonomous deployment, this produces a change ready for human approval sooner. The economics should be measured through accepted tasks and avoided rework, not token totals: use stronger models for ambiguity and cheaper ones to execute a well-specified plan under reliable tests.
What to take away
- 01An AI-native SDLC looks beyond code generation and improves the full flow from stated intent to operational feedback.
- 02Versioned intent.md, spec.md, and plan.md give agents context while giving humans review points and a way to correct a bad decision before rewriting code.
- 03Skills can guide a model, but security, compliance, and release decisions require deterministic gates and continuous evaluations.
- 04Maintain closes the loop: incidents and review findings extend team memory, tests, and the next intent, while humans retain production accountability.
Sources
- Automatic Russian captions from the YouTube recording
- Interactive deck with primary-source links
- Episode recording on YouTube