What problem does it solve?
This Skill helps engineers convert a Jira ticket into a rigorous, reviewable work plan by extracting requirements, performing codebase-root-cause analysis, proposing up to three optimized solutions with pros and cons, and producing an implementation-ready plan and progress tracker inside docs/<ticket-id>/.
Core Features & Use Cases
- Deep requirements synthesis: reads the ticket summary and acceptance criteria, surfaces implicit requirements and edge cases for a clear definition of done.
- Codebase analysis & root-cause investigation: searches and inspects relevant files, tests, and dependencies to identify true defects or constraints and cite evidence.
- Decision-driven planning: presents up to three maintainable solution options with pros/cons, pauses for user choice, then writes the finalized plan.md and progress.md under docs/<ticket-id>/ for team collaboration.
- Use Case: Prepare a shareable implementation plan for ticket CM-4873 that developers and reviewers can execute against an isolated worktree.
Quick Start
Plan ticket CM-4873 by deeply analyzing its docs/CM-4873/ snapshot, proposing solution options, and writing the initial docs/CM-4873/plan.md in Awaiting decision status.