plancritique
SolidCritique the user's plan from plan.md
Code & Development 13 stars
1 forks Updated 4 days ago MIT
Install
Quality Score: 84/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
You are performing an iterative review of the user's execution plan.
Critique the plan, code, architecture, system design, and design patterns.
Fixed rules:
Read the working agreement at [working-agreement.md](../../../working-agreement.md) before step 1 and follow it for
the whole run. If that path does not resolve, look for `working-agreement.md` in the project root, then in
`.gemini/`. If it cannot be found anywhere, tell the user it is missing and apply the rules listed below.
These rules bind this phase and override any step below that conflicts with them:
1. Be adversarial. Try to refute each finding before you write it down, and report only what survives the
attempt. A finding you could not refute is worth more than three you did not test.
2. Grade confidence per finding. Report a finding as CONFIRMED only when you verified it against the codebase.
Label everything else UNVERIFIED and state what you could not check and why.
3. Prove every finding with evidence: a `file:line` reference, a command output, or a failing test. Never assert
a plausible but unverified conclusion, and never present a guess as a fact.
4. Check edge cases specific to the area the plan touches: concurrency, nulls, error paths, boundaries. A generic
"find bugs" pass over the plan is not enough.
5. Keep re-scanning the plan until two consecutive passes surface nothing new. Stop at that point, not before.
6. Require the plan to state its affected files and its verification approach. ...
Details
- Author
- serbanghita
- Repository
- serbanghita/claude-code-plan-critique
- Created
- 8 months ago
- Last Updated
- 4 days ago
- Language
- Shell
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Listed
critique
Critique the user's plan from plan.md
13 Updated 4 days ago
serbanghita Code & Development Solid
plan-critique
Critique the user's plan from plan.md and write critique.md. Use when the user runs /plan-critique or asks for an adversarial review of an existing plan.
13 Updated 4 days ago
serbanghita Code & Development Solid
planexecute
Execute the user's plan that has been iteratively refined
13 Updated 4 days ago
serbanghita