> ## Documentation Index
> Fetch the complete documentation index at: https://runmaestro-feat-autonomous-manager-agent.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Encore Features

> Optional, feature-gated capabilities that let Maestro ship fast without bloating the core experience.

Encore Features are Maestro's system for shipping powerful capabilities that aren't essential for every user. They're disabled by default and completely invisible when off - no shortcuts, no menu items, no command palette entries. This keeps the core app lean while letting power users opt into advanced workflows.

Think of them as a precursor to a full plugin marketplace: each Encore Feature adds significant functionality, but only for users who want it.

## Enabling Encore Features

Open **Settings** (`Cmd+,` / `Ctrl+,`) and navigate to the **Encore Features** tab. Toggle individual features on or off. Each feature may have its own configuration options that appear when enabled.

<img src="https://mintcdn.com/runmaestro-feat-autonomous-manager-agent/iBS3RdDhE8nLt8iH/screenshots/encore-features.png?fit=max&auto=format&n=iBS3RdDhE8nLt8iH&q=85&s=77711dfa17c23e42c3091be62960ce30" alt="Encore Features settings panel" width="1878" height="1736" data-path="screenshots/encore-features.png" />

## Available Features

| Feature                              | Shortcut                       | Description                                                                                      |
| ------------------------------------ | ------------------------------ | ------------------------------------------------------------------------------------------------ |
| [Director's Notes](./director-notes) | `Cmd+Shift+O` / `Ctrl+Shift+O` | Unified timeline of all agent activity with AI-powered synopses                                  |
| [Usage Dashboard](./usage-dashboard) | `Opt+Cmd+U` / `Alt+Ctrl+U`     | Comprehensive analytics for tracking AI usage patterns                                           |
| [Maestro Symphony](./symphony)       | `Cmd+Shift+Y` / `Ctrl+Shift+Y` | Contribute to open source by donating AI tokens                                                  |
| [Maestro Cue](./maestro-cue)         | `Cmd+Shift+E` / `Ctrl+Shift+E` | Event-driven automation: file changes, timers, agent chaining, GitHub polling, and task tracking |

## For Developers

Want to build a new Encore Feature? The architecture is designed for easy extension - add a flag, wire up the toggle, gate the access points, and your feature ships behind a clean opt-in.

See the [Encore Features contributor guide](https://github.com/RunMaestro/Maestro/blob/main/CONTRIBUTING.md#encore-features-feature-gating) for the full implementation checklist, architecture details, and the canonical reference implementation (Director's Notes).
