azalio/map-framework

Plan-then-build AI coding for Claude Code & Codex CLI — you approve the plan before the model writes a line of code. SPEC → PLAN → TEST → CODE → REVIEW → LEARN

153Stars on the repository
45Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

map-check

01

azalio/map-framework

Skill Claude CodeCodex

Quality gates and verification for MAP workflow.

153 3d ago A 10 tokens original MIT

map-efficient

02

azalio/map-framework

Skill Claude CodeCodex

State-machine MAP execution workflow for Codex. Use when implementing an approved MAP plan end to end, resuming from branch MAP taskplan or stepstate.json artifacts, or running non-trivial multi-subtask work. Use map-fast for tiny one-shot edits.

153 3d ago A 55 tokens original MIT

map-explain

03

azalio/map-framework

Skill Claude CodeCodex

Deep walkthrough of code, a diff, or the whole project — problem, entities, flow, load-bearing-line rationale, side effects, assumptions, breakage. Use when learning unfamiliar code or auditing a diff.

153 3d ago A 46 tokens original MIT

map-fast

04

azalio/map-framework

Skill Claude CodeCodex

Minimal workflow for small, low-risk changes — no planning, no learning.

153 3d ago A 17 tokens original MIT

map-plan

05

azalio/map-framework

Skill Claude CodeCodex

ARCHITECT phase - decompose complex tasks into atomic subtasks with research, spec, and branch-scoped plan artifacts under .map.

153 3d ago A 31 tokens original MIT

map-prd-review

06

azalio/map-framework

Skill Claude CodeCodex

Use when reviewing a PRD, product brief, feature brief, or requirements document before planning or engineering handoff. Produces an evidence-backed 0-10 readiness score, strengths, weaknesses/risks, and uncovered edge cases across 13 dimensions. Do NOT use as a substitute for $map-plan, for code review, or for tiny…

153 3d ago A 81 tokens original MIT

map-review

07

azalio/map-framework

Skill Claude CodeCodex

Interactive 4-section code review using monitor, predictor, and evaluator agents plus the user and maintainer role reviewers on current changes. Use when reviewing a diff, PR, or staged work before merge. Do NOT use to plan or implement; use map-plan or map-efficient.

153 3d ago A 58 tokens original MIT

map-understand

08

azalio/map-framework

Skill Claude CodeCodex

Interactive deep-understanding and quiz mode for MAP sessions. Use when the user wants to understand code, a diff, workflow result, debugging cause, or architecture and be checked with restatements or quizzes.

153 3d ago A 45 tokens original MIT

map-upgrade

09

azalio/map-framework

Skill Claude CodeCodex

Manually check and upgrade the MAP Framework for this project. Use when the user asks to update, upgrade, or check the installed MAP version.

153 3d ago A 33 tokens original MIT

map-architecture

10

azalio/map-framework

Skill Claude CodeCodex

Opt-in proactive architecture-deepening report: ranks codebase areas by recent git hotspot and design friction, generates a ranked Markdown+Mermaid candidate report under .map/ /architecture-report/, then waits for you to pick one candidate before any code changes. Use periodically, or when agentic complexity feels…

153 3d ago A 115 tokens original MIT

map-auto

11

azalio/map-framework

Skill Claude CodeCodex

Single-entry autonomous autopilot: routes a task through the existing MAP workflows via routetask, then drives the selected chain (map-plan -> map-efficient -> map-check -> map-review, as routed) end-to-end to a committed feature branch in one session, auto-approving routine workflow-control holds and hard-stopping on…

153 3d ago A 165 tokens original MIT

map-debug

12

azalio/map-framework

Skill Claude CodeCodex

Structured MAP debugging via task-decomposer, actor, and monitor agents. Use when reproducing a bug, isolating a regression, or diagnosing an error with specialized agents — including failing or flaky tests (pytest AssertionError), crashes and segmentation faults, memory-corruption or memory errors in native/C…

153 3d ago A 213 tokens original MIT

map-learn

13

azalio/map-framework

Skill Claude CodeCodex

Capture reusable lessons after a completed MAP workflow. Use when a MAP run has finished and you want rules written to .claude/rules/learned/ from a workflow summary or handoff. Do NOT use during active implementation.

153 3d ago A 51 tokens original MIT

map-memory-now

14

azalio/map-framework

Skill Claude CodeCodex

Finalize cross-session memory on demand; --finalize-all sweeps every dirty scratch. Use when ending a long session or before switching branches. Do NOT use for routine edits — finalize auto-runs at next SessionStart. Requires claude + git.

153 3d ago A 54 tokens original MIT

map-release

15

azalio/map-framework

Skill Claude CodeCodex

Execute the mapify-cli package release workflow with validation gates and PyPI publication. Use when shipping a new MAP Framework release. Do NOT use for ordinary feature work; use map-efficient.

153 3d ago A 40 tokens original MIT

map-resume

16

azalio/map-framework

Skill Claude CodeCodex

Resume an interrupted MAP workflow from .map/ /stepstate.json checkpoint. Use when returning after context exhaustion, /clear, or a session crash mid-workflow. Do NOT use to start new work; use map-plan or map-efficient.

153 3d ago A 53 tokens original MIT

map-skill-eval

17

azalio/map-framework

Skill Claude CodeCodex

Evaluate a /map- skill's trigger accuracy and cost. Use when asked to measure skill trigger accuracy, run an eval-set, or check token/duration cost via mapify skill-eval. Do NOT use to plan or implement; use map-plan or map-efficient.

153 3d ago A 61 tokens original MIT

map-so-search

18

azalio/map-framework

Skill Claude CodeCodex

Opt-in, off-by-default read-only prior-art search against Stack Overflow for Agents (SOFA). Use when you want to search validated prior art on Stack Overflow for Agents for the current task before implementing, and SOFA has been enabled via mapify init --sofa. Degrades to a no-op when unauthenticated. All results…

153 3d ago A 131 tokens original MIT

map-state

19

azalio/map-framework

Skill Claude CodeCodex

Branch-scoped MAP planning in .map/. Use when the user needs a persistent task plan, progress tracking, or resume support across sessions. Keeps focus synced before edits. Do NOT use for tiny one-shot tasks.

153 3d ago A 47 tokens original MIT

map-task

20

azalio/map-framework

Skill Claude CodeCodex

Execute a single subtask from an existing MAP plan via Actor and Monitor. Use when map-plan has decomposed work and you want fine-grained control over one subtask. Do NOT use without an existing plan; run map-plan first.

153 3d ago A 51 tokens original MIT

map-tdd

21

azalio/map-framework

Skill Claude CodeCodex

TDD MAP workflow: write tests from the spec FIRST, then implement, so tests validate intent not implementation. Use when correctness is critical (auth, payments, data integrity). Do NOT use without a spec; use map-efficient instead.

153 3d ago A 51 tokens original MIT

map-tokenreport

22

azalio/map-framework

Skill Claude CodeCodex

Show per-subtask/agent token accounting (input, output, cache read/creation, cost, cache-hit ratio) for the current branch. Supports --dashboard (box-drawing visual), --history (trends), --estimate (cost projection), --json / --csv export, and --finalize (record session snapshot). Use when asked for token usage, run…

153 3d ago A 98 tokens original MIT

map-wayfind

23

azalio/map-framework

Skill Claude CodeCodex

Decision-frontier wayfinding: build and work a durable map of open design decisions BEFORE planning, for large or foggy efforts where /map-plan would force premature decomposition. Use when a task is too big or too vague to decompose — many unknowns, tangled decisions, or "I'm not even sure what to build yet" — and…

153 3d ago A 182 tokens original MIT