What problem does it solve? Manually transferring user stories from a story map document into an issue tracker is repetitive and error-prone, often leading to duplicates and inconsistent formatting. This Skill automates the push of user stories into your team's issue tracker with consistent field mapping and duplicate protection. ## Core Features & Use Cases - Multi-Platform Support: Creates issues on GitHub, GitLab, Azure DevOps, Jira, and Bitbucket, auto-detecting the platform from project files like .github/ or azure-pipelines.yml. - Story Map Parsing: Extracts US ID, title, persona, priority, and acceptance criteria from story map markdown and maps them to issue titles, bodies, labels, and milestones. - Idempotency Guard: Searches for existing issues by US ID before creating anything, skipping duplicates and reporting what was created, skipped, or failed. - Use Case: After a story mapping workshop, push 30 user stories from your story map into GitHub Issues in one session, with each story labeled by persona, priority, and epic. ## Quick Start Push all user stories from my story map markdown file to our issue tracker, creating one issue per story with labels for priority, persona, and epic.