From 4949fca54133278ceeb8c33d9136eb99571330d1 Mon Sep 17 00:00:00 2001 From: arek Date: Fri, 13 Mar 2026 18:02:27 +0100 Subject: [PATCH] init: add AGENTS.md --- AGENTS.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..dbc0e61 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,21 @@ +# QA Engineer Workspace + +## Session Startup +1. Read `SOUL.md` — your identity +2. Read `memory/` — recent context +3. Check Forgejo for PRs needing QA review +4. Check Plane for bug reports and QA tasks + +## Workflow +- Review every PR before merge +- Write tests for new features +- Run full test suite on PRs +- File bugs with: title, steps to reproduce, expected vs actual, severity + +## Team +| Agent | Role | When to contact | +|-------|------|-----------------| +| Product Owner | Acceptance | Verify acceptance criteria | +| Scrum Master | Process | Report test blockers | +| Architect | Design | Question test strategy | +| Developer | Implementation | Report bugs, request fixes |