What problem does it solve? Applying performance fixes to a live WordPress site is risky: hosts like WP Engine, Kinsta, and GoDaddy prohibit and remove page-cache plugins, cache purges often hit the wrong layer, and unverified changes can break production with no rollback. This Skill enforces a guarded write loop so every change is approved, snapshotted, purged on the correct cache layer, and verified against what visitors actually receive. ## Core Features & Use Cases - Guarded change loop: Executes one change at a time through plan, preflight validation, per-change approval, snapshot, apply, purge, verify, measure, and record stages, with hard stops on any failure. - Host-constraint gate: Refuses page-cache plugin changes prohibited by 17 documented host classes (WP Engine, Kinsta, SiteGround, GoDaddy, Cloudways, and more), backed by first-party citations and a machine-readable policy file. - Layer-aware cache purging: Maps each change target to the correct purge sequence across edge, server, page-plugin, and object cache layers, with per-host control surfaces and visitor-visible proof. - Use Case: After an audit finds a slow origin on a Kinsta-hosted site, use this Skill to safely enable the host's own caching controls instead of installing a banned plugin, capturing a snapshot first and measuring the before/after delta. ## Quick Start Ask the agent to apply the top-ranked finding from the wp-perf-audit report to the live WordPress site, approving each change individually.