Open Kioku Plan Change
plan_changeGenerate an evidence-backed pre-edit plan for code changes, identifying files, impact, line ranges, and test targets before editing.
Instructions
Generate an evidence-backed pre-edit plan for a task, including primary files to edit, expected impact, changed-line ranges, and recommended test targets. Use before editing to create an evidence-backed plan with expected files, ranges, impact, and tests. Prefer create_change_contract when the plan must be persisted and verified later. This is read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | A natural language description of the task or change to plan. | |
| limit | No | Maximum planning results to generate. Defaults to 20. | |
| since | No | Optional git revision/range used with git diff --unified=0 to include changed files and line ranges in planning context. | |
| format | No | The format of the plan. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | Wrapped non-object output, used for Markdown, TOON, or scalar responses. |