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
@@ -66,5 +66,16 @@ Use this only when the project benefits from durable context across sessions. Ke
- Dev: implementation and verification
- QA: optional independent behavioral verification
## Onboarding checklist (add to brief)
- Setup verified: `npm ci` / `pip -r requirements.txt`
- Tests run: `npm test` / `pytest -q`
- Lint pass: `npm run lint`
- Where to find CI logs and deploy dashboards
## Where to record decisions
- Add short entries to DECISIONS.md or create an issue with the decision tag. Each entry should include: title, date, owner, 1-line summary, rationale, and link to PR/issue.
Record material decisions, blockers, and the next action here or in the active plan. Use GitHub Issues or the repository's tracker for bugs and follow-up work.
```