What problem does it solve?
This Skill eliminates the tedious manual work of creating feature branches, setting up isolated git worktrees, and configuring crosslink for child agent feature tasks, which is time-consuming and prone to setup errors when done step-by-step.
Core Features & Use Cases
- Automated Feature Branch Creation: Generates a properly named feature branch from a human-readable feature description by invoking the built-in feature skill.
- Isolated Worktree Setup: Creates a dedicated git worktree under the repo's .worktrees directory to keep feature work separate from the main branch.
- Crosslink Initialization: Configures crosslink hooks, agent identity, and syncs issue data in the new worktree so child agents can start working immediately with full context.
- Use Case: If you want to work on adding batch retry logic, this Skill automatically creates the feature/add-batch-retry branch, sets up the corresponding worktree, and prepares the crosslink environment for a child agent to handle the implementation.
Quick Start
Use the featree skill to set up an isolated worktree for the feature add batch retry logic.