What problem does it solve? Autonomous builds often stop early, fake completion on green unit tests, or halt mid-run to ask for secrets and permissions. This Skill front-loads every human-only input, writes a verifiable gate first, then loops until the real user-facing surface actually works. ## Core Features & Use Cases - Pre-flight input collection: Gathers secrets, credentials, spend consent, and test fixtures in one batch before the loop starts, verifying secret presence without printing values. - Verifier-first build loop: Generates a qa-checklist.yaml of automated checks as the stop condition, then iterates with bounded retries and anti-gaming guards. - Live-surface QA loop: Drives the real URL, bot, or CLI with browser automation until every live check passes, not just one happy-path click. - Use Case: Tell the agent "/ship-it add Stripe webhook handling" and it scopes the work, collects your API keys up front, builds against a checklist, runs verification, and hands back a ready-to-test summary. ## Quick Start Ask the agent to run /ship-it followed by a one-line feature description, then answer the single batch of pre-flight questions and wait for the ready-for-you summary.