From claude-mem
Generates a structured implementation plan with documentation discovery, phased tasks, and verification. Uses subagents for fact-gathering while orchestrator handles synthesis.
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-mem:make-plan [feature or task description]The 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 codystewart1986-cmd/claude-mem --plugin claude-mem20plugins reuse this command
First indexed Jan 25, 2026
Showing the 6 earliest of 20 plugins
/make-planGenerates a structured implementation plan with documentation discovery, phased tasks, and verification. Uses subagents for fact-gathering while orchestrator handles synthesis.
/implementation-from-deep-researchCreates detailed implementation plans from research findings or ticket references through an interactive, iterative process that reads files and spawns research tasks.
/create_planCreates detailed implementation plans through interactive research and iteration. Analyzes tickets, codebase context, and historical data to produce comprehensive technical specifications.
/makeGathers context and creates a structured implementation plan in docs/plans/, asking focused questions to determine goal, scope, constraints, and testing approach.
/plannerResearches codebase structure, dependencies, and patterns then produces a detailed step-by-step implementation plan as a Markdown file. Passes structured handoff to /plan-review.
/create_planCreates detailed implementation plans interactively by researching tickets, task descriptions, and codebase using specialized analysis agents.