What problem does it solve? Planning artefacts like Epics, Features, Stories, and Testplans often enter the Definition of Ready gate with vague acceptance criteria, missing fields, or broken traceability, causing rework and failed gates. This Skill runs an advisory quality review that catches those gaps before refinement, without ever modifying the artefact. ## Core Features & Use Cases - Type-detected check sets: Reads the artefact's type: frontmatter (or infers from filename prefix) and runs the matching checks for Epic, Feature, Story, or Testplan. - Severity-ranked findings: Every check gets a PASS/WARN/FAIL verdict mapped to blocker, major, or minor findings, each with a concrete suggested fix. - Premise-vs-reality reconciliation: Resolves referenced artefact IDs and compares their actual status: against claims made in the artefact, flagging false premises as major findings. - Use Case: Before promoting STORY-05.1.02 to ready, run a critique to discover it has an XL estimate, a missing type_of_work: field, and an AC with no matching test case — then fix each with the suggested edits before the DoR gate. ## Quick Start Ask the assistant to critique the planning artefact at a given path, for example: critique the story at _00-Project-Management/32-Stories/EPIC-05/FEAT-05.1/STORY-05.1.02-login.md.