Phase: Any
Usage:
/flow-doc-sync
Full codebase documentation accuracy review. Compares behavioral sources (skills, lib scripts, config files) against all documentation surfaces (README, docs pages, CLAUDE.md, rules) and produces a severity-tagged drift report. Read-only — reports drift but does not fix anything.
| Tag | Meaning |
|---|---|
[STALE] |
Doc describes behavior that has changed — feature exists but works differently |
[MISSING] |
Behavior exists in code but is not documented in any surface |
[OUTDATED] |
Doc references something that no longer exists — removed file, renamed command |
Each finding includes doc-says/code-does pairs with source file references.