Branch and Task Management
Domain skill for starting work: branch setup, context loading, and task decomposition.
Iron Law
NO CODE BEFORE CONTEXT. Read the issue, load the history, understand the scope — then create the branch.
Starting a branch without loading issue context leads to misaligned implementations and wasted effort.
Pre-Conditions
Before creating a branch, confirm:
- Issue exists and is open (not already closed/resolved)
- Issue has acceptance criteria (if not,
[Description truncada. Veja o README completo no GitHub.]