init: add AGENTS.md

This commit is contained in:
arek 2026-03-13 18:02:27 +01:00
parent e57a53da8e
commit 4949fca541

21
AGENTS.md Normal file
View file

@ -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 |