Write Task Doc
task_doc_write:
Instructions
Attach or replace a markdown document on a task (spec, design, context, handoff notes). Each task can have one document. Writing replaces any existing doc. Automatically adds +doc tag and has_doc:true to the task for filtering. For short notes, use task_annotate instead. To read the doc back, use task_doc_read. To remove it, use task_doc_delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task ID number (e.g. '1') or UUID. | |
| content | Yes | Document content in markdown format. Replaces any existing document on this task. |