What problem does it solve? When working on a project tracked with aiwf, you often need the full current state of one specific entity — an epic, milestone, ADR, gap, decision, contract, or acceptance criterion — without digging through scattered markdown files. This Skill runs aiwf show <id>, the canonical per-entity inspection verb, returning frontmatter, ACs, recent history, active findings, and back-references in one aggregate view. ## Core Features & Use Cases - Single-entity snapshot: Renders one entity's header, frontmatter, AC list (for milestones), recent history, findings, and referenced-by edges in text or JSON. - Composite AC inspection: Supports M-NNNN/AC-N composite ids to return just one acceptance criterion's record, including test metrics from commit trailers. - Cross-branch resolution: Resolves ids that exist only on other local branches or remote-tracking refs, clearly marking the result as cross-branch or flagging collisions. - Use Case: A user asks "what's the state of M-0007?" — the Skill runs aiwf show M-0007 --format=json --pretty and returns the milestone's status, AC progress, findings, and release note body section. ## Quick Start Ask the assistant to show you the current state of a specific aiwf entity by id, for example "show me G-0003" or "describe AC-2 on M-0007".