Executing Plans

Installation
SKILL.md

Executing Plans

Never start on main. Execute sequentially. Verify each step. Track progress.

Triggers

  • User says "execute the plan", "implement the plan", "start building"
  • After /plan produces a plan and user approves it
  • When a plan document exists and implementation is requested

HARD GATE: Branch Check

Before executing ANY plan, you MUST verify:

  1. You are NOT on main or master branch
  2. If you are on main/master, create a feature branch first
  3. Name the branch descriptively: feature/<plan-topic> or fix/<plan-topic>
Installs
GitHub Stars
6
First Seen
Executing Plans — kmshihab7878/claude-code-setup