What problem does it solve? Backlog items and pasted user stories are often too thin to drive implementation — missing fields, endpoints, files-to-modify, definition of done, and non-functional requirements. This Skill performs a single-shot rewrite that turns a vague ticket into an implementation-ready specification without Socratic back-and-forth. ## Core Features & Use Cases - Dual input modes: Accepts a backlog ID (e.g. SDD-014) resolved via gh issue view, or a pasted multi-line story used as-is. - Structured validation: Checks the story against seven criteria — functionality description, data shapes, endpoints, files-to-modify, DoD, tests, and non-functional requirements — grounded in the project's pattern catalog. - Deterministic output: Always produces ## Original and ## Enhanced sections, ready to paste into specs/<feature-id>/proposal.md or back into the GitHub issue, with optional --write-back issue commenting. - Use Case: Before running /spec fill SDD-014, run /enrich-us SDD-014 to expand a two-line GitHub issue into a complete story with endpoints, affected files, and acceptance criteria. ## Quick Start Ask the AI to enrich a backlog item by typing /enrich-us SDD-014 or paste a user story and request an implementation-ready rewrite.