dispatcher

Orchestrate Taniwha builds with Python libraries and subagent coordination.

1|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/taniwhaai/skills --skill dispatcher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dispatcher
Source: https://github.com/taniwhaai/skills/tree/main/skills/dispatcher
Command: npx skills add https://github.com/taniwhaai/skills --skill dispatcher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the orchestration of Taniwha builds, streamlining the process and reducing manual intervention.

Core Features & Use Cases

  • Automated Build Execution: Manages the execution of Taniwha builds without manual decision-making.
  • Subagent Coordination: Spawns and coordinates subagents for design, derivation, implementation, composition, and verification.
  • Status Reporting: Provides real-time status updates and checkpoints for the build process.
  • Error Handling: Surfaces errors and re-raises when issues are encountered, allowing for resolution by higher-level agents.

Quick Start

Run the dispatcher skill in your Claude Code session to begin a new Taniwha build or resume an interrupted one.

Frequently Asked Questions about dispatcher

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

FAQPage Schema
How do I orchestrate automated build execution without manual decision-making?

Build orchestration automates execution by managing the build loop, spawning subagents, and handling project initialization without manual intervention. This Skill operates as the dispatcher, automating the full Taniwha build lifecycle.

What is subagent coordination in build orchestration?

Subagent coordination spawns and manages specialized subagents for design, derivation, implementation, composition, and verification phases. This streamlined coordination allows the main execution loop to delegate complex build tasks efficiently.

How does error handling work when a build execution fails?

Error handling in build orchestration surfaces encountered issues and re-raises them to the higher-level agents. This approach halts the automated execution loop, allowing parent systems to diagnose and resolve the build failure.

Do I need state management tools to run automated build orchestration?

Yes, build orchestration requires Kupu for state management and toolchain support. You must have this prerequisite environment configured to initialize projects and maintain execution loop continuity throughout the build process.

Can I resume an interrupted build execution loop?

Yes, you can resume interrupted build execution. The dispatcher manages project initialization and execution loops, allowing you to run the Skill in your session to resume a previously halted Taniwha build orchestration process.

What is the best way to track build status during subagent coordination?

Status reporting provides real-time updates and checkpoints throughout the build orchestration process. This mechanism monitors subagent coordination progress and surfaces execution status without requiring manual polling or intervention.