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.