What problem does it solve? Manual setup tasks like provisioning infrastructure, configuring credentials, or setting CI secrets require humans to click through dashboards and copy values, which is tedious to do by hand and tedious to re-explain to an AI every time. ## Core Features & Use Cases - Guided Bash Wizards: Generates step-by-step bash scripts that open URLs, give exact click instructions, capture values, and write them to .env files or GitHub secrets. - Consistent UX Library: Provides a fixed template with progress tracking, time-remaining estimates, confirmation gates, hidden secret entry, and cross-platform URL opening including WSL. - Use Case: When setting up a new project that needs Stripe API keys in .env and GitHub Actions secrets, generate a wizard that opens the Stripe dashboard, captures both keys, writes them locally, and sets the CI secret via gh. ## Quick Start Ask the agent to create a wizard that walks you through setting up your project's environment variables and GitHub CI secrets.