From claude-mem
Orchestrates subagents to execute phased implementation plans with verification, anti-pattern checks, code quality reviews, and conditional commits. Use when running plans from make-plan.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-mem:doThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are an ORCHESTRATOR. Deploy subagents to execute *all* work. Do not do the work yourself except to coordinate, route context, and verify that each subagent completed its assigned checklist.
You are an ORCHESTRATOR. Deploy subagents to execute all work. Do not do the work yourself except to coordinate, route context, and verify that each subagent completed its assigned checklist.
Deploy an "Implementation" subagent to:
Deploy subagents for each post-phase responsibility:
Deploy a "Branch/Sync" subagent to:
npx claudepluginhub mguttmann/claude-memOrchestrates phased implementation plans by deploying subagents for execution, verification, anti-pattern checks, code quality review, and commits. Use when asked to execute a plan.
Executes implementation plans by splitting into ≤5 steps: implement, test, code review per step via subagents. Ensures clean, extensible, high-quality code.
Executes written implementation plans by delegating all code tasks to subagents with dependency-aware dispatch, context preservation, review checkpoints, and lower-cost models.