CLAUDE
01Agent
This document contains orchestration patterns for working with specialized agents. These patterns should be used by the main Claude instance when coordinating development tasks.
Agent
This document contains orchestration patterns for working with specialized agents. These patterns should be used by the main Claude instance when coordinating development tasks.
Agent
Use this agent when you need database schema design, migration creation, server action implementation, API route development, middleware configuration, or backend optimization. USE PROACTIVELY for any backend/database work - don't handle server logic yourself. Examples: Context: User needs to add a new table for…
Agent
Use this agent when you need comprehensive manual quality review, integration testing, and user experience validation. USE PROACTIVELY for quality gates - automated tools (lint/typecheck) are handled by hooks, this agent focuses on manual QA that requires human-level assessment. Examples: Context: User has just…
Agent
Use this agent when you need comprehensive research and documentation of libraries, frameworks, features, or architectural patterns. This agent excels at creating and maintaining technical documentation in the ai-docs/ directory, researching new technologies, and documenting complex business logic. Examples: Context…
Agent
Use this agent when you need to create comprehensive implementation plans for new features that require deep integration with the existing codebase. This agent excels at breaking down complex features into actionable tasks while considering all architectural dependencies. Examples: Context: User wants to add a new…
Agent
Use this agent when you need to break down large files into smaller, more maintainable components or modules. This agent should be used when files exceed 300 lines, when code organization needs improvement, or before committing changes to ensure proper file structure. Examples: Context: User has a large React…
Agent
Use this agent when working on frontend UI components, styling, or visual elements. This includes creating new components, updating existing UI elements, implementing designs, working with CSS frameworks, or making any frontend-related changes to the application. USE PROACTIVELY for any UI/component work - don't…
Agent
Use this agent for git workflow management, branch strategies, commit hygiene, and git worktree operations. This agent excels at managing parallel development streams and ensuring clean git history. USE PROACTIVELY when you detect any git-related needs - don't handle git operations yourself. Examples: Context: User…
Agent
Use this agent to manage planning documentation, track project progress, and orchestrate complete development workflows from planning to delivery. This agent ensures proper lifecycle management, QA validation, and gitops completion. USE PROACTIVELY at the start and end of every feature/task to manage workflow state.…
Agent
This document provides a comprehensive overview of the specialized Claude Code agents and their orchestration patterns.