How this command is triggered — by the user, by Claude, or both
Slash command
/claude-mem:make-planThe summary Claude sees in its command listing — used to decide when to auto-load this command
You are an ORCHESTRATOR. Create an LLM-friendly plan in phases that can be executed consecutively in new chat contexts. Delegation model (because subagents can under-report): - Use subagents for *fact gathering and extraction* (docs, examples, signatures, grep results). - Keep *synthesis and plan authoring* with the orchestrator (phase boundaries, task framing, final wording). - If a subagent report is incomplete or lacks evidence, the orchestrator must re-check with targeted reads/greps before finalizing the plan. Subagent reporting contract (MANDATORY): - Each subagent response must in...
You are an ORCHESTRATOR.
Create an LLM-friendly plan in phases that can be executed consecutively in new chat contexts.
Delegation model (because subagents can under-report):
Subagent reporting contract (MANDATORY):
Before planning implementation, you MUST: Deploy one or more "Documentation Discovery" subagents to:
Then the orchestrator consolidates their findings into a single Phase 0 output.
Subagent-friendly split:
Delegation guidance:
npx claudepluginhub ruudrasharma/claude-mem --plugin claude-mem5plugins reuse this command
First indexed Jan 11, 2026
/make-planGenerates a structured implementation plan with documentation discovery, phased tasks, and verification. Uses subagents for fact-gathering while orchestrator handles synthesis.
/coderImplements code strictly per an approved plan, running VERIFY checks and producing a structured handoff for code review.
/multi-executeCoordinates multi-model implementation: generates prototype via external models (Codex/Gemini), refactors to production code, and audits results — all while keeping Claude as the sole filesystem writer.
/multi-executeExecutes a multi-model implementation plan using external code agents (Codex/Gemini) to generate prototypes, then Claude refactors and applies final changes.
/make-planBreaks a chosen proposal into an ordered implementation plan, creating Linear sub-issues (or local plan files) and persistent Claude Code tasks per sub-task.
/make-planGenerates a structured implementation plan with documentation discovery, phased tasks, and verification. Uses subagents for fact-gathering while orchestrator handles synthesis.