What problem does it solve? Teams often jump straight into epics and implementation without writing down what they actually want to build, leading to scope drift and lost context. This Skill manages requirements documents under docs/requirements/ so the what (background, sources, numbered requirements R1..Rn) is captured before an epic is filed, separately from the how (ADRs). ## Core Features & Use Cases - Draft new requirements docs: Creates docs/requirements/<slug>.md from a template with frontmatter, background, sources (S1..Sn), and testable requirements (R1..Rn) with acceptance criteria. - Amend and supersede: Adds or edits requirements while preserving R-number stability, and marks outdated docs as superseded with bidirectional cross-links to their replacements. - Audit coverage: Scans docs/requirements/ to report status counts, flag draft docs stalled over 30 days without a linked epic, approved docs with closed epics, and docs with zero requirements. - Use Case: Before filing an epic for a new feature, ask the assistant to draft a requirements doc capturing the background, sources, and numbered requirements, then hand off to the epic skill once approved. ## Quick Start Draft a new requirements doc named 'user-notifications' with background, one source, and two requirements under docs/requirements/.