team-to-orchestra

Convert PROJECT.md and kickoff.yaml files into orchestra.yaml for the agent-orchestra CLI.

5|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/itsHabib/cc-sbx --skill team-to-orchestra
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-to-orchestra
Source: https://github.com/itsHabib/cc-sbx/tree/main/.claude/skills/team-to-orchestra
Command: npx skills add https://github.com/itsHabib/cc-sbx --skill team-to-orchestra

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of translating project and team configurations from a human-readable kickoff format into the machine-readable orchestra.yaml required by the agent-orchestra CLI.

Core Features & Use Cases

  • Automated Conversion: Transforms PROJECT.md and kickoff.yaml files into a structured orchestra.yaml.
  • Dependency Mapping: Accurately maps inter-phase dependencies to team dependencies in the orchestra.yaml.
  • Task Generation: Creates tasks from teammate focus areas, including deliverables and verification commands.
  • Use Case: After defining a multi-phase project using the /init-team-project and /new-team-phase skills, use this skill to generate the orchestra.yaml file needed to run the project with the agent-orchestra CLI.

Quick Start

Use the team-to-orchestra skill to convert the project.md and kickoff.yaml files into an orchestra.yaml file.

Frequently Asked Questions about team-to-orchestra

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

FAQPage Schema
How do I convert PROJECT.md and kickoff.yaml into an orchestra.yaml file?

Converting PROJECT.md and kickoff.yaml into an orchestra.yaml file involves mapping project names, phase goals, system contexts, and teammate dependencies into the structured schema required by the agent-orchestra CLI.

What is the process for mapping inter-phase dependencies to team dependencies in orchestra.yaml?

Mapping inter-phase dependencies to team dependencies in orchestra.yaml requires parsing your kickoff configuration and translating phase relationships into the team dependency structure recognized by the agent-orchestra CLI.

Can I automatically generate tasks with deliverables and verification commands from teammate focus areas?

Generating tasks with deliverables and verification commands from teammate focus areas is possible by converting team configuration files into an orchestra.yaml schema that structures focus areas into actionable, verifiable tasks.

Do I need to manually write the orchestra.yaml schema to run multi-phase projects with the agent-orchestra CLI?

You do not need to manually write the orchestra.yaml schema to run multi-phase projects with the agent-orchestra CLI; you can automate the conversion of human-readable project and team configuration files into the machine-readable format.

When do I need to generate an orchestra.yaml file for project scaffolding?

Generating an orchestra.yaml file for project scaffolding is necessary after defining a multi-phase project using initialization skills, producing the configuration file required to execute the project with the agent-orchestra CLI.