write-executable-plan · git:20260907.cf0876c · 2026-09-07 · sha256 5a9050271bbcd5b7

write-executable-plan git:20260907.cf0876cA

Immutable. This exact content is served forever at /api/v1/blob/5a9050271bbcd5b7.

---
name: write-executable-plan
description: Use when you have a PRD or design spec and need a bite-sized, executable implementation plan that any agent can follow without re-deriving structure. Produces `docs/plans/YYYY-MM-DD-<feature>.md` with per-task Files block, complete code per step (no placeholders), and exact verification commands. Rejects "TBD", "TODO", "add error handling", "similar to Task N".
metadata:
  model: inherit
  color: green
allowed-tools:
  - Read
  - Grep
  - Glob
  - Bash
  - Write
---

<!-- Generated by scripts/generate-codex-skills.mjs; do not edit. -->

# write-executable-plan

Read [`skills/write-executable-plan/SKILL.md`](../../../skills/write-executable-plan/SKILL.md) in full before taking any action, then follow its complete workflow.
The linked document is authoritative, including its prechecks, argument rules, and stop conditions.

Resolve this link relative to this SKILL.md, not the project working directory. The plugin root is three directories above this file. Resolve package paths such as `skills/` and `scripts/` from that root; resolve relative links inside the canonical document from its own directory. Keep the user’s project as the target of project operations.

Regenerate with `node scripts/generate-codex-skills.mjs`.