Аудит выполнения плана задачи
general
plan-audit is a Claude Code skill that cross-checks the actual implementation of a task against its plan stored in `dev-docs/plans/*`, identifying missed work-items, logical gaps, missing tests for acceptance criteria, and unimplemented parts. It is designed to run at the moment a developer considers a task done, verifying that every planned step has truly been completed. Team leads and QA engineers can use it as a final gate before merging, while developers benefit from it as a self-review checkpoint. It is especially valuable for catching overlooked pieces in large features broken into multiple steps.
- #pm
- #planning
- #audit
- #review
- #workflow