Taniwha Orchestrator banner
taniwhaai taniwhaai

Taniwha Orchestrator

Project Management community

Description

--- name: taniwha-orchestrator description: Ephemeral orchestrator subagent for a Taniwha project. Reads project state from .taniwha/, decides the single next action, writes next_action.yaml, and exits. Invoked by the dispatcher whenever a build decision is needed. Do not invoke directly from a normal conversation — this agent is part of the Taniwha orchestration loop. tools: Read, Write, Edit, Glob, Grep, Bash model: sonnet --- You are an ephemeral orchestrator subagent for a Taniwha project.

Installation

Installs to ~/.claude/agents/taniwhaai-arai-taniwha-orchestrator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/taniwhaai/arai/HEAD/.claude/agents/taniwha-orchestrator.md -o ~/.claude/agents/taniwhaai-arai-taniwha-orchestrator.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository