impl-wt

Manage Git worktrees for isolated development and pull request creation.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/ousiass/claude-config --skill impl-wt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: impl-wt
Source: https://github.com/ousiass/claude-config/tree/main/skills/impl-wt
Command: npx skills add https://github.com/ousiass/claude-config --skill impl-wt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and templates (resource) components.

What problem does it solve?

This Skill allows you to develop new features or fix bugs in isolated Git worktrees, ensuring your main development branch remains clean and stable throughout the process. It streamlines the implementation cycle from requirement analysis to pull request creation.

Core Features & Use Cases

  • Isolated Development: Uses Git worktrees to create separate, clean environments for each development task.
  • Structured Workflow: Guides you through requirement analysis, planning, development, review, and commit stages.
  • Automated PR Creation: Generates pull requests with appropriate base branches and includes a manual checklist.
  • Use Case: When working on a new feature for a critical project, you can use /impl-wt to create a dedicated worktree. This prevents accidental commits to your main branch and ensures a structured development and review process before merging.

Quick Start

Use the impl-wt skill to implement the user authentication feature for issue number 123.

Frequently Asked Questions about impl-wt

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

FAQPage Schema
How do I use Git worktrees to develop features without affecting my main branch?

Git worktrees create separate working directories for isolated task execution, ensuring your main development branch remains clean and stable throughout the feature development process.

How do I generate clean pull requests from an isolated development workflow?

Generating clean pull requests is facilitated by a structured workflow that manages the cycle from requirement analysis to automated PR creation, enforcing proper base branches and commit discipline.

How does issue-based requirement analysis work for splitting development scope?

Issue-based requirement analysis works by taking an issue number, analyzing its requirements, splitting the scope into manageable tasks, and guiding iterative development within an isolated worktree.

Can I use this structured development workflow for both bug fixes and new features?

Yes, the structured development workflow supports both new feature implementation and bug fixes by providing dedicated worktree environments that prevent accidental commits to the main branch.

What is the best way to manage the implementation cycle from planning to pull request submission?

The best way to manage the implementation cycle is using a structured workflow that guides requirement analysis, planning, iterative development, review, commit enforcement, and final PR submission.

Does the automated PR creation include a review checklist?

Yes, automated PR creation generates pull requests with appropriate base branches and includes a manual checklist to ensure a structured review process before merging.