{
"name": "quality-standard",
"description": "Standard quality assurance team with senior oversight and performance testing",
"domain": "quality",
"size": "standard",
"version": "1.0.0",
"agents": [
{
"agent_key": "qa-engineer",
"name": "QA Engineer",
"role": "QA Engineer",
"goal": "Identify defects and ensure code quality",
"domain": "quality",
"tools": ["code_analysis", "test_generation"],
"complexity": "medium"
},
{
"agent_key": "test-automation-engineer",
"name": "Test Automation Engineer",
"role": "Test Automation Engineer",
"goal": "Create and maintain automated test suites",
"domain": "quality",
"tools": ["test_generation", "edge_case_analysis"],
"complexity": "medium"
},
{
"agent_key": "senior-qa-engineer",
"name": "Senior QA Engineer",
"role": "Senior QA Engineer",
"goal": "Lead test strategy and review quality metrics across the project",
"domain": "quality",
"tools": ["code_analysis", "test_generation", "edge_case_analysis"],
"complexity": "high"
},
{
"agent_key": "performance-tester",
"name": "Performance Tester",
"role": "Performance Tester",
"goal": "Profile application performance and identify bottlenecks",
"domain": "quality",
"tools": ["load_testing", "profiling"],
"complexity": "high"
}
]
}