From claude-mem
Orchestrates subagents to execute phased plans: deploys for implementation, verification, anti-pattern checks, code quality review, and commits only after passing checks.
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 alpha101001/claude-mem-personal --plugin 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 written implementation plans by delegating all code tasks to subagents with dependency-aware dispatch, context preservation, review checkpoints, and lower-cost models.
Executes implementation plans by splitting into ≤5 steps: implement, test, code review per step via subagents. Ensures clean, extensible, high-quality code.