Have single agents for simple validation steps, like security reviews, code style reviews etc.
Users could invoke them simply by adding them as a step to their job config, e.g.
  • security-review
  • code-review
etc
For implementation these could be carefully crafted LLM prompts for a start. Users will probably want to toggle whether such a step is blocking (hard fail) or not.