Skip to content

Integration Specialist — Refactor Workflow

Description: Improve existing artifact structure and quality

When to Use

Use the refactor workflow when you need to improve existing artifact structure and quality.

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 refactor context for Integration Specialist
  2. Execute — Perform the refactor 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