# Execute Plan

> Execute an approved plan with bounded delegation. Use after write-plan for independent tasks; not for exploratory or tightly coupled work.

- **Type:** Skill
- **Install:** `agentstack add skill-bnet47-codexicon-execute-plan`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [bnet47](https://agentstack.voostack.com/s/bnet47)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [bnet47](https://github.com/bnet47)
- **Source:** https://github.com/bnet47/codexicon/tree/main/.agents/skills/execute-plan
- **Website:** https://bnet47.github.io/codexicon/repo-template-playbook.html

## Install

```sh
agentstack add skill-bnet47-codexicon-execute-plan
```

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

## About

# Execute an approved plan

Announce: "I'm using execute-plan to implement the approved plan with bounded task delegation where it helps."

## 1. Load and validate the plan

Read the selected plan and linked spec. Inspect `git status` and preserve existing user changes. Confirm task paths still exist and dependencies remain accurate; update the plan only when reality invalidates it, and explain material changes.

If resuming, run `python scripts/codexicon.py resume`, then verify the selected checkpoint against the plan and current diff. `.codex-state/` is local verification state, not project memory.

## 2. Choose execution shape

- Delegate a task to the `implementer` profile when it is concrete, independent, and has a clear file scope and verification target.
- Run independent read-heavy or non-overlapping tasks in parallel when merge risk is low.
- Execute tightly coupled tasks sequentially; keep integration work with the primary agent.
- Do not delegate merely because a task reads many files or exceeds an arbitrary token estimate.

Each subagent brief must include the exact task text, global constraints, allowed files, dependency state, verification command, and side-effect authorization. Do not rely on hidden parent context.

## 3. Integrate each result

For every task:

1. Inspect the actual diff and verification evidence.
2. Check acceptance coverage, scope, regressions, and conflicts with user changes.
3. Resolve small integration gaps directly or return one specific correction brief to the implementer.

Statuses are `DONE`, `DONE_WITH_CONCERNS`, `BLOCKED`, and `NEEDS_CONTEXT`. Repeatedly blocked work should return to the primary agent for a changed approach or user decision, not loop through fresh agents.

## 4. Verify the whole result

After task-level checks, run the full plan verification plus:

```bash
./scripts/lint.sh
./scripts/test.sh
```

Then inspect the combined diff against the spec. Use `$review` for a separate read-only review when risk warrants it.

## 5. Report

Summarize completed tasks, changed behavior, exact verification, concerns, and any blocked criteria. Do not commit, push, open a PR, or deploy unless the user explicitly asked to ship.

## Source & license

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

- **Author:** [bnet47](https://github.com/bnet47)
- **Source:** [bnet47/codexicon](https://github.com/bnet47/codexicon)
- **License:** MIT
- **Homepage:** https://bnet47.github.io/codexicon/repo-template-playbook.html

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-bnet47-codexicon-execute-plan
- Seller: https://agentstack.voostack.com/s/bnet47
- 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%.
