map-framework
Plan-first coding workflows with approval gates and review
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install MAP Framework?โผ
Run `npx skills add azalio/map-framework --all -g -y` in your terminal to install all skills in this suite globally.
What problem does MAP Framework solve?โผ
It stops coding agents from rushing straight to large, unreviewable diffs by forcing a spec, a decomposed plan, and your approval before any code is written.
How do I run a typical MAP workflow?โผ
Start with /map-plan to define behavior and split the task, then run /map-efficient to implement the approved plan, followed by /map-check and /map-review.
Does MAP Framework work with Claude Code and Codex?โผ
Yes. It ships skill surfaces for both providers: slash commands like /map-plan in Claude Code and $map-plan in Codex CLI.
Can MAP resume an interrupted coding session?โผ
Yes. All workflow state is saved per branch under .map/, so /map-resume restores your exact checkpoint after a crash or context reset.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core