MMPF — My Meta-Prompting Framework

A structured meta-prompting framework for research, planning, and execution.

MMPF — My Meta-Prompting Framework

A meta-prompting framework that fits my mental model and workflow: research freely, plan from knowledge, execute with discipline. Other meta-prompting frameworks don't give the research portion as much freedom and attention as I prefer.

Commands

CommandDescription
/mmpf-startStart a new project and enter freeform research mode
/mmpf-planDerive requirements from research and create a phased plan
/mmpf-executeExecute a phase with atomic commits and TDD
/mmpf-statusShow current state and what to do next
/mmpf-backlogCapture ideas for future work
/mmpf-completeArchive the project and reset for the next one

Lifecycle

/mmpf-start → research & experiment freely
           → /mmpf-plan → derive requirements, create phases
           → /mmpf-execute → build phase by phase
           → /mmpf-complete → archive and reset

/mmpf-status  — where are we? (anytime, especially new sessions)
/mmpf-backlog — save an idea for later (anytime)

Install

# macOS / Linux
./install.sh

# Windows (PowerShell)
.\install.ps1

Copies all skills to ~/.claude/skills/.

License

MIT