bugfix
49Command
Identify, resolve, and verify a bug. Spawns bug-investigator → executor → shadow-verifier in sequence.
Command
Identify, resolve, and verify a bug. Spawns bug-investigator → executor → shadow-verifier in sequence.
Command
Propose learnings from completed sprint(s) in three buckets (clean-ups, backlog tasks, CLAUDE.md improvements) plus optional SoloFlow self-improvement feedback (tester mode), then apply what the user approves. Batches multiple pending sprints into one merged proposal when --all or multi-select subset is used.
Command
Walk through SoloFlow configuration and adjust settings interactively.
Command
Clean up .soloflow/ state cruft (orphan plans, ghost sprint entries, stale stuck files, mid-commit settle crashes, empty epics, malformed queue entries).
Command
Extract a structured idea from raw input, with optional external research.
Command
Scaffold or repair the .soloflow/ state directory and run the setup wizard.
Command
Unattended backlog-drain mode — runs executor → verifier → code-reviewer loops on all ready tasks, logs stuck/human-needed, never prompts. Visual verify off; parallel by default.
Command
Survey the project and create missing CLAUDE.md, ARCHITECTURE.md, and CODE-PATTERNS.md so future agents have shared context to load on entry.
Command
Plan a new idea, braindump multiple items, or refine an existing idea into execution-ready tasks.
Command
Deep-clean the codebase — remove dead code, trim CLAUDE.md files, and verify no regressions.
Command
Lightweight bugfix path — skip refinement, go straight to executor + verifier.
Command
Triage pending human-review items — resolve cruft, walk Decisions/Actions/Testing/Deferred Visual buckets, refine found issues into backlog tasks.
Command
Generate a phased roadmap from a project vision, with deep questioning, parallel research, and epic generation.
Command
Run /soloflow:sprint with /soloflow:compound interleaved before the merge choice — one end-to-end flow with a single final merge prompt.
Command
Run an execution sprint over ready tasks in the backlog.
Command
Show current SoloFlow sprint state and task progress.
Command
Summarize the backlog as a one-line-per-task roadmap, grouped by epic.
Command
Re-sync MCP-dependent agent shadows in .claude/agents/ against the current plugin version.
Command
Check for SoloFlow updates, run pending state migrations, and show the right install command.
Command
Run standalone visual verification using Maestro MCP (mobile, falls back to CLI) and/or Playwright MCP (web).
Command
Smoke-test visual verification — verify Maestro (mobile) and Playwright (web) are working end-to-end.
Hook
Runs when a session starts, executing session-start.js via node. From kesteva/soloflow.
Hook
Runs after a tool call finishes for Write and Edit tool calls, executing post-tool-use.js and context-monitor.js via node (2 commands). From kesteva/soloflow.
Hook
Runs when a task is marked completed, executing task-completed.js via node. From kesteva/soloflow.