e2e-route
Installation
SKILL.md
e2e-route
A pure dispatcher for Swift E2E testing. Given a test request it reads context
deterministically, chooses the right E2E executor, and dispatches — it does not own
execution. It is the thin routing layer above the scaffold skills and the MCP-live
tools, analogous to how pitfall-verification orchestrates lenses without
reimplementing them.
Invoke with: /superpowers-gstack:e2e-route
Phase 0 — Self-check
| Check | Detect via | Refuse-message |
|---|---|---|
| Swift project | *.xcodeproj or Package.swift in cwd |
"Not a Swift project. /e2e-route needs a Swift app to route tests for." |
| Detectable target | a scheme/target is discoverable (see Platform below) | If none: ask the user once which scheme to target; else refuse "No scheme/target detected — cannot route." |