skills/deprecated/mpx-execute/SKILL.md
Execute checklist tasks in grouped loops with executor/reviewer/checker agents and conditional frontend verification. Use when: "execute checklist", "run this task list", "complete unchecked tasks"
npx skillsauth add MartinoPolo/mpx-claude-code mp-executeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Execute tasks using grouped agentic loops.
/mp-execute CHECKLIST_MARTIN1.md/mp-execute mpx, /mp-execute mpx phase 2, /mp-execute mpx task*.md in project root containing unchecked tasks (- [ ]) as others..mpx/ROADMAP.md + phase CHECKLIST.md filesHANDOFF.md from project root if presentHANDOFF.mdmp-executor for all task groupsHANDOFF.md after successful read (ephemeral lifecycle)If first argument is mpx:
.mpx/ROADMAP.md.mpx/phases/*/CHECKLIST.mdOtherwise:
- [ ])In MPX mode, group per phase section/order; in checklist mode, group within the provided file.
Spawn mp-checks-detector to detect runnable check commands (build, typecheck, lint, format...) and package manager:
For each group:
mp-executor agent with:
mp-reviewer-code-qualitymp-reviewer-best-practicesmp-reviewer-spec-alignment with task specmp-checker agent with detected check commandsmp-executor in fix mode with explicit scoped tasks only:
AGENTS.md or task context 2) direct detector call: bash $HOME/.claude/skills/mp-execute/scripts/detect-project-scripts.sh . -c frontend
mp-chrome-devtools-tester with instruction on what to visually test and where + auth context if availablemp-executor in fix mode with explicit scoped tasks from tester failures, then re-run tester. Repeat up to 3 times or until clean[x]## Blockers (or inline unresolved note)git status + git diff --stat to review changesgit log --oneline -5 to match repo commit stylegit add <specific-files> — prefer specific files, avoid sensitive files (.env, credentials)git commit -m "type(scope): description" — conventional commit, scoped to this group's tasks (e.g., feat(scope): implement auth flow)--amend, imperative mood, subject under 72 charsIn MPX mode, update phase CHECKLIST.md and roadmap phase status where relevant.
When a phase becomes complete, keep ROADMAP records minimal:
## Phases (mark complete)## Phase Details focused on incomplete/blocked phases onlyAfter all tasks are completed or unresolved, run full gate:
mp-reviewer-code-qualitymp-reviewer-best-practicesmp-reviewer-spec-alignmentmp-reviewer-securitymp-reviewer-performancemp-reviewer-error-handlingmp-checker agentmp-executor in fix mode with explicit scoped tasks from findings and failed checksmp-chrome-devtools-tester as final frontend verification (same 3-iteration resolver loop)[x], unresolved notes, blockers)git status + git diff --stat to review changesgit log --oneline -5 to match repo commit stylegit add <specific-files> — prefer specific files, avoid sensitive filesgit commit -m "type(scope): description" — conventional commit--amend, imperative mood, subject under 72 charsmp-docs-updater agent with list of changes to update docsIf blocker persists (unresolved errors, repeated failures, context limits, long fix loops):
Mode: [checklist|mpx]
Source: [checklist path | phase(s)]
Groups: [N]
Completed:
- [task]
Unresolved:
- [task] — [reason]
Checks:
- typecheck: pass/fail
- lint: pass/fail
- build: pass/fail
Review:
- minimal: pass/fail
- full: pass/fail
development
Audit all active skills for consistency, convention drift, and common issues. Auto-fixes where possible, reports remaining issues. Use when: "audit skills", "skill audit", "check skills", "lint skills"
testing
Ship finished work: sync base, commit, push, PR, wait for CI green, merge. Use when: "ship it", "ship and merge", "ship this"
development
Scan recent Claude Code sessions for grilling/design discussions, extract decisions, and update CONTEXT.md + DECISIONS.md. Use when: "harvest decisions", "extract decisions from sessions", "update docs from sessions", "sync decisions"
tools
Consolidate CONTEXT.md: remove duplicates, outdated items, tighten language. Use when: "consolidate context", "clean up context", "simplify context", "consolidate requirements"