new-task

Installation
SKILL.md

Fresh Task Branch

Quick Start

Before modifying repository files for a new task, start from a fresh branch based on origin/main:

git fetch origin
git switch --create feat/short-description origin/main

Workflow

  1. Check the current branch and working tree with git status --short --branch.
  2. If there are uncommitted changes, do not switch branches or modify them without asking the user how to proceed.
  3. Fetch the latest remote refs with git fetch origin.
  4. Create the task branch from origin/main, not local main.
  5. Use a branch name aligned with conventional commits.
  6. Continue with the requested implementation only after the fresh branch is active.
Installs
19
First Seen
May 8, 2026
new-task — fbarrento/laravel-agent-kit