What problem does it solve? Writing code without a plan leads to missed requirements, inconsistent patterns, and repeated clarification loops. This Skill turns a Jira/Linear/GitHub ticket or free-form feature request into a complete, one-pass-ready implementation plan before any code is written. ## Core Features & Use Cases - Ticket-Aware Planning: Fetches the ticket from your tracker (Jira via Atlassian MCP, GitHub via gh), follows links up to the epic and architecture page, and inherits existing decisions instead of re-deciding them. - Codebase Intelligence: Analyzes project structure, naming conventions, testing patterns, dependencies, and integration points, then cites specific file:line references to mirror. - Clarifying Gate: Pauses after analysis to ask 3-6 targeted questions with recommended defaults, recording unanswered items as explicit assumptions rather than guessing silently. - Use Case: You receive ticket ACC-30 for a new API endpoint. The Skill fetches the ticket and its epic's architecture doc, scans your codebase for matching patterns, asks you to confirm scope boundaries, then writes a phased plan with step-by-step tasks, validation commands, and acceptance criteria to .claude/plans/. ## Quick Start Ask the agent to plan the implementation for ticket ACC-30, or describe a feature you want built, and it will produce a detailed plan file before any code is written.