# Execute Build

> Use after the plan is signed off, to drive the autonomous, plan-gated build to completion. Orchestrates per-task implementation, review, and verification in customer-experience-first order, stopping only on genuine blockers.

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

## Install

```sh
agentstack add skill-martian56-claude-engineer-execute-build
```

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

## About

# Execute Build

**Announce at start:** "I'm using claude-engineer:execute-build to drive the autonomous build."

## Iron Law
**Only run after the user signed off on the plan** (`claude-engineer:plan-project`). If there is no
signed-off plan in `docs/plan/`, stop and go back.

## The drive loop
1. **Read state first** (`.claude-engineer/memory.md`, `progress.md`, `current-phase.txt`). Trust them over recollection.
2. **Isolate the workspace** via `superpowers:using-git-worktrees` before writing code.
3. **Work phases in CX-first order** (from the plan): Phase 0 scaffold → 1 design system → 2 frontend → 3 backend → 4 integration → 5 quality/CI/finish. Invoke the matching claude-engineer domain skill for each phase:
   - `project-conventions`, `monorepo-and-tooling`, `docker-dev-environment` (scaffold)
   - `design-system` → `frontend-development` → `backend-development`
   - `testing-and-quality`, `ci-cd-pipeline`
4. **Execute tasks with `superpowers:subagent-driven-development`** - a fresh implementer subagent per task; each task uses `superpowers:test-driven-development`. Use **`superpowers:dispatching-parallel-agents`** for independent workstreams. Fall back to `superpowers:executing-plans` only where subagents are unavailable.
5. **After each task:** update `.claude-engineer/progress.md`; record decisions in `memory.md`.
6. **When something breaks:** `superpowers:systematic-debugging` (root cause before fixes).
7. **Review gate per phase / major feature:** `superpowers:requesting-code-review` + `superpowers:receiving-code-review`.
8. **Before claiming any phase "done":** `superpowers:verification-before-completion` AND run the four gates via `claude-engineer:testing-and-quality`.
9. **Finish:** `claude-engineer:ci-cd-pipeline` then `superpowers:finishing-a-development-branch`.

## Autonomy & stopping
Plan-gated then autonomous: run to completion without check-ins. **Stop only on genuine blockers** -
ambiguous requirements not covered by the brief, a destructive/irreversible action, missing credentials,
or a decision that changes the agreed plan. Surface the blocker crisply with options.

## Red flags - STOP
- Building before reading the ledger → re-read it.
- Re-doing a task already marked done in `progress.md`.
- Marking a phase done without running the four gates.
- Changing the plan unilaterally → that's a blocker; ask.

## Source & license

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

- **Author:** [martian56](https://github.com/martian56)
- **Source:** [martian56/claude-engineer](https://github.com/martian56/claude-engineer)
- **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-martian56-claude-engineer-execute-build
- Seller: https://agentstack.voostack.com/s/martian56
- 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%.
