Agents
Agents are autonomous sub-agents that Claude Code spawns to handle specific tasks. Each agent has its own model, tools, and protocol.
| Agent | Model | Purpose |
|---|---|---|
rn-tester | Sonnet | 7-step test verification protocol |
rn-debugger | — | Parallel evidence gathering + targeted fix |
rn-code-explorer | Sonnet | Codebase mapping: screens, store, navigation, testIDs |
rn-code-architect | Opus | Architecture design with E2E proof flow |
rn-code-reviewer | — | Correctness, RN conventions, project patterns |
When agents are used
Section titled “When agents are used”In the rn-feature-dev pipeline:
- Phase 2 (Exploration): 2-3
rn-code-exploreragents run in parallel - Phase 4 (Architecture):
rn-code-architectdesigns the blueprint - Phase 5.5 (Verification):
rn-testerverifies live on simulator - Phase 6 (Review): 3
rn-code-revieweragents check different aspects
Standalone:
/debug-screenspawnsrn-debugger/test-featurespawnsrn-tester