Integration Specialist — Compare Workflow¶
Description: Evaluate multiple approaches or versions
When to Use¶
Use the compare workflow when you need to evaluate multiple approaches or versions.
Input Requirements¶
- API documentation and endpoint specifications
- Authentication and authorization requirements
- Data format schemas and translation mappings
- Rate limiting policies and SLA agreements
Process¶
- Initialize — Set up the compare context for Integration Specialist
- Execute — Perform the compare operation following Integration Specialist's style
- Validate — Check output against quality gates
- Handoff — Deliver results to downstream personas
Output¶
- Integration connector code with authentication and retry logic
- API contract documentation with schema definitions
- Data format translation mappings with validation rules
- Health check and monitoring endpoint configurations
Quality Gates¶
- No hardcoded endpoints or connection strings
- Authentication required for all external integrations
- Rate limiting enforced on all outbound API calls
- Input validation required before data transmission
- All integrations must have health check endpoints