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
/planproduces 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:
- You are NOT on
mainormasterbranch - If you are on main/master, create a feature branch first
- Name the branch descriptively:
feature/<plan-topic>orfix/<plan-topic>