Every flow-next skill, grouped by where it sits in the pipeline. The pipeline is a menu, not a rail — use the smallest sufficient workflow: each skill runs standalone, and each stage can be skipped, reordered, or prompted into.
The Invocation column shows the canonical form. You do not have to type it — every skill is triggered by describing what you want, and every flag has a plain-language equivalent (the cookbook shows the pairs). Say “make a spec from what we discussed” and capture runs; the command is just the precise version.
| Skill | Invocation | What it does |
|---|
| Strategy | /flow-next:strategy | Create and maintain STRATEGY.md — the product anchor downstream skills read for grounding. |
| Prospect | /flow-next:prospect | Generate ranked candidate ideas grounded in the repo, upstream of planning. |
| Capture | /flow-next:capture | Synthesize a conversation into a spec with source-tagged R-IDs and mandatory read-back. |
| Interview | /flow-next:interview | Refine a spec via symmetric Q&A — business and technical passes, append-only R-IDs. |
| Skill | Invocation | What it does |
|---|
| Plan | /flow-next:plan | Research scouts in parallel; a structured plan with R-ID coverage; tasks sized for one work-loop iteration. |
| Plan Review | /flow-next:plan-review | Carmack-level adversarial review of a spec before any work starts. |
| Deps | /flow-next:deps | Show the spec dependency graph, execution order, and parallelizable phases. |
| Sync | /flow-next:sync | Manually trigger plan-sync to update downstream task specs after implementation drift. |
| Skill | Invocation | What it does |
|---|
| Work | /flow-next:work | Execute a spec — worker subagent per task, re-anchor every iteration, plan-sync after each. |
| Impl Review | /flow-next:impl-review | Carmack-level cross-model review of the implementation diff, with a fix loop until SHIP. |
| QA | /flow-next:qa | Live-app QA pass that drives the running app and derives its scenarios from the spec. |
| Skill | Invocation | What it does |
|---|
| Make PR | /flow-next:make-pr | Render a cognitive-aid PR body — R-ID coverage table, critical changes, decision context. |
| Resolve PR | /flow-next:resolve-pr | Resolve PR review feedback — fetch threads, triage, dispatch resolver agents, reply + resolve. |
| Spec Completion Review | /flow-next:spec-completion-review | Verify the combined implementation of all tasks satisfies the spec requirements. |
| Skill | Invocation | What it does |
|---|
| Pilot | /flow-next:pilot | The build loop — one ready spec, one pipeline stage per tick, driven by your host’s /loop or /goal. |
| Land | /flow-next:land | The ship loop — babysits the build loop’s draft PRs through CI, review convergence, merge, and release. |
| Ralph Init | /flow-next:ralph-init | Scaffold the hardened Ralph harness — fresh session per iteration, hook-enforced guardrails. |
| Skill | Invocation | What it does |
|---|
| Tracker Sync | /flow-next:tracker-sync | Project a spec to Linear, GitHub, GitLab, or Jira and reconcile two-way — the spec stays the source of truth. |
| Skill | Invocation | What it does |
|---|
| Setup | /flow-next:setup | Optional local install of flowctl plus CLAUDE.md / AGENTS.md instructions. |
| Prime | /flow-next:prime | Opinionated agent-readiness assessment — verdict first, ranked next-actions. |
| Audit | /flow-next:audit | Review .flow/memory/ against the current codebase — Keep / Update / Consolidate / Replace / Delete per entry. |
| Map | /flow-next:map | Semantic feature index of the repo (wraps clawpatch) — opt-in convenience consumed by scouts. |
| Memory Migrate | /flow-next:memory-migrate | Lift legacy flat memory files into the categorized YAML schema. |
| Skill | Invocation | What it does |
|---|
| Worktree Kit | dispatched on demand | Manage git worktrees for parallel feature work, isolated review, and clean workspaces. |
| Export Context | dispatched on demand | Export a review prompt for external LLMs (ChatGPT Pro, Claude web, Gemini). |
| RP Explorer | dispatched on demand | Token-efficient codebase exploration using the RepoPrompt CLI. |
| Tasks & Inventory | conversational | ”Show me my tasks” — conversational access to specs and tasks in .flow/. |
| Drive | dispatched by QA | Surface-aware UI automation — picks the best available driver per surface, degrading gracefully. |
Skills are the judgment layer; the mechanical substrate is the flowctl CLI, which every skill calls for state, receipts, and validation.