Update AI Team Orchestration plugin to v2#2275
Closed
denis-a-evdokimov wants to merge 4 commits into
Closed
Conversation
Consistency pass to prepare the v2 rework for public release: - Unify role titles across skill, brief, brainstorm, and dev agent (Client/Interaction Engineer, Core/Service Engineer, Visual/Experience Director). - Give all three agents a parallel structure: add a Capability Protocol section to Dev and rename its Constraints to Boundaries. - Standardize the ops role on DevOps (feature/devops-N) to avoid colliding with the Delivery Workflow terminology. - Note the agents ship with the plugin (install the plugin, not just an agent) and that model is intentionally left to the developer. - State the QA sign-off path (docs/qa/sprint-N-signoff.md) and clarify closeout is a post-lifecycle, non-gating step.
Contributor
🔒 PR Risk Scan ResultsScanned 15 changed file(s).
|
Contributor
🔍 Vally Lint Results
Summary
Full linter output |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates AI Team Orchestration to canonical v2 with role-separated delivery gates and durable evidence.
Changes:
- Expands Producer, Dev, and QA lifecycle responsibilities.
- Adds stack-neutral templates and a canonical delivery workflow.
- Updates plugin metadata and generated catalogs to v2.0.0.
Reviewed changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
skills/ai-team-orchestration/SKILL.md |
Defines the revised workflow and roles. |
skills/ai-team-orchestration/references/sprint-plan-template.md |
Adds gate-aware sprint templates. |
skills/ai-team-orchestration/references/project-brief-template.md |
Adds stack-neutral project guidance. |
skills/ai-team-orchestration/references/delivery-workflow.md |
Defines the canonical delivery lifecycle. |
skills/ai-team-orchestration/references/brainstorm-format.md |
Clarifies simulated perspectives. |
skills/ai-team-orchestration/references/anti-patterns.md |
Updates workflow anti-patterns. |
plugins/ai-team-orchestration/README.md |
Documents v2 usage and boundaries. |
plugins/ai-team-orchestration/.github/plugin/plugin.json |
Bumps plugin metadata to v2.0.0. |
agents/ai-team-qa.agent.md |
Adds SHA-bound QA acceptance. |
agents/ai-team-producer.agent.md |
Adds review and merge orchestration. |
agents/ai-team-dev.agent.md |
Adds self-review and PR handoffs. |
docs/README.skills.md |
Regenerates the skill catalog entry. |
docs/README.plugins.md |
Regenerates the plugin catalog entry. |
docs/README.agents.md |
Regenerates agent descriptions. |
.github/plugin/marketplace.json |
Updates marketplace metadata. |
17 tasks
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.
Pull Request Checklist
npm startand verified that generated README and marketplace outputs are up to date with zero drift.mainbranch for this pull request.Description
Updates the existing AI Team Orchestration plugin to v2 from its canonical standalone source.
Canonical PRs:
Key changes:
origin/maintoolsso enabled built-in, MCP, and extension tools remain availablemodelCanonical source trace:
065ac2925242b0b24d6e6846bb4c5ea8926becd872dd696d27eb55bec0d0d38e9bacd02d4bcefa0321a1843924df3787d26054ef03f2373ee29327b3ae7c38fa09c5bc8677eeeef7dee08bb9575e03252.0.0Type of Contribution
Validation
npm run skill:validate— passed; all skills validnpm run plugin:validate— passed; all plugins, extensions, and external catalog validnpm start— passed with zero generated driftAdditional Notes
The standalone skill ID remains
ai-team; the Awesome copy intentionally retainsai-team-orchestration. The plugin README is Awesome-owned and was reviewed manually against the exported behavior.By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.