/agx:spawn - Start Autonomous Task
Spawn an autonomous agent task that runs until completion.
Spawn an autonomous agent task that runs until complete.
Usage
/agx:spawn <goal>
Arguments
$ARGUMENTS- The goal/task description for the agent
Implementation
First, ensure you're in the correct project directory, then:
agx claude --autonomous -p "$ARGUMENTS"
This will:
- Create a mem task branch
- Start the agx daemon (if not running)
- Begin working on the task
- Daemon wakes every 15m to continue until [done]
Check status with:
agx daemon status
mem status