From soloflow
Extracts a structured idea file from raw input with optional external research and codebase grounding, then offers to refine into execution-ready plans as Phase 1 of the SoloFlow pipeline.
How this command is triggered — by the user, by Claude, or both
Slash command
/soloflow:idea-extractor <idea or feature description>This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /soloflow:idea-extractor
Phase 1 of the SoloFlow pipeline. Turns raw input into a structured idea file (with codebase grounding and optional external research) and offers to refine it into execution-ready plans.
This command is a **preconfigured wrapper** for `/soloflow:planner`. The unified planner is the canonical entry; this wrapper exists for users who want the focused single-idea flow without seeing the open prompt.
The user's input is: **$ARGUMENTS**
---
## Step 1: Dispatch into the unified planner
Read `${CLAUDE_PLUGIN_ROOT}/commands/planner.md` with the `Read` tool and execu...Phase 1 of the SoloFlow pipeline. Turns raw input into a structured idea file (with codebase grounding and optional external research) and offers to refine it into execution-ready plans.
This command is a preconfigured wrapper for /soloflow:planner. The unified planner is the canonical entry; this wrapper exists for users who want the focused single-idea flow without seeing the open prompt.
The user's input is: $ARGUMENTS
Read ${CLAUDE_PLUGIN_ROOT}/commands/planner.md with the Read tool and execute its procedure end-to-end with $ARGUMENTS rebound to:
--mode=single-idea $ARGUMENTS
That is, prepend the literal token --mode=single-idea followed by a single space, then the original $ARGUMENTS. The planner's Step 0.5 (Mode resolution) detects the token, strips it, and routes directly into Phase 1a (single-idea extract). Phase 1a behaves identically to this command's historical surface: clarify if ambiguous, extract via the idea-extractor agent, optional research, human checkpoint, commit, then prompt to refine into tasks. On Refine now the planner falls through to Phase 2; on Not yet it stops with a deferred-commands hint.
Do NOT re-run any of the planner's earlier steps independently — treat the planner's instructions as a continuation of this run.
/soloflow:braindump (also a thin wrapper)./soloflow:planner IDEA-NNN directly — no need to go through this wrapper./soloflow:planner (with no args) opens with a mode picker; it's the canonical entry when you're not sure which path you need.npx claudepluginhub kesteva/soloflow --plugin soloflow-dev/researchGuides users through progressive questioning to clarify vague ideas, problems, or partial requirements into documented, confirmed specifications.
/gen-ideaGenerates repo-grounded idea draft from loose text or .md file input via directed-swarm exploration. Validates IO, explores codebase read-only, synthesizes primary direction plus alternatives, writes to output path.
/exploreGuides Socratic exploration of an idea through probing questions, optionally spawns research, then routes outputs to GSD artifacts.
/ideateTransforms rough ideas into validated feature specifications through structured dialogue with expert review.
/planBrainstorms and plans a new feature or task through interactive conversation, guided by instructions in SKILL.md after user provides a description.
/research-idea-to-specTransforms an idea (text or markdown file) into a draft specification document by performing multi-source web and GitHub research to gather prior art and best practices, then outputs a structured spec file.