Skip to content

Agent Workflow Overview

Last Updated: 2026-03-12 Purpose: Human-role model and agent workflow for the Jorvis platform.

Human Roles

  • Architect defines task framing, architecture direction, and staged execution boundaries.
  • Executor implements approved work, runs bounded validation, and prepares pull requests.
  • Gatekeeper reviews evidence, scope discipline, and task readiness.
  • Tester produces independent regression and end-to-end validation evidence.
  • Coordinator keeps multi-agent context aligned without silently becoming the implementer or reviewer.

OpenClaw Boundary

OpenClaw is an assistant/copilot layer. It can help explain, summarize, and support workflows, but it is not the final governance authority for gate approval, merge approval, or release approval.

Public-Safe Workflow Shape

  1. Define the task and the allowed scope.
  2. Implement the bounded change on a feature branch.
  3. Capture verification evidence.
  4. Review the change before merge.
  5. Publish and verify the user-facing result after merge when required.