# Execplan Implement

> Execute a pending execution plan from the .agent folder. Use when user asks to implement an execplan, execute the plan, run the pending plan, or mentions execplan-pending.md.

- Skill: `grp06/execplan-implement` (Agent Skill)
- Install (CLI): `npx skillmds@latest add grp06/execplan-implement`
- Raw SKILL.md: https://api.skillmd.com/api/skills/grp06/execplan-implement/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/execplan-implement

---


# Execute ExecPlan

Execute the pending execution plan located at `.agent/execplan-pending.md` in the current repository.

## Workflow

1. Read `.agent/execplan-pending.md` at the repo root
2. Implement each step in order, marking progress as you go
3. When uncertain about the best approach, make a reasonable decision and proceed
4. Use web search when external information would help (API docs, library usage, etc.)
5. Continue until the entire plan is complete
6. Once the execplan is implemented completely, rename it (with a name that makes sense), and move it to .agent/done. If the 'done' folder does not exist, create it.

## Decision Making

If a step is ambiguous or has multiple valid approaches proceed with your best judgment rather than stopping to ask

