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.