21 lines
679 B
Markdown
21 lines
679 B
Markdown
# 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 |
|