Spawn a background Claude agent in a new Terminal window (macOS only)
Spawns a background Claude agent in a new Terminal window to autonomously complete tasks.
/plugin marketplace add Emasoft/ghe-marketplace/plugin install ghe@ghe-marketplaceSpawn a Claude agent in a background Terminal window. The agent works autonomously while you continue chatting.
Task: $ARGUMENTS.task Output: ${ARGUMENTS.output_file:-GHE_REPORTS/$(TZ='Australia/Brisbane' date +%Y%m%d%H%M%S%Z)task_result(Agent).md}
Run the spawn script:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/spawn_background.py" \
"Please complete this task and save the result to ${ARGUMENTS.output_file:-GHE_REPORTS/\$(TZ='Australia/Brisbane' date +%Y%m%d%H%M%S%Z)_task_result_(Agent).md}: $ARGUMENTS.task" \
"$(pwd)"
| Operation | Decision |
|---|---|
| Read, Glob, Grep, LS | ALLOW |
| Write/Edit within project | ALLOW |
| Write/Edit outside project | DENY |
| Bash (git, npm, python) | ALLOW |
| Bash (sudo, rm -rf /) | DENY |
| MCP tools | ALLOW |
| Unknown | ASK user |