Accessibility Workflow Playbook

A practical playbook for using accessibility-focused workflows before publishing converted web pages.

Use this playbook to make accessibility checks repeatable for every document release.

Recommended sequence

  1. Run wcag-page-audit on ready pages.
  2. Triage High/Medium findings.
  3. Run alt-text-assistant for informative images.
  4. Apply fixes in AI Editor.
  5. Re-verify and publish.

What to check first

  • heading structure and hierarchy
  • landmark coverage
  • link text clarity
  • reading order consistency
  • image alt text quality

Team workflow pattern

  • Assign one operator to run workflows.
  • Assign one reviewer to confirm fixes.
  • Publish only after both steps are complete.

Related resources