speckit-worktree-list

List git worktrees with branch, path, artifact status, and last activity.

2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/pradeepmouli/lspeasy --skill speckit-worktree-list-pradeepmouli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-worktree-list
Source: https://github.com/pradeepmouli/lspeasy/tree/main/.github/skills/speckit-worktree-list
Command: npx skills add https://github.com/pradeepmouli/lspeasy --skill speckit-worktree-list-pradeepmouli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams quickly see the state of multiple git worktrees, including feature branches, artifact availability, and progress so they can coordinate parallel work without manual tracking.

Core Features & Use Cases

  • Dashboard-style overview of all active, idle, stale, merged, and orphaned worktrees.
  • Artifact status checks for spec-kit artifacts (spec.md, plan.md, tasks.md, research.md) and task progress.
  • Decision support by highlighting last activity, merge status, and suggested cleanups to keep the repository healthy.

Quick Start

Provide a readout of current worktrees for the active repository, focusing on branch, path, and artifact status.

Frequently Asked Questions about speckit-worktree-list

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

FAQPage Schema
How do I view the status of all git worktrees in a repository?

To view the status of all git worktrees, the skill parses 'git worktree list' output and generates a dashboard readout showing each branch, file path, artifact availability, and last commit activity. This provides a comprehensive overview of all active, idle, stale, and merged worktrees.

Can I check spec-kit artifact availability across multiple worktrees?

Yes, you can check spec-kit artifact availability across worktrees. The skill scans each worktree path for the presence of spec.md, plan.md, tasks.md, and research.md files, inferring task progress and artifact status to display in a centralized dashboard readout.

What is the best way to coordinate parallel development across git worktrees?

The best way to coordinate parallel development across git worktrees is using a dashboard that highlights last activity, merge status, and artifact availability. This enables teams to track feature branches and parallel work without manual file checks or branch switching.

Does this worktree dashboard modify my repository files?

No, the worktree dashboard does not modify your repository files. It relies entirely on parsing 'git worktree list' output and inferring status from artifact presence and commit activity to produce a read-only dashboard without altering your working directory.

How do I identify stale or orphaned git worktrees for cleanup?

To identify stale or orphaned git worktrees for cleanup, the skill evaluates last commit activity and merge status for each branch. It highlights idle, stale, merged, and orphaned worktrees, providing suggested cleanups to maintain repository health.

Do I need additional dependencies to list worktree status?

No additional dependencies are required to list worktree status. The skill operates independently by parsing native git worktree list output and checking for spec-kit artifacts like spec.md and tasks.md to infer project status and task progress.