Skip to content
Development
Skill

/flow-next-pilot

Deprecated alias for flow-next-flow --auto --tick, removed next release. Invoke /flow-next:flow --auto.

From plugin
flow-next
69633 skills21 agents29 commands
Install
$ npx -y skills add gmickel/flow-next --skill flow-next-pilot --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/flow-next-pilot

Context 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.

SKILL.md

flow-next-pilot.SKILL.md
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

`/flow-next:pilot` is now `/flow-next:flow --auto --tick`

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 |

Ships withflow-next

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.

Get the whole plugin

Other skills on flow-next.