What problem does it solve? Turning a finished PRD into an actionable backlog is slow and error-prone: tickets end up too large, lack acceptance criteria, or lose traceability to the original requirements. This Skill automates the decomposition of a PRD's implementation phases and user stories into small, verifiable tickets on Jira or GitHub. ## Core Features & Use Cases - PRD Decomposition: Reads a PRD and maps each Implementation Phase to a ticket group and each User Story to one or more tickets with titles, descriptions, and acceptance criteria. - Dual Platform Support: Creates tickets in Jira via the Atlassian MCP server (with project and epic keys) or in GitHub via the gh CLI (with phase labels and optional milestones). - Confirmation Checkpoint: Prints the proposed ticket list for approval before creating anything, since ticket creation is not easily reversible. - Use Case: After writing a PRD for a new authentication feature, run this Skill to generate a backlog where each ticket traces back to a PRD phase, carries a verifiable acceptance checklist, and is small enough to complete in about a day. ## Quick Start Ask the agent to create stories from docs/prd-auth.md on GitHub with a milestone, and it will decompose the PRD, show the ticket plan for confirmation, and create the issues.