npx claudepluginhub nairon-ai/flux --plugin flux<idea or fn-N> [--research=rp|grep] [--review=rp|export|none]flux//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.
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.