get_briefing
Retrieve a complete onboarding packet including project goals, task details, dependency summaries, decisions, context, and review feedback to start working on a task.
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. |