map-fast
SolidMinimal workflow for small, low-risk changes — no planning, no learning
Install
Quality Score: 84/100
Skill Content
Details
- Author
- azalio
- Repository
- azalio/map-framework
- Created
- 11 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
map-efficient
State-machine MAP execution workflow for Codex. Use when implementing an approved MAP plan end to end, resuming from branch MAP task_plan or step_state.json artifacts, or running non-trivial multi-subtask work. Use map-fast for tiny one-shot edits.
map-auto
Single-entry autonomous autopilot: routes a task through the existing MAP workflows via `route_task`, 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 dangerous_action/safety_guardrail holds. Use when you want the whole pipeline to run unattended from a single task description, without babysitting phase-by-phase invocation. Do NOT use when you want to review or edit the plan before execution (run /map-plan then /map-efficient yourself instead), when the task is trivial (use /map-fast directly), or when you need a PR opened or merged -- the autopilot always stops at a committed branch and never creates or merges a PR.
map-state
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.