# Parallel Workflows

Use this workflow when independent subtasks can run side-by-side, or when multiple judgments improve confidence.

## Choose this workflow when

- work units are independent
- latency or coverage improves with parallel execution
- aggregation can be described clearly

## Common forms

1. `sectioning`: split a task into independent work units.
2. `voting`: run multiple judgments and aggregate them.

## Required contract

1. Unit of parallel work.
2. Merge or vote rule.
3. Conflict handling.
4. Cost or latency cap.
