What problem does it solve? Getting-started pages routinely fail new developers: prerequisites surface mid-run, commands break when pasted, and nobody measures where readers drop off. This Skill produces quickstarts that carry a reader to one verified success moment inside a committed time budget, or audits an existing page by cold-running it and reporting defects ordered by minutes lost. ## Core Features & Use Cases - Quickstart authoring: Defines an observable success moment, sets a per-product-class time budget (5 minutes for a hosted API, 10 for an SDK, 30-60 for self-hosted), and writes steps with verb-led headings, one copy-pasteable block, expected output, and a fail branch each. - Cold-run audits: Executes the existing page on a clean environment with a fresh account, logs defects and friction (green/yellow/red), and returns a defect table ordered by minutes lost before any rewrite. - Container and access decisions: Ranks delivery mechanisms (plain page, CLI scaffold, try-it console, language tabs, notebook, embedded sandbox) and access mechanisms (no account down to sales-gated sandbox) by friction removed per hour of upkeep. - Instrumentation and CI regression: Defines the success event, step-level drop-off funnel, day-7 return metric, and a CI job that runs the page's commands verbatim against the published artifact. - Use Case: A team launching a Go SDK asks for a getting-started page; the Skill interviews for the success moment, produces the page from its template, and attaches a cold-run verification plan someone executes before launch. ## Quick Start Ask the assistant to write or audit a quickstart for your API, SDK, CLI, or self-hosted tool, naming the product class and the single success a reader should see working at the end.