task-orchestration-governor

Route task inputs to workspaces and enforce tasklog.md governance rules.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/JaviMontano/jm-claude-desktop-workspace-core-backup --skill task-orchestration-governor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-orchestration-governor
Source: https://github.com/JaviMontano/jm-claude-desktop-workspace-core-backup/tree/main/skills/task-orchestration-governor
Command: npx skills add https://github.com/JaviMontano/jm-claude-desktop-workspace-core-backup --skill task-orchestration-governor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This governance skill ensures deterministic, recoverable handling of the task filesystem and intake workflow for local workspace tasks, preventing loss and enabling reliable restarts.

Core Features & Use Cases

  • Deterministic task routing: routes inputs to workspaces/tasks and maintains a verifiable state via tasklog.md.
  • Recovery and continuity: preserves session state and allows resuming tasks without context loss.
  • Boundary and governance rules: enforces local-only data boundaries and hard stops on ambiguous inputs until confirmation.
  • Use Case: when a user resumes a paused workspace task, the governor reconstructs the task context from disk and replays memory safely.

Quick Start

Run this governor to initialize task routing and enforce local-memory boundaries for new and existing tasks.

Frequently Asked Questions about task-orchestration-governor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I recover local workspace task state across sessions in Claude Desktop?

To recover local workspace task state across sessions, this Skill reconstructs task context from disk and replays memory safely via an enforced tasklog.md file, ensuring deterministic state recovery and continuity without context loss.

What is deterministic task routing for persistent workspaces?

Deterministic task routing is a governance mechanism that directs inputs to specific local workspaces and tasks, maintaining verifiable state through an open tasklog.md file to ensure unambiguous resolution of new, resumed, or ambiguous inputs.

How do I enforce local-only data boundaries for task memory?

You enforce local-only data boundaries by applying governance rules that route memory strictly to local workspaces and tasks, preventing external data syncs and ensuring all persistent task memory remains on local disk.

Can I resume a paused workspace task without losing prior context?

Yes, you can resume a paused workspace task without losing context because the governor preserves session state on disk and reconstructs the task environment, allowing you to continue work seamlessly across sessions.

What happens when ambiguous inputs are introduced to a local task workspace?

When ambiguous inputs are introduced, the governor enforces a hard stop and pauses task routing until explicit confirmation is provided, ensuring unambiguous resolution and preventing incorrect memory routing or state corruption.

Does task state recovery require a specific local filesystem setup?

Task state recovery requires a local filesystem with valid workspace directories and an enforced tasklog.md file to replay memory safely, ensuring local-only data boundaries and deterministic state reconstruction.