What problem does it solve? Learning a new spec-driven development workflow is hard without hands-on practice. This Skill walks you through your first complete OpenSpec change cycle—explore, propose, spec, design, task, implement, archive—using a real task in your own codebase, so you learn by doing rather than reading documentation. ## Core Features & Use Cases - Guided Workflow Onboarding: Walks through every OpenSpec phase (explore, proposal, specs, design, tasks, apply, archive) with explanations at each step. - Codebase Task Discovery: Scans your repository for TODOs, missing error handling, untested functions, and debug artifacts to suggest suitable starter tasks. - Scope Guardrails & Graceful Exits: Gently steers oversized tasks toward smaller slices and lets you pause or exit at any point without losing work. - Use Case: A developer new to OpenSpec runs the onboarding, picks a small fix from the suggested list, and completes a full change cycle in about 15-20 minutes while learning each command. ## Quick Start Ask the assistant to start the OpenSpec onboarding tutorial and walk you through your first change using a real task in this codebase.