plan-kimi
Create a structured implementation plan with steps, files to modify, risks, and open questions. Use before coding to define goal, acceptance criteria, and constraints.
Instructions
Generate a structured implementation plan using Kimi's --plan mode. Use BEFORE coding to get steps, files-to-touch, risks, and open questions. Distinct from ask-kimi: uses --plan flag (different system prompt) and parses structured output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | What you want planned (a feature, refactor, investigation). | |
| model | No | ||
| format | No | Output shape. json (default) returns structured steps/risks; markdown returns a checklist. | json |
| timeout | No | ||
| acceptance | No | Acceptance criteria the plan must satisfy. | |
| workingDir | No | ||
| constraints | No | Hard constraints (must-not-touch areas, style rules, deadlines). | |
| contextFiles | No | Paths/globs to include as @-references in the prompt. |