Capability activation gap — new skills/agents must be WIRED into protocols, not just documented
When a session adds a new skill, agent, feedback rule, or hook, it’s not enough to create the definition file. The capability is ORPHAN until a protocol/pipeline/hook/global-CLAUDE.md section actively triggers it.
Evidence (14-Apr-2026 deep audit caught 5 orphans):
- 4 new agents (critic, architect, tracer, scientist) at
~/.claude/agents/— not in protocols.md Phase 0 specialist table. Orchestrator had no reason to dispatch them. Fix: add dedicated user-scope agent table with role + model + dispatch timing. ai-slop-cleanerskill — SKILL.md description said “Phase 3.5 Polish on AI-authored code” but protocols.md Phase 3.5 didn’t list it. Fix: protocols.md Phase 3.5 now mandates invocation.commit trailersfeedback file — feedback_commit_trailers.md existed and was indexed in MEMORY.md, but session’s 4 commits showed 0% trailer adoption. No trigger at commit-time. Fix: global CLAUDE.md § COMMIT DISCIPLINE added.ast-grepskill — installed but not referenced in Phase 3 Implement / Phase 3.5 Polish. Fix: protocols.md Phase 3.5 now references for structural refactors.
Activation-check rule (add to setup-curator Verification Checklist): After creating any capability, run:
grep -rn <capability-name> /home/claude/.claude/projects/-root-aj-workspace/memory/ /home/claude/.claude/ /root/aj-workspace/.claude/ 2>/dev/nullIf the ONLY results are the capability’s own definition file → ORPHAN. Must wire into:
- A protocol phase (protocols.md) — for workflow-triggered invocation
- A pipeline (plugin-integration.md) — for skill-chain integration
- Global CLAUDE.md (behavioral rule) — for session-wide mandate
- A Hookify rule — for event-driven autoloading
Before the capability counts as DEPLOYED.
Pattern: Deploy = Define + Wire + Verify. Any step missing = zero impact.
Related
- docker
- 4-dimension-parallel-audit-pattern-for-god-grade-setup-hygie
- 2026-04-04-oracle-001-self-architecture-analysis
- enterprise-capability-expansion-5-pillars-from-digital-employee-analysis
- openclaw
- capability-wiring-gap-documentation-is-not-activation