Write Report
write_reportCreate a Markdown completion report for a task, saving it to docs/agents/reports/ with task ID, roles, and status for tracking.
Instructions
Write a completion report for a task.
Creates REPORT-<task_id>-{REPORTER}-to-{RECIPIENT}.md under
docs/agents/reports/. The task_id is the canonical reference
back to the source task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Report body in Markdown. | |
| status | No | ``done`` / ``in_progress`` / ``blocked``. | done |
| task_id | Yes | Source task ID (e.g. ``TASK-20260423-001``). | |
| priority | No | FCoP priority; accepts ``P0``–``P3`` and aliases. | P2 |
| reporter | Yes | Reporter role code (uppercase). | |
| recipient | Yes | Recipient role code (typically the PM). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |