write_report
Creates a structured completion report as a Markdown file, linking back to the source task for multi-agent coordination.
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 |
|---|---|---|---|
| task_id | Yes | Source task ID (e.g. ``TASK-20260423-001``). | |
| reporter | Yes | Reporter role code (uppercase). | |
| recipient | Yes | Recipient role code (typically the PM). | |
| body | Yes | Report body in Markdown. | |
| status | No | ``done`` / ``in_progress`` / ``blocked``. | done |
| priority | No | FCoP priority; accepts ``P0``–``P3`` and aliases. | P2 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |