azalioazalioCommunityยท2 Agent Skills Included

map-framework

Plan-first coding workflows with approval gates and review

Breaks complex coding tasks into small, reviewable subtasks with specs, contracts, and quality gates before any code is written. Stops silent architecture decisions, oversized diffs, and tests written around buggy implementations. Runs the full loop from planning and TDD to code review, debugging, and saved project memory across sessions.
npx skills add azalio/map-framework --all -g -y
Available:

Gives the agent strict operating rules for this repo: treat Monitor failures as hard stops, fix every surfaced error before continuing, follow safe bash patterns, and keep generated skill templates in sync from their source.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’