Sfoglia il codice sorgente

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 mesi fa
parent
commit
b63d485955
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      skills/subagent-driven-development/SKILL.md

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

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