What problem does it solve?
This Skill automates consistent git branch naming and worktree creation from natural language task descriptions, eliminating manual branch-name crafting and repetitive worktree setup.
Core Features & Use Cases
- Generates a type/slug branch name using task intent (feat, fix, refactor, docs, chore, test).
- Retrieves tasks from Todoist when no argument is given and supports manual task input or selection.
- Prompts the user to review or edit the suggested branch name and then runs wtp add -b to create the worktree.
- Use case: Quickly turn a Todoist task or brief description into a standardized branch and a dedicated worktree to start development.
Quick Start
Run the skill with a task description or let it fetch a task from Todoist to generate a type/slug branch name and execute wtp add -b to create the worktree.