What problem does it solve? Large features that span multiple PRs often start without a written plan, leaving teams without a spec, a tracking ticket, or a clear breakdown of implementation tasks. This Skill turns a feature idea into a structured plan with issue-tracker tickets, an architecture spec, and ready-to-execute prompts. ## Core Features & Use Cases - Planning Ticket Creation: Immediately creates a planning ticket in Jira, GitHub Issues, or Linear so the team sees planning has started. - Spec and Decomposition: Guides an architecture discussion, writes a spec document with mermaid diagrams, and breaks it into sequential raw prompts that each produce one PR. - Story and Branch Setup: On approval, creates a Story ticket, a story branch for multi-PR integration, a machine-readable plan manifest, and TasksSummary log entries. - Use Case: You need to replace cron jobs with event-driven processing across several services. Run the planner to produce a spec, eight dependency-mapped prompts, a Jira Story, and a story branch, then execute each prompt as its own PR. ## Quick Start Say "plan feature" and describe the feature you want to plan, then follow the guided architecture discussion and approve the prompt breakdown.