Runs a compliance check between your code changes and accepted Architecture Decision Records. Point it at a branch and it diffs the changes, searches for relevant ADRs in your docs folder, then flags violations where code contradicts what your team agreed to. It checks ADR status so you're not enforcing superseded decisions, catches references to outdated ADRs, and highlights files with no ADR coverage. The output is a simple checklist of violations, warnings, and compliant changes. Honest take: this only works if your team actually maintains ADRs, but if you do, catching architectural drift before merge is way better than during a postmortem six months later.
npx skills add https://github.com/ruvnet/ruflo --skill adr-review