npx claudepluginhub othmanadi/mddesign --plugin mddesignDefined in hooks/hooks.json
powershell.exe -NoProfile -ExecutionPolicy Bypass -File "${CLAUDE_PLUGIN_ROOT}/hooks/stop/promote.ps1" 2>/dev/null || bash "${CLAUDE_PLUGIN_ROOT}/hooks/stop/promote.sh"Write|EditINPUT=$(cat); echo "$INPUT" | powershell.exe -NoProfile -ExecutionPolicy Bypass -File "${CLAUDE_PLUGIN_ROOT}/hooks/pre-tool-use/gate.ps1" 2>/dev/null || echo "$INPUT" | bash "${CLAUDE_PLUGIN_ROOT}/hooks/pre-tool-use/gate.sh"startup|clear|compactpowershell.exe -NoProfile -ExecutionPolicy Bypass -File "${CLAUDE_PLUGIN_ROOT}/hooks/session-start/preamble.ps1" 2>/dev/null || bash "${CLAUDE_PLUGIN_ROOT}/hooks/session-start/preamble.sh"powershell.exe -NoProfile -ExecutionPolicy Bypass -File "${CLAUDE_PLUGIN_ROOT}/hooks/prompt-submit/enforce.ps1" 2>/dev/null || bash "${CLAUDE_PLUGIN_ROOT}/hooks/prompt-submit/enforce.sh"Pipeline Orchestrator v4 hooks: announces on SessionStart, forces pipeline agents and session locks on UserPromptSubmit, guards PreToolUse (sentinel for Agent, dispatch for Skill, blocks Edit/Write), checklists/cleanup on Stop. File writes.