0% read on this device
Browse the curriculum

Start Here

Vision

First Principles

Operating Model

Domain Model

Agent Factory

Runtime Architecture

AI Engineering

Autonomous Workflows

Verification & Delivery

Factory Platform

Quality Engineering

Security & Governance

Case Studies

Labs

Interview Practice

Research Journal

Reference

Curriculum/Autonomous Workflows/Complete source chapter
Autonomous Workflows14 min readchapterQuick Read

Autonomous Engineering Workflow Catalog

Turn “use agents for engineering” into a portfolio of explicit, governable workflow products.

Status: Review readyRisk: variableLifecycle: intent · plan · execute · verify · deliver · learnContent reviewed 2026-08-30Maturity guide →
Claim boundaryThis is curriculum guidance. It does not by itself prove a production implementation.
Quick Read

The chapter in one pass.

~3 min
  • Purpose: Turn “use agents for engineering” into a portfolio of explicit, governable workflow products.
  • Best for: Leaders choosing an adoption sequence and builders defining workflow contracts.
  • Prerequisites: Human-Agent Operating Model and Repository Onboarding.
  • Reading time: 14 minutes.
  • You will learn: How workflow classes differ in triggers, evidence, risk, human authority, and production feedback.
  • Keep three ideas: autonomy is earned per workflow; work selection is an authority decision; and each workflow needs its own proof.
Whiteboard exercise

Reconstruct and defend this chapter’s architecture.

Reconstruct the architecture, name each boundary, and defend the tradeoffs.

orchestrationworkflow14 min chapter
Open the source exercise

Choose three workflows and map trigger, intent owner, plan, authority, evidence, production observation, rollback, metrics, and promotion criteria. Show which platform components are shared and which policies remain workflow-specific.

1. The problem

“Autonomous software engineering” is too broad to operate. A dependency upgrade, production incident, feature, test repair, and documentation change have different inputs, failure costs, evidence, urgency, and rollback. Treating them as one generic issue-to-code loop produces vague metrics and unsafe authority.

2. Why the problem exists

Coding agents make implementation steps look similar: inspect files, edit, test, and report. The business workflows around those steps are not similar. They begin from different signals and end with different accepted outcomes. Teams often automate the visible coding portion before defining who may select work or what customer value the workflow must prove.

3. Enduring Principle

Manage a catalog of workflow products

Each catalog entry declares:

  • trigger and authoritative intake source;
  • problem owner and intended outcome;
  • supported repository and risk classes;
  • planning, execution, and verification recipe;
  • agents, skills, tools, environment, and budgets;
  • human decisions and escalation;
  • evidence, release, observation, and rollback requirements;
  • success, failure, cost, attention, and trust measures; and
  • current maturity and eligible autonomy.

The minimum useful portfolio is:

WorkflowTriggerAccepted outcome
Feature deliveryApproved product intentCustomer behavior delivered and verified
Defect remediationReproduced defectRoot cause corrected with regression proof
Test generation and maintenanceCoverage or change signalUseful, stable tests protecting specified behavior
Dependency and security remediationVulnerability or lifecycle signalRisk reduced without compatibility regression
Incident triage and root-cause analysisOperational alertContainment, evidence-backed cause, and corrective plan
Production validationDeployment eventTechnical and intended outcomes confirmed or rolled back
Technical-debt reductionMaintainability signalMeasurable risk or cost reduced without behavior loss
Documentation and knowledge maintenanceSystem or policy changeCorrect, discoverable, verified guidance published

Govern work selection

An autonomous backlog selector may rank eligible work using value, urgency, risk, dependencies, readiness, capacity, and confidence. It may not invent product priority, widen scope, or consume unowned work. Work-in-progress limits and small batches reduce recovery cost and make outcomes attributable.

Earn autonomy independently

A repository may qualify Level 3 autonomy for test maintenance while production migrations remain Level 1. Metrics and incidents apply to the exact workflow, risk class, environment, and capability graph.

4. Tradeoffs and alternatives

A broad generic workflow reduces configuration and hides important differences. Many narrow workflows improve control and create maintenance overhead. Start with a small catalog whose entries share common runtime contracts but retain distinct acceptance and risk policy.

Automated intake increases responsiveness and can flood the system with low-value work. Require admission, deduplication, ownership, priority policy, and capacity budgets before automatic selection.

5. Current Mission Control Implementation

The current curriculum deeply specifies the governed issue-to-pull-request path and provides domain, orchestration, evidence, release, feedback, and learning primitives that other workflows can reuse.

It does not yet publish full contracts, labs, maturity evidence, and operating metrics for the eight workflow classes above. The current golden path should therefore be described as the first workflow product, not proof of the entire portfolio.

6. Future Vision

Operators should see a workflow catalog with owner, eligible scope, volume, service level, cost, attention demand, acceptance rate, change failure, maturity, and recent trust events. New workflow versions should be canaried and reversible like any other production change.

7. Versioned references

8. Notes and lessons learned

The unit of autonomy is not “the agent” or even “the repository.” It is a defined workflow operating on a bounded scope under measurable conditions.

9. Interview and discussion questions

  1. Which workflow should an organization automate first, and why?
  2. Who owns autonomous backlog selection?
  3. Why can test maintenance and production migration have different autonomy?
  4. Which metrics must be workflow-specific?
  5. What is the accepted outcome of incident triage?

10. Whiteboard exercise

Choose three workflows and map trigger, intent owner, plan, authority, evidence, production observation, rollback, metrics, and promotion criteria. Show which platform components are shared and which policies remain workflow-specific.

11. Hands-on lab

Write catalog manifests for feature delivery, dependency remediation, and incident triage. Feed each the same repository and risk classification. Demonstrate that the resolver selects different plans, evidence, human gates, and terminal outcomes. Retain manifests, decisions, and a comparison table.

External review

Review this chapter.

Challenge a claim, boundary, missing failure mode, unclear term, or unsupported evidence statement.

  • Claim
  • Boundary
  • Failure
  • Evidence