unac-execute-plan

Dispatch unac-developer serially for each task from an approved implementation plan.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/uesleinasch/unac-agents --skill unac-execute-plan
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: unac-execute-plan
Source: https://github.com/uesleinasch/unac-agents/tree/main/skills-claude/unac-execute-plan
Command: npx skills add https://github.com/uesleinasch/unac-agents --skill unac-execute-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate the serial execution of implementation tasks by dispatching unac-developer for each task from an approved plan.

Core Features & Use Cases

  • Serial task dispatch: reads an approved plan and triggers unac-developer for each task one at a time.
  • Progress tracking: creates and updates a dedicated progress file to monitor task status.
  • Build verification and handoff: runs a final global build verification and formats results for the next phase.

Quick Start

Provide an approved item-id and its _implementation_plan.md; the skill will read the plan, enumerate tasks, and dispatch them serially to unac-developer.

Frequently Asked Questions about unac-execute-plan

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

FAQPage Schema
How do I execute implementation tasks from an approved plan serially?▼

Serial execution of implementation tasks is achieved by reading an approved plan, extracting task data, and dispatching each task one at a time to unac-developer. It updates a progress file and per-task TODOs throughout the orchestration.

What is the best way to track progress when dispatching development tasks in order?▼

Tracking progress during task dispatch is managed by creating and updating a dedicated progress file. This file monitors task status while the system serially executes each implementation task extracted from the approved plan.

Do I need an approved implementation plan before dispatching tasks?▼

An approved implementation plan is required before dispatching tasks. The mechanism activates after plan approval at Gate C, reading the _implementation_plan.md file to enumerate tasks and convert them into code deterministically.

How do I verify a global build after serial task execution?▼

Global build verification after serial task execution is performed automatically once all tasks are dispatched. The system runs a final build check, formats the verification results, and prepares the handoff for the next phase.

What are the limitations of serial task dispatch for implementation plans?▼

Serial task dispatch limitations include its deterministic one-at-a-time execution model, meaning tasks cannot run in parallel. It strictly requires an approved plan and operates by dispatching one task per iteration in sequential order.