carloluisitocarloluisitoCommunityยท1 Agent Skills Included

orchestra

Context-optimized parallel task orchestration for coding projects

Breaks complex coding work into dependency graphs of focused subtasks, each executed with only the minimal context it needs. Eliminates bloated prompts, wasted tokens, and quality loss from oversized context windows. Runs independent tasks in parallel with git worktree isolation, evidence-based verification, and a live progress dashboard.
npx skills add carloluisito/orchestra --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’