What problem does it solve?
This Skill automates the process of generating branch names from task descriptions, initiating worktree + workspace, and optionally delegating tasks to agents, simplifying the workflow for task management and codebase operations.
Core Features & Use Cases
- Branch Name Generation: Automatically generates branch names based on task descriptions, adhering to conventional commit message formats.
- Worktree Creation: Creates worktree + workspace in a herdr repository using specified branch name and base branch.
- Task Delegation: Optionally delegates tasks to agents, providing a structured environment for implementation.
- Use Case: For example, when starting a new task or wanting to create a new worktree, users can run the /wt command with a description to automate these steps and initiate task implementation.
Quick Start
Use the wt skill to create a worktree and workspace for a new task: /wt "Generate automated testing suite for the user interface."