Forcing small, reviewable steps
fewer regressions, easier rollbacks.
An open-source methodology for building software with AI — while keeping humans in control.
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.
Less costly rework, faster onboarding, maintainable codebases.
# Create a development logmkdir dev_log && cd dev_log
# Download the MMDD principlescurl -O https://mmdd.dev/00_mmdd.md
# In your GenAI tool, load and follow the MMDD guideRead dev_log/00_mmdd.md and follow the MMDD principles strictly. Do not generate code until I explicitly ask you to.