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-testDeep-dive testing for complex features.
Security Specialist
sdlc-securitySecurity review and vulnerability assessment.
Performance Specialist
sdlc-perfPerformance profiling and optimization.
Database Specialist
sdlc-databaseSchema design and query optimization.
Root Cause Analyst
sdlc-root-causeDiagnoses failures and broken behavior. Dual-mode: on-demand diagnosis and Phase 4 failure analysis.
Code Linter
code-linterHybrid linting — runs ESLint/ShellCheck for deterministic checks, then Claude analysis for logic errors and security issues.
Codebase Auditor
codebase-auditorAudits against OWASP Top 10, CWE, SANS/CIS benchmarks, and engineering hygiene frameworks.
Firecrawl Specialist
firecrawlWeb scraping, crawling, and structured data extraction via the Firecrawl API.
Hotfix Agent
sdlc-hotfixStructured bug fix workflow outside the feature SDLC for production issues.
Tech Consultant
tech-consultantPassive pattern enforcer active during all coding, reviewing, and architecture tasks. Prevents over-engineering and ensures existing codebase patterns are followed.
Context Engineer
context-engineeringMeta-skill for managing agent context effectively. Defines context hierarchy, packing strategies, and anti-starvation rules.
Deprecation & Migration
deprecation-and-migrationSafe removal of code, dependencies, and features. Prevents breaking changes from careless removal with Chesterton's Fence principle.
Code Simplification
code-simplificationActive 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.
Discovery Agent
sdlc-discoverInterviews 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)
Architecture Agent
sdlc-architectReads 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
Design Agent
sdlc-designCreates 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
Planning Agent
sdlc-planDecomposes the Technical Design Document into ordered, verifiable code prompts with failure recovery strategies.
- Task decomposition
- Dependency ordering
- Verification step definition
- Failure recovery planning
Build Agent
sdlc-buildExecutes 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
Compliance Agent
sdlc-complianceValidates 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
Verification Agent
sdlc-verifyRuns 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
Ship Agent
sdlc-shipHandles post-merge deployment verification, updates CLAUDE.md architecture docs, and creates release notes.
- Deployment verification
- CLAUDE.md update
- Release note generation
- Production health check
Retro Agent
sdlc-retroReviews 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