updatePlan
Update project plan files by marking tasks as complete or incomplete, adding new tasks to sections, or appending new sections.
Instructions
Update plan file: mark tasks done/undone, add tasks or sections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileName | No | Plan filename (default: .claude-plan.md) | |
| markComplete | No | Task texts to mark as complete (substring match) | |
| markIncomplete | No | Task texts to mark as incomplete (substring match) | |
| addTasks | No | Tasks to add to a section | |
| addSections | No | New sections to append |