forge:spawn

Spawn a worker session with run creation, worktree setup, and Claude Code pane.

1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/Chulf58/FORGE --skill forge-spawn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forge:spawn
Source: https://github.com/Chulf58/FORGE/tree/main/skills/spawn
Command: npx skills add https://github.com/Chulf58/FORGE --skill forge-spawn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Spawn a worker session for a feature so teams can rapidly bootstrap a feature pipeline with a dedicated run, git worktree, and Claude Code session in a new terminal tab.

Core Features & Use Cases

  • Run creation: Creates a feature run ID with a lean plan pipeline.
  • Worktree setup: Establishes a git worktree and a branch for isolated feature work.
  • Worker pane: Opens a Claude Code session in a new terminal tab to run the workflow.
  • Use Case: Start a new feature by spawning a complete Forge pipeline and begin work in an isolated sandbox.

Quick Start

Spawn a worker session for a feature by describing the feature and letting Forge initialize a run, build a worktree, and launch the worker pane.

Frequently Asked Questions about forge:spawn

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a git worktree for a new feature branch automatically?

To set up a git worktree, you can spawn a worker session that orchestrates run creation, worktree setup, and a dedicated Claude Code pane. It creates an isolated branch and returns the branchName for confirmation.

What is the best way to bootstrap a feature pipeline with a dedicated run and isolated sandbox?

Bootstrapping a feature pipeline is done by spawning a worker session. It initializes a lean pipeline with plan, implement, and apply phases, creating a dedicated run and a git worktree for isolated feature work.

Can I launch a Claude Code session in a new terminal tab for feature development?

Yes, you can launch a Claude Code session in a new terminal tab. Spawning a worker session opens a worker pane to run the workflow, establishing a git worktree and a feature branch in an isolated sandbox.

Do I need a spawn-worker script to create a Forge run and worktree?

Yes, a spawn-worker script is required to create a Forge run and worktree. The session requires the forge_create_run, forge_create_worktree, and spawn-worker script to orchestrate run creation and worktree setup, returning a runId and branchName.

What pipeline phases are included when I spawn a worker session for a feature?

Spawning a worker session includes a lean pipeline with plan, implement, and apply phases. It orchestrates run creation and worktree setup across these phases, beginning feature work in an isolated sandbox with a dedicated Claude Code session.