/project-audit
Eleven drift checks against your project tracking.
What it does
Dispatches one auditor per check in parallel against PROJECTS.md and projects/, then walks the findings with you one at a time and asks before fixing anything. Catches the specific rot that project tracking accumulates: rows marked in-progress that nobody has touched in months, work that shipped but was never checked off.
When to reach for it
When you suspect the tracking has drifted from reality, or before you rely on it for planning.
It's working if
- At least one row you would have sworn was accurate turns out not to be.
- You can decline a finding and the row stays exactly as it was, rather than being quietly reworded.
- The walk ends with every finding decided, including the ones you decided to leave alone.
Install this skill
Then type /project-audit in your agent.
npx skills@latest add smorinlabs/smorinlabs-harness -s project-auditOr install the whole project-harness plugin — this skill plus 4 others.
/plugin install project-harness@smorinlabs-harnessWhere it fits
- /project-next — the cheap version — run it first and audit only if the menu looks wrong.
- /session-loose-ends — the same instinct applied to a session instead of a backlog.