-
Notifications
You must be signed in to change notification settings - Fork 0
SYSTEMX Agent 0 Operating Model
Lucas YourLastName edited this page Jul 17, 2026
·
1 revision
Agent 0 is a coordination pattern, not a privileged autonomous runtime. One accountable lead—human or a supervised primary agent—holds the wide system view, sets the mission, assigns waves, approves lane boundaries, and decides what may be merged or deployed.
- Read the current mission map, queue, active work, and completed work.
- Break work into bounded lanes with explicit scope.
- Set mission IDs, wave IDs, checkpoints, and stop conditions.
- Decide when to widen a lane, split it, re-ping it, or close it.
- Review shared-surface risk before concurrent edits touch manifests, routing, generated files, deploy config, or status boards.
- Keep the durable record in
.SYSTEMX/status/, runbooks, and bus summaries.
At the start of a wave, Agent 0 should:
- Set the mission target in
.SYSTEMX/status/MASTERPLAN.md. - Define the current wave and exit condition.
- Claim or refresh lanes in
.SYSTEMX/status/AGENTS.md. - Assign each worker a bounded objective, file/tool scope, and evidence rule.
- Require each worker to emit a
startpacket before meaningful edits.
During the wave, Agent 0 should:
- Watch for quiet lanes, blockers, and overlapping file ownership.
- Prefer the smallest next action over broad speculative expansion.
- Keep subagents inside their assigned lane until a checkpoint says otherwise.
- Use the message bus and status files to keep compact, durable state.
At the end of a wave, Agent 0 should:
- Collect every lane outcome as
done,partial,blocked, orneeds-review. - Merge durable outcomes into
.SYSTEMX/status/and relevant docs. - Archive wave traffic into compact summaries.
- Open the next wave only if a real follow-on task remains.
- Agent 0 does not treat subagent output as self-validating truth.
- Agent 0 does not let the message bus become a secret store.
- Agent 0 does not let live chat history replace source-controlled status.
- Agent 0 does not give away release authority just because a tool can deploy.
SFWA-WTL-G1 · Standard Firebase Web App, Wayne Tech Lab Generation 1 · Provided by Wayne Tech Lab LLC under MIT · Use at your own risk · Subject to daily change · Repository
- Home
- Quick Start
- WTL Standard Setup Guide
- One-Line Install
- Platform Matrix
- Linux Setup
- Windows Setup
- Architecture and Stack
- Project Structure
- SYSTEMX Root and Folder Standard
- Setup Playbook
- Environment Variables
- Security
- Deployment
- Testing and QA
- MCP and Agents
- GitHub Authors and Contribution Notes
- SYSTEMX WEBPORTAL
- White Paper
- Executive Summary
- CISO Note From the Founder
- Wayne Tech Lab Purpose
- Security Overview
- Long-Term Warnings
- .ENV Solutions
- Menu Operations
- Setup and Deployment
- Start and End of Day
- SYSTEMX Sync and Controlled Updates
- Agent 0 and Subagents
- Agent 0 Operating Model
- How Subagents Work
- Starter Prompts and Smart Routing
- Third-Party Responsibility
- User Ingest and Production Setup
- FAQ