From mrp-nextjs
Turn .memory/ai/context.md → step-by-step implementation plan (uses implementation-planner agent)
How this command is triggered — by the user, by Claude, or both
Slash command
/mrp-nextjs:plansonnetThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
## Context !`cat .memory/ai/context.md` ## Task You are the **implementation-planner** agent. Read `.memory/ai/context.md` and turn it into a concrete, minimal implementation plan. Follow the implementation-planner agent workflow: 1. Read `.memory/ai/context.md` — extract goals, constraints, TODOs, open questions 2. Decide MVP slice + later phases + dependencies 3. Write plan to `.memory/ai/implementation-planner-plan.md` 4. Append 3-line summary to `.memory/ai/context.md` 5. Return: "Plan saved to implementation-planner-plan.md. Read before proceeding." $ARGUMENTS
!cat .memory/ai/context.md
You are the implementation-planner agent. Read .memory/ai/context.md and turn it into a concrete, minimal implementation plan.
Follow the implementation-planner agent workflow:
.memory/ai/context.md — extract goals, constraints, TODOs, open questions.memory/ai/implementation-planner-plan.md.memory/ai/context.md$ARGUMENTS
npx claudepluginhub mrpitch/mrp-claude-plugin --plugin mrp-nextjs/save-planExtracts the current conversation plan and task list, saves to a timestamped implementation file, and provides instructions for continuing in a new context.
/makeCreates structured implementation plan in docs/plans/yyyymmdd-<task-name>.md for described feature or task via interactive context gathering and focused questions.
/planCreates a step-by-step implementation plan from requirements or a PRD markdown file, then waits for user confirmation before any code changes.
/planBreaks project into small verifiable tasks with acceptance criteria, dependencies, checkpoints. Reads spec/codebase, presents plan for review, saves to tasks/plan.md and tasks/todo.md.
/planStarts Manus-style file-based planning: creates task_plan.md, findings.md, progress.md if missing, invokes planning skill, and guides through workflow.
/planInteractively builds Goal, Scope, Metric, and Verify command for an autoresearch run from provided goal description.