Add virtual scrum team instructions and agents#1290
Open
schneidergithub wants to merge 8 commits intogithub:stagedfrom
Open
Add virtual scrum team instructions and agents#1290schneidergithub wants to merge 8 commits intogithub:stagedfrom
schneidergithub wants to merge 8 commits intogithub:stagedfrom
Conversation
Contributor
🔍 Skill Validator Results6 resource(s) checked | ✅ All checks passed Full output
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a “virtual scrum team” instruction set plus several role-specific agents to support cross-functional software delivery workflows in GitHub Copilot.
Changes:
- Added
virtual-scrum-teaminstruction file describing role boundaries, operating rules, and a standard output format. - Added 5 new scrum-role agents (Product Owner, Solutions Architect, Software Engineer, QA Engineer, Security Engineer).
- Updated generated docs READMEs to list the new instruction and agents.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| instructions/virtual-scrum-team.instructions.md | New instruction content for coordinating multi-role delivery outputs. |
| docs/README.instructions.md | Adds the “Virtual Scrum Team” entry to the instructions catalog. |
| docs/README.agents.md | Adds entries for the new scrum-role agents to the agents catalog. |
| agents/scrum-product-owner.agent.md | New Product Owner agent definition. |
| agents/scrum-solutions-architect.agent.md | New Solutions Architect agent definition. |
| agents/scrum-software-engineer.agent.md | New Software Engineer agent definition. |
| agents/scrum-qa-engineer.agent.md | New QA Engineer agent definition. |
| agents/scrum-security-engineer.agent.md | New Security Engineer agent definition. |
Author
|
@copilot apply changes based on the comments in this thread |
Author
|
I apologize @aaronpowell, I'm struggling a bit with submitting this PR following your expectations, along with AI doing its own thing. |
Following repo conventions. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Following repo conventions. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Following repo conventions. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Following repo conventions. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Following repo conventions. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Following repo conventions. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Author
|
Ok, I believe it is ready for review now. |
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
Adds a virtual scrum team contribution for software delivery.
Included
Purpose
This contribution provides a structured cross-functional delivery model for GitHub Copilot, with clear role boundaries across product, architecture, implementation, testing, and security.
Notes
Assuming this is accepted, please @all-contributors add @schneidergithub for Instructions & Agents. Thank you!