| name | tell |
| description | Delegate tasks to other agents - pi sessions or external agents (claude, opencode, aider). Non-blocking with task tracking and completion notifications. |
| script | scripts/tell.sh |
Tell / Delegate
Delegate tasks to other agents. Works with both pi agent sessions and external agents (Claude Code, opencode, aider).
Script location: ~/.dotfiles/home/common/programs/pi-coding-agent/skills/tell/scripts/tell.sh
Note: All commands below use tell.sh for brevity. Always use the full path above when executing.
Auto-notification: When a delegated task completes, you'll be notified via:
- ntfy - Push notification to your devices
- Session message -
[TASK_RESULT:id] sent to your pi session
Tell a pi agent
Send a task to another pi agent running in a tmux session:
~/.dotfiles/home/common/programs/pi-coding-agent/skills/tell/scripts/tell.sh mega "fix the failing tests in src/auth"
~/.dotfiles/home/common/programs/pi-coding-agent/skills/tell/scripts/tell.sh rx "review PR #42 and leave comments"
Explicit window targeting with session:window syntax:
~/.dotfiles/home/common/programs/pi-coding-agent/skills/tell/scripts/tell.sh rx:agent "do something"
~/.dotfiles/home/common/programs/pi-coding-agent/skills/tell/scripts/tell.sh mega:0