What problem does it solve? Writing technical tutorials from scratch often produces vague, unverifiable instructions with missing prerequisites, unexplained placeholders, and no troubleshooting guidance. This Skill enforces a reproducible tutorial structure so readers can follow steps and verify each one works. ## Core Features & Use Cases - Scope Definition: Narrows vague requests ("a tutorial on k8s") into a concrete goal with a defined starting state, final state, and platform versions. - Skeleton Generation: Produces a Markdown skeleton with prerequisites, numbered verb-first steps, copy-pasteable commands, per-step checks, troubleshooting, cleanup, and next-step links. - Iterative Review: Shows the structure first for approval, then fills in steps, and offers options to expand, compress, or add sections. - Use Case: Ask for a deployment guide for a stateless API on minikube, and receive a step-by-step tutorial skeleton where every command has a verification check and a rollback section. ## Quick Start Write a step-by-step tutorial skeleton for deploying a Postgres cluster with replication, including prerequisites, verification checks, troubleshooting, and cleanup.