What problem does it solve? When working with SPEC-driven development across a project and its submodules, it is hard to know which SPECs are in progress, who owns each execution, and what command to run next. This Skill aggregates that scattered state into a single dashboard. ## Core Features & Use Cases - SPEC Status Dashboard: Runs auto status to collect SPEC lifecycle and module state for the current workspace. - Ownership Verification: Reads .autopus/pipeline-state/<SPEC-ID>.execution-owner.json receipts and combines them with OMP-native hub job state to detect single-DAG-owner violations. - Next-Action Guidance: Reports per-SPEC status along with the next executable command. - Use Case: After running parallel implementation tasks across submodules, invoke /auto status to confirm which SPECs completed, which are blocked, and what to execute next. ## Quick Start Ask the agent to run /auto status to show the current SPEC dashboard for this project and its submodules.