Use Cases

Where to add controls first

Browse by workflow stage, control type, or cloud provider. Find the first use case that proves value — then expand.

79
Control patterns
7
Delivery stages
12
Control categories
Security
Workflow
Tooling

79 patterns

AWS Current Deployment Lane

Run AutoDevOps on the current AWS path with Bedrock routing, IAM-scoped execution, VPC endpoint posture, budgets, and append-only audit.

Deployment
Cloud Deployment

Microsoft Azure Deployment Track

Bring governed execution to Azure OpenAI, Azure Functions, Key Vault, private networking, budgets, and audit.

Deployment
Cloud Deployment

Google Cloud Deployment Track

Bring governed execution to Vertex AI, Cloud Run, Secret Manager, Firestore, private routing, budgets, and audit.

Deployment
Cloud Deployment

Cross-Cloud Approval Boundary

Require allow, confirm, or block decisions before cloud worker dispatch across AWS, Microsoft Azure, and Google Cloud.

Integration
Cloud Governance

Post-Run QA Review

Review agent-generated diffs after a coding session and capture follow-up work before merge.

Development
AI Review

Agent Activity Notes

Verification portal only. Teammates annotate individual agent activity events — prompts, tool calls, model calls, approvals, decisions — so the team builds a written record of what went well and what to correct. Notes are scoped to a team, written by humans, and intended as feedback substrate for agent learning: replayable context for future runs, system-prompt tuning, and judge rubric refinement.

Development
AI Review

Progressive Documentation Skills

Load documentation playbooks on demand for CI/CD-generated docs, reports, and review artifacts.

Development
Claude Skills

Custom Workflow Skills

Package team workflows as reusable instructions, scripts, and templates that load only when needed.

Development
Claude Skills

CI/CD Agent Specialization

Give delivery agents CI/CD-specific playbooks for build, test, release, and infrastructure workflows.

Integration
Claude Skills

Security Audit Skills

Bundle security playbooks with scripts, schemas, and reference docs for repeatable audit checks.

Deployment
Claude Skills

Test Generation Skills

Load test-generation playbooks when suites fail, then create targeted coverage around the failure.

Testing
Claude Skills

API Documentation Skills

Generate API documentation from CI context using reusable templates and project-specific references.

Development
Claude Skills

Infrastructure as Code Skills

Apply Terraform, Kubernetes, and Docker playbooks with bundled schemas and validation scripts.

Deployment
Claude Skills

Multi-Stage Pipeline Skills

Chain lint, test, security, and deploy playbooks across delivery stages with clear handoffs.

Integration
Claude Skills

Performance Optimization Skills

Run profiling and benchmark playbooks before build or release work lands.

Build
Claude Skills

Compliance and Audit Skills

Run compliance playbooks for GDPR, SOC 2, HIPAA, and other controls with reusable templates.

Deployment
Claude Skills

Test Loop Agent

On failing test hooks, propose targeted fixes, expand coverage, and rerun suites before handoff.

Testing
Code Quality

Web Test Repair Loop

Iterate on browser tests, capture failures, and stabilize the user flow before release.

Testing
QA Automation

TODO Auditor

Require TODO comments to reference a tracking issue or owner.

Development
Code Quality

Test Coverage Guard

Enforce minimum test coverage thresholds before changes merge.

Development
Code Quality

Cleanup Guard

Catch debug statements and commented-out code before commit.

Development
Code Quality

Code Complexity Analyzer

Flag high-complexity code and suggest refactoring before merge.

Development
Refactoring

Performance Profiler

Identify performance bottlenecks before they reach production.

Build
Code Quality

OpenTelemetry Injector

Add OpenTelemetry instrumentation where service visibility is missing.

Build
Instrumentation

Changelog Writer

Draft release notes from merged changes and reviewer context.

Deployment
Documentation

Compliance Checker

Check deployment artifacts against required compliance controls.

Deployment
Security & Compliance

K8s Manifest Generator

Create Kubernetes manifests from approved service configuration.

Deployment
Infrastructure

Resource Calculator

Estimate CPU, memory, and storage needs before deployment.

Deployment
Infrastructure

Rollback Planner

Create rollback plans before deployment starts.

Deployment
Infrastructure

Health Check Designer

Design health checks that match service behavior and ownership.

Deployment
Infrastructure

Unit Test Skeleton Builder

Generate unit test scaffolds around changed code paths.

Development
Code Quality

Polyglot Linter

Run consistent lint checks across multi-language repositories.

Development
Code Quality

Code Smell Detector

