What problem does it solve? When maintaining a livespec-governed project, it is not always obvious which spec-side operation to run next. This Skill inspects the current state of proposed changes and history, then ranks the next action (revise, propose-change, critique, prune-history, or none) so you always know what to work on. ## Core Features & Use Cases - Action Ranking: Evaluates the spec target's proposed_changes/ and history/ directories and recommends the single most appropriate next operation. - Structured JSON Output: Emits machine-readable JSON, making it usable as a primitive inside cross-repo loop drivers or automation. - Read-Only Operation: Never mutates spec state, so it is safe to run at any point in the workflow. - Use Case: After a round of critiques and revisions, ask what to do next; the Skill runs the configured next CLI and surfaces a ranked recommendation such as "revise proposal X" with supporting detail. ## Quick Start Ask the agent to run the livespec next operation and tell you what spec-side action to take next on this project.