Stats
Actions
Tags
From agentic-workflow-framework
Runs a command on session start (startup/resume/clear/compact) and a keyword router script on every user prompt to trigger context-specific automation.
2 events · 2 hooks
Where this hook configuration is defined
Defined inline in plugin.json manifest
Event handlers and matchers — expand Raw Configuration for the full JSON
if [ -d .localdev/workflow ]; then found=0; if grep -qE '^## [0-9]{4}-' .localdev/workflow/blockers.md 2>/dev/null; then echo 'Active blockers: .localdev/workflow/blockers.md'; found=1; fi; for f in .localdev/workflow/handoffs/*.md; do [ -e "$f" ] && { echo "Open handoff: $f"; found=1; }; done; if [ "$found" -eq 0 ]; then echo 'agentic: armed'; fi; fi5msbash "${CLAUDE_PLUGIN_ROOT}/hooks/orchestrator.sh"5msnpx claudepluginhub jeanfbrito/agentic-workflow-framework --plugin agentic-workflow-framework