# Workflows

Workflow docs describe how to approach a class of task. Load a workflow doc **in addition to** the relevant topical docs (vendor, protocol, etc.).

## Available

- [Audit](https://docs.artofinfra.com/workflows/audit.md): reviewing an existing config against best-practice rules.
- [Picker](https://docs.artofinfra.com/workflows/picker.md): generating 3-4 architectural alternatives and helping the user pick one.
- [Diff](https://docs.artofinfra.com/workflows/diff.md): comparing two concrete configs and rating each change by risk.
- [Document](https://docs.artofinfra.com/workflows/document.md): generating readable artifacts (topology, IP table, routing summary) from configs.
- [Validate](https://docs.artofinfra.com/workflows/validate.md): checking that a config implements a stated design intent (free-form or a picker design definition).

## Planned

- `https://docs.artofinfra.com/workflows/migrate.md`: translating config between platforms or topologies.
- `https://docs.artofinfra.com/workflows/troubleshoot.md`: diagnosing protocol or path issues toward a verifiable fix.
