Remove Integration sections from skills

These sections don't help with steering and are a legacy of the time
before agents had native skills systems.
This commit is contained in:
Jesse Vincent
2026-04-27 10:20:24 -07:00
parent 49bcb34ccc
commit 3adb7a0ffd
2 changed files with 0 additions and 19 deletions

View File

@@ -213,13 +213,3 @@ Ready to implement <feature-name>
- Verify directory is ignored for project-local
- Auto-detect and run project setup
- Verify clean test baseline
## Integration
**Called by:**
- **subagent-driven-development** - Ensures isolated workspace (creates one or verifies existing)
- **executing-plans** - Ensures isolated workspace (creates one or verifies existing)
- Any skill needing isolated workspace
**Pairs with:**
- **finishing-a-development-branch** - REQUIRED for cleanup after work complete