orchestrator

Manage Taniwha project state and decide the next build action.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The orchestrator Skill handles decision-making in Taniwha projects, ensuring that each invocation produces a single decision, keeping context lean and maintaining a robust build process.

Core Features & Use Cases

  • Single Decision Invocation: Decide the next action for the build with each invocation, maintaining a small context for each decision.
  • State Management: Handle filesystem state for Taniwha projects, ensuring decisions are made against fresh context.
  • Build Progress: Facilitate build progress by instructing the dispatcher to read project state, decide the next action, and write the decision back to disk.
  • Use Case: Use the orchestrator when the dispatcher invokes an orchestrator subagent, such as when deciding what should happen next in a Taniwha build.

Quick Start

Run the orchestrator skill and follow the prompts to read project state, decide the next action, and write the decision to disk.

Frequently Asked Questions about orchestrator

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

FAQPage Schema
How do I manage project state for a build process?

To orchestrate a build process, the dispatcher invokes the orchestrator subagent to read project state, decide a single next action, and write that decision back to disk. This facilitates build progress by maintaining lean context for each step.

What is single decision invocation in project orchestration?

Single decision invocation in project orchestration means deciding exactly one build action per call to keep context lean. It dictates the next step in the build process and writes the decision back to disk to maintain robust progress.

Do I need a specific directory layout for Taniwha project orchestration?

Yes, Taniwha project orchestration requires access to project state located in the .taniwha/ directory. This specific state layout must be present so the dispatcher can read fresh context and write decisions back to disk.

When should I use an orchestrator subagent in my build process?

Use an orchestrator subagent in your build process when the dispatcher needs to decide what should happen next in a Taniwha build. It handles state and dictates the next action to keep context lean and robust progress.