Agents
Agents are specialized sub-agents that handle delegated tasks with focused expertise. 19 agents across 3 categories.
Core Development
| Agent | Role | Triggers |
| ๐ Planner | Feature planning | plan, implementation |
| ๐๏ธ Architect | System design, patterns | architecture, design, scalability |
| ๐ Code Reviewer | Quality assurance | review, quality, best practices |
| ๐งช TDD Specialist | Test-driven development | test, tdd, coverage |
Domain Specialists
| Agent | Role | Triggers |
| ๐ฑ Mobile Developer | iOS/Android patterns | mobile, react-native, expo |
| ๐จ Frontend Specialist | React, Vue, UI/UX | frontend, component, styling |
| ๐ง Backend Specialist | Node.js, NestJS, APIs | backend, api, server |
| ๐๏ธ Database Architect | Schema, queries, optimization | database, prisma, sql |
| ๐ DevOps Engineer | CI/CD, Docker, deployment | devops, docker, deploy |
| ๐ Security Auditor | Vulnerabilities, compliance | security, auth, audit |
| โก Performance Engineer | Optimization, profiling | performance, speed, metrics |
Support & Operations
| Agent | Role | Triggers |
| ๐ Documentation Writer | Docs, READMEs, guides | documentation, readme |
| ๐ Build Error Resolver | Rapid build/error fixes | build, error, fix |
| ๐งน Refactorer | Code cleanup, optimization | refactor, cleanup |
| ๐ญ Explorer Agent | Codebase discovery | explore, scout |
| ๐ญ E2E Runner | End-to-end testing | e2e, integration |
| ๐ง Knowledge Agent | RAG retrieval | knowledge, context |
| ๐ก๏ธ Reliability Engineer | SRE, production readiness | reliability, sre, production |
| ๐ฏ Sprint Orchestrator | Sprint planning, velocity | sprint, orchestrate |
How Agents Work
- Delegation โ Main agent delegates to specialized agent
- Context Transfer โ Relevant context is passed
- Execution โ Agent performs focused task
- Report โ Results returned to main agent
Using Agents
Agents are invoked automatically by commands:
/plan Add user authentication
# โ Invokes Planner agent
/code-review src/auth/
# โ Invokes Code Reviewer agent