What problem does it solve? Delegating a context-heavy side task normally requires writing a detailed brief so the subagent understands the situation. This Skill eliminates that by forking the session: the new agent inherits the entire conversation transcript, so the shared mental model transfers for free. ## Core Features & Use Cases - Transcript Inheritance: The fork reprocesses the full parent transcript, so no briefing document is needed for context-heavy work. - Bounded Directives: Each fork receives one explicit bounded directive covering scope, allowed output paths, and safety constraints. - CLI Fallback: When the fork subagent type is unavailable, a documented tmux + claude CLI workflow forks the session with minted session IDs for resumability. - Use Case: Offload a noisy investigation or heavy artifact build from the main conversation, then collect the result from the fork's output path without polluting the primary context. ## Quick Start Ask the agent to fork this session to investigate the failing test suite and write its findings to a scratch file.