openspec-executing-plans

Execute OpenSpec plans in batched tasks with architect review checkpoints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenSpec-driven plan execution can be error-prone when manually orchestrating changes. This skill loads the active OpenSpec plan from the openspec directory, prompts for critical review, and executes tasks in batches with progress checkpoints.

Core Features & Use Cases

  • Batch execution with checkpoints for architect review between batches.
  • Reads the active plan from OpenSpec (openspec/changes) and executes tasks in controlled iterations.
  • Generates progress reports and prompts for feedback to ensure alignment before continuing.

Quick Start

Load the active OpenSpec plan and begin executing the first batch.

Frequently Asked Questions about openspec-executing-plans

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

FAQPage Schema
How do I execute OpenSpec plans in batched steps?

To execute OpenSpec plans in batched steps, this skill loads the active plan from the openspec/changes directory and processes tasks in controlled iterations. It pauses execution between batches to generate progress reports and prompt for architect review.

What is structured batch execution for OpenSpec changes?

Structured batch execution for OpenSpec changes is a controlled iteration process where plan steps are executed in groups. It enforces batch processing limits and requires architect review checkpoints between batches to validate progress before continuing.

Do I need an openspec directory to manage plan execution?

Yes, you need an openspec directory to manage plan execution. This skill requires your project to store plans under openspec/changes and reads active changes via the openspec list command to interpret and execute plan steps.

Can I review progress between task batches during plan execution?

Yes, you can review progress between task batches during plan execution. The skill enforces batch processing with built-in checkpoints, reporting status and prompting for feedback to ensure alignment before continuing to the next batch.

When should I not use automated batch execution for OpenSpec?

You should not use automated batch execution for OpenSpec when your project lacks plans stored under openspec/changes or does not require structured batch execution with architect review checkpoints for task validation.