
Setting Up Auto Run
- Navigate to the Auto Run tab in the right panel (
Cmd+Shift+1) - Select a folder containing your markdown task documents
- Each
.mdfile becomes a selectable document
Creating Tasks
Use markdown checkboxes in your documents:Cmd+L (Mac) or Ctrl+L (Windows/Linux) to quickly insert a new checkbox at your cursor position.
Running Single Documents
- Select a document from the dropdown
- Click the Run button (or the ▶ icon)
- Customize the agent prompt if needed, then click Go
Multi-Document Batch Runs
Auto Run supports running multiple documents in sequence:- Click Run to open the Batch Runner Modal
- Click + Add Docs to add more documents to the queue
- Drag to reorder documents as needed
- Configure options per document:
- Reset on Completion - Creates a working copy in
Runs/subfolder instead of modifying the original. The original document is never touched, and working copies (e.g.,TASK-1735192800000-loop-1.md) serve as audit logs. - Duplicate - Add the same document multiple times
- Reset on Completion - Creates a working copy in
- Enable Loop Mode to cycle back to the first document after completing the last
- Click Go to start the batch run
Playbooks
Save your batch configurations for reuse:- Configure your documents, order, and options
- Click Save as Playbook and enter a name
- Load saved playbooks from the Load Playbook dropdown
- Update or discard changes to loaded playbooks

Progress Tracking
The runner will:- Process tasks serially from top to bottom
- Skip documents with no unchecked tasks
- Show progress: “Document X of Y” and “Task X of Y”
- Mark tasks as complete (
- [x]) when done - Log each completion to the History panel
Session Isolation
Each task executes in a completely fresh AI session with its own unique session ID. This provides:- Clean context - No conversation history bleeding between tasks
- Predictable behavior - Tasks in looping playbooks execute identically each iteration
- Independent execution - The agent approaches each task without memory of previous work
Reset on Completion documents that loop indefinitely. Each loop creates a fresh working copy from the original document, and the AI approaches it without memory of previous iterations.
Environment Variables
Maestro sets environment variables that your agent hooks can use to customize behavior:| Variable | Value | Description |
|---|---|---|
MAESTRO_SESSION_RESUMED | 1 | Set when resuming an existing session (not set for new sessions) |
MAESTRO_SESSION_RESUMED to skip hooks on resumed sessions:
History & Tracking
Each completed task is logged to the History panel with:- AUTO label indicating automated execution
- Session ID pill (clickable to jump to that AI conversation)
- Summary of what the agent accomplished
- Full response viewable by clicking the entry
Up/Down Arrow- Navigate entriesEnter- View full responseEsc- Close detail view and return to list
Expanded Editor View
For editing complex Auto Run documents, use the Expanded Editor — a fullscreen modal that provides more screen real-estate. To open the Expanded Editor:- Click the expand icon (↗️) in the top-right corner of the Auto Run panel

- Edit/Preview toggle — Switch between editing markdown and previewing rendered output
- Document selector — Switch between documents without closing the modal
- Run controls — Start, stop, and monitor batch runs from the expanded view
- Task progress — See “X of Y tasks completed” and token count at the bottom
- Full toolbar — Create new documents, refresh, and open folder
Esc to return to the sidebar panel view.
Auto-Save
Documents auto-save after 5 seconds of inactivity, and immediately when switching documents. Full undo/redo support withCmd+Z / Cmd+Shift+Z.
Image Support
Paste images directly into your documents. Images are saved to animages/ subfolder with relative paths for portability.
Stopping the Runner
Click the Stop button at any time. The runner will:- Complete the current task before stopping
- Preserve all completed work
- Allow you to resume later by clicking Run again