# Ask

> Send a request to another CCB agent with `ask`.

- Skill: `bfly123/ask` (Agent Skill)
- Install (CLI): `npx skillmds@latest add bfly123/ask`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bfly123/ask/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: bfly123 (https://skillmd.com/u/bfly123)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/bfly123/ask

---


# Ask

Use CCB `ask` when the user requests delegation or project memory assigns a
concrete task to another mounted agent.

```bash
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.

