What problem does it solve? Editing Dispatcher filters, cache rules, vhosts, and rewrites in AEM as a Cloud Service is error-prone: a wrong filter order, a broken include, or a rewrite that intercepts probe paths can block deployments or take down a site. This Skill guides minimal, guardrail-compliant config changes and verifies them with MCP tool evidence before release. ## Core Features & Use Cases - Guardrailed config authoring: Applies AEMaaCS cloud guardrails (immutable files, symlink topology, required wildcard ServerAlias coverage, reserved probe paths) before proposing any .any, vhost, rewrite, cache, or filter edit. - Deterministic verification workflow: Sequences the core-7 MCP tools (validate, lint, sdk, trace_request, inspect_cache, monitor_metrics, tail_logs) with a verification matrix and test-case catalog so every change ships with evidence. - Scenario playbooks: Provides 15 playbooks covering new site baselines, headless/API enablement, multi-host routing, cache invalidation tuning, permission-sensitive caching with /auth_checker, CORS, GraphQL persisted queries, and CI pre-deploy gates. - Use Case: When adding a new public API route, the Skill decomposes the URL into path/selectors/extension/suffix, produces the final merged /filter section with deny-by-default posture, runs validate and lint, and traces one allowed and one denied request as proof. ## Quick Start Ask the assistant to add a cache rule or filter allow for a specific URL in your dispatcher/src folder and have it validated against AEMaaCS cloud guardrails.