Use Case Directory

Explore the full catalog of AI agents available to automate your software development lifecycle.

Claude QA Print Mode

When a Claude Code session stops, spawn a Codex print-mode reviewer to QA the diff and append fresh follow-up items to todos.md.

Development
AI Review

Test Loop Codex

On failing test hooks, delegate to a Codex agent that expands coverage, regenerates specs, and reruns suites until everything passes.

Testing
Code Quality

Web Test Navigator

Trigger a Codex agent with the Google Chrome MCP tool to iterate on browser tests and capture new TODOs until the UI flow is stable.

Testing
QA Automation

TODO Auditor

Ensures TODO comments are linked to tracking issues for accountability.

Development
Code Quality

Test Coverage Guard

Enforces minimum test coverage thresholds to maintain quality standards.

Development
Code Quality

Cleanup Guard

Detects leftover debugging statements and commented-out code blocks.

Development
Code Quality

Code Complexity Analyzer

Analyzes cyclomatic complexity and suggests refactoring for maintainability.

Development
Refactoring

Performance Profiler

Identify performance bottlenecks before they hit production.

Build
Code Quality

OpenTelemetry Injector

Automatically add OpenTelemetry for end-to-end observability.

Build
Instrumentation

Changelog Writer

Generate human-readable release notes from commit messages.

Deployment
Documentation

Compliance Checker

Verify that your deployment artifacts meet regulatory compliance.

Deployment
Security & Compliance

K8s Manifest Generator

Create Kubernetes manifest files from a simple configuration.

Deployment
Infrastructure

Resource Calculator

Estimate CPU, memory, and storage needs for your application.

Deployment
Infrastructure

Rollback Planner

Automatically create rollback strategies for your deployments.

Deployment
Infrastructure

Health Check Designer

Design comprehensive health checks for your services.

Deployment
Infrastructure

Unit Test Skeleton Builder

Generate boilerplate unit tests and mock objects.

Development
Code Quality

Polyglot Linter

Lint code across multiple languages with a single tool.

Development
Code Quality

Code Smell Detector

Find anti-patterns and code smells before they become tech debt.

Development
Code Quality

Integration Test Generator

Create integration tests that cover interactions between services.

Development
Code Quality

Property Test Designer

Design property-based tests to catch edge cases.

Development
Code Quality

Mermaid Sequence Synthesizer

Generate Mermaid sequence diagrams from your code.

Development
Documentation

Design Drift Scorer

Measure the alignment between your code and its intended design.

Development
Documentation

API Doc Generator

Generate OpenAPI specs from your code and comments.

Development
Documentation

Code Comment Enhancer

Improve inline documentation with examples and explanations.

Development
Documentation

Language Port Stubber

Create stubs for porting code from one language to another.

Development
Refactoring

API Surface Translator

Sync API changes across different programming languages.

Development
Refactoring

Pattern Migrator

Apply design patterns to your code automatically.

Development
Refactoring

Code Style Harmonizer

Enforce a consistent code style across your entire codebase.

Development
Refactoring

Interface Extractor

Extract interfaces from concrete implementations.

Development
Refactoring

Security Hotspot Scanner

Find potential security vulnerabilities in your code.

Development
Security & Compliance

Secrets Scanner

Detect hardcoded secrets and credentials in your code.

Development
Security & Compliance

PII Classifier

Identify and classify personally identifiable information (PII) in your data.

Development
Security & Compliance

License Hunter

Check for license compatibility of your dependencies.

Development
Security & Compliance

Encryption Validator

Ensure that sensitive data is properly encrypted.

Development
Security & Compliance

Terraform Drift Guard

Prevent infrastructure drift by checking Terraform plans.

Development
Infrastructure

Secrets Manager

Manage secrets and credentials in a secure way.

Development
Infrastructure

Schema Validator

Validate data schemas against your definitions.

Development
Data

Data Lineage Tracker

Track the flow of data through your systems.

Development
Data

Privacy Preserver

Ensure that data privacy regulations are being followed.

Development
Data

Mutation Test Planner

Identify high-risk branches that need more testing.

Integration
Code Quality

Test Coverage Gap Finder

Find untested code paths and suggest new tests.

Integration
Code Quality

Architecture Decision Recorder Auto-Writer

Create architecture decision records (ADRs) automatically.

Integration
Documentation

README Coach

Ensure that your README files are complete and up-to-date.

Integration
Documentation

Wiki Sync Agent

Update external wikis and knowledge bases with your documentation.

Integration
Documentation

Docker Builder

Generate Dockerfiles for your applications.

Integration
Infrastructure

Dependency Analyzer

Check for outdated dependencies and security vulnerabilities.

Operations
Code Quality

Benchmark Suite Builder

Create and maintain a suite of performance benchmarks.

Operations
Code Quality

C4 Context Updater

Keep your C4 architecture diagrams up-to-date.

Operations
Documentation

Dead Code Reaper

Remove unused code from your codebase.

Operations
Refactoring

Tech Debt Prioritizer

Rank and prioritize technical debt in your backlog.

Operations
Refactoring

Dependency Modernizer

Update legacy dependencies to modern versions.

Operations
Refactoring

CVE Patch Advisor

Recommend patches for common vulnerabilities and exposures (CVEs).

Operations
Security & Compliance

Authentication Auditor

Review authentication patterns and recommend improvements.

Operations
Security & Compliance

Access Control Reviewer

Review user permissions and access control lists.

Operations
Security & Compliance

GDPR Compliance Agent

Ensure that your application is compliant with GDPR.

Operations
Security & Compliance

CI/CD Optimizer

Optimize your CI/CD pipelines for speed and efficiency.

Operations
Infrastructure

SLA Monitor

Track service level agreement (SLA) compliance.

Operations
Infrastructure

MCP Server with macOS Native Containers

Deploy MCP servers using macOS sandboxing—no Docker needed.

Operations
Infrastructure

Data Quality Checker

Monitor the quality of your data and detect anomalies.

Operations
Data

Prompt Regression Tester

Test for regressions in your AI prompts and models.

Operations
Data

Intent Card Generator

Create intent specifications from user stories and issues.

Planning
Documentation

Monolith Decomposer

Suggest microservice boundaries based on your monolith.

Planning
Refactoring

ETL Pipeline Designer

Design ETL pipelines for your data warehouse.

Planning
Data

Synthetic Data Generator

Generate synthetic data for testing and development.

Testing
Data