Work Router

Use when deciding, for a unit of work (an assignment with a definable done-state), whether to keep it in the main thread or route it off-thread, and by which mechanism. Fires at plan/decomposition time over each unit of the work-list, and reactively when a sub-task reveals itself as routable. Produces a keep-or-route decision carrying lane, mechanism, autonomy posture, done-contract, and return path. Triggers on "should I delegate this," decomposing a plan into units, a verbose/parallel/long-running sub-task surfacing mid-work, and any "keep this in the conversation or push it off-thread" moment.

niftymonkey 264a4f2 5 files · 80.3 KB Updated

File contents

niftymonkey/skills/tree/main/skills/work-router commit 264a4f24b0

Frequently asked questions

npx skillmds@latest add niftymonkey/work-router