What problem does it solve? When working with OpenSpec changes in a 1C development workflow, it is hard to quickly tell where a change stands: which slices are accepted, which are awaiting acceptance, what reports exist, and which command to run next. This Skill assembles a compact read-only snapshot from the change artifacts without running heavy verification. ## Core Features & Use Cases - Status Snapshot: Reads openspec/changes/<name>/ artifacts (proposal, tasks, debug, reports) and renders a structured summary following the T-STATUS output template. - Slice & Gate Tracking: Parses slice-mode tasks.md, acceptance checkboxes, and Slice Gate Decisions from debug.md, highlighting awaiting-acceptance items that need user action. - Next Command Recommendation: Suggests the appropriate follow-up command (/opsx:apply, /opsx:verify, /opsx:archive, /opsx:new) based on the current change state. - Use Case: After returning to a change mid-work, run /opsx:status my-change to instantly see that slice S2 is awaiting acceptance and that /opsx:apply is the recommended next step. ## Quick Start Ask the assistant to show the status of an OpenSpec change by name, optionally with the --short or --reports flag for a condensed view.