Flag anti-patterns before they become long-lived technical debt.

Development
Code Quality

Integration Test Generator

Create integration tests for service boundaries and handoffs.

Development
Code Quality

Property Test Designer

Design property-based tests for high-risk edge cases.

Development
Code Quality

Mermaid Sequence Synthesizer

Generate sequence diagrams from code paths and service calls.

Development
Documentation

Design Drift Scorer

Compare implementation changes against the intended design.

Development
Documentation

API Doc Generator

Generate OpenAPI specs from routes, schemas, and comments.

Development
Documentation

Code Comment Enhancer

Improve inline documentation where examples or intent are missing.

Development
Documentation

Language Port Stubber

Create migration stubs for planned language ports.

Development
Refactoring

API Surface Translator

Keep API changes aligned across language-specific clients.

Development
Refactoring

Pattern Migrator

Apply approved design patterns to repetitive code paths.

Development
Refactoring

Code Style Harmonizer

Enforce consistent style across repositories and languages.

Development
Refactoring

Interface Extractor

Extract interfaces from concrete implementations where boundaries are stable.

Development
Refactoring

Security Hotspot Scanner

Flag potential security vulnerabilities before review.

Development
Security & Compliance

Secrets Scanner

Detect hardcoded secrets and credentials before commit.

Development
Security & Compliance

PII Classifier

Identify personally identifiable information before it moves into unsafe paths.

Development
Security & Compliance

License Hunter

Check dependency licenses against approved use policies.

Development
Security & Compliance

Encryption Validator

Verify encryption requirements for sensitive data paths.

Development
Security & Compliance

Terraform Drift Guard

Check Terraform plans for drift before infrastructure changes merge.

Development
Infrastructure

Secrets Manager

Move secrets and credentials into approved secret-management paths.

Development
Infrastructure

Schema Validator

Validate data schemas against approved definitions.

Development
Data

Data Lineage Tracker

Track how data moves across systems and services.

Development
Data

Privacy Preserver

Check data handling against privacy requirements.

Development
Data

Mutation Test Planner

Identify high-risk branches that need stronger test coverage.

Integration
Code Quality

Test Coverage Gap Finder

Find untested paths and recommend targeted coverage.

Integration
Code Quality

Architecture Decision Recorder Auto-Writer

Draft architecture decision records from merged technical changes.

Integration
Documentation

README Coach

Keep README files aligned with setup, usage, and deployment reality.

Integration
Documentation

Wiki Sync Agent

Sync approved documentation updates into external knowledge bases.

Integration
Documentation

Docker Builder

Generate Dockerfiles from approved service requirements.

Integration
Infrastructure

Dependency Analyzer

Review outdated dependencies and known vulnerabilities.

Operations
Code Quality

Benchmark Suite Builder

Maintain performance benchmarks for critical paths.

Operations
Code Quality

C4 Context Updater

Keep C4 architecture diagrams aligned with service changes.

Operations
Documentation

Dead Code Reaper

Remove unused code after usage and ownership checks.

Operations
Refactoring

Tech Debt Prioritizer

Rank technical debt by risk, effort, and product impact.

Operations
Refactoring

Dependency Modernizer

Plan safe upgrades for legacy dependencies.

Operations
Refactoring

CVE Patch Advisor

Recommend patches for known vulnerabilities and exposures.

Operations
Security & Compliance

Authentication Auditor

Review authentication patterns and identify weak controls.

Operations
Security & Compliance

Access Control Reviewer

Review permissions and access control lists for overexposure.

Operations
Security & Compliance

GDPR Compliance Agent

Check product and data workflows against GDPR requirements.

Operations
Security & Compliance

CI/CD Optimizer

Improve CI/CD speed without weakening required checks.

Operations
Infrastructure

SLA Monitor

Track service-level targets after deployment.

Operations
Infrastructure

MCP Server with macOS Native Containers

Run MCP servers with macOS sandboxing instead of broad local trust.

Operations
Infrastructure
Learn more

Data Quality Checker

Monitor data quality and flag anomalies before they spread.

Operations
Data

Prompt Regression Tester

Test prompts and model behavior for regressions.

Operations
Data

Intent Card Generator

Turn user stories and issues into implementation intent specs.

Planning
Documentation

Monolith Decomposer

Propose service boundaries from monolith structure and ownership.

Planning
Refactoring

ETL Pipeline Designer

Design ETL pipelines for warehouse and analytics workflows.

Planning
Data

Synthetic Data Generator

Generate synthetic data for test and development environments.

Testing
Data