wt

Manage git worktree lifecycles for RFCs with start, sync, and finish flows.

1|1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/superviber/blue --skill wt-superviber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wt
Source: https://github.com/superviber/blue/tree/main/skills/wt
Command: npx skills add https://github.com/superviber/blue --skill wt-superviber

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage the lifecycle of git worktrees tied to RFCs and associated development workflow.

Core Features & Use Cases

  • Start a worktree for a given RFC, detect the RFC context, and set up environment
  • Sync a worktree with develop to incorporate latest changes
  • Complete work by merging back to develop and marking the RFC implemented

Quick Start

Start the default worktree workflow for the current RFC.

Frequently Asked Questions about wt

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

FAQPage Schema
How do I manage git worktrees tied to RFCs and a develop branch?

Git worktree lifecycle management for RFCs is automated by orchestrating start, sync, and finish flows. This connects feature branches directly to your develop branch while tracking the RFC context.

How do I sync a git worktree with the latest develop branch changes?

Syncing a git worktree with develop incorporates the latest changes through a safe rebase process. The workflow applies explicit steps and fallback mechanisms to handle Git state safely during synchronization.

What is the best way to start a feature branch using git worktrees for a specific RFC?

Starting a git worktree for an RFC involves detecting the RFC context and setting up the environment automatically. This initializes a dedicated workspace linked to your development workflow.

How does a worktree workflow handle merging completed RFC feature branches back to develop?

Completing an RFC worktree merges the feature work back into the develop branch and marks the RFC as implemented. This finish flow ensures the Git state is handled cleanly for integration.

Do I need a specific Git workflow to use RFC-linked worktree orchestration?

RFC-linked worktree orchestration applies to software engineering workflows that use RFCs and feature branches. It requires integration with a develop branch to manage the start, sync, and finish flows properly.

What happens if a rebase fails when syncing my RFC worktree?

Safe rebasing during worktree sync includes explicit fallback steps to handle Git state conflicts. If a rebase fails, the workflow provides structured recovery mechanisms to prevent losing repository state.