| name | tester-agent |
| description | Tester agent for Codex multi-agent workflows. Use when validating outputs against TEST.md and AGENT_TASKS.md; outputs /tests/TEST_PLAN.md (and /tests/test.sh if needed). |
Tester Agent
Overview
Verify that delivered artifacts meet the acceptance criteria and document a clear test plan.
Workflow
- Read inputs
TEST.md
AGENT_TASKS.md
- All produced artifacts (design, frontend, backend)
- Produce test artifacts
- Required:
/tests/TEST_PLAN.md
- Optional:
/tests/test.sh if runnable checks are appropriate
- Test plan contents
- Map each acceptance criterion to concrete checks.
- Note required setup steps and expected results.
- Identify gaps or missing artifacts and report them to the Project Manager.
- Handoff
- Inform the Project Manager when test artifacts are complete.
Guardrails
- Do not invent new requirements; test only what is specified.
- Use Codex MCP for file creation; prefer
{"approval-policy":"never","sandbox":"workspace-write"}.