What problem does it solve?
The Forge runtime often holds exclusive ownership over a phase, which can create bottlenecks and rigidity. This skill enables delegating the current phase's implementation work from the Forge runtime to another runtime (Claude-SB, Codex-SB, OpenCode-SB, or a sibling Forge) under the parent's existing phase-lock, then integrates the child results back into the parent phase artifacts.
Core Features & Use Cases
- Cross-runtime phase delegation: transfer execution responsibilities to a target runtime while preserving the parent phase context.
- Inherited lock semantics: spawn and run the child with SB_PHASE_LOCK_INHERITED=true to avoid double-claiming the phase.
- Result integration: parse and merge the child runtime's output into the parent's phase summary, preserving provenance and state.
Quick Start
Provide the target runtime to delegate to and initiate the delegation workflow from the Forge.