| name | description | user-invocable | allowed-tools | |
|---|---|---|---|---|
compare-with-plan |
Thoroughly compare current code state with what was planned. |
true |
|
/compare-with-plan- Thoroughly review the current state of the codebase and compare it with what was planned.
Review the current state of the codebase in detail. Skip no files and make no assumptions. How does the current state compare to the planned state? Where have we diverged? Where have we not yet completed what's in the plan? Where have we added anything additional not in the plan? Is the code quality good? Is it easily maintainable and readable, ready to be shipped?
Take your time to answer these questions in full.