src/claude/skills/dispatch-read/SKILL.md
Read a dispatch and mark it as read — works from any branch or worktree
npx skillsauth add the-agency-ai/the-agency src/claude/skills/dispatch-readInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Read a dispatch by ID, display its contents, and mark as read. Payloads resolve transparently across branches and worktrees — no merge needed.
$ARGUMENTS: An integer dispatch ID. If empty, list available dispatches first.If $ARGUMENTS is empty:
./agency/tools/dispatch list to show dispatches for the current agent../agency/tools/dispatch list --all for all agents.If $ARGUMENTS is an integer ID:
./agency/tools/dispatch read $ARGUMENTS to display and mark as read.To peek without marking as read, use ./agency/tools/dispatch fetch $ARGUMENTS instead.
After reading the dispatch:
For review findings, follow the red-green cycle:
For directives, execute the work as specified.
After all items are addressed:
./agency/tools/dispatch reply <id> "summary of what was done" to send a response../agency/tools/dispatch resolve <id> --response <reply-id> to mark as resolved./iteration-complete to commit your code changes.business
Sync worktree with master — merge, copy settings, run sandbox-sync, report changes
tools
List all git worktrees with status info (branch, clean/dirty, deps)
tools
Remove a git worktree and optionally delete its branch
development
Create a new git worktree with dedicated branch and bootstrapped dev environment