Agent Enforcement Skill Overview Two-layer defense against orchestration violations in : 1. PreToolUse hook ( ) — runtime violation blocker 2. Model upgrade ( ) — better instruction following How /team Invokes Models | Model Type | Method | Tool | Reliability | |------------|--------|------|-------------| | Internal (Claude) | Task(dev:researcher) | Task tool | High (same process) | | External (Grok, Gemini, etc.) | Bash(claudish --model) | Bash tool | 100% (deterministic CLI) | External models are called via claudish CLI directly from Bash — no LLM delegation needed. Hook Rules (enforce-team…