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¶
- Define the task and the allowed scope.
- Implement the bounded change on a feature branch.
- Capture verification evidence.
- Review the change before merge.
- Publish and verify the user-facing result after merge when required.