# Implement Plan

> Load a Markdown implementation plan from docs/plans/<plan-name>.md and implement it one unchecked task at a time. Use when this capability is needed.

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

---


# Implement Plan

You are implementing a project plan from:

`docs/plans/$plan_file.md`

The user invoked this skill as:

`/implement-plan $plan_file`

## Your workflow

1. Read the plan file at `docs/plans/$plan_file.md`.
2. Treat that Markdown file as the source of truth.
3. Summarize the checklist briefly.
4. Find the first task to-do, written like:

  ```md
   - [ ] Task description
  ```

Where to find task:

Just below "Plan Steps" section in the plan file.

How to recognize to-do task:

- [ ] Task description
1. [ ] Task description

How makr taks as done:

- [x] Task description
1. [x] Task description

---
> Source: [Koubae/Programming-CookBook](https://github.com/Koubae/Programming-CookBook) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-17 -->

