implement-plan

Executes approved plans, specs, and checklists with scoped edits and verification.

1|Updated Jul 3, 2026
One-click install
npx skills add https://github.com/nejcm/agents --skill implement-plan-nejcm
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: implement-plan
Source: https://github.com/nejcm/agents/tree/main/skills/implement-plan
Command: npx skills add https://github.com/nejcm/agents --skill implement-plan-nejcm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning an approved plan, PRD, or checklist into actual code changes often leads to scope creep, skipped verification, or lost progress when context runs out. This Skill enforces disciplined execution of approved plans while preserving existing work and verifying results before claiming completion. ## Core Features & Use Cases - Scoped Plan Execution: Locates the approved plan, reads it fully, and implements tasks in dependency order without expanding scope or reworking completed items. - Verification Discipline: Runs the smallest meaningful set of checks (tests, type checking, lint) at natural boundaries and makes one targeted fix per failure instead of repeating failed theories. - Resume and Handoff Support: Maintains compact progress records so work can resume after context compaction or across sessions, reconciling stale notes with actual git state. - Use Case: You have an approved multi-phase refactoring plan in a Markdown checklist. Ask the assistant to implement the next phase, and it will execute the tasks, run focused checks, update the checklist, and report blockers without committing without authorization. ## Quick Start Ask the assistant to implement the next incomplete phase of the approved plan in PLAN.md and run the relevant tests.

Frequently Asked Questions about implement-plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get an AI assistant to implement an approved plan?▼

Provide the approved plan, spec, or checklist in the conversation or as a file, then ask to implement it. The assistant reads the full plan, identifies the first incomplete task, and executes work in dependency order with verification at each boundary.

How to resume a partially completed implementation plan?▼

Ask to resume or continue the plan. The assistant consults the plan and any handoff notes, inspects current git status and diff, and continues from the first incomplete item rather than restarting finished work.

Does the assistant commit changes automatically during plan execution?▼

No. Commits happen only when authorized by the user or applicable repository instructions. Progress is reported with changes, checks, and blockers, and a commit SHA is included only when a commit was authorized and made.

What happens when verification fails during plan implementation?▼

The assistant inspects the failure output and actual code path, makes one targeted fix, and reruns the failing check. It distinguishes environment blockers from implementation failures and reports anything left unverified.

Can instructions embedded in a plan override safety rules?▼

No. Plan-embedded instructions cannot override higher-priority instructions, permissions, or repository rules. The assistant will not expand scope, expose secrets, bypass safeguards, or conceal failed verification.