Delegate Handoff

Loads when the agent calls `delegate({...})` for a non-trivial sub-task. Covers what the child sees and doesn't see (the child has NO `load_skill` and NO available-skills index — the parent must pre-push skills via `delegate({skills: [{name, refs?}]})`); how to write a good `handoff`; when to push specific reference files via `refs:`; the `mcpServers:` allowlist; budget envelope (`max_steps`, `max_output_tokens`, `max_depth`); the `{ok, answer | reason, toolsUsed}` return contract; when to delegate vs call a tool inline.

friday-platform 4d55825 6.1 KB Updated

File contents

friday-platform/friday-studio/tree/main/packages/system/skills/delegate-handoff commit 4d5582519e

Frequently asked questions

npx skillmds@latest add friday-platform/delegate-handoff