What problem does it solve? Turning a ticket into working code requires loading requirements, finding the right code locations, resolving ambiguities, and making minimal verified changes — this Skill automates that entire implementation workflow while enforcing strict branch and scope discipline. ## Core Features & Use Cases - Ticket-Driven Implementation: Loads the ticket via the issue tracker tool, parses acceptance criteria, checklists, and attachments into a structured todo list with inherited code targets (file/symbol/location/patch). - Branch Safety Rules: Never creates or switches to feature branches — works on the current relevant branch or falls back to master/main, stopping on uncommitted changes. - Drift Validation & Grilling: Validates plan-inherited code targets against the current codebase and grills the user only when genuine ambiguities or conflicts exist. - Use Case: A developer receives an approved ticket with an implementation checklist; the Skill loads it, builds the todo list, implements each item with lint and test verification, then presents the diff without committing. ## Quick Start Implement the ticket at https://tracker.example.com/browse/PROJ-123 on the current branch.