Process

Inclusive Design Process Guide: Building Accessibility Into Every Stage

By EZUD Published · Updated

Inclusive Design Process Guide: Building Accessibility Into Every Stage

Inclusive design is not a bolt-on activity. It is a disciplined, repeatable process that integrates accessibility considerations from the earliest stages of product development through launch, maintenance, and iteration. Organizations that embed inclusive design into their workflows produce products that work better for everyone, reduce costly remediation, and meet legal obligations under frameworks like the Americans with Disabilities Act (ADA), Section 508, and the European Accessibility Act.

This pillar guide walks through the entire inclusive design process, providing a stage-by-stage framework that teams of any size can adopt.

What Inclusive Design Really Means

Inclusive design recognizes that human diversity is the norm, not the exception. Rather than designing for an “average” user and then accommodating outliers, inclusive design starts with the full spectrum of human abilities, contexts, and preferences. It draws from the principles articulated by the W3C Web Accessibility Initiative (WAI), the seven principles of universal design, and real-world research conducted by organizations like the Inclusive Design Research Centre (IDRC) at OCAD University.

Key tenets include:

  • Recognize exclusion. Understand who is left out by current designs and why.
  • Learn from diversity. People at the margins of mainstream design expose design assumptions that affect everyone.
  • Solve for one, extend to many. A solution that works for a person with a permanent disability often benefits people with situational or temporary limitations.

Stage 1: Discovery and Research

Before a single wireframe is drawn, inclusive design requires understanding the people who will use the product, including people with disabilities.

Activities

  • Stakeholder interviews that include disability community representatives
  • Contextual inquiry observing how assistive technology users navigate existing products
  • Inclusive persona development representing people with visual, auditory, motor, cognitive, and neurological disabilities (see our guide on personas for inclusive design)
  • Accessibility landscape analysis reviewing competitor products with screen readers, switch devices, and voice control

Outputs

  • Research synthesis documenting accessibility-related insights
  • Inclusive user journey maps that surface barriers at each touchpoint
  • A prioritized list of accessibility requirements aligned with WCAG 2.2 success criteria

For detailed research techniques, refer to our article on inclusive design research methods.

Stage 2: Requirements and Planning

Accessibility requirements should be first-class requirements, not a secondary backlog. During this stage, teams translate research into actionable specifications.

Activities

  • Map each user story to relevant WCAG 2.2 Level AA success criteria
  • Define acceptance criteria that include keyboard navigation, screen reader announcements, color contrast ratios, and touch target sizes
  • Estimate accessibility effort alongside feature effort
  • Build accessibility into the project roadmap (see accessibility roadmap planning)

Outputs

Stage 3: Design

Designers carry significant responsibility in the inclusive design process. Decisions about color, layout, interaction patterns, typography, and motion all affect accessibility.

Activities

  • Use an accessible design system with components that meet WCAG requirements out of the box
  • Annotate mockups with accessibility notes: reading order, focus order, aria labels, heading hierarchy, alternative text descriptions
  • Conduct accessibility-focused design reviews at each milestone
  • Test color contrast against WCAG 2.2 contrast ratios (4.5:1 for normal text, 3:1 for large text and UI components)

Outputs

  • Annotated design specifications
  • Interaction specifications covering keyboard, screen reader, and voice control flows
  • Design review sign-off confirming accessibility compliance

For guidance on integrating accessibility into design education, see training designers on accessibility.

Stage 4: Development

Development is where accessibility requirements become real. Developers must understand semantic HTML, ARIA (Accessible Rich Internet Applications), and the accessibility APIs of the platforms they target.

Activities

  • Implement semantic markup: proper heading hierarchy, landmark regions, form labels, and table structure
  • Follow ARIA authoring practices for custom components (W3C ARIA Authoring Practices Guide)
  • Run automated accessibility checks during development using tools like axe-core (Deque), Lighthouse, and Pa11y
  • Write unit tests that assert accessibility properties (role, name, state)
  • Conduct manual keyboard testing for every interactive element

Outputs

  • Code that passes automated accessibility scans with zero critical violations
  • Developer-verified keyboard navigation flows
  • Screen reader testing notes for complex components

Learn more about developer training in our article on training developers for accessibility.

Stage 5: Testing and Validation

Testing is multi-layered. No single tool or method catches all accessibility issues. The most effective approach combines automation, manual expert review, and usability testing with people who have disabilities.

Activities

  • Automated scanning catches roughly 30-40% of WCAG issues (Deque research). Use axe DevTools, WAVE, or Accessibility Insights.
  • Manual expert audit using screen readers (NVDA, JAWS, VoiceOver, TalkBack), keyboard-only navigation, and magnification. See our accessibility audit guide.
  • Usability testing with disabled users reveals barriers that no checklist or tool can detect. Refer to user testing with people with disabilities.

Outputs

  • Audit report with issues categorized by WCAG criterion, severity, and remediation effort
  • A prioritized bug triage list
  • Usability testing findings with direct quotes and video clips (with participant consent)

Stage 6: Launch and Documentation

Launching accessibly means communicating your accessibility posture to users and committing to continuous improvement.

Activities

  • Publish an accessibility statement detailing conformance level, known issues, and feedback mechanisms
  • Prepare a VPAT/ACR if the product is sold to government agencies
  • Document accessibility features in user-facing help content
  • Train support staff on disability etiquette and assistive technology basics

Outputs

Stage 7: Continuous Improvement

Accessibility is not a one-time milestone. Products evolve, content changes, and new features introduce new risks.

Activities

Outputs

  • Quarterly accessibility health reports
  • Updated roadmap priorities based on monitoring findings
  • Ongoing training for new team members

Organizational Enablers

Process alone is insufficient without organizational commitment. Successful inclusive design programs invest in:

  • Executive sponsorship that sets accessibility as a business priority
  • Dedicated roles such as accessibility leads, inclusive design researchers, and assistive technology QA specialists (see hiring accessibility specialists)
  • Governance frameworks that define accountability, escalation paths, and compliance tracking (see accessibility governance)
  • Culture change through advocacy, training, and awareness programs

Common Anti-Patterns

Avoid these patterns that undermine inclusive design:

  1. The retrofit trap. Waiting until development is complete to consider accessibility. This is three to ten times more expensive than building it in from the start.
  2. Checklist-only compliance. Meeting WCAG criteria without testing with real users produces technically compliant but practically unusable products.
  3. Disability simulation without context. Blindfolding sighted people does not replicate the experience of a blind screen reader user. See our article on disability simulation training ethics.
  4. Excluding disabled people from the process. The disability rights principle of nothing about us without us applies directly to design.

Getting Started

If your organization is new to inclusive design, start small:

  1. Conduct an accessibility audit of your most-used product or page.
  2. Fix the most critical issues first (refer to remediation planning).
  3. Introduce accessibility acceptance criteria into one team’s sprint workflow.
  4. Run a usability test with two to three participants who use assistive technology.
  5. Measure your accessibility maturity and set targets for the next quarter.

Inclusive design is a journey. This guide provides the map. The articles linked throughout this pillar explore each stage, method, and practice in the depth needed to execute well.

Key Takeaways

  • Inclusive design is a stage-by-stage process, not a single checkpoint.
  • Accessibility requirements belong in discovery and planning, not retrofitted after launch.
  • Testing must combine automated scanning, expert manual review, and usability testing with disabled users.
  • Organizational commitment, governance, training, and culture are as important as process.
  • Start with an audit, fix critical issues, and build incrementally toward maturity.

Sources