deep-plan-execute

Execute deep plan files into harness tasks with test-first implementation.

4|Updated May 8, 2026
One-click install
npx skills add https://github.com/Tsadoq/claude-better-plan --skill deep-plan-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deep-plan-execute
Source: https://github.com/Tsadoq/claude-better-plan/tree/main/skills/deep-plan-execute
Command: npx skills add https://github.com/Tsadoq/claude-better-plan --skill deep-plan-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Claude Code >= v2.1.142, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the execution and implementation of deep plans, streamlining the process of turning AI-generated plans into actionable tasks.

Core Features & Use Cases

  • Plan Execution: Executes a finalized /deep-plan plan file, parsing tasks into harness tasks with dependencies.
  • Task Implementation: Drives a test-first implementation loop task by task in dependency order.
  • Use Case: Imagine you have a complex project plan generated by the /deep-plan skill. Use this Skill to automatically implement the plan, creating tasks, and managing dependencies.

Quick Start

Execute the plan using the command: /deep-plan:deep-plan-execute <plan-file>

Frequently Asked Questions about deep-plan-execute

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

FAQPage Schema
How do I automate task implementation from a project plan file?

Automating task implementation from a project plan file involves parsing the plan into harness tasks, wiring dependencies, and driving a test-first execution loop. This skill transforms finalized plan files into actionable tasks implemented in dependency order.

What is test-first plan execution in AI-assisted planning?

Test-first plan execution is a development method where task implementation is driven by tests sequentially. This approach parses AI-generated plans into harness tasks and executes them one by one, ensuring dependencies are resolved before subsequent tasks run.

Do I need a specific Claude Code version for dependency management during plan execution?

Yes, dependency management during plan execution requires Claude Code version 2.1.142 or higher. This specific version is necessary to access the Task dependency API used for wiring and resolving task dependencies automatically.

How do I execute a deep plan file step by step?

To execute a deep plan file, run the command `/deep-plan:deep-plan-execute <plan-file>`. This initiates the resolution process, parses the plan into harness tasks, wires dependencies, and begins the test-first implementation loop.

Can I use this skill to manage dependencies for complex project plans?

Yes, you can manage dependencies for complex project plans. The skill automatically handles plan resolution, task creation, and dependency wiring using the Task dependency API, ensuring tasks are implemented in the correct dependency order.