Skip to content
K

The Conductor

The Conductor is the right column of the desktop app and the heart of how Monday Morning works. It’s an AI orchestrator that reads the room across every session in the active project, captures what you want in plain English, decides whether that’s a quick task or a full spec, and launches it — then keeps surfacing what to pick up next.

If the old model was “open a chat and explain your project,” the Conductor flips it: the project state is already loaded, so you just say what you want.

From top to bottom, the Conductor is composed of:

SectionWhat it does
HeaderA Brief button (runs /mm:brief for a contextual briefing) and a Project Settings button.
Roadmap pulseA one-line read on the project’s roadmap when one exists, or a prompt to create one. Opens the full roadmap board in a modal.
Avatar & mood ringA status avatar whose color (“mood ring”) reflects what the Conductor is doing, plus the active session count. Click it to open the Context browser (docs, specs, notes).
Harvest budget chipA compact “hours left” chip — shown only when the Harvest plugin is enabled and the project is mapped to a Harvest project.
Active sessionsLive cards for every running / waiting session, sorted with running first. Click one to bring it into focus.
AskThe natural-language input field (see below).
InboxParked ideas plus AI suggested next picks.
Specs / TasksThe to-do list: specs and quick tasks that are ready to build.
GitHubPull-request status for the project, pinned to the bottom.

The Ask field is where you describe work. It has two modes and, in Code mode, two dispositions.

  • Code — Describe a piece of work and the Conductor classifies it. It uses Claude to decide whether your request is a Task (a quick, single-session change), a Spec (a larger feature worth shaping first), or a Match to existing work — and shows you the verdict with its reasoning.
  • Plan — Describe a feature and the Conductor opens a planning session to shape it into a spec, skipping classification.

You can also type a /slash command directly (e.g. /mm:spec-start auth). An autocomplete drawer appears as you type /; navigate it with the arrow keys and select with Enter or Tab.

In Code mode, a second toggle controls disposition:

  • Start now — Classify and launch immediately.
  • Park — Drop the request into the Inbox without classifying or starting anything. Frictionless capture for “later.”

When you submit in Code/Start-now mode, the Conductor shows a Classifying… spinner, then a result card with the type (Task / Spec / Match), a suggested title, and its reasoning. It auto-launches after a 3-second countdown — press Launch to go now, or Cancel (or Esc) to back out. If something goes wrong, an error card offers a Retry.

You can paste or drag images into the Ask field to give Claude visual context (up to a per-message limit). If the project defines custom commands, they appear as one-click chips below the input and run with their configured working directory and environment, showing the result in a small toast.

Inbox: parked ideas and suggested next steps

Section titled “Inbox: parked ideas and suggested next steps”

The Inbox is your shelf of captured-but-not-started work:

  • Parked tasks — Everything you sent with Park. Search, start, view, or delete each one.
  • Suggested next — The Conductor picks from the parked pile and explains why it’s suggesting each one (e.g. it matches the file you have open, or relates to work that’s actively moving). Start a suggestion with one click, or dismiss it (the task stays parked).

Below the Inbox, the Conductor lists the work that’s ready to go:

  • Specs — Ready-to-build specs (specd / backlog) that aren’t finished yet, each with a status badge, task progress, an ownership chip if a teammate owns it, and Start / View actions.
  • Tasks — In-progress and in-review quick tasks.

Starting a spec or task here dispatches it through the same front door as the Ask field — the Conductor reuses or creates a session and tells Claude to do the work.

The active-sessions list mirrors what’s live in the Session Rail, but scoped to the work the Conductor is driving — with progress and anything that needs your attention. Click any card to focus that session in the center pane.