--- name: chore description: Generate a comprehensive chore plan from a one-line description. Use for maintenance tasks, cleanup, refactoring, or dependency updates. argument-hint: allowed-tools: Read, Write, Glob, Grep, Bash --- # Chore Planning Create a new plan in `specs/*.md` to resolve the Chore using the exact specified markdown Plan Format. Follow the Instructions to create the plan, use the Relevant Files to focus on the right files. ## Instructions - You are writing a plan to resolve a chore, NOT implementing it yet - Use your reasoning model: THINK HARD about the plan and the steps to accomplish the chore - Read the codebase to understand current patterns and structure - Focus on the files in the Relevant Files section when identifying what to modify - Fill in EVERY section of the Plan Format - no empty sections - Include realistic validation commands that actually verify completion - Keep the plan focused - don't expand scope beyond the chore description ## Relevant Files Focus on the following files to understand the codebase: - README.md (project structure and conventions) - CLAUDE.md (agent instructions if present) - src/**or app/** (source code patterns) - scripts/** (existing automation) - tests/** (test patterns to follow) ## Plan Format Write the plan to `specs/chore-.md` using this exact format: ```markdown # Chore: ## Chore Description ## Relevant Files ## Step by Step Tasks 1. 2. 3. ## Validation Commands - Run `` to verify - Run `` to verify ## Notes ``` ## Chore $ARGUMENTS