Create change plan
create_change_planAssemble a structured change plan from project context, relevant files, and detected risks before coding. Returns a plan scaffold with guidance, making reasonable assumptions when needed.
Instructions
Assemble a structured change plan from deterministic project context (likely files, checks to run, detected risks) before writing code. Returns a plan scaffold plus guidance for finalizing it. Makes a reasonable assumption rather than asking unless something is truly blocking. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the project root. | |
| relevantFiles | No | Optional known-relevant files to anchor the plan. | |
| projectSummary | No | Optional summary from a prior inspect_project call. | |
| taskDescription | Yes | The user request to plan for. |