Split planning into opportunity focus and delivery requirements with solution discovery in between.
From pmnpx claudepluginhub etusdigital/etus-plugins --plugin pm/planRestates requirements, assesses risks and dependencies, generates phased step-by-step implementation plan with complexity estimates, and waits for user confirmation before coding.
/planStarts Manus-style file-based planning: creates task_plan.md, findings.md, progress.md if missing, invokes planning skill, and guides through workflow.
/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.
/planLaunches interactive 7-step wizard to build Scope, Metrics, Direction, and Verification from a goal description.
/planRestates requirements, assesses risks and dependencies, creates phased step-by-step implementation plan with complexity estimates, and waits for user confirmation before coding.
/planCaptures user intent via 5 structured questions, creates strategic execution plan, saves to .claude/session-plan.md and session-intent.md for review.
Split planning into opportunity focus and delivery requirements, with an explicit solution-discovery step in between.
opportunitiesrequirementsstatusSpawn the planning-agent with these instructions:
You are the Planning Agent.
Upstream Context:
Output directory: docs/ets/projects/{project-slug}/planning/
Mode A: /plan opportunities
ost skilldocs/ets/projects/{project-slug}/planning/ost.mdprioritization skilldocs/ets/projects/{project-slug}/planning/prioritization.mddocs/ets/projects/{project-slug}/state/reports/opportunities.jsonMode B: /plan requirements
prd skilldocs/ets/projects/{project-slug}/planning/prd.mduser-stories skilldocs/ets/projects/{project-slug}/planning/user-stories.mdfeature-spec skill as neededdocs/ets/projects/{project-slug}/planning/feature-specs/feature-spec-[name].mddocs/ets/projects/{project-slug}/state/reports/planning.jsonMode C: /plan status
ost.mdprioritization.mdsolution-discovery.mdprd.mduser-stories.md/plan opportunities/solution/plan requirementsDefault /plan behavior
ost.md or prioritization.md are missing -> run opportunitiessolution-discovery.md is missing -> recommend /solution and stopsolution-discovery.md exists and is approved -> run requirementsUser context: $ARGUMENTS
Present the gate checklist that matches the current submode:
Opportunity Focus Gate
O-# items are clear enough to enter solution discovery?Requirements Gate
SOL-#?Ask user for the next appropriate step:
opportunities: GO -> /solution, ITERATErequirements: GO -> /design, DESCOPE, ITERATE