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:
sina morida
2026-09-07 12:45:16 +10:00
committed by GitHub
co-authored by sinamorida Copilot App Aaron Powell
parent 877b3f0640
commit 87ba8b1780
4 changed files with 69 additions and 1 deletions
@@ -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.
```