What problem does it solve? Learning a new spec-driven development workflow is hard when documentation is abstract. This Skill teaches the OpenSpec change lifecycle by doing real work in your codebase, walking you from task selection through proposal, specs, design, tasks, implementation, and archiving with explanations at each step. ## Core Features & Use Cases - Guided Workflow Cycle: Walks through all phases of an OpenSpec change—explore, new change, proposal, specs, design, tasks, apply, and archive—with EXPLAIN/DO/SHOW/PAUSE narration. - Codebase Task Discovery: Scans for TODO/FIXME comments, missing error handling, untested functions, and debug artifacts to suggest appropriately scoped starter tasks. - Store-Aware CLI Usage: Discovers registered OpenSpec stores via openspec store list --json and applies --store <id> consistently across commands. - Use Case: A developer new to OpenSpec runs the skill, picks a small real fix in their repo, and completes a full change cycle in about 15-20 minutes while learning each artifact's purpose. ## Quick Start Ask the assistant to walk you through your first OpenSpec change using a small task in your current codebase.