flow-next-audit
Audit `.flow/memory/` entries against the current codebase and decide Keep / Update / Consolidate / Replace / Delete / Harden per entry. Triggers on…
Deprecated alias for flow-next-flow --auto --tick, removed next release. Invoke /flow-next:flow --auto.
$ npx -y skills add gmickel/flow-next --skill flow-next-pilot --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/flow-next-pilotContext preview
The summary Claude sees to decide when to auto-load this skill.
Deprecated alias for flow-next-flow --auto --tick, removed next release. Invoke /flow-next:flow --auto.
name: flow-next-pilot description: Deprecated alias for flow-next-flow --auto --tick, removed next release. Invoke /flow-next:flow --auto. user-invocable: false disable-model-invocation: true
Print exactly one line to stderr, then invoke the `flow-next-flow` skill with the arguments rewritten as below:
echo "pilot is now flow --auto --tick; this alias is removed in the next release" >&2
Argument mapping (every pilot argument has a place; nothing is dropped):
| Pilot argument | Flow argument | |---|---| | `--spec <id>` or `--spec=<id>` | the positional `<id>` | | `--backlog` or `--auto` (pilot's backlog switch) | `--backlog` | | `--dry-run` | `--explain` (`--dry-run` is also accepted for this release) | | `--review=<backend>`, `--research=<grep|rp>`, `--depth=<level>`, `--until=merge` | passed through unchanged |
Repeatable agentic engineering. The workflow layer that turns AI coding agents into a disciplined factory: durable specs, fresh-context workers, adversarial cross-model reviews, receipts. Everything in your repo, zero dependencies. Claude Code · Codex · Cursor · Droid.
Audit `.flow/memory/` entries against the current codebase and decide Keep / Update / Consolidate / Replace / Delete / Harden per entry. Triggers on…
Synthesize the current conversation context into a flow-next spec at `.flow/specs/<spec-id>.md` via `flowctl spec create + spec set-plan` — agent-native,…
Decision-map discovery for one oversized/unclear idea before capture. Triggers on /flow-next:chart with an unshaped idea, chart id, decision pin, --status, or…
Show spec dependency graph and execution order. Use when asking 'what's blocking what', 'execution order', 'dependency graph', 'what order should specs run',…
Drive any UI surface like a real user - a web app, a Chromium-backed desktop app (Electron / WebView2, reached over CDP), or a genuinely native app (macOS…
Export RepoPrompt context to a markdown file for review with an external LLM (ChatGPT, Claude web, etc.). Use when you want Carmack-level review but prefer an…