Handle child questions, blockers, redirects, and answers using the registry and structured downward messages.
Use this skill when a child agent has already surfaced a question, blocker, or completion update and you need to respond.
subagent_inbox and subagent_get.subagent_message.find; use grep and bash with rg --files if extra discovery is needed.Use these structured kinds:
answer — respond to a child questionnote — provide context without changing directionredirect — change scope or directioncancel — ask the child to stop current workpriority — tell the child what matters most nowsubagent_inbox to read unread child-originated messages.subagent_get to inspect the target child’s current state.subagent_message with the smallest sufficient context.cancel first.subagent_stop.