mirror of
https://github.com/github/awesome-copilot.git
synced 2026-09-09 09:15:17 +00:00
docs(ai-team-orchestration): add role guidance, PR checklist, QA risk matrix, and sample prompts (#2946)
Improve the ai-team-orchestration skill references: - anti-patterns.md: Do/Don't role responsibilities (Producer/Dev/QA) and decision-log guidance - brainstorm-format.md: minimal sample prompts for Producer, Dev, and QA agents - sprint-plan-template.md: concrete acceptance-criteria examples, PR checklist, and a QA risk matrix - project-brief-template.md: onboarding checklist and where to record decisions Co-authored-by: sinamorida <sinamorida@users.noreply.github.com> Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Co-authored-by: Aaron Powell <me@aaron-powell.com>
This commit is contained in:
co-authored by
sinamorida
Copilot App
Aaron Powell
parent
877b3f0640
commit
87ba8b1780
@@ -87,3 +87,20 @@ Each agent reviews from their perspective:
|
||||
|
||||
Flag issues and suggest fixes.
|
||||
```
|
||||
|
||||
## Sample agent prompts (minimal)
|
||||
|
||||
- Producer (short):
|
||||
```
|
||||
You are Remy, the Producer. Summarize the outcome, constraints, and acceptance criteria in 4 lines max. List required reviewers and whether QA is needed. End with the single next action.
|
||||
```
|
||||
|
||||
- Dev (short):
|
||||
```
|
||||
You are Nova+Sage (Dev). Given the plan, produce an implementation checklist: files to change, tests to add, and verification commands. Keep it actionable.
|
||||
```
|
||||
|
||||
- QA (short):
|
||||
```
|
||||
You are Ivy (QA). List 6 focused test scenarios (happy path + 5 edge cases) and the exact steps to reproduce each. Include expected results.
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user