Agent Catalog
44 sub-agents with isolated context for autonomous tasks
What is an Agent?
Agents are autonomous sub-agents with an isolated context:
- Automatic triggering: Claude delegates based on context
- Isolated context: Does not pollute the main conversation
- Restricted tools: Limited access based on the task
- Specific model: Haiku (fast) or Sonnet (complex)
Agents by model
Haiku (10 agents)
Fast and economical agents for simple tasks.
| Agent | Description | Tools |
|---|---|---|
biz-model | Business analysis and business model proposal for a project. | Read, Grep, Glob... |
doc-changelog | Changelog management following the Keep a Changelog conventi... | Read, Grep, Glob... |
growth-cro | Conversion rate audit and optimization. | Read, Grep, Glob |
growth-localization | Localization strategy and international expansion. | Read, Grep, Glob |
legal-privacy-policy | Creation of a GDPR-compliant privacy policy. | Read, Grep, Glob... |
legal-terms-of-service | Creation of compliant Terms of Service. | Read, Grep, Glob... |
ops-cost | Token consumption analysis and cost optimization recommendat... | Read, Grep, Glob... |
ops-deps | Audit, analysis and recommendations for project dependencies... | Read, Grep, Glob... |
ops-health | Quick health check to evaluate the general state of a projec... | Read, Grep, Glob... |
wcag-audit | Accessibility audit per WCAG 2.1/2.2 level AA, inspired by t... | Read, Grep, Glob |
Sonnet (29 agents)
Agents for complex tasks requiring in-depth analysis.
| Agent | Description | Tools |
|---|---|---|
biz-competitor | Competitive analysis and strategic positioning for a project... | Read, Grep, Glob... |
biz-mvp | Definition and planning of the Minimum Viable Product. | Read, Grep, Glob... |
biz-personas | Creation of user personas based on data. | Read, Grep, Glob... |
data-pipeline | Design and implementation of ETL/ELT data pipelines. | Read, Grep, Glob... |
dev-document | Generation of office documents and reports. | Read, Grep, Glob... |
dev-flutter | Flutter development with Clean Architecture and BLoC. | Read, Grep, Glob... |
doc-explain | Pedagogical explanation of complex code. | Read, Grep, Glob |
doc-generate | Generation of complete and maintainable documentation. | Read, Grep, Glob... |
doc-onboard | Guide for discovering and understanding a codebase. | Read, Grep, Glob |
growth-analytics | Analytics and tracking implementation, plus post-launch data... | Read, Grep, Glob... |
growth-landing | Creation of landing pages optimized for conversion. | Read, Grep, Glob... |
growth-seo | Technical SEO audit and optimization recommendations. | Read, Grep, Glob... |
legal-payment | Secure and compliant payment integration. | Read, Grep, Glob... |
legal-rgpd | GDPR compliance (General Data Protection Regulation). | Read, Grep, Glob... |
ops-ci | Configuration of complete CI/CD pipelines. | Read, Grep, Glob... |
ops-database | Database design and management. | Read, Grep, Glob... |
ops-deploy | Secure deployment with mandatory pre-deploy validation. | Read, Grep, Glob... |
ops-docker | Docker containerization optimized for production. | Read, Grep, Glob... |
ops-infra-code | Infrastructure as Code with Terraform/OpenTofu. The `ops-inf... | Read, Grep, Glob... |
ops-monitoring | Complete instrumentation for observability (3 pillars). | Read, Grep, Glob... |
ops-opnsense | OPNsense configuration as IaC with Terraform. The `ops-opnse... | Read, Grep, Glob... |
ops-proxmox | Proxmox VE infrastructure management with Terraform. The `op... | Read, Grep, Glob... |
qa-chrome | Visual audit and browser testing. Prerequisites: `claude --c... | Read, Grep, Glob... |
qa-claudemd | Audit of compliance with the project's CLAUDE.md and the rep... | Read, Grep, Glob... |
qa-e2e | End-to-End tests for critical user journeys. | Read, Grep, Glob... |
qa-perf | Performance analysis and optimization. | Read, Grep, Glob... |
work-batch | Autonomous execution of stories from a PRD. The work-batch... | Read, Grep, Glob... |
work-explore | EXPLORATION mode: codebase analysis without modifying files. | Read, Grep, Glob |
work-quick | Quick workflow for trivial changes. The work-quick skill p... | Read, Grep, Glob... |
Opus (5 agents)
Agents for critical tasks.
| Agent | Description | Tools |
|---|---|---|
dev-debug | Bug diagnostic and resolution. The dev-debug skill provide... | Read, Grep, Glob... |
dev-tdd | Test-driven development. The dev-tdd skill provides the de... | Read, Grep, Glob... |
qa-audit | Complete quality audit covering 5 domains. | Read, Grep, Glob... |
qa-loop | Autonomous **AUDIT (parallel) → VALIDATE → FIX → VERIFY → CH... | Read, Grep, Glob... |
qa-security | OWASP Top 10 security audit. The qa-security skill provide... | Read, Grep, Glob... |
Card view
Competitive analysis and strategic positioning for a project.
Business analysis and business model proposal for a project.
Definition and planning of the Minimum Viable Product.
Creation of user personas based on data.
Design and implementation of ETL/ELT data pipelines.
Bug diagnostic and resolution. The `dev-debug` skill provides the detailed metho
Generation of office documents and reports.
Flutter development with Clean Architecture and BLoC.
Test-driven development. The `dev-tdd` skill provides the detailed methodology.
Changelog management following the Keep a Changelog convention.
Pedagogical explanation of complex code.
Generation of complete and maintainable documentation.
See also
- Architecture - Understand Commands vs Agents vs Skills
- Commands - Manual commands
- Skills - Auto-triggered skills