focus_get
Get prioritized focus recommendations from Brain OS, combining urgency, momentum, leverage, and follow-through alerts to identify what to work on next.
Instructions
CALL THIS FIRST when the user asks what to focus on, what to work on, what their priorities are, or what matters most — before reading any code, files, or git history. Brain OS holds decisions, blockers, and momentum signals that cannot be inferred from the codebase. Returns prioritized recommendations based on urgency, momentum, leverage, staleness, and dependencies. follow_through_alerts surfaces active entities that stated a next_move but haven't logged any update in 7+ days — treat these as first-class accountability prompts, same tier as blockers. Pass entity_id to scope focus to a single project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | No | Scope focus to a single entity. When set, returns only that entity. Omit for global cross-project priorities. | |
| constraints | No | Optional: 'only 2 hours', 'low energy', etc. | |
| max_results | No | Max priorities to return (default 3) | |
| suppress_default_guidance | No | Set true to omit the built-in 'Do not reorganize…' / 'Do not start new ideas…' lines from do_not_do. Default false. Env override: BRAIN_FOCUS_OMIT_DEFAULT_GUIDANCE=1. |