> Source: https://orchestra-mcp.dev/docs/discovery-driven-flow

# Discovery-Driven Outcome Flow

> This methodology is now delivered as an installable pack rather than hardcoded MCP tools.

## Where to find it

The discovery flow is implemented in [`packs/pack-flow/`](https://github.com/orchestra-mcp/framework/blob/HEAD/packs/pack-flow) as a set of skills (markdown-based instructions) that manage flow state using local `.flow/` files.

Install it with:

```bash
orchestra pack install orchestra-mcp/pack-flow
```

See the pack's [README](https://github.com/orchestra-mcp/framework/blob/HEAD/packs/pack-flow/README.md) for full documentation on the three operating modes (Discovery, Outcome, Scale), hypothesis-driven cycles, experiments, and review workflows.
