Director’s Notes is an Encore Feature - it’s disabled by default. Enable it in Settings > Encore Features to access the shortcut, menu entry, and command palette action.

Opening Director’s Notes
Keyboard shortcut:- macOS:
Cmd+Shift+O - Windows/Linux:
Ctrl+Shift+O
- Press
Cmd+K/Ctrl+Kand search for “Director’s Notes”
Tabs
Director’s Notes has three tabs:Unified History
The primary view - a chronological list of all history entries from every agent, newest first.
- AUTO / USER toggle buttons filter by entry type
- Search (
Cmd+F/Ctrl+F) filters by summary text or agent name - Activity Graph shows entry distribution over time; right-click to change the lookback window (24 hours through all time)
- Total queries, sessions, AUTO entries, USER entries, and total cost
- Agent name - which Maestro agent produced the entry
- Task name pill - clickable link to the originating session
- Type badge (AUTO or USER)
- Summary of what was accomplished
- Duration and cost (when available)
- Timestamp
AI Overview
An AI-generated synopsis of recent activity across all agents. This tab uses a configurable AI provider to read history files and produce a structured report.
- Lookback slider - Adjust from 1 to 90 days to control the analysis window
- Rich / Plain toggle - Switch between the Rich dashboard and the Plain markdown view (see Reading modes below)
- Refresh - Regenerate the synopsis with current settings
- Save - Export the synopsis as a markdown file
- Copy - Copy the synopsis to the clipboard as readable markdown
- Number of history entries analyzed
- Number of agents with activity
- Generation time
- Accomplishments - What was completed
- Challenges - Issues encountered or unresolved
- Next Steps - Recommended follow-up actions
Reading modes: Rich and Plain
The AI Overview renders the same synopsis two ways, switchable with the Rich / Plain toggle:- Rich (default) is a dashboard. Deterministic widgets - stat cards, an activity timeline, success/failure and source breakdowns, and per-agent activity - are computed directly from your history (never inferred by the AI), and the Accomplishments / Challenges / Next Steps narrative renders as styled section cards beneath them.
- Plain is the classic reading view: the narrative as a clean markdown document, with no widgets.
The AI Overview tab becomes available once the synopsis has finished generating. A spinning indicator on the tab shows generation is in progress. Results are cached for the session - switching tabs won’t trigger a regeneration.
Help
A built-in reference guide explaining all Director’s Notes features, entry types, keyboard shortcuts, and workflows.Keyboard Shortcuts
Modal
Unified History
Detail View
Settings
Access Director’s Notes settings via Settings > Encore Features (enable Director’s Notes first):Tips
- Use AI Overview after an Auto Run session to get a quick summary of everything that was accomplished across all agents
- Search by agent name in Unified History to isolate work from a specific project
- Right-click the activity graph to quickly change the time window without scrolling
- Save or copy the synopsis to include in standup notes, PRs, or project documentation
- Session navigation lets you jump directly from a history entry to the agent that produced it - great for resuming or reviewing work
Pulling Notes from the CLI
The same unified history and AI synopsis are available frommaestro-cli, so you can pipe Director’s Notes into shell scripts, cron jobs, or your own reporting tools without opening the app.
Generating a weekly report
Combinesynopsis with a redirect (or your favorite scheduler) to produce a self-serve weekly report:
cron, launchd, or Maestro Cue on a weekly interval to wake up to a fresh status report every Monday. Pair it with maestro-cli notify toast --open-file <path> if you want a clickable in-app reminder when the report lands.
history reads directly from disk and works offline. synopsis needs the Maestro desktop app running because it dispatches the prompt through your configured AI provider.