dx-swe-executing-plans

Executes written implementation plans task-by-task with verification checkpoints and review gates.

3|5|Updated Jan 21, 2025
One-click install
npx skills add https://github.com/DEEPX-AI/dx_stream --skill dx-swe-executing-plans-deepx-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: dx-swe-executing-plans
Source: https://github.com/DEEPX-AI/dx_stream/tree/main/.deepx/skills/dx-swe-executing-plans
Command: npx skills add https://github.com/DEEPX-AI/dx_stream --skill dx-swe-executing-plans-deepx-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a written implementation plan into working code often fails because steps get skipped, verifications are ignored, or blockers are guessed around. This Skill enforces disciplined execution of a pre-written plan with critical review, per-task verification, and explicit stop conditions. ## Core Features & Use Cases - Critical Plan Review: Loads the plan file and raises concerns with the human partner before writing any code. - Task-by-Task Execution: Tracks each task with TodoWrite, follows bite-sized steps exactly, and runs the verifications specified in the plan. - Controlled Completion: Hands off to the finishing-a-development-branch workflow after all tasks pass, and stops to ask for help instead of guessing when blocked. - Use Case: You have a detailed implementation plan produced in a prior planning session. Invoke this Skill in a fresh session to execute every task in order, verify each one, and finish the development branch cleanly. ## Quick Start Execute the implementation plan in plan.md task by task, verifying each step and stopping if anything is blocked.

Frequently Asked Questions about dx-swe-executing-plans

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

FAQPage Schema
How do I execute an implementation plan with an AI agent?▼

Load the plan file, review it critically and raise concerns before starting, then execute each task in order while running the verifications the plan specifies. Track progress with a todo list and stop to ask for help when blocked rather than guessing.

What should I do before starting to implement a written plan?▼

Read the entire plan and review it critically for gaps, unclear instructions, or missing dependencies. Raise any concerns with your human partner first, and only proceed once the plan is sound. Never start implementation on the main branch without explicit consent.

When should plan execution stop and ask for help?▼

Stop immediately when you hit a blocker such as a missing dependency, a failing test, an unclear instruction, or a verification that fails repeatedly. Ask for clarification instead of guessing, and revisit the plan if the fundamental approach needs rethinking.

Does this skill work without subagent support?▼

Yes, it is designed for sessions without subagents, but the documentation notes that platforms with subagent support produce higher-quality results. If subagents are available, the dx-swe-subagent-dev skill is recommended instead.

What happens after all plan tasks are completed?▼

After every task is completed and verified, the workflow hands off to the finishing-a-development-branch skill. That step verifies tests, presents options, and completes the development branch.