·executing-an-implementation-plan
>_

executing-an-implementation-plan

Use when executing implementation plans with independent tasks in the current session - dispatches fresh subagent for each task, reviews once per phase, loads phases just-in-time to minimize context usage

13Installs·1Trend·@ed3dai

Installation

$npx skills add https://github.com/ed3dai/ed3d-plugins --skill executing-an-implementation-plan

How to Install executing-an-implementation-plan

Quickly install executing-an-implementation-plan AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/ed3dai/ed3d-plugins --skill executing-an-implementation-plan
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: ed3dai/ed3d-plugins.

SKILL.md

View raw

Execute plan phase-by-phase, loading each phase just-in-time to minimize context usage.

Core principle: Read one phase → execute all tasks → review → move to next phase. Never load all phases upfront.

REQUIRED SKILL: requesting-code-review - The review loop (dispatch, fix, re-review until zero issues)

Use when executing implementation plans with independent tasks in the current session - dispatches fresh subagent for each task, reviews once per phase, loads phases just-in-time to minimize context usage Source: ed3dai/ed3d-plugins.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ed3dai/ed3d-plugins --skill executing-an-implementation-plan
Category
>_Productivity
Verified
First Seen
2026-02-26
Updated
2026-03-10

Browse more skills from ed3dai/ed3d-plugins

Quick answers

What is executing-an-implementation-plan?

Use when executing implementation plans with independent tasks in the current session - dispatches fresh subagent for each task, reviews once per phase, loads phases just-in-time to minimize context usage Source: ed3dai/ed3d-plugins.

How do I install executing-an-implementation-plan?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ed3dai/ed3d-plugins --skill executing-an-implementation-plan Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/ed3dai/ed3d-plugins