Superclaw is the master-agent layer.
It is the top-level agent in the system.
Superclaw acts as:
- controller
- dispatcher
- planner
- direct solver
It can solve work directly or decide whether subagents should be called.
Inside Superclaw lives the subagent-controller and dispatcher logic.
That logic decides:
- should we call or don't call?
- if we do call, what task boundary do need to solve
- receive work from the interaction plane
- decide direct solve vs delegated solve
- allocate task boundaries
- coordinate subagents
- use GraphStore as shared cognitive state
powergraphstoreregatetemporalforge
Superclaw is the top-level control layer that binds human intent, shared cognition, tools, and delegated worker execution together.