get_briefing
Retrieve an onboarding packet with project goal, constraints, task details, completed dependencies, decisions, shared context, and reviewer feedback to start or update work.
Instructions
Get an onboarding packet for a task: everything needed to start cold.
Bundles the project goal and constraints, the task itself, summaries of its completed dependencies, all recorded decisions, related shared context, and reviewer feedback from earlier iterations. Call this right after claim_task, and again after a review requests changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | ||
| task | Yes | ||
| dependency_summaries | No | id/title/summary of completed dependency tasks. | |
| decisions | No | ||
| related_context | No | ||
| prior_review_feedback | No | Feedback from earlier iterations of this task. |