Initial commit
This commit is contained in:
42
agents/testing.orchestrator/README.md
Normal file
42
agents/testing.orchestrator/README.md
Normal file
@@ -0,0 +1,42 @@
|
||||
# Testing.Orchestrator Agent
|
||||
|
||||
Orchestrates testing workflows across unit, integration, and end-to-end tests
|
||||
|
||||
## Purpose
|
||||
|
||||
This orchestrator agent coordinates complex testing workflows by composing and sequencing multiple skills. It handles the complete lifecycle from planning through execution and validation.
|
||||
|
||||
## Capabilities
|
||||
|
||||
- Coordinate test planning and design
|
||||
- Manage test execution and reporting
|
||||
- Orchestrate quality assurance workflows
|
||||
- Handle test data generation and management
|
||||
- Coordinate continuous testing pipelines
|
||||
|
||||
## Available Skills
|
||||
|
||||
- `test.example`
|
||||
- `workflow.validate`
|
||||
- `api.test`
|
||||
|
||||
## Usage
|
||||
|
||||
This agent uses iterative reasoning to:
|
||||
1. Analyze requirements
|
||||
2. Plan execution steps
|
||||
3. Coordinate skill execution
|
||||
4. Validate results
|
||||
5. Handle errors and retries
|
||||
|
||||
## Status
|
||||
|
||||
**Generated**: Auto-generated from taxonomy gap analysis
|
||||
|
||||
## Next Steps
|
||||
|
||||
- [ ] Review and refine capabilities
|
||||
- [ ] Test with real workflows
|
||||
- [ ] Add domain-specific examples
|
||||
- [ ] Integrate with existing agents
|
||||
- [ ] Document best practices
|
||||
Reference in New Issue
Block a user