orchestrator

Coordinate stories, plans, and tasks across multiple Claude models.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/whiteboardev/brainy.chat --skill orchestrator-whiteboardev
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: orchestrator
Source: https://github.com/whiteboardev/brainy.chat/tree/main/.opencode/skills/orchestrator
Command: npx skills add https://github.com/whiteboardev/brainy.chat --skill orchestrator-whiteboardev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Orchestrator skill coordinates the end-to-end lifecycle of feature development by aligning stories, plans, and tasks across multiple model agents to streamline delivery and governance.

Core Features & Use Cases

  • Story management: capture user requests as structured stories and track progress through phases.
  • Plan generation and task breakdown: convert stories into executable work items using multi-model planning (Opus, Sonnet, Haiku).
  • Execution orchestration: run tasks in sequence with human-in-the-loop approvals and state-machine driven transitions.
  • Use Case: a product team drafts a new feature, generates an implementation plan, and delegates tasks to models while maintaining oversight.

Quick Start

Create a new story: bun story.ts create "Add user authentication with JWT" Generate a plan: bun plan.ts generate <storyId> Approve plan and run tasks: bun plan.ts approve <planId>

Frequently Asked Questions about orchestrator

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

FAQPage Schema
How do I coordinate feature development tasks across multiple Claude models?▼

You coordinate feature tasks across Claude Opus, Sonnet, and Haiku by capturing structured stories, generating executable plans, and orchestrating task execution through a state-machine driven workflow with human-in-the-loop approvals.

How do I generate an implementation plan from a user story?▼

You generate an implementation plan from a user story by creating a structured story via the CLI and running the plan generation script with the story ID. This converts the story into executable work items using multi-model planning.

What is story management for multi-model feature development?▼

Story management for multi-model feature development captures user requests as structured stories and tracks their progress through phases. It aligns stories with generated plans and tasks to streamline end-to-end delivery and governance across different models.

Does the orchestrator skill require specific dependencies to run?▼

The orchestrator skill requires no external dependencies to run. It operates using CLI scripts exposed under the .opencode/scripts directory to perform deterministic tasks, references, and assets for feature development orchestration.

Can I approve and execute tasks sequentially using the CLI?▼

Yes, you can approve and execute tasks sequentially using the CLI. The workflow supports human-in-the-loop approvals and state-machine driven transitions to run tasks in sequence after a plan is approved via the command line interface.

When do I need end-to-end orchestration for feature development?▼

You need end-to-end orchestration for feature development when a product team drafts a new feature, generates an implementation plan, and delegates tasks to multiple models while maintaining governance and human oversight over the entire lifecycle.