execute-plan

Translate approved Markdown implementation plans into working code automatically.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/jbrowning24/NestCheck --skill execute-plan-jbrowning24
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute-plan
Source: https://github.com/jbrowning24/NestCheck/tree/main/.agents/skills/execute-plan
Command: npx skills add https://github.com/jbrowning24/NestCheck --skill execute-plan-jbrowning24

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Translates approved implementation plans into working code, preventing drift and heavy rework by enforcing a plan-driven execution flow.

Core Features & Use Cases

  • Plan-to-code execution: follow an approved plan step-by-step, ensuring tasks map to the plan and codebase conventions.
  • Progress tracking: update task statuses and completion percentages as work progresses.
  • Verification and guardrails: perform checks against the plan, ensuring quality and safe handling of blockers.

Quick Start

Open the most recent approved plan and begin implementing the first task, updating the plan status after each subtask.

Frequently Asked Questions about execute-plan

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

FAQPage Schema
How do I automatically turn an approved implementation plan into working code?

To turn an approved plan into working code, execute the plan task-by-task to enforce plan-driven development. This process automatically translates documented Markdown steps into functional code while preventing drift and heavy rework.

What is the best way to track progress when executing a development plan?

Progress tracking during plan execution is handled by updating task statuses from red to yellow to green. This visual progression maps completion percentages directly within the plan document as each coding task is finished.

How do I ensure generated code conforms to project conventions during plan execution?

To ensure code adheres to project conventions during execution, built-in verification steps and guardrails perform automated checks. These checks validate that the implemented tasks map accurately to the approved plan and codebase standards.

Can I execute a Markdown plan document step-by-step without losing track of tasks?

Yes, you can execute a Markdown plan document step-by-step without losing track. The workflow enforces task-by-task execution and updates task statuses sequentially, ensuring safe handling of blockers and continuous progress tracking.

Why does my code drift from the original approved plan during implementation?

Code drifts from an approved plan when execution lacks enforced structure and verification checks. Applying a plan-driven execution flow prevents this drift by ensuring every task maps directly to the plan and codebase conventions throughout development.