flow

/flow-config

Phase: Any (utility command)

Usage: /flow-config

Display-only. Reads .flow.json from the project root and shows the current FLOW configuration: version, framework, and per-skill autonomy settings.


What It Shows

A table of all 7 configurable skills with their autonomy settings across two axes:

Phase skills that commit (Code, Code Review, Learn) have both axes. Phase skills that don’t commit (Start, Plan) only have Continue. Utility skills (Abort, Complete) have a single mode value shown under Commit. The /flow-commit skill is not configurable — it defaults to auto and can be overridden with --manual.

Any setting can be overridden at invocation time with --auto or --manual flags.


See Also