docs(using-git-worktrees): update Integration descriptions (PRI-823)

Clarify that skill ensures a workspace exists, not that it always creates one.
This commit is contained in:
Drew Ritter
2026-03-23 13:04:56 -07:00
committed by Drew Ritter
parent 747355018b
commit a26ab96bad

View File

@@ -233,9 +233,9 @@ Ready to implement auth feature
## Integration ## Integration
**Called by:** **Called by:**
- **brainstorming** (Phase 4) - REQUIRED when design is approved and implementation follows - **brainstorming** - REQUIRED: Ensures isolated workspace (creates one or verifies existing)
- **subagent-driven-development** - REQUIRED before executing any tasks - **subagent-driven-development** - REQUIRED: Ensures isolated workspace (creates one or verifies existing)
- **executing-plans** - REQUIRED before executing any tasks - **executing-plans** - REQUIRED: Ensures isolated workspace (creates one or verifies existing)
- Any skill needing isolated workspace - Any skill needing isolated workspace
**Pairs with:** **Pairs with:**