What problem does it solve? In a spec-driven development pipeline where each feature moves through PRD, TRD, implementation, code review, QA, security, and SRE stages, it is hard to know at a glance where each feature stands. This Skill reads the artifacts under specs/ and summarizes the current stage, next command, pending validation items, and revalidation flags for every feature without loading each artifact into context. ## Core Features & Use Cases - Pipeline status table: Runs a helper script (Bash or PowerShell) that prints, per feature, the current stage, the next pipeline command, the count of open VALIDAR DEPOIS items, and whether any stage requires revalidation. - Verdict and approval detection: Distinguishes approved artifacts from drafts, detects rejected review verdicts, recognizes formally skipped QA, and cross-checks TRD task status (including PR merge state via gh) before declaring the pipeline complete. - Docs drift check: With the --check-docs flag, compares the project's docs/*.md files against the scaffold of the installed plugin version and flags divergences without applying any automatic merge. - Use Case: After a week of parallel work on three features, ask for a status overview to see which feature is blocked on a failed security review, which has pending validation items, and which is ready for the SRE stage. ## Quick Start Ask the assistant to show the current stage of all features in specs/ using the status skill, optionally naming a single feature slug to inspect.