From claude-mem
Orchestrates phased implementation plans by deploying subagents for execution, verification, anti-pattern checks, code quality review, and commits. Use when asked to execute a 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 thedotmack/claude-mem --plugin claude-memExecutes 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.
Executes approved technical plans phase by phase using background sub-agents, verification checkpoints, and configurable autonomy modes. Useful for structured implementation with user oversight.