refine_plan
Refine an existing implementation plan by incorporating feedback, clarifications, or new information to adjust steps and improve detail.
Instructions
Refine an existing implementation plan based on feedback or clarifications.
Use this tool to iterate on a plan after reviewing it or answering clarifying questions.
When to use this tool:
After reviewing a plan and wanting adjustments
To answer questions the plan raised
To add more detail to specific steps
To change the approach based on new information
Input:
The current plan (JSON from a previous create_plan call)
Your feedback or clarifications
Optionally, specific steps to focus on
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| current_plan | Yes | The current plan as a JSON string (from the Full Plan JSON output of create_plan) | |
| feedback | No | Your feedback on the current plan - what to change, add, or remove | |
| clarifications | No | Answers to clarifying questions as JSON object (e.g., {"question1": "answer1"}) | |
| focus_steps | No | Specific step numbers to focus refinement on |