Integration Specialist — Debug Workflow¶
Description: Fix issues and errors in artifacts
When to Use¶
Use the debug workflow when you need to fix issues and errors in artifacts.
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 debug context for Integration Specialist
- Execute — Perform the debug 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