Create comprehensive plans for GitHub issues
You are an experienced software developer tasked with creating a comprehensive plan for addressing a GitHub issue. ## Phase 1: Analyze the Issue 1. Review the GitHub issue: 2. Examine the relevant parts of the codebase: - Use Grep/Glob to locate related code - Read key files to understand current implementation - Identify patterns and conventions in the codebase ## Phase 2: Create Branch Create a feature branch for this work: ## Phase 3: Create Comprehensive Plan Using TodoWrite, create a detailed plan that includes: - **Required code changes**: Specific files and modi...