plan-execute

Automate approved plan implementation with subagents and verification checkpoints.

1|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/dopsonbr/agent-kit --skill plan-execute-dopsonbr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-execute
Source: https://github.com/dopsonbr/agent-kit/tree/main/content/skills/plan-execute
Command: npx skills add https://github.com/dopsonbr/agent-kit --skill plan-execute-dopsonbr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bun, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the execution of implementation plans, handling task dependencies, verification checkpoints, and rollback procedures automatically.

Core Features & Use Cases

  • Subagent-Driven Development: Launch parallel Task and Explore agents to implement plan phases efficiently.

Frequently Asked Questions about plan-execute

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

FAQPage Schema
How do I automate the execution of implementation plans with task coordination?

Plan-execute automates implementation by orchestrating subagents to handle task dependencies, verification checkpoints, and rollback procedures. It processes approved plans from documentation, enforces phase-level approvals, and runs tasks in dependency order with parallel execution support.

Can I run verification protocols and incremental commits automatically during execution?

Yes. Plan-execute enforces baseline test verification and sanity checks at each phase, supports incremental commits for structured progress tracking, and provides phase completion reporting in both autonomous and interactive modes.

What does subagent coordination mean in automated task execution?

Subagent coordination launches parallel Task and Explore agents to implement plan phases efficiently. The Skill manages agent workflows, enforces dependencies between tasks, and aggregates results while maintaining verification checkpoints throughout execution.

How does plan-execute handle task dependencies and parallel execution?

Plan-execute builds a dependency graph from your plan, orders tasks accordingly, and executes independent tasks in parallel across subagents. Dependent tasks wait for prerequisites to complete before launching, ensuring correct sequencing.

Do I need to approve phases manually or can execution run fully autonomous?

Plan-execute supports both modes. Interactive mode requires phase-level approvals before proceeding; autonomous mode runs complete execution automatically after plan validation, making it flexible for different approval workflows.

What happens if a task fails during execution—can I roll back?

Plan-execute includes built-in rollback handling procedures. Failed tasks trigger rollback logic automatically, allowing recovery without manual intervention or restarting the entire execution pipeline.