execute

Dispatch plan tasks to code-writers, schedule reviews, and compile final reports.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/WinnerWang971119/my_skills --skill execute-winnerwang971119
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute
Source: https://github.com/WinnerWang971119/my_skills/tree/main/execute
Command: npx skills add https://github.com/WinnerWang971119/my_skills --skill execute-winnerwang971119

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill coordinates the orchestration of plan-driven tasks by dispatching work to code-writers, scheduling background reviews, and compiling a final report.

Core Features & Use Cases

  • Dispatches unblocked tasks in parallel as soon as blockers are cleared
  • Enforces hard gates like code-review-inspector and final verification before marking completion
  • Follows the multi-phase workflow (load plan, create todos, dispatch, review, commit, final report)

Quick Start

Trigger the execute skill with a loaded plan and let it manage parallel task dispatch, reviews, and reporting.

Frequently Asked Questions about execute

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

FAQPage Schema
How do I orchestrate parallel task execution for a multi-phase software development plan?

Parallel task execution is orchestrated by dispatching unblocked tasks to code-writers as soon as blockers clear, scheduling background reviews, and compiling a final report. The system follows a multi-phase workflow of loading plans, creating todos, dispatching, reviewing, and committing.

What is the best way to manage dependencies when executing parallel coding tasks?

Managing dependencies in parallel coding tasks is handled by enforcing hard gates and clearing blockers before dispatch. Tasks run in parallel only when their dependencies are resolved, ensuring code-review-inspector and final verification gates pass before completion.

How does background code review scheduling work during automated task dispatch?

Background code review scheduling works by triggering code-review-inspector agents after code-writers complete dispatched tasks. This automated review acts as a hard gate, preventing task completion and commits until verification passes, followed by a final report.

Can I use this orchestration approach for large plans with multiple task dependencies?

Yes, this approach is specifically useful for large plans with multiple tasks and dependencies where tasks can run in parallel. It coordinates code-writers, handles commits, and manages final reporting as defined by the plan's phases.

Do I need a loaded plan before triggering automated parallel task orchestration?

Yes, a loaded plan is required before triggering orchestration. The system uses this plan to create todos, dispatch unblocked tasks to code-writers, enforce review gates, handle commits, and compile the final report across defined phases.

Why should I use automated orchestration instead of manually dispatching tasks to code-writers?

Automated orchestration clears blockers dynamically, dispatching tasks in parallel immediately when ready, whereas manual dispatch introduces delays. It enforces hard gates via code-review-inspector agents, handles commits, and compiles a final report automatically.