Metapowers

Storage

How Accessibility artifacts are organized in the .metapowers/ directory.

Directory Structure

All Accessibility artifacts are stored in your project's .metapowers/accessibility/ directory, organized by audit target:

.metapowers/accessibility/<target>/
  01-scope.md            ← Audit scope and success criteria
  02-evaluate.md         ← WCAG issue inventory
  03-report.md           ← Detailed findings report
  04-remediate.md        ← Remediation log and fixes
  05-retest.md           ← Conformance statement
  skip-log.md            ← Prerequisite bypass log

File Naming Convention

Accessibility artifacts use a numbered prefix pattern (01- through 05-) corresponding to each phase of the WCAG-EM audit methodology. This ensures files are listed in audit workflow order.

Accessing Artifacts

To find Accessibility artifacts from other domains:

  1. List available audit targets: check directories under .metapowers/accessibility/
  2. Read a specific phase artifact: .metapowers/accessibility/<target>/02-evaluate.md
  3. The issue inventory in 02-evaluate.md and remediation log in 04-remediate.md are the most commonly referenced artifacts
  4. The conformance statement in 05-retest.md is the publishable output of the audit process

On this page