What problem does it solve? When starting work on a planned task, developers often forget to update task tracking files or create inconsistently named branches. This Skill automates the transition of a task from backlog to in-progress status and standardizes the kickoff workflow. ## Core Features & Use Cases - Backlog to Sprint Transition: Locates the task in the correct phase backlog file and updates its status to In Progress. - Sprint Log Updates: Adds a structured entry to the current sprint file with start date, estimate, and a sprint log row. - Branch Naming Guidance: Suggests a conventional git branch name like feature/<task-id>-<short-description> and prompts the checkout command. - Use Case: A developer says "start task PROJ-12" and the Skill updates the backlog and sprint files, then recommends creating branch feature/proj-12-user-login before moving to implementation. ## Quick Start Ask the assistant to start task PROJ-12 so it moves the task into the sprint and suggests a git branch to create.