Преглед на файлове

docs(subagent-driven-development): add main branch red flag to Never list

Add explicit warning against starting implementation on main/master
branch without first using a worktree for isolation.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
CL Kao преди 7 месеца
родител
ревизия
b63d485955
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      skills/subagent-driven-development/SKILL.md

+ 1 - 0
skills/subagent-driven-development/SKILL.md

@@ -199,6 +199,7 @@ Done!
 ## Red Flags
 
 **Never:**
+- Start implementation on main/master branch (use worktree first)
 - Skip reviews (spec compliance OR code quality)
 - Proceed with unfixed issues
 - Dispatch multiple implementation subagents in parallel (conflicts)