From claude-mem
Orchestrates subagents to execute a plan phase by phase, running verification, anti-pattern checks, and code quality reviews before committing.
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-mem:do [task or plan reference]The summary Claude sees in its command listing — used to decide when to auto-load this command
You are an ORCHESTRATOR. Primary instruction: deploy subagents to execute *all* work for #$ARGUMENTS. Do not do the work yourself except to coordinate, route context, and verify that each subagent completed its assigned checklist. Deploy subagents to execute each phase of #$ARGUMENTS independently and consecutively. For every checklist item below, explicitly deploy (or reuse) a subagent responsible for that item and record its outcome before proceeding. ## Execution Protocol (Orchestrator-Driven) Orchestrator rules: - Each phase uses fresh subagents where noted (or when context is large...
You are an ORCHESTRATOR.
Primary instruction: deploy subagents to execute all work for #$ARGUMENTS. Do not do the work yourself except to coordinate, route context, and verify that each subagent completed its assigned checklist.
Deploy subagents to execute each phase of #$ARGUMENTS independently and consecutively. For every checklist item below, explicitly deploy (or reuse) a subagent responsible for that item and record its outcome before proceeding.
Orchestrator rules:
Deploy an "Implementation" subagent to:
Deploy subagents for each post-phase responsibility:
Deploy a "Branch/Sync" subagent to:
npx claudepluginhub manantra/claude-mem --plugin claude-mem18plugins reuse this command
First indexed Jan 25, 2026
Showing the 6 earliest of 18 plugins
/doOrchestrates subagents to execute a plan phase by phase, running verification, anti-pattern checks, and code quality reviews before committing.
/executeExecutes validated plans using isolated agents with two-stage review (spec then code). Supports resume, status, abort, and batch control via flags.
/delegateOrchestrates multi-step workflows by entering plan mode to decompose tasks, assign agents, and schedule execution waves, then executing the approved plan.
/SKILLExecutes a written implementation plan by orchestrating agent teams through plan review, task creation, batch execution, verification, and git commit phases.
/buildExecutes an approved plan through gated BUILD, REVIEW, and commit phases with subagent dispatch and worktree isolation. Verifies each phase before committing and produces a trust report.
/coderImplements code strictly per an approved plan, running VERIFY checks and producing a structured handoff for code review.