Execution state is handled by this skill in a customer-readable, reusable workflow.
Blockers surfaced is handled by this skill in a customer-readable, reusable workflow.
What is this?
Long AI projects fail quietly when every session starts by rediscovering what happened last time. Execution Governor reads the project state, classifies the current request, separates workstreams, routes to the right skill, records blockers, and keeps next actions tied to durable task evidence. It is not a specialist builder; it is the project-control layer that keeps active work from becoming scattered chat memory.

When this helps
- Execution state
- Task decomposition
- Next actions
- Blocker notes
- AI work has stretched across several sessions and no one is fully sure what is done, what is blocked, and what should happen next.
- The project has many open fixes or requests, but the team lacks a clear order of work, owner decision, or stop condition.
- You need to turn scattered AI activity into a controlled execution plan with current status, blockers, and next actions.
- It does not replace specialist skills. It routes and tracks execution so the right specialist gate is used at the right time.
Better continuity -> Less lost context -> Clearer project control
Saying 'continue' to AI often depends on whatever context is still in the chat, which is risky when the project has open tasks, blockers, and partial decisions. Execution Governor is stronger because it reads the current state, decomposes the next work, records blockers, and routes the right specialist skill. The buyer gets continuity across sessions instead of losing control each time the conversation resets. Boundary: It does not replace specialist skills; it routes and tracks execution so the right gate is used at the right time.
Included interface patterns
Reusable state readiness check workflow support.
state-readiness-check.mdReusable task dispatch plan workflow support.
task-dispatch-plan.mdReusable execution governor result workflow support.
execution-governor-result.md