Plan Run banner
by-carlos by-carlos

Plan Run

Development community

Description

--- description: Execute one stage of a staged-rollout .plan/ — locate the stage, follow the project's own PLAN.md protocol, verify launch weight, and hand off to the next stage. argument-hint: <stage number, or f for the review stage> [--unattended] --- # /plan-run — execute one stage Run a single stage of an existing `.plan/`. This command is a **thin wrapper**: the operating protocol lives in the project's own `.plan/PLAN.md`, so a `.plan/` works standalone via the one-line prompt "Follow t

Installation

Installs to ~/.claude/skills/by-carlos-plan-staged-rollout-plan-run/SKILL.md

Terminal
mkdir -p ~/.claude/skills/by-carlos-plan-staged-rollout-plan-run && curl -fsSL https://raw.githubusercontent.com/by-carlos/plan-staged-rollout/HEAD/commands/plan-run.md -o ~/.claude/skills/by-carlos-plan-staged-rollout-plan-run/SKILL.md

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

Full documentation available on GitHub

View Source Repository