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, and re-explaining these steps to an AI every time is tedious and error-prone. ## Core Features & Use Cases - Guided Stage-by-Stage Scripts: Generates a bash wizard from a template with progress indicators, confirmation gates, cross-platform URL opening (including WSL), hidden secret entry, and idempotent .env upserts. - Secret and Variable Management: Writes captured values to .env files and pushes GitHub Actions secrets and variables via the gh CLI, with graceful fallbacks when gh is unavailable. - Use Case: When setting up Stripe for a project, the wizard opens the dashboard, prompts for the publishable and secret keys, writes them to .env, and sets the CI secret — all with a closing summary of what was configured. ## Quick Start Ask the agent to create a wizard that walks you through setting up your Stripe API keys and GitHub CI secrets.