jeremy.runtime
jeremy@agent: /skills/agentic-sdlc

Agentic SDLC

Designing software delivery systems where agents plan, build, test, review, recover, and keep work moving without turning the human into the typist.

The operating model

The useful version of AI coding is not one agent writing code. It is a delivery loop: intent, architecture, implementation, evidence, review, and operation. Each step needs ownership, boundaries, logs, tests, and a way to recover when the agent gets something wrong.

This is the skill I keep sharpening across OpenClaw, Swoleby, and my own coding workflow: turning agents from autocomplete into workers inside a system that produces reviewable PRs, screenshots, smoke checks, traceable decisions, and rollback-ready releases.

Proof points

The pattern shows up in role-separated agent teams, babysitting loops that watch CI and PR review, scheduled agents that generate reviewable artifacts, feature flags for risk control, and guardrails that use agents to protect against agent failure modes.

ClaimEvidenceArtifact
Agentic SDLC is an operating model, not autocomplete.Role-separated architect, coder, reviewer, and babysitter loops produce PRs with tests, screenshots, summaries, and recovery paths.From solo dev to agent operator
Agents need a control plane.Skills, workspace state, PR triage, cron automation, memory, and rollback testing keep agent work inspectable.Control plane article
Low-stakes products are useful proving grounds.Swoleby lets the agent workflow operate against real product, content, QA, approval, and deployment loops.Swoleby