Skip to content
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

FeatureMain paths
Flow loopskills/flow/SKILL.md, src/runtime/api.ts, src/runtime/transitions.ts
Planning and approvalskills/flow-plan/SKILL.md, src/runtime/schema.ts, src/runtime/transitions.ts
Execution and completionskills/flow-run/SKILL.md, src/runtime/api.ts, src/runtime/transitions.ts
Review and validationskills/flow-review/SKILL.md, skills/flow-test/SKILL.md, src/runtime/schema.ts
Managed skillssrc/distribution/sync.ts, src/distribution/flow-skill-definitions.ts, skills/
Parallel orchestrationsrc/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