create-feature-branch

Installation
SKILL.md

Create Feature Branch

Create a new feature branch for the user's next task in the intended repository.

Quick start

  1. Confirm the target repository root unless the calling workflow already resolved it.
  2. Ask what feature the branch should represent unless the user already gave a clear branch name.
  3. Turn the answer into a short branch name such as feature/<name>.
  4. Switch into the target repository root with Push-Location / Pop-Location or an equivalent directory stack.
  5. Update the local main branch to the latest state and create the new branch there.

Workflow

Installs
1
First Seen
Jul 29, 2026
create-feature-branch — atman-33/agent-harness