Create Project Agents
Create project-specific specialist agents from global templates.
Refer to the instructions located in @specwright/workflows/team/create-project-agents.md
Command Arguments
No arguments required - interactive selection via prompts.
Usage
/create-project-agents
What This Does
- Asks which specialist agents you need (backend, frontend, qa, devops)
- Detects your tech stack (framework, language, database, etc.)
- Creates customized agents from templates
- Saves to
.claude/agents/in your project - Sets up skill auto-loading with naming conventions
Output
Creates agent files in .claude/agents/:
backend-dev.md- Backend API development specialistfrontend-dev.md- Frontend component development specialistqa-specialist.md- Testing and quality assurance specialistdevops-specialist.md- CI/CD and deployment specialist
Features
- Interactive Selection: Choose only the agents you need
- Auto-Detection: Detects your tech stack automatically
- Template-Based: Uses proven agent structures
- Skill Integration: Pre-configured with skill naming conventions
- Customizable: All [CUSTOMIZE] sections filled with your stack
Notes
- Requires global Team Development System installation
- Agents will automatically look for project skills via naming convention
- Example: backend-dev looks for
[project-name]-api-patternsskill - Create matching skills with
/add-skill - Assign additional skills with
/assign-skills-to-agent