Skip to content

Update AI Team Orchestration plugin to v2#2275

Closed
denis-a-evdokimov wants to merge 4 commits into
github:mainfrom
denis-a-evdokimov:feature/sync-ai-team-orchestration-2.0.0
Closed

Update AI Team Orchestration plugin to v2#2275
denis-a-evdokimov wants to merge 4 commits into
github:mainfrom
denis-a-evdokimov:feature/sync-ai-team-orchestration-2.0.0

Conversation

@denis-a-evdokimov

@denis-a-evdokimov denis-a-evdokimov commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have read and followed the Guidance for submissions involving paid services.
  • My contribution updates existing agents, a skill, and a plugin in the correct directories.
  • The files follow the required naming conventions.
  • The content is clearly structured and follows the repository formats.
  • I have tested the agents, skill, and plugin with GitHub Copilot.
  • I have run npm start and verified that generated README and marketplace outputs are up to date with zero drift.
  • I am targeting the main branch for this pull request.

Description

Updates the existing AI Team Orchestration plugin to v2 from its canonical standalone source.

Canonical PRs:

Key changes:

  • role-gated lifecycle: Plan → Implement → Dev self-review → Independent review → QA acceptance on exact PR head → Fix/re-verify → regular merge → post-merge smoke
  • stable Producer, Dev, and QA ownership with SHA-bound handoff and gate evidence
  • stack-neutral project brief and sprint templates
  • parameterized target branch, base remote/ref, push remote, and working branch; no implicit origin/main
  • pre-candidate committed trackers keep post-push gates pending; exact-SHA evidence lives on the PR and is archived by closeout
  • explicit privacy-safe evidence and capability-fallback rules
  • inherited tooling: agents intentionally omit tools so enabled built-in, MCP, and extension tools remain available
  • inherited model selection: agents intentionally omit model
  • unified Nova/Sage/Milo titles and DevOps terminology
  • canonical delivery-workflow reference and QA archive/closeout guidance

Canonical source trace:

  • repository: https://github.com/denis-a-evdokimov/ai-team-orchestration
  • merged v2 source commit: 065ac2925242b0b24d6e6846bb4c5ea8926becd8
  • branch-base fix: 72dd696d27eb55bec0d0d38e9bacd02d4bcefa03
  • SHA-evidence fix: 21a1843924df3787d26054ef03f2373ee29327b3
  • current Awesome head: ae7c38fa09c5bc8677eeeef7dee08bb9575e0325
  • plugin version: 2.0.0

Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New plugin.
  • New skill file.
  • New agentic workflow.
  • New canvas extension.
  • Update to existing instruction, prompt, agent, plugin, skill, workflow, or canvas extension.
  • Other (please specify):

Validation

  • npm run skill:validate — passed; all skills valid
  • npm run plugin:validate — passed; all plugins, extensions, and external catalog valid
  • npm start — passed with zero generated drift
  • line endings normalized to LF
  • canonical synchronization check — aligned
  • canonical regression suite — 42/42 passed
  • independent alignment review — PASS, no blockers or majors
  • all six Copilot review threads fixed canonical-first, answered, and resolved

Additional Notes

The standalone skill ID remains ai-team; the Awesome copy intentionally retains ai-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.

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.
Copilot AI review requested due to automatic review settings July 11, 2026 16:26
@github-actions github-actions Bot added agent PR touches agents plugin PR touches plugins skills PR touches skills labels Jul 11, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🔒 PR Risk Scan Results

Scanned 15 changed file(s).

Severity Count
🔴 High 0
🟠 Medium 1
ℹ️ Info 0
Severity Rule File Line Match
🟠 package-exec-command docs/README.skills.md 31 | [acreadiness-assess](../skills/acreadiness-assess/SKILL.md)<br />`gh skills install github/awesome-copilot acreadiness-assess` | Run the AgentRC readiness assessment on the curre

This is an automated soft-gate report. Findings indicate review targets and do not block merge by themselves.

@github-actions

Copy link
Copy Markdown
Contributor

🔍 Vally Lint Results

⚠️ Warnings or advisories found

Scope Checked
Skills 1
Agents 3
Total 4
Severity Count
❌ Errors 0
⚠️ Warnings 0
ℹ️ Advisories 1

Summary

Level Finding
ℹ️ Vally currently lints SKILL.md content. Agent files were detected but skipped:
Full linter output
### Linting skills/ai-team-orchestration
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: 'commander@15.0.0',
npm warn EBADENGINE   required: { node: '>=22.12.0' },
npm warn EBADENGINE   current: { node: 'v20.20.2', npm: '10.8.2' }
npm warn EBADENGINE }
npm warn deprecated prebuild-install@7.1.3: No longer maintained. Please contact the author of the relevant native addon; alternatives are available.
✅ ai-team-orchestration (2/2 checks passed)
    ✓ [spec-compliance] All 1 skill(s) are spec-compliant.
        ✓ spec-compliance: All spec checks passed.
    ✓ [valid-refs] All file references across 1 skill(s) are valid.
        ✓ valid-refs: All file references resolve to existing files within the skill directory.

1 skill(s) linted, 1 passed

### Agent files detected (not linted by vally)
ℹ️ Vally currently lints SKILL.md content. Agent files were detected but skipped:
agents/ai-team-dev.agent.md
agents/ai-team-producer.agent.md
agents/ai-team-qa.agent.md

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread skills/ai-team-orchestration/references/sprint-plan-template.md Outdated
Comment thread skills/ai-team-orchestration/references/sprint-plan-template.md Outdated
Comment thread skills/ai-team-orchestration/references/project-brief-template.md Outdated
Comment thread agents/ai-team-dev.agent.md Outdated

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 15 out of 15 changed files in this pull request and generated 2 comments.

Comment thread skills/ai-team-orchestration/references/project-brief-template.md Outdated
Comment thread skills/ai-team-orchestration/references/sprint-plan-template.md Outdated
Copilot AI review requested due to automatic review settings July 11, 2026 16:55

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 15 out of 15 changed files in this pull request and generated 1 comment.

Comment thread skills/ai-team-orchestration/references/delivery-workflow.md
@denis-a-evdokimov denis-a-evdokimov deleted the feature/sync-ai-team-orchestration-2.0.0 branch July 11, 2026 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent PR touches agents plugin PR touches plugins skills PR touches skills

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants