What problem does it solve? Stale or broken views runtime state (Vite source, compiled SPA build, server PID and log files) can block a fresh rebuild of the CONSTRUCT local UI. This Skill wipes only the runtime artifacts so the scaffold → build → generate-data → start chain can run from zero state, without touching research workspaces or the skill set. ## Core Features & Use Cases - Allowlisted deletion: Removes only views/src/, views/build/, views/server.pid, and views/server.log — never touches workspace data, .construct/, AGENTS.md, or views/design-example/. - Safe server shutdown: Stops a running views server via SIGTERM with a SIGKILL fallback before deleting files, and reports if the process cannot be killed. - Verification and reporting: Confirms no allowlisted path remains after deletion and prints a clear summary of what was removed and preserved. - Use Case: After hand-editing views/src/ or hitting a corrupted build, say "reset the views" to wipe runtime state, then re-run the scaffold and build chain for a fresh SPA. ## Quick Start Tell the agent "Reset the views" to wipe the views runtime state and prepare for a fresh scaffold and rebuild.