Yes, we said micromanaged - and this time it makes sense.

Built by and for developers who refuse to lose control of AI-generated code, MMDD is an AI coding workflow packaged as a super prompt.

Unlike tool-specific approaches, it works with any AI tool because it’s pure Markdown — giving you a permanent, human-readable audit trail of every decision, inside your own repo.

MMDD works by enforcing three constraints

  • Forcing small, reviewable steps — Fewer regressions, easier rollbacks.

  • Documenting AI interactions — Knowledge that lasts, not just ephemeral prompts.

  • Maintaining control — Every change is your decision; AI stays on-script.

Quick Start

curl -sL https://mmdd.dev/mmdd_init.sh | bash

Then tell your AI:

Read dev_log/00_mmdd.md and guide me to build my project.

Learn MMDD in 12 minutes