karea_set_markdown
Persist task documentation as markdown, overwriting existing content. Use to store research, technical specs, root cause analysis, and design decisions as a single source of truth.
Instructions
Write the markdown document for a task. Overwrites any existing content. Use this to persist: investigation findings and research, technical documentation (architecture, APIs, schemas), functional documentation (requirements, acceptance criteria, user flows), root cause analysis and debugging logs, solution design — planned or implemented, risks, trade-offs, and open questions. This is the single source of truth for everything learned about this task. Always append to existing content (read first with karea_get_markdown) rather than replacing it, unless restructuring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Task name, visual ID (C1, T2), or UUID | |
| markdown | Yes | The full markdown content to store on the task. Pass empty string to clear. | |
| projectId | No | Project name or ID (needed for visual ID lookup) |