execute

Dispatch fresh subagents for each task with sequential, parallel, and persistence modes.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/atmigtnca/sidep-ops --skill execute-atmigtnca
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute
Source: https://github.com/atmigtnca/sidep-ops/tree/main/skills/execute
Command: npx skills add https://github.com/atmigtnca/sidep-ops --skill execute-atmigtnca

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates plan execution by dispatching fresh subagents for each task, enabling scalable, parallelized work with built-in quality gates.

Core Features & Use Cases

  • Two-stage reviews: spec compliance followed by code quality review to ensure correct and robust implementations.
  • Flexible modes: supports sequential, parallel (--parallel) and persistence (--persist) task execution.
  • End-to-end workflow: automates task extraction from a plan, per-task dispatch, revisions, and final completion.

Quick Start

Provide a plan file path and invoke the execute workflow to begin processing tasks.

Frequently Asked Questions about execute

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

FAQPage Schema
How do I automate plan execution and dispatch subagents for multiple tasks?

Automating plan execution involves dispatching fresh subagents for each task within a plan file. This orchestration extracts tasks, dispatches them sequentially or in parallel, and runs a final reviewer to complete the workflow.

What is the best way to ensure code quality and spec compliance during automated task execution?

Ensuring code quality during task execution requires built-in two-stage reviews. The first stage checks spec compliance, followed by a code quality review, guaranteeing correct and robust implementations before the workflow finishes.

Can I run tasks in parallel instead of sequentially during workflow automation?

Yes, you can run tasks in parallel during workflow automation by using the parallel mode. This mode allows scalable, parallelized work by dispatching fresh subagents for each task concurrently rather than sequentially.

How do I start automating a workflow from an existing plan file?

To start automating a workflow from a plan file, provide the plan file path and invoke the execution workflow. The orchestrator will then automatically extract tasks, dispatch subagents, and manage revisions end-to-end.