Get a full handoff brief
get_handoff_briefGet a full project briefing: requirements, design, tasks, completion reports, abandoned work, activity, and file history. Use when starting on a shared repo to avoid assembling context manually.
Instructions
THE tool to call when picking up work someone else started, or at the start of any session on a shared repo - call this INSTEAD OF assembling context yourself from several calls. Deterministically bundles: requirements + design (why/how), active/unclaimed tasks (what's left), recently completed tasks with their structured completion reports (what was just built, key decisions, why), recently ABANDONED tasks with why they were dropped (so you don't redo a dead end or wonder why something looks half-finished), recent activity, and anchor-verified file history for every file those completions touched. Optionally filter by scope (e.g. ["frontend"]) to focus on one area.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Filter to tasks/files touching any of these scope tags. Omit for everything. | |
| doneLimit | No | Max recently-done tasks to include (default 10). |