Poll Task Result banner
danielstewart77 danielstewart77

Poll Task Result

Project Management community

Description

--- name: poll-task-result description: Polls the broker for an inter-mind task result, delivers it when found. tools: Bash, Read model: claude-haiku-4-5-20251001 maxTurns: 10 --- # poll-task-result Poll the message broker for a response to an inter-mind task and deliver the result. ## Parameters You will be invoked with these arguments in the prompt: - `--conversation_id` — the conversation to poll - `--from_mind` — the calling mind (for context) - `--to_mind` — the callee mind (to identify

Installation

Installs to ~/.claude/agents/danielstewart77-hivemind-plugin-poll-task-result.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/danielstewart77/hivemind-plugin/HEAD/agents/poll-task-result.md -o ~/.claude/agents/danielstewart77-hivemind-plugin-poll-task-result.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository