manager-with-local

Wrap manager delegations with local breadcrumbs for crash recovery and auditability.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/AIWander/manager-universal --skill manager-with-local-aiwander
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manager-with-local
Source: https://github.com/AIWander/manager-universal/tree/main/skills/manager-with-local
Command: npx skills add https://github.com/AIWander/manager-universal --skill manager-with-local-aiwander

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the need for reliable, crash-recoverable tracking of multi-step delegation chains across multiple servers, ensuring operation auditability and resilience.

Core Features & Use Cases

  • Delegation Wrapping: Wraps manager delegation chains with local breadcrumbs to enable cross-context progress tracking.
  • Crash Recovery: Maintains delegation state on disk, allowing continuation after restarts or failures.
  • Use Case: Useful for MCP builders coordinating complex multi-step tasks across environments, requiring traceability and resumption capability.

Quick Start

Use this Skill to wrap multiple delegated tasks in a local breadcrumb, enabling progress tracking and crash recovery in multi-server workflows.

Frequently Asked Questions about manager-with-local

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

FAQPage Schema
How do I track multi-step workflow delegation across multiple servers?

Multi-step workflow delegation tracking across servers is achieved by wrapping delegation chains with local breadcrumbs. This mechanism ensures persistent state tracking, enabling cross-context progress monitoring and operation auditability for reliable task execution.

Why does my multi-server workflow lose progress after a crash?

Workflow progress is lost after a crash because delegation states are typically kept in memory. By maintaining delegation state on disk instead, this Skill ensures persistent, resumable multi-server task chains that can automatically recover and continue after failures.

Can I use local breadcrumbs for cross-context tracking in server orchestration?

Yes, local breadcrumbs can be used for cross-context tracking in server orchestration. Wrapping manager delegations with these breadcrumbs creates an auditable trail, ensuring that complex multi-step tasks across different environments remain traceable and resumable.

How do I make multi-server delegation chains auditable?

Multi-server delegation chains are made auditable by wrapping them with local breadcrumbs for cross-context tracking. This approach maintains persistent delegation state on disk, ensuring operation auditability and reliable progress tracing across complex server environments.

What is the best way to ensure delegation chain reliability in long-running tasks?

Delegation chain reliability in long-running tasks is best ensured by maintaining delegation state on disk for crash recovery. Wrapping tasks with local breadcrumbs provides persistent, resumable, and auditable tracking, preventing total workflow failure during multi-server orchestration.