# Implement Execplan

> Alias of execplan-implement. Execute `.agent/execplan-pending.md` completely, then move the completed plan into `.agent/done/` with a descriptive filename.

- Skill: `grp06/implement-execplan-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add grp06/implement-execplan-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/grp06/implement-execplan-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: grp06 (https://skillmd.com/u/grp06)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/grp06/implement-execplan-2

---


# Implement ExecPlan (Alias)

Use the same workflow as `execplan-implement`.

## Workflow

1. Read `.agent/execplan-pending.md`.
2. Implement every step in order.
3. Make reasonable decisions when details are ambiguous.
4. Run relevant verification commands.
5. Move the completed plan to `.agent/done/<descriptive-name>.md`.

