/blueprint:story-audit Reconcile what the codebase actually does against what the PRD says it should do, then map every story to its tests and rank the gaps. Produces one durable artifact: . Usage : When to Use This Skill | Use this skill when... | Use alternative when... | |------------------------|-------------------------| | Auditing PRD↔code drift before a release or planning round | Drafting a brand-new PRD from scratch ( ) | | Finding untested critical paths through the user-story lens | Mining commits for missing tests ( ) | | Surfacing "implicit stories" — code-only features missing f…