orchestra
Context-optimized parallel task orchestration for coding projects
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Orchestra?โผ
Run `npx skills add carloluisito/orchestra --all -g -y` in your terminal to install the skill globally.
What problem does Orchestra solve?โผ
It prevents output quality loss from oversized context by splitting work into atomic tasks, each dispatched with only the relevant spec sections, upstream summaries, and files it needs.
How does Orchestra run tasks in parallel?โผ
It builds a dependency graph of tasks, dispatches independent ones as concurrent sub-agents in isolated git worktrees, and verifies results with evidence like test output and screenshots.
Can Orchestra work across multiple repositories?โผ
Yes. Pass --repos with sibling repository names to coordinate changes across multiple codebases in a single run.
Can I resume an interrupted Orchestra run?โผ
Yes. Run /orchestra resume to pick up where a previous run stopped, with all state preserved in the .orchestra directory.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core