# Execplan

> When writing complex features or significant refactors or user ask explicitly, use an ExecPlan from design to implementation.

- Skill: `khoi/execplan` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add khoi/execplan`
- Raw SKILL.md: https://api.skillmd.com/api/skills/khoi/execplan/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: khoi (https://skillmd.com/u/khoi)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/khoi/execplan

---


## Workflow

1. Locate the plan file path the user wants, or search in `plans` folder in the repo when needed.
2. Decide whether to create a new ExecPlan or update an existing one; append a short change note at the end when revising.
3. Use the template and rules in `references/execplan-guide.md`.
4. Ensure the plan is self-contained, plain language, and executable by a novice with only the plan and the repo.
5. Name the plan like this example `0001-title-of-the-plan.md`

## Rules

Do not commit the plan file. 

