audit is an archived example, not installed by init. Copy it from examples/init-pack/ with its dependency closure, or ask create-workflow to build an equivalent, then run it with the command below.
audit runs a feature-by-feature or group-by-group review using ForEachFeature. It’s designed to consume feature-enum’s output, but accepts any feature map: an object whose keys are group names and values are arrays of feature identifiers:

The audit UI fans out across feature groups and merges a single gap report covering tests, docs, and error handling.
Inputs
Output
Returns two structured outputs in the run result; nothing is written to disk:Use it when
- You have a feature map (from
feature-enumor your own) and want a per-group gap review. - You want findings on missing tests, docs, observability, error handling, or maintainability work.
Use something else when
- You lack a feature inventory: run
feature-enumfirst. - You want to review a diff rather than feature groups: use
review.
Resume & retry
Groups process in parallel; runs are durable and resume withup --resume.