From ultrabrain
Generates a phased LLM-friendly implementation plan for a feature or task, with documentation discovery, copy-based tasks from docs, anti-pattern guards, and verification checklists.
How this command is triggered — by the user, by Claude, or both
Slash command
/ultrabrain: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 econlab-ai/ultrabrain --plugin ultrabrain/make-planGenerates a phased LLM-friendly implementation plan for a feature or task, with documentation discovery, copy-based tasks from docs, anti-pattern guards, and verification checklists.
/planCreates detailed implementation plans interactively through research docs, file reads, and user dialog for features, refactors, or integrations.
/create_planCreates detailed implementation plans interactively by analyzing tickets, reading codebase files fully, gathering historical context, and spawning research agents.
/makeCreates structured implementation plan in docs/plans/yyyymmdd-<task-name>.md for described feature or task via interactive context gathering and focused questions.
/implementation-from-deep-researchCreates detailed implementation plans from tickets or files via deep codebase research, full file reads, and interactive analysis.
/prp-planGenerates feature implementation plan via codebase exploration, analysis, and web research. For PRD files, parses phases and selects next actionable one based on status and dependencies.