What problem does it solve? Turning a product requirements document into a tracked work item in an issue tracker is repetitive and error-prone: titles get inconsistent, descriptions lose key context, and parent-child links to Epics are forgotten. This Skill standardizes the conversion of a PRD into a confirmed, correctly linked Feature work item. ## Core Features & Use Cases - PRD Extraction: Reads a PRD file and extracts product area, problem, goals, scope, and out-of-scope sections to build a structured Feature description. - Draft Confirmation Workflow: Presents a proposed title and HTML-formatted description for user approval before creating anything in the issue tracker. - Epic Verification and Linking: Validates that the supplied parent ID is actually an Epic, creates the Feature as its child, and repairs the description or parent link if the tracker did not store them. - Use Case: A product manager finishes a PRD for a home-page health score feature and needs a Feature work item created under Epic 3701585 before story decomposition begins. ## Quick Start Run the prd-to-feature skill with the path to your PRD file and the target Epic ID, for example: plans/home-page-health-score-addin/prd.md 3701585.