audit-site
Site Audit
Audit a live website by first crawling it once with site-mapper to produce a
shared sitemap.json artifact, then spawning four specialist agents in
parallel that all read the same artifact. Aggregate findings into
site-audit-report.md.
Prereqs: Node.js ≥ 18 (for npx). The Playwright MCP server is required
(declared in plugins/site-audit/.mcp.json) — site-mapper hard-fails if it
is not available, because every downstream agent depends on the real selectors
and runtime observations only a browser can produce. axe-cli, pa11y, and
Lighthouse are still fetched on demand via npx --yes per their respective
agents.
Task Tracking
Before doing any work, call TaskCreate for each phase below. Call TaskUpdate (status in_progress) when you begin a phase and TaskUpdate (status completed) when you finish it.