One-click install
npx skills add https://github.com/droxey/skills --skill executing-plans-droxey
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/droxey/skills/tree/main/skills/executing-plans
Command: npx skills add https://github.com/droxey/skills --skill executing-plans-droxey

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you reliably turn a written implementation plan into executed work while preserving review checkpoints and avoiding skipped verification steps.

Core Features & Use Cases

  • Plan-first execution: Loads a plan, reviews it critically, and only proceeds when concerns are resolved.
  • Task-by-task follow-through: Executes tasks exactly according to the plan’s bite-sized steps, marking each task in progress and completed.
  • Verification and safety stops: Runs the specified verifications and stops immediately on blockers, test failures, unclear instructions, or repeated verification failures.
  • End-of-work completion: Hands off to the finishing development sub-skill after all tasks complete and verify.

Example use case: You have a spec and implementation checklist for a feature; use this skill to execute the work in a separate session with explicit checkpoints before finalizing.

Quick Start

Use the executing-plans skill to read a provided implementation plan and execute each task with required review and verification checkpoints until the work is complete.

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I execute an implementation plan with verification checkpoints?▼

To execute an implementation plan with verification checkpoints, load the plan, review it critically, execute tasks step-by-step, and run specified verifications while stopping immediately on any blockers or test failures.

What is the best way to follow a development plan without skipping verification steps?▼

The best way to follow a development plan without skipping verification steps is to use a task-by-task execution workflow that marks progress and enforces required review checkpoints before finalizing the work.

How do I handle blockers or test failures during task execution?▼

To handle blockers or test failures during task execution, stop work immediately upon encountering repeated verification failures, unclear instructions, or blockers, and resolve concerns before proceeding.

What should I do after completing all tasks in an implementation plan?▼

After completing all tasks in an implementation plan, delegate the final workstream completion to a finishing-a-development-branch workflow to finalize software delivery.

Can I execute a development plan across separate work sessions?▼

Yes, you can execute a development plan across separate work sessions by loading an authored plan and following its bite-sized steps with explicit review and verification checkpoints in the new session.

When do I need to stop work during workflow orchestration?▼

You need to stop work during workflow orchestration when you hit blockers, encounter test failures, receive unclear instructions, or experience repeated verification failures during task execution.