From flux
Drafts a structured build plan from a short request by invoking the flux-plan skill. Accepts optional --research and --review flags.
How this command is triggered — by the user, by Claude, or both
Slash command
/flux:plan <idea or fn-N> [--research=rp|grep] [--review=rp|export|none]flux/The summary Claude sees in its command listing — used to decide when to auto-load this command
## Step 0: Version Check (silent, non-blocking) Run the version check script silently. If an update is available, show a brief notice but continue: If `update_available` is true, print once at the start: Then continue with the command. Do NOT block or prompt - just inform. --- # IMPORTANT: This command MUST invoke the skill `flux-plan` The ONLY purpose of this command is to call the `flux-plan` skill. You MUST use that skill now. **User request:** $ARGUMENTS Pass the user request to the skill. The skill handles all planning logic.
Run the version check script silently. If an update is available, show a brief notice but continue:
UPDATE_INFO=$(bash "${DROID_PLUGIN_ROOT:-${CLAUDE_PLUGIN_ROOT:-$(git rev-parse --show-toplevel 2>/dev/null || pwd)}}/scripts/version-check.sh" 2>/dev/null || echo '{"update_available":false}')
If update_available is true, print once at the start:
📦 Flux update available (vLOCAL → vREMOTE). Update Flux from the same source you installed it from, then restart your agent session.
Then continue with the command. Do NOT block or prompt - just inform.
flux-planThe ONLY purpose of this command is to call the flux-plan skill. You MUST use that skill now.
User request: $ARGUMENTS
Pass the user request to the skill. The skill handles all planning logic.
/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.
/planRestates requirements, assesses risks, creates step-by-step implementation plan with phases, dependencies, complexity estimates, and waits for user confirmation.
/planCaptures user intent, analyzes requirements, and generates a weighted execution plan saved to .claude/session-plan.md. Does not execute — plans are saved for review or later execution via /octo:embrace.
npx claudepluginhub nairon-ai/flux --plugin flux