Skip to content

Instantly share code, notes, and snippets.

@Jackman3005
Created February 26, 2026 05:43
Show Gist options
  • Select an option

  • Save Jackman3005/578a648f18317e22efe4dade3a27a1db to your computer and use it in GitHub Desktop.

Select an option

Save Jackman3005/578a648f18317e22efe4dade3a27a1db to your computer and use it in GitHub Desktop.
Compare with plan skill
name description user-invocable allowed-tools
compare-with-plan
Thoroughly compare current code state with what was planned.
true
Read

/compare-with-plan - Compare code with the plan

Usage

  • /compare-with-plan - Thoroughly review the current state of the codebase and compare it with what was planned.

Instructions

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment