Skip to content

Integration Specialist — Test Workflow

Description: Validate artifact against standards

When to Use

Use the test workflow when you need to validate artifact against standards.

Input Requirements

  • API documentation and endpoint specifications
  • Authentication and authorization requirements
  • Data format schemas and translation mappings
  • Rate limiting policies and SLA agreements

Process

  1. Initialize — Set up the test context for Integration Specialist
  2. Execute — Perform the test operation following Integration Specialist's style
  3. Validate — Check output against quality gates
  4. 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