executing-plans

Executes predefined implementation plans through a checkpoint-driven workflow with TDD and verification.

Updated Jul 18, 2026
One-click install
npx skills add https://github.com/arthrod/conejo-skills --skill executing-plans-arthrod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/arthrod/conejo-skills/tree/main/skills/executing-plans
Command: npx skills add https://github.com/arthrod/conejo-skills --skill executing-plans-arthrod

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of fragmented or unverified development by enforcing a disciplined, step-by-step execution of pre-written implementation plans.

Core Features & Use Cases

  • Structured Execution: Ensures every task in a plan is followed, verified, and documented.
  • Safety Guardrails: Mandates critical review of plans before execution and requires immediate stops when blockers or verification failures occur.
  • Use Case: When you have a complex feature plan generated by a planning skill, use this to systematically implement the code, run tests, and transition to the final review phase.

Quick Start

Use the executing-plans skill to load the current implementation plan and begin the step-by-step execution process.

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 structured implementation plan for a complex coding task?

Execute a structured implementation plan using a checkpoint-driven workflow that processes pre-defined tasks systematically, ensuring strict adherence to TDD and verification steps for complex coding tasks.

What is the best way to enforce Test-Driven Development during plan execution?

Enforce Test-Driven Development during plan execution by applying a systematic, checkpoint-driven workflow that mandates verification steps and immediate stops when verification failures occur.

How does a checkpoint-driven workflow handle blockers during software development?

A checkpoint-driven workflow handles blockers by enforcing safety guardrails that mandate critical plan review before execution and require immediate stops when blockers or verification failures occur.

Do I need git worktrees to execute implementation plans with this workflow?

Yes, you need git worktrees integration to execute implementation plans, as the workflow requires established development doctrines and git worktrees to ensure code quality and safety.

When do I need context-preserving subagent dispatch for software development?

You need context-preserving subagent dispatch for software development when executing complex coding tasks that require strict adherence to verification steps and systematic, step-by-step execution of pre-written plans.