Hand a focused task to a subagent

agents & rules

// what it does

Subagents run in their own context so they do not clutter your main thread: type @ and the subagent name (@general for multi-step research, @explore or @scout for read-only investigation) to invoke one, or let the primary agent call it automatically. Results come back summarized into your session.

// shell

$ @general research how sessions are persisted
$ @explore find where auth is handled

// resources