#494 · Primary category: AI Coding Assistants
copilot-orchestra
Agents and workflow for GitHub Copilot
Project last updated:12/12/25
GitHub Stars
901
Forks
91
Contributors
2
License
MIT
Why we included this project
This is for teams that use GitHub Copilot day to day and are tired of steering it through chat, nudging it along and re-checking context: the project packages that coordination so you don't have to. It ships four agent definition files that Copilot's custom chat modes pick up in VS Code Insiders. A Conductor agent moves a planning subagent, an implementation subagent, and a code-review subagent through a fixed planning → implementing → reviewing → committing loop, with test-driven development enforced and a quality gate after each phase. Pause points make you approve the plan and review commits, so a human stays in charge as the work moves fast. If you want more predictable code quality from AI but do not want to write your own subagent prompts from scratch, the .agent.md files work as-is and are easy to adapt.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.