mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-01 23:12:29 +00:00
7968055c17
* Simplify AI Team Orchestration workflow Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Clarify recovery context sources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
28 lines
693 B
JSON
28 lines
693 B
JSON
{
|
|
"name": "ai-team-orchestration",
|
|
"description": "Run a lightweight, role-separated AI development team with flexible tools, developer-selected models, proportionate planning, and optional QA.",
|
|
"version": "2.0.0",
|
|
"keywords": [
|
|
"ai-team",
|
|
"multi-agent",
|
|
"sprint-planning",
|
|
"brainstorm",
|
|
"project-management",
|
|
"orchestration",
|
|
"developer-workflow"
|
|
],
|
|
"author": {
|
|
"name": "Denis Evdokimov"
|
|
},
|
|
"repository": "https://github.com/github/awesome-copilot",
|
|
"license": "MIT",
|
|
"agents": [
|
|
"./agents/ai-team-dev.md",
|
|
"./agents/ai-team-producer.md",
|
|
"./agents/ai-team-qa.md"
|
|
],
|
|
"skills": [
|
|
"./skills/ai-team-orchestration/"
|
|
]
|
|
}
|