speckit-ct

Resolve the latest Speckit worktree path and provide cd commands.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/opensoft/dartwing-ocr-pipeline --skill speckit-ct
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-ct
Source: https://github.com/opensoft/dartwing-ocr-pipeline/tree/main/plugins/speckit/skills/speckit-ct
Command: npx skills add https://github.com/opensoft/dartwing-ocr-pipeline --skill speckit-ct

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resolve the latest Speckit worktree jump target to streamline switching between worktrees.

Core Features & Use Cases

  • Deterministic navigation: always jump to the most recently handed-off Speckit worktree.
  • Graceful fallback: if no handoff exists, fall back to the configured Speckit worktree root.
  • Guided execution: after resolving the target, provide explicit commands or guidance for switching worktrees.

Quick Start

Run the get-last-worktree script to fetch the latest Speckit worktree and switch to it if needed.

Frequently Asked Questions about speckit-ct

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

FAQPage Schema
How do I jump to the latest git worktree for Speckit development?

To jump to the latest Speckit worktree, run the get-last-worktree script to fetch the most recent handoff path and execute the provided cd command to switch directories instantly.

What happens when there is no previous worktree handoff to navigate to?

When no handoff exists during worktree navigation, the resolution gracefully falls back to the configured Speckit worktree root directory and provides guidance for switching from there.

How does the worktree navigation script parse branch and path data?

The worktree navigation script parses JSON fields containing WORKTREE_PATH and BRANCH_NAME from the handoff data to deterministically validate the current path and resolve the correct jump target.

Can I use command-line automation to switch between multiple Speckit worktrees?

Yes, you can automate Speckit worktree switching via the command line by running the script to resolve the latest target, which then provides explicit cd commands for immediate directory navigation.

Do I need any dependencies installed to resolve the latest Speckit worktree?

No external dependencies are required to resolve the latest Speckit worktree, as the command-line script independently parses the handoff JSON and outputs the navigation commands directly.