Lean Gateway

USE FOR: routing the top-level entry-point for a complex Lean 4 task; selecting which downstream skill(s) own each phase; preventing context collapse across long sessions; maintaining feedback / feedforward loops; fan-in / fan-out coordination; system-wide health monitoring. DO NOT USE FOR: doing any actual work (always delegate to a domain skill); single-file editing (use @lean-proof or @lean-doc-improvement); script-level enforcement (use @lean-enforcement). TRIGGERS: gateway, orchestrate, route, dispatch, top-level, context collapse, fan-out, fan-in, ecosystem health.

r-irbe fbadece 2 files · 38.1 KB Updated

File contents

r-irbe/proof-skills/tree/main/skills/lean-gateway commit fbadece4b6

Frequently asked questions

npx skillmds@latest add r-irbe/lean-gateway