add_to_backlog
Append one or many tasks to the project's Future/Backlog in a single write, enabling quick capture and immediate plan updates without manual file editing.
Instructions
Append one (text) or many (texts) items to Future (Backlog) in one write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | One backlog item. | |
| agent | No | Optional agent id tag written as [agent: id] on touched lines. | |
| texts | No | Several backlog items, in order. One write. | |
| checkbox | No | ||
| plan_path | No | Optional path to PLAN.md (relative to cwd or absolute). Default: walk up from cwd to nearest PLAN.md. |