Analyze the current project and generate a team of specialized Claude Code agents that are experts on this codebase
Analyzes your project and generates a team of specialized agents tailored to your codebase's tech stack, architecture, and patterns. Use when starting work on a new project or after major changes to create domain-specific experts.
/plugin marketplace add Cpicon/claude-code-plugins/plugin install cpicon-agent-team-creator-agent-team-creator@Cpicon/claude-code-plugins[options]Generate a team of specialized Claude Code agents tailored to the current project.
Use the team-architect agent to orchestrate this workflow. The agent will:
Analyze the Project
Determine Team Composition
Generate Agents
.claude/agents/ in the project directoryReport Results
/agent-team-creator:generate-agent-team
Or if namespace is unavailable:
/generate-agent-team
Depending on your project, you may get agents like:
| Agent Type | Expertise |
|---|---|
| Tech-Stack Expert | Framework patterns, library usage |
| Architecture Expert | Project structure, conventions |
| Domain Expert | Business logic, data models |
| Testing Specialist | Test patterns, coverage |
| DevOps Expert | CI/CD, deployment |
All agents are saved to:
.claude/agents/
This directory is created if it doesn't exist.
Now invoke the team-architect agent to begin the analysis and generation process. Pass along any user-specified options or preferences.