Autoplan banner
efecanbasoz efecanbasoz

Autoplan

Data community

Description

--- description: "Run the full plan review pipeline: CEO -> design -> eng -> DX in a single consolidated skill. Returns PROCEED, REVISE, or HALT with a consolidated issue list. Use after /plan, before /build." --- Run `/plan-review` against the current plan draft. `/plan-review` runs four lenses in sequence (CEO, Design, Eng, DevEx) and returns a single consolidated verdict: **Verdicts:** - **PROCEED** — All lenses pass. Plan is ready for `/build`. - **REVISE** — Some lenses need fixes. Apply

Installation

Installs to ~/.claude/skills/efecanbasoz-solo-squad-autoplan/SKILL.md

Terminal
mkdir -p ~/.claude/skills/efecanbasoz-solo-squad-autoplan && curl -fsSL https://raw.githubusercontent.com/efecanbasoz/solo-squad/HEAD/commands/autoplan.md -o ~/.claude/skills/efecanbasoz-solo-squad-autoplan/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository