exec-plans

Execute documented plans with staged tasks, verifications, and completion handoff.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mengdehong/opencode-dotfiles --skill exec-plans
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: exec-plans
Source: https://github.com/mengdehong/opencode-dotfiles/tree/main/skills/exec-plans
Command: npx skills add https://github.com/mengdehong/opencode-dotfiles --skill exec-plans

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill coordinates end-to-end execution of a documented plan with critical review and controlled development steps, ensuring tasks are properly loaded, reviewed, and completed with auditable checkpoints.

Core Features & Use Cases

  • Load, review, and execute a documented execution plan in a structured, auditable workflow.
  • Coordinate with subagents (e.g., subagent-dev, finish-dev) to optimize task execution and finalization.
  • Enforce verifications and a formal completion process to ensure quality and traceability.

Quick Start

Load the execution document and begin executing all tasks with critical review and verification.

Frequently Asked Questions about exec-plans

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

FAQPage Schema
How do I execute a development plan with review checkpoints and task verification?

To execute a development plan with review checkpoints, you load a documented execution plan and process tasks in controlled stages. The workflow enforces verifications at each checkpoint and signals completion using a finish-dev sub-skill.

What is the best way to track in_progress and completed tasks during plan execution?

Tracking in_progress and completed tasks during plan execution involves loading an external execution document into a structured workflow. The system marks task statuses sequentially and performs critical verifications to ensure auditable progress.

Can I use subagents to coordinate staged task execution and final development handoff?

Yes, you can use subagents to coordinate staged task execution and final development handoff. The workflow supports delegating development work to subagent-dev and triggering finalization through the finish-dev sub-skill.

How does controlled plan execution ensure traceability for software engineering projects?

Controlled plan execution ensures traceability by applying critical review checkpoints to every task within a documented plan. It enforces formal verification steps before marking tasks completed, creating an auditable execution record.

Do I need a written execution plan before starting staged development workflow?

Yes, you need a written execution plan before starting the staged development workflow. The system applies when there is an external execution document requiring staged task execution, verification, and final development handoff.

What are the limitations of executing plans without a formal verification process?

Executing plans without a formal verification process lacks auditable checkpoints and controlled development steps. Without staged task execution and review, final development handoff risks missing quality and traceability standards.