executing-planslisted
Install: claude install-skill AidALL/ghost-alice
# Executing Plans
## Contents
- [Overview](#overview)
- [Process](#process)
- [Step 1: Load and review the plan](#step-1-load-and-review-the-plan)
- [Step 2: Execute the tasks](#step-2-execute-the-tasks)
- [Step 3: Finish development](#step-3-finish-development)
- [Failure modes and cautions](#failure-modes-and-cautions)
- [When to stop and ask for help](#when-to-stop-and-ask-for-help)
- [When revisiting an earlier step](#when-revisiting-an-earlier-step)
- [Things to remember](#things-to-remember)
- [Integration](#integration)
## Overview
Load the plan, review it critically, execute every task, and report on completion.
Announce at the start: "I'm using the executing-plans skill to implement this plan."
Note: when running on a platform that supports subagents (Claude Code, Codex, and so on), use coding-convention:subagent-driven-development instead of this skill. Execution efficiency is much higher in an environment with subagent access.
## Process
### Step 1: Load and review the plan
1. Read the plan file.
2. Review it critically. Identify questions or concerns about the plan.
3. If there are concerns: discuss them with the user partner before starting.
4. If there are no concerns: create the TodoWrite and proceed.
### Step 2: Execute the tasks
For each task:
1. Mark it in_progress.
2. Follow each step exactly (the plan is composed of bite-sized steps).
3. Run verification as specified.
4. Mark it completed.
### Step 3: Finish development
When every task i