executing-plans

Execute written implementation plans with step-by-step verification and completion handoff.

1|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/darkmatter/skills --skill executing-plans-darkmatter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/darkmatter/skills/tree/main/docs/00-inbox/skills/executing-plans
Command: npx skills add https://github.com/darkmatter/skills --skill executing-plans-darkmatter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps turn a written implementation plan into completed work without skipping review, verification, or completion steps.

Core Features & Use Cases

  • Critical plan review: Read the plan first and surface questions or concerns before starting work.
  • Structured execution: Track tasks in order, mark progress, run required checks, and stop when blocked.
  • Completion handoff: Finish by validating the result and transitioning to the branch-completion workflow when the tasks are done.

Quick Start

Use the executing-plans skill to review the plan critically, execute each task in order, and report back when the work is fully verified.

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I execute a development plan with step-by-step verification?

To execute a development plan with verification, review the plan critically, track tasks sequentially, run required checks at each checkpoint, and stop when blocked. This ensures structured execution without skipping validation before completion handoff.

What is the best way to track implementation tasks across separate development sessions?

Tracking implementation tasks across separate sessions requires marking progress sequentially and running required checks at each checkpoint. This workflow ensures continuity and validates that each task meets verification standards before moving forward.

How do you handle blockers when executing a software development workflow?

Handling blockers during workflow execution requires stopping task progress immediately and escalating the issue. This prevents faulty code from propagating through subsequent tasks and ensures the plan resumes only after the blocker is resolved.

Why should I review an implementation plan critically before starting development?

Reviewing an implementation plan critically before development surfaces questions and concerns early. This prevents wasted effort on flawed assumptions and ensures the execution phase proceeds with validated task sequencing and checkpoints.

What is the process for completing a development branch after task execution?

Completing a development branch after task execution involves validating the final result and transitioning to a branch-completion workflow. This handoff ensures all implementation tasks are fully verified before the code is finalized.