-
Notifications
You must be signed in to change notification settings - Fork 0
SYSTEMX How Subagents Work
Lucas YourLastName edited this page Jul 17, 2026
·
1 revision
Subagents are bounded workers or explorers. They do not own the whole mission. They own one lane at a time and report evidence back to Agent 0.
Every subagent assignment should include:
- a clear lane name
- allowed files and tools
- a finite objective
- a time or token budget when appropriate
- required completion evidence
- a stop condition
- the next smallest task to start with
Every subagent report should include:
- status:
done,partial,blocked, orneeds-review - exact scope owned
- exact files changed, or
none - commands, tests, files, logs, or sources inspected
- blockers, or
none - the next smallest executable action
- mission ID and wave ID when part of parallel work
- parallel research on disjoint surfaces
- isolated implementation in a narrow file set
- test or verification lanes
- documentation alignment after code changes
- provider- or platform-specific investigation
- broad overlapping edits across shared files
- tasks that are too small to justify extra coordination
- secret-heavy or high-risk production operations
- replacing final review or release judgment
Subagents work better with a local-first message bus because they can emit
compact packets like start, checkpoint, handoff, blocked, and
complete. Agent 0 can then summarize and archive those packets instead of
dragging long raw conversations forward forever.
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