What problem does it solve?
OpenSpec onboarding can feel abstract—this Skill guides you step-by-step through a full idea-to-implementation workflow cycle on your actual codebase, with pauses at key decision points.
Core Features & Use Cases
- Complete workflow cycle: Walk from task selection → explore → change creation → proposal → specs → design → tasks → implementation → archive.
- Practical task discovery: Helps identify small, concrete work items by scanning for TODO/FIXME-style hints, missing validation, debug artifacts, and weak type usage, plus recent git activity.
- Guardrails for scope: Gently steers you toward small first changes while allowing you to override if you insist.
- Operational command scaffolding: Provides a clear command reference for /opsx commands and explains what each phase produces.
Quick Start
Use openspec-onboard to run through a complete OpenSpec change lifecycle by selecting a small real task in your codebase and following the guided phases until you archive the change.