# Executing Plans

> |

- **Type:** Skill
- **Install:** `agentstack add skill-ao92265-claude-code-playbook-executing-plans`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [ao92265](https://agentstack.voostack.com/s/ao92265)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [ao92265](https://github.com/ao92265)
- **Source:** https://github.com/ao92265/claude-code-playbook/tree/main/skills/executing-plans

## Install

```sh
agentstack add skill-ao92265-claude-code-playbook-executing-plans
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Executing Plans

Implement written plans through structured batches with review checkpoints.

## When to Use

- A plan exists in `docs/plans/`
- User says "execute the plan" or "implement the plan"
- After completing the writing-plans skill
- When resuming work on a documented plan

## Process

### Step 1: Load and Review

1. Read the plan file from `docs/plans/`
2. **Critically assess it** - Does it still make sense?
3. Raise concerns before proceeding
4. Confirm understanding with user

### Step 2: Execute Batch

Work through tasks in batches (typically 3 at a time):

1. **Mark progress** - Note which task you're on
2. **Follow steps precisely** - Don't skip verifications
3. **Run all commands** - Check they produce expected output
4. **Commit after each logical unit**

### Step 3: Report Results

After each batch, use the batch report format from `assets/execution-template.md`.

### Step 4: Continue or Adjust

Based on feedback:
- **Continue** - Execute next batch
- **Adjust** - Modify approach based on feedback
- **Pause** - Save progress and stop

### Step 5: Complete Development

When all tasks done:
1. Run final verification (all tests, linting)
2. Summarize what was built
3. Offer to commit/PR if not done

## Critical Rules

### STOP IMMEDIATELY When:

- **Missing dependency** - Something needed isn't available
- **Unclear instructions** - Plan step is ambiguous
- **Failed verification** - A check didn't pass
- **Unexpected state** - Reality doesn't match plan

**Never force through obstacles or guess at solutions.**

### Return to Review When:

- Plan needs updating
- Fundamental approach needs to change
- New information changes requirements

## Progress Tracking and Output Format

See `assets/execution-template.md` for the progress tracking block and per-task execution format.

---

*Adapted from obra/superpowers executing-plans skill*

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [ao92265](https://github.com/ao92265)
- **Source:** [ao92265/claude-code-playbook](https://github.com/ao92265/claude-code-playbook)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-ao92265-claude-code-playbook-executing-plans
- Seller: https://agentstack.voostack.com/s/ao92265
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
