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

# Create a development log
mkdir dev_log && cd dev_log

# Download the MMDD principles
curl -O https://mmdd.dev/00_mmdd.md

# In your GenAI tool, load and follow the MMDD guide
Read dev_log/00_mmdd.md and follow the MMDD principles strictly.