What problem does it solve? Manual procedures like third-party service setup, one-off migrations, and state transitions are tedious to perform by hand and tedious to re-explain to an AI every time, often resulting in missed steps, misplaced secrets, and inconsistent configuration. ## Core Features & Use Cases - Guided Procedure Authoring: Scopes every manual step and captured value by reading the repo (.env files, README, docker-compose, GitHub workflows) before writing anything. - Consistent Wizard UX: A fixed bash library provides progress with time-remaining, confirmation gates, cross-platform URL opening (including WSL), hidden secret entry, idempotent .env upserts, and gh secret/variable writes. - Use Case: A project needs Stripe configured for local dev and CI. The wizard opens the Stripe dashboard, tells the human exactly what to click and copy, captures the keys with hidden input, writes them to .env, and sets the GitHub Actions secret CI references. ## Quick Start Ask the AI to use the wizard skill to generate an interactive setup script that configures Stripe keys for local development and GitHub Actions.