What problem does it solve? A release can pass local CI yet still fail for a real operator installing the published artifact from scratch. This Skill closes that gap by smoke-testing the actual downloadable release on a wiped host substrate, catching install, reset, and init failures that only appear outside the build environment. ## Core Features & Use Cases - Clean-room release validation: Curl-installs the exact pinned release (daily or stable channel) from GitHub, asserts the installed version matches the tag, and stops on any mismatch. - Destructive substrate reset: Runs podman system reset --force on Linux, removes VM state on macOS, and unregisters the WSL2 distro plus clears vault credentials on Windows, with assertions proving the store is empty. - Pristine init and forge lane: Runs tillandsias --debug --init from scratch and launches the meta-orchestration forge lane, filing every observed issue as a plan/issues work packet. - Use Case: After promoting a new stable release, run this Skill once per host (Linux, macOS, Windows) to prove the promoted artifact installs, resets, and re-provisions correctly before operators rely on it. ## Quick Start Run the smoke-curl-install-and-test-e2e skill to curl-install the latest daily release and smoke test it end to end on this host.