What problem does it solve? When working through a multi-stage plan-build-review-adjudicate pipeline, it is hard to know what has already run, what it concluded, and what changed since. This Skill reads the recorded state and on-disk artifacts to give a straight, read-only answer about where a work item stands. ## Core Features & Use Cases - Pipeline state detection: Reads state.json, plan.md, reviews, and verdict files to identify which stage a work item is in, from planned through published. - Delta analysis: Uses recorded git head SHAs to compute exactly which commits landed after review or adjudication, with commit subjects and diffstats. - Contradiction reporting: Cross-checks the recorded state against the disk and flags disagreements, missing lenses, guard violations, and suspicious verdicts. - Use Case: After returning to a branch mid-week, ask where things stand and get a terse report showing the pipeline completed, one small commit landed after the verdict, and the single next command to run. ## Quick Start Ask the AI to run the status skill to report where the current work item stands in the quorum pipeline and what command to run next.