What problem does it solve?
This Skill analyzes issues from any tracking system (Linear, GitHub, Jira) in the context of the Sprout Rails codebase. It gathers all necessary context (issue details, comments, codebase patterns) and then invokes the implementation-plan-writer skill to create a standardized plan file.
Core Features & Use Cases
- Cross-tracker issue analysis: fetches issue data (title, description, status, priority, labels) and comments from Linear, GitHub, Jira.
- Context extraction: collects relevant codebase patterns and related objects to inform implementation.
- Branch planning guidance: outlines a safe, consistent branch strategy aligned with the issue.
- Codebase exploration: performs targeted searches to identify related components, services, and tests to inform the plan.
- Plan generation: delegates plan creation to the
implementation-plan-writer skill to produce an <ISSUE-ID>-IMPLEMENTATION-PLAN.md.
Quick Start
Provide an issue URL or ID (Linear, GitHub, or Jira). The Skill will detect the tracker, fetch issue details, assemble context, and invoke the implementation-plan-writer to generate the implementation plan file.