serbanghita/claude-code-plan-critique

11 stars · Last commit 2026-05-27

Claude Code skills for iterative plan review and execution.

README preview

# claude-code-plan-critique
> Plan → Critique (iterate) → Execute → Archive

Claude Code skills for iterative plan review and execution. They enable you to work with multiple
written plans while keeping full control of the feedback-loop from the LLM.

## Install

Add the marketplace and install the plugin from within Claude Code:

```
/plugin marketplace add serbanghita/claude-code-plan-critique
/plugin install plan@serbanghita
```

Installed as a plugin, the skills are namespaced under the plugin name `plan`:
`/plan:create`, `/plan:critique`, `/plan:execute`, `/plan:archive`.

## How it works

View full repository on GitHub →