add_tasks
Append multiple checkbox tasks to PLAN.md in one write, applying shared done/agent flags to every item, reducing repetitive task creation.
Instructions
Append several checkbox tasks in one write. Prefer this over repeated add_task. Shared done/agent apply to every item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| done | No | Mark every added task done (default false). | |
| agent | No | Optional agent id tag written as [agent: id] on touched lines. | |
| tasks | Yes | Task texts to append, in order. | |
| version | Yes | ||
| plan_path | No | Optional path to PLAN.md (relative to cwd or absolute). Default: walk up from cwd to nearest PLAN.md. |