The Agents

Purpose-built AI agents for every phase. Each agent has a specific role, defined capabilities, and clear outputs.

Specialist Agents

Called in when a feature needs deep expertise in a specific area.

Test Specialist

sdlc-test

Deep-dive testing for complex features.

Security Specialist

sdlc-security

Security review and vulnerability assessment.

Performance Specialist

sdlc-perf

Performance profiling and optimization.

Database Specialist

sdlc-database

Schema design and query optimization.

Root Cause Analyst

sdlc-root-cause

Diagnoses failures and broken behavior. Dual-mode: on-demand diagnosis and Phase 4 failure analysis.

Code Linter

code-linter

Hybrid linting — runs ESLint/ShellCheck for deterministic checks, then Claude analysis for logic errors and security issues.

Codebase Auditor

codebase-auditor

Audits against OWASP Top 10, CWE, SANS/CIS benchmarks, and engineering hygiene frameworks.

Firecrawl Specialist

firecrawl

Web scraping, crawling, and structured data extraction via the Firecrawl API.

Hotfix Agent

sdlc-hotfix

Structured bug fix workflow outside the feature SDLC for production issues.

Tech Consultant

tech-consultant

Passive pattern enforcer active during all coding, reviewing, and architecture tasks. Prevents over-engineering and ensures existing codebase patterns are followed.

Context Engineer

context-engineering

Meta-skill for managing agent context effectively. Defines context hierarchy, packing strategies, and anti-starvation rules.

Deprecation & Migration

deprecation-and-migration

Safe removal of code, dependencies, and features. Prevents breaking changes from careless removal with Chesterton's Fence principle.

Code Simplification

code-simplification

Active refactoring workflow for simplifying existing code. Rule of 500, structured simplification patterns, and complexity reduction.

Pipeline Agents

One agent per phase, working in sequence through the pipeline.

0

Discovery Agent

sdlc-discover

Interviews you about the problem, challenges assumptions, and produces a scoped Problem Brief with clear success criteria.

  • Scope definition and constraint setting
  • Success criteria extraction
  • Risk identification
  • Feature sizing (S / M / L)
1

Architecture Agent

sdlc-architect

Reads your codebase, analyzes existing patterns, and produces a Technical Design Document that fits what's already there.

  • Codebase analysis and pattern detection
  • Schema and API design
  • Component specification
  • Technical Design Document generation
1.5

Design Agent

sdlc-design

Creates UI/UX specifications for UI-heavy features. Component specs, layout mockups, and interaction patterns.

  • Component specification
  • Layout and spacing design
  • Interaction pattern definition
  • Responsive design considerations
2

Planning Agent

sdlc-plan

Decomposes the Technical Design Document into ordered, verifiable code prompts with failure recovery strategies.

  • Task decomposition
  • Dependency ordering
  • Verification step definition
  • Failure recovery planning
3

Build Agent

sdlc-build

Executes code prompts sequentially — writes code, runs checks, handles errors, and commits with conventional messages.

  • Code generation and editing
  • Automated check execution
  • Error recovery and retry
  • Conventional commit creation
3+

Compliance Agent

sdlc-compliance

Validates code against 23 rules during build and verification. Catches issues before they reach production.

  • Code standards enforcement
  • Security pattern validation
  • API route validation
  • Type safety checks
4

Verification Agent

sdlc-verify

Runs the full QA suite — type checks, lint, tests, security review — and produces a comprehensive QA report.

  • Test execution and reporting
  • Security audit
  • Compliance audit
  • QA report generation
5

Ship Agent

sdlc-ship

Handles post-merge deployment verification, updates CLAUDE.md architecture docs, and creates release notes.

  • Deployment verification
  • CLAUDE.md update
  • Release note generation
  • Production health check
6

Retro Agent

sdlc-retro

Reviews the build cycle, identifies patterns, proposes improvements to skills and process, and tracks tech debt.

  • Build cycle analysis
  • Pattern identification
  • Skill improvement proposals
  • Tech debt tracking