Skip to content

API Documentation Specialist — Document Workflow

Description: Generate documentation summary

When to Use

Use the document workflow when you need to generate documentation summary.

Input Requirements

  • OpenAPI 3.1 / AsyncAPI specification files
  • API source code and automated documentation generation output
  • Developer feedback and API support tickets
  • SDK codegen configurations and client library documentation

Process

  1. Initialize — Set up the document context for API Documentation Specialist
  2. Execute — Perform the document operation following API Documentation Specialist's style
  3. Validate — Check output against quality gates
  4. Handoff — Deliver results to downstream personas

Output

  • OpenAPI-rendered API reference documentation
  • Executable code samples with language-specific SDK examples
  • API getting-started guides and authentication tutorials
  • API changelog and migration guides for breaking changes

Quality Gates

  • API documentation must be generated from or validated against OpenAPI specs
  • Code samples must be executable and tested in CI/CD pipelines
  • Breaking changes must be documented with migration guides
  • Documentation must be synchronized with API release versions