Glossary & FAQ

Everything in Monday Morning

Search every feature, integration, agent, skill, and term — plus the questions we hear most.

Frequently asked

What is an ADE?
An Agent Development Environment. Where an IDE is built around one person editing one file, an ADE is built around many agents working in parallel — each in its own session, all steered from one place.
Who is it for?
Developers who run Claude Code seriously and want to direct several sessions at once instead of babysitting one terminal — across multiple projects, without losing the thread.
Why Claude Code only?
Monday Morning is built tightly around the Claude Code CLI and its MCP bridge, so the Conductor gets real, live access to your project. That focus is what makes the fleet workflow work.
Where does my data live?
In your repo. Every spec, task, and note is plain markdown in a .mm/ folder — version-controlled, diff-friendly, and fully portable. No database, no cloud lock-in.
Is my project data sent to the cloud?
No. Your code and .mm/ data stay local. Semantic-memory embeddings are computed offline inside the MCP server. Integrations are opt-in and talk directly between your machine and the provider.
What does it cost?
Monday Morning is free for up to 2 projects, with Pro and Team plans when you need unlimited projects, the full parallel fleet, and team features. See full pricing

Features21

The Conductor

Reads your whole project, decides quick-fix vs. full spec, dispatches the work, and tells you what to pick up next.

Terminal grid

Every Claude Code session live in one responsive grid — add, close, reflow, fullscreen.

Parallel sessions

Run the fleet in parallel — implement several specs at once, each in its own session and optional git worktree.

Specs & workflow

Turn a rough idea into a clear plan, broken into steps and tracked to done.

Tasks & progress

Tasks live in markdown in each spec; the dashboard tracks progress from the files themselves.

Notes & decisions

Capture architecture decisions, meeting notes, and context as plain markdown.

Issues & tracking

Track bugs, problems, and blockers alongside your specs and tasks.

Project commands

Save run, test, and build commands per project and launch them in a click.

Semantic memory

Local-first semantic recall — embeddings computed offline in the MCP server, never leaving your machine.

Recaps & briefs

AM/PM briefs rebuild context in seconds — recent changes, in-progress work, blockers, what's next.

Roadmap & automated setup

Plan the product once; Monday Morning turns the roadmap into features and specs and scaffolds the workspace.

Git-native data

Every spec, task, and note is plain markdown in .mm/ — versioned, diff-friendly, portable.

Live preview

Preview your web app, docs, API, or build in an embedded webview with native console, network, and device tools.

Multiple previews

Run several previews at once in a tab strip, each with its own process and port.

AI vision & auto-fix

“Fix with Claude” on errors, plus an AI-vision toggle that lets Claude open the page itself via the Playwright integration.

MCP server

A built-in MCP server gives the Claude Code CLI 60+ tools and live project data — no copy-paste, no context limits.

Skills & agents

Ships with 75+ /mm: skills and a roster of agents; browse, import, and toggle skills per project.

Project health monitor

Health checks and review reports for your project. (Pro and Team plans.)

Spec retrieval (prior work)

Surfaces the most-similar completed specs when you scaffold a new one, so prior patterns carry forward.

Design system & skins

Themeable, skinnable UI with design tokens.

Team collaboration

Shared check-ins, spec claims, and a team dashboard while every member's code stays local. (Team plan.)

Integrations8

Agents17

Commands & skills57

/mm:recap

Canonical morning brief — recover context for the day.

/mm:am

AM brief (alias for /mm:recap).

/mm:pm

End-of-day summary.

/mm:brief

Contextual briefing for the current project.

/mm:context

Load project state into the session.

/mm:spec

Create a detailed feature spec.

/mm:shape-spec

Spec shaping process — gather requirements.

/mm:write-spec

Spec writing process.

/mm:verify-spec

Reflection-based spec verification.

/mm:create-tasks

Build a strategic task list for a spec.

/mm:spec-start

Start implementing a spec.

/mm:spec-start-all

Implement all specs.

/mm:spec-start-parallel

Implement specs in parallel using git worktrees.

/mm:implement-tasks

Spec implementation process.

/mm:orchestrate-tasks

Orchestrate a spec's implementation.

/mm:spec-status

Show spec status.

/mm:order-specs

Order specs for implementation.

/mm:reconcile

Audit and fix spec task status.

/mm:task

Execute a task.

/mm:task-start

Start a task.

/mm:task-complete

Complete a task.

/mm:complete

Full done workflow.

/mm:feature

Create a feature grouping.

/mm:idea

Capture an idea.

/mm:issue

Create an issue.

/mm:issue-close

Close an issue.

/mm:note

Create a project note.

/mm:doc

Create a document.

/mm:plan

Define product vision.

/mm:plan-product

Plan the product — mission, roadmap, tech stack.

/mm:update-plan

Update the plan for a brownfield project.

/mm:update-product

Update product context from an existing codebase.

/mm:roadmap-to-features

Turn roadmap items into features.

/mm:health

Project health monitor.

/mm:health-fix

Audit-fix-verify health loop.

/mm:review

Code review with optional auto-fix.

/mm:review-project

Review this project's status.

/mm:review-all-projects

Review all registered projects.

/mm:qa

Run a QA session.

/mm:commit

Commit changes.

/mm:changelog

Generate a changelog.

/mm:standards

Generate coding standards.

/mm:analysis

Codebase analysis Q&A session.

/mm:checkin

Push a team check-in.

/mm:team-status

View team check-ins.

/mm:claim

Claim a spec from a teammate.

/mm:retrieve-prior-work

Retrieve similar prior work.

/mm:create-plugin

Create a plugin.

/mm:import-skill

Import a skill from a URL or local file.

/mm:improve-skills

Improve your Claude Code skills.

/mm:proposal

Create a proposal.

/mm:estimate

Create an estimate.

/mm:sow

Create a statement of work.

/mm:change-order

Create a change order.

/mm:schedule-briefs

Set up daily AM/PM routines.

/mm:merge-worktrees

Merge and clean up worktrees.

/mm:setup-auth

Set up Supabase authentication.

Concepts7

ADE (Agent Development Environment)

Where an IDE is built around one person editing one file, an ADE is built around many agents working in parallel — each in its own session, steered from one place.

MCP (Model Context Protocol)

The open protocol that lets the Claude Code CLI talk to Monday Morning's tools and your connected services.

.mm/ folder

The git-tracked folder where every spec, task, note, and issue lives as plain markdown and JSON.

Fleet

The set of Claude Code sessions you run and direct at once across your projects.

Spec

A detailed specification for a piece of work, containing tasks — the unit Monday Morning plans and implements against.

Worktree

A separate git working copy used to implement specs in parallel without conflicts.

Context recovery

Starting each session knowing where you left off — the core problem Monday Morning solves.