What problem does it solve? Running E2E tests through Claude Code requires full interactive mode so MCP servers like Chrome DevTools load correctly, but the standard headless -p pipeline mode cannot do this. This Skill bridges that gap by spawning dedicated interactive PowerShell windows for E2E tasks while keeping pipeline tracking, status updates, and auto-chaining intact. ## Core Features & Use Cases - Interactive E2E Task Windows: Launches full interactive Claude Code sessions (not -p mode) so Chrome DevTools MCP and other MCP servers load for browser automation, screenshots, and DOM verification. - Pipeline Tracking & Watchdog: Writes tracking JSON entries, monitors a signal file or process exit with a 30-minute timeout, and force-kills stalled windows. - Auto-Chain Execution: After E2E completes, reads the Story status and automatically chains to the autorun /dev stage if the Story is not Done, up to a configurable max chain depth. - Use Case: A Story requiring e2e-testing is dispatched by the /fw orchestrator; this Skill opens a window where Claude uses Chrome DevTools MCP to navigate pages, take screenshots, verify UI behavior, and update the Story file before handing off to the next pipeline stage. ## Quick Start Ask the orchestrator to dispatch an E2E test for a Story, or run the pipeline-e2e.ps1 script with -Launch, -StoryId, -Command "/e2e-test", and -StoryPath to open an interactive E2E testing window.