Skip to content

features

Douwe de Vries edited this page Jul 2, 2026 · 1 revision

Features

Active contributors: ddv1982

Flow's user-visible features are the planning loop, execution gates, managed skill setup, review and validation evidence, and parallel worker guidance. Most features span src/, skills/, and tests/, so this section follows capabilities rather than directories.

Feature map

Feature Main paths
Flow loop skills/flow/SKILL.md, src/runtime/api.ts, src/runtime/transitions.ts
Planning and approval skills/flow-plan/SKILL.md, src/runtime/schema.ts, src/runtime/transitions.ts
Execution and completion skills/flow-run/SKILL.md, src/runtime/api.ts, src/runtime/transitions.ts
Review and validation skills/flow-review/SKILL.md, skills/flow-test/SKILL.md, src/runtime/schema.ts
Managed skills src/distribution/sync.ts, src/distribution/flow-skill-definitions.ts, skills/
Parallel orchestration src/config-shared.ts, skills/flow/references/parallel-orchestration.md

Coverage decision

No apps/ or workspace packages/ lens is used because this repository ships one npm package and one OpenCode plugin runtime. The package and CLI are covered under CLI and package, and the runtime concepts are covered under Primitives.

Related pages: Systems, Flow tools, and Architecture.

Clone this wiki locally