--- description: Move an issue to In-Progress and prepare the development environment. --- I am ready to start working on a task. Please ask me for the Issue ID or title. Once identified, use the GitHub MCP tools to: 1. Locate the issue and read its description to sync your context. 2. Remove its current status label (e.g., `status: todo` or `status: backlog`). 3. Add the `status: in-progress` label. 4. Check the repository's existing branches to see if a feature branch already exists for this task. If not, suggest a clean git branch naming convention based on the issue (e.g., `feature/issue-12-auth-fix`). Summarize the task's acceptance criteria for me so I can begin coding with a clear goal.