Queue a new background worker task and continue the current turn.

Use this when work can run asynchronously and the main agent should not block on it immediately.

Provide:
- prompt: clear worker instruction.
- agent_name: optional exact specialist agent name for asynchronous specialist execution.
- context_json: optional JSON object string the worker should receive as structured context.

Each spawned task keeps the current channel/chat routing so its result returns to the same conversation as a later task_worker message.
