capability-wiring-gap-documentation-is-not-activation

New skills, agents, and MCPs that are installed and documented but not explicitly wired into protocol phase tables are effectively orphaned — they will never be invoked because no phase references them. Every new capability requires three wiring steps: (a) add to protocols.md Phase 0 specialist patterns table with dispatch timing, (b) add invocation to the relevant execution phase (e.g., Phase 3.5 for code quality tools), and (c) update MEMORY.md or hooks-registry.md with behavioral enforcement. A capability only exists if a protocol step triggers it.