Generate a comprehensive chore plan from a one-line description. Use for maintenance tasks, cleanup, refactoring, or dependency updates.
Generates a detailed implementation plan for maintenance tasks from a brief description. Use this when you need to refactor code, update dependencies, or perform cleanup work with a structured, validated approach before making changes.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install google-ecosystem@melodic-software<chore-description>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.
Focus on the following files to understand the codebase:
Write the plan to specs/chore-<descriptive-name>.md using this exact format:
# Chore: <descriptive-name>
## Chore Description
<Clear explanation of what needs to be done and why this is valuable>
## Relevant Files
<List all files that will be created, modified, or deleted>
## Step by Step Tasks
1. <First specific, actionable task>
2. <Second specific task with file references>
3. <Continue with numbered tasks>
## Validation Commands
<Commands that prove the work is complete>
- Run `<command>` to verify <what>
- Run `<command>` to verify <what>
## Notes
<Edge cases, dependencies, gotchas, or related work to consider>
$ARGUMENTS