executing-planslisted
Install: claude install-skill StielChancellor/VibeGod-Tech-Team
<!-- Adapted from superpowers (https://github.com/obra/superpowers), MIT (c) Jesse Vincent. -->
# Executing Plans
## Overview
Load the plan, review it critically, execute all tasks, report when complete.
**Announce at start:** "I'm using the executing-plans skill to implement this plan."
**Note:** Work is significantly higher quality with subagent support. If subagents are available, use `subagent-driven-development` instead of this skill.
## Fits in the pipeline
The inline alternative for **Stage 6 (Build, `/build`)** when subagents aren't available or tasks are tightly coupled. Reviews happen at checkpoints rather than per-task; results still feed the **Stage 7 per-feature QA gate**. Priority: **user > skills > default**; `_shared/vibegod-principles.md` apply (TDD, surgical changes, evidence-based completion).
## The Process
### Step 1: Load and Review Plan
1. Read the plan file.
2. Review critically — identify questions or concerns about the plan itself.
3. Concerns → raise them with the user before starting.
4. No concerns → create TodoWrite and proceed.
### Step 2: Execute Tasks
For each task: mark in_progress → follow each bite-sized step exactly → run the verifications as specified (don't skip) → mark completed. Follow TDD (`test-driven-development`) throughout.
### Step 3: Complete Development
After all tasks complete and verified:
- Announce: "I'm using the finishing-a-development-branch skill to complete this work."
- **REQUIRED SUB-SKILL:** `finishing-a-