Add virtual scrum team instructions and agents#1290
Add virtual scrum team instructions and agents#1290schneidergithub wants to merge 8 commits intogithub:stagedfrom
Conversation
🔍 Skill Validator Results6 resource(s) checked | ✅ All checks passed Full output
|
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. |
|
@copilot apply changes based on the comments in this thread |
|
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>
|
Ok, I believe it is ready for review now. |
|
@aaronpowell - Here is my PR, and an overview of some of the "painful" experience. It now says I need to resolve conflicts, which was not the case when I first submitted this for approval. |
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!