serbanghita/claude-code-plan-critique

11 stars · Last commit 2026-07-31

Claude Code skills for iterative plan review and execution.

README preview

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

Claude Code and GitHub Copilot CLI 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

### Claude Code

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`.

View full repository on GitHub →