ask
GitHub用于向其他 CCB 代理发送请求以执行委托任务或项目记忆分配的具体工作。支持链式依赖和静默提交,提交后应停止轮询,通过现有血缘关系路由结果,避免重复询问。
Trigger Scenarios
Install
npx skills add SeemSeam/claude_codex_bridge --skill ask -g -y
SKILL.md
Frontmatter
{
"name": "ask",
"metadata": {
"short-description": "Ask CCB agent"
},
"description": "Send a request to another CCB agent with `ask`."
}
Ask
Use CCB ask when the user requests delegation or project memory assigns a
concrete task to another mounted agent.
command ask "$TARGET" <<'EOF'
$MESSAGE
EOF
Use --chain only when the current inbound task cannot finish without that
exact child result. Use --silence only for independent work whose successful
result is not needed. After submitting, stop: do not poll with watch, pend,
ping, or ask get. CCB routes an inbound task's terminal result through the
existing lineage, so do not open another ask merely to report completion.
Never use --silence as an active-job correction. Use ccb followup only when
the target advertises exact active-turn injection; otherwise cancel and
resubmit the complete corrected task.
Version History
- 070e86f Current 2026-08-20 03:05


