← Back to list

oe-workflow-routing
by shami-ah
⭐ 0🍴 1📅 Jan 21, 2026
SKILL.md
name: oe-workflow-routing description: Fast routing triage for workflow messages; points to docs/workflow-routing-map.md.
When to use
- Routing bugs, wrong step, detours, out-of-context, or "where did this message go?".
- Requests for a quick routing reference or map.
- Need to point people to the routing doc fast.
Quick start (do this first)
- Open
docs/workflow-routing-map.mdand share it. - Ask for the minimal routing state (
current_step,caller_step,thread_state, key hashes) and any pre-route action. - Check pre-route early exits (OOC/duplicate/manager escalation) before step logic.
- Verify guard forcing (Steps 2-4) and billing/deposit bypasses.
- Only then inspect step handlers or change-propagation detours.
Fast response snippet
- "Routing map lives at
docs/workflow-routing-map.md. Start with state fields, pre-route early exits, guard forcing, then router loop."
Key files to open
docs/workflow-routing-map.mdbackend/workflow_email.pybackend/workflows/runtime/pre_route.pybackend/workflows/runtime/router.pybackend/workflow/guards.pybackend/workflows/change_propagation.py
Notes
- OOC can drop messages before routing; confirm unified intent vs current step.
- Site visit intercept can fire at any step.
- Step 6/7 HIL tasks are currently skipped.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon