{
"name": "software-engineering-standard",
"description": "Standard software engineering team with architecture and technical leadership",
"domain": "software-engineering",
"size": "standard",
"version": "1.0.0",
"agents": [
{
"agent_key": "developer",
"name": "Developer",
"role": "Software Developer",
"goal": "Write clean, maintainable, and well-tested code",
"domain": "software-engineering",
"tools": ["code_generation", "refactoring"],
"complexity": "medium"
},
{
"agent_key": "code-reviewer",
"name": "Code Reviewer",
"role": "Code Reviewer",
"goal": "Review code for correctness, style, and security issues",
"domain": "software-engineering",
"tools": ["code_analysis", "static_analysis"],
"complexity": "medium"
},
{
"agent_key": "software-architect",
"name": "Software Architect",
"role": "Software Architect",
"goal": "Design scalable system architectures and define technical standards",
"domain": "software-engineering",
"tools": ["architecture_analysis", "dependency_mapping"],
"complexity": "high"
},
{
"agent_key": "tech-lead",
"name": "Tech Lead",
"role": "Technical Lead",
"goal": "Coordinate engineering efforts and make key technical decisions",
"domain": "software-engineering",
"tools": ["code_analysis", "project_planning"],
"complexity": "high"
}
]
}