Agent Plugins Marketplace
All plugins

implement-plan

v1.13.0

Implement an agreed plan hands-free: worktrees and cheap executors under TDD with docs updated in the same diff, an item-by-item check against the plan, an adversarial review, and decisions kept where they belong.

CodexClaude Code1 Skill

By Patrick D'appollonioLicense: MIT8 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 17, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install implement-plan for Codex and Claude Code

Installs for the current user
codex plugin marketplace add patrickdappollonio/claude-plugins
codex plugin marketplace upgrade patrickdappollonio
codex plugin add implement-plan@patrickdappollonio

Paste and run these commands in a terminal with Codex. They add and refresh the patrickdappollonio catalog, then install this plugin.

Compatibility: the page URL and API slug “implement-plan” remain stable.

  • Codex: implement-plan@agent-plugin-marketplaceimplement-plan@patrickdappollonio

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/patrickdappollonio/claude-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/implement-plan/.

Plugin files

plugins/implement-plan/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/implement-plan/SKILL.md

Included Skills1

implement-planskills/implement-plan/SKILL.md

Use when the user has an agreed plan — a visual plan, a plan-mode plan, a plan file, or a design agreed in chat — and asks to implement, execute, build, or "do the work we agreed on", especially when the work is big enough to split across subagents and worktrees, must be checked against the plan afterwards, and must run mostly hands-free.

Plugin manifests2

plugins/implement-plan/.codex-plugin/plugin.json
{
  "name": "implement-plan",
  "version": "1.13.0",
  "description": "Implement an agreed plan hands-free: worktrees and cheap executors under TDD with docs updated in the same diff, an item-by-item check against the plan, an adversarial review, and decisions kept where they belong.",
  "author": {
    "name": "Patrick D'appollonio",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/patrickdappollonio/claude-plugins/tree/main/plugins/implement-plan",
  "license": "MIT",
  "keywords": [
    "implementation",
    "orchestration",
    "worktrees",
    "subagents",
    "tdd",
    "adversarial-review"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Implement Plan",
    "shortDescription": "Build an agreed plan, check it against the plan, review it.",
    "longDescription": "Splits an agreed plan into worktree slices run by cheaper executors under TDD with documentation kept current in the same diff, checks every slice against the plan on the premium model, runs an adversarial review sized to the change, logs technical decisions and leaves functional ones to the user, and never deletes a worktree without asking.",
    "developerName": "Patrick D'appollonio",
    "category": "Productivity",
    "capabilities": [
      "Implement",
      "Orchestrate",
      "Review"
    ],
    "defaultPrompt": [
      "Implement the plan we agreed on."
    ]
  }
}
plugins/implement-plan/.claude-plugin/plugin.json
{
  "name": "implement-plan",
  "description": "Hands-free implementation of an agreed plan — splits the work into worktrees and cheap-model executors, keeps every related document current in the same diff, checks every slice against the plan item by item on the premium model, runs an adversarial review (installed skills or an on-the-spot panel), fixes what it finds, keeps technical decisions logged and functional ones for the user, and never deletes a worktree or leaves a gate without a one-word resume.",
  "version": "1.13.0",
  "author": {
    "name": "Patrick D'appollonio",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/patrickdappollonio/claude-plugins/tree/main/plugins/implement-plan",
  "license": "MIT",
  "keywords": [
    "implementation",
    "orchestration",
    "worktrees",
    "subagents",
    "tdd",
    "documentation",
    "adversarial-review",
    "plan-execution",
    "hands-free"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[implement-plan on Agent Plugins Marketplace](https://pluginsmp.com/plugins/implement-plan)