agent_plan
Generate a persisted editable plan with todos from a user feature or fix request for code assistance.
Instructions
Create or refresh a persisted editable plan with todos from expand_request intake
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Repository name | |
| quick | No | Pattern-only skeleton | |
| persist | No | Write task JSON under .codehelper/tasks/ | |
| request | Yes | User feature/fix request | |
| task_id | No | Optional existing task to refresh plan in place | |
| enrich_llm | No | Enrich plan with LLM when configured | |
| changed_area | No | frontend|backend|fullstack | |
| project_type | No | optional override | |
| approve_todos | No | Set all todos to approved status |