Simplify AI Team Orchestration workflow 🤖#2439
Open
denis-a-evdokimov wants to merge 2 commits into
Open
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
🔒 PR Risk Scan ResultsScanned 14 changed file(s).
|
Contributor
🔍 Vally Lint Results
Summary
Full linter output |
Contributor
There was a problem hiding this comment.
Pull request overview
Simplifies the AI Team Orchestration plugin into a lightweight, risk-proportional workflow.
Changes:
- Removes explicit tool/model restrictions from three agents.
- Streamlines agent roles, templates, and guidance.
- Updates plugin metadata and generated catalog documentation to v2.0.0.
Reviewed changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
skills/ai-team-orchestration/SKILL.md |
Simplifies orchestration guidance. |
skills/ai-team-orchestration/references/sprint-plan-template.md |
Replaces sprint ceremony with concise work plans. |
skills/ai-team-orchestration/references/project-brief-template.md |
Makes project briefs optional and concise. |
skills/ai-team-orchestration/references/brainstorm-format.md |
Generalizes perspectives and output. |
skills/ai-team-orchestration/references/anti-patterns.md |
Condenses workflow lessons. |
plugins/ai-team-orchestration/README.md |
Documents the lightweight workflow. |
plugins/ai-team-orchestration/.github/plugin/plugin.json |
Updates metadata to v2.0.0. |
agents/ai-team-dev.agent.md |
Makes Dev stack-adaptive with inherited tools. |
agents/ai-team-producer.agent.md |
Introduces proportionate planning and review. |
agents/ai-team-qa.agent.md |
Makes QA optional and risk-focused. |
docs/README.skills.md |
Updates generated skill description. |
docs/README.plugins.md |
Updates generated plugin description. |
docs/README.agents.md |
Updates generated agent descriptions. |
.github/plugin/marketplace.json |
Updates marketplace metadata. |
17 tasks
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This is a clean, scope-reduced replacement for #2279.
Default workflow:
Plan -> Implement -> Test -> optional review or QA -> Merge -> update project stateCanonical source
9c5fb6d171ea5c2c370a1216244b5bee0de4c229c747b59190b1e58ec6c5242b47dd0402c9699f4b2.0.0Validation
npm run validatenpm test(37 passed, 1 Windows symlink test skipped)npm run skill:validatenpm run plugin:validatenpm run buildbash eng/fix-line-endings.sh