What problem does it solve? Starting a sprint often means manually pulling ticket context, guessing at test coverage, and losing track of progress mid-implementation. This Skill automates the full sprint execution loop: it fetches work items from Jira or Linear, builds a TDD-focused plan, manages status transitions, and runs structured code reviews before merge. ## Core Features & Use Cases - Context Gathering: Fetches Sprint and Task details from Jira (via acli) or Linear, detects Task Spec vs user story formats, and extracts test scope comments. - TDD Planning: Generates test cases first, then implementation steps structured as Red-Green-Refactor cycles, with optional parallel sub-agents for multi-Task sprints. - CodeRabbit Review Integration: Runs automated code reviews with severity triage (Critical/Warning/Info), a 3-round fix loop, and adjudication of unresolved findings. - Status & Progress Management: Transitions Jira/Linear statuses, assigns tickets to the current user, and maintains a resumable progress ledger. - Use Case: Say "Start a sprint for PROJ-123" and the Skill fetches the ticket, plans tests, creates a feature branch, implements with TDD, and prepares reviewed commits for the MR. ## Quick Start Ask the assistant to start a sprint for a Jira issue key like PROJ-123 or a Linear issue ID like ENG-456.