skill-chain-supervisor

Coordinate and validate multi-skill workflows using a shared JSON scratchpad.

6|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Kgan01/ghengis-skills --skill skill-chain-supervisor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-chain-supervisor
Source: https://github.com/Kgan01/ghengis-skills/tree/main/plugins/ghengis-skills/skills/skill-chain-supervisor
Command: npx skills add https://github.com/Kgan01/ghengis-skills --skill skill-chain-supervisor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Coordinates and validates multi-skill workflows across a single task, ensuring pre-action validation, coordinated execution, and post-action verification via a shared JSON scratchpad.

Core Features & Use Cases

  • Orchestrates chained skill executions to enforce dependencies, data flow, and guardrails.
  • Manages a shared scratchpad (<project>/.claude/ghengis-chain/context.json) for state, outputs, and history.
  • Supports deterministic, parallel-safe execution and automatic tracing of stages.

Quick Start

Invoke the Skill Chain Supervisor to orchestrate a predefined chain by dispatching stages through the shared scratchpad.

Frequently Asked Questions about skill-chain-supervisor

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

FAQPage Schema
How do I orchestrate multi-skill workflows across a single task?

Multi-skill workflow orchestration coordinates chained executions through a shared JSON scratchpad to enforce dependencies, data flow, and guardrails. The Skill Chain Supervisor validates pre-actions, coordinates execution, and verifies post-actions for reliable task completion.

What is a shared scratchpad for coordinating subagent dispatch and task verification?

A shared scratchpad for subagent coordination is a JSON file storing state, outputs, and history across chained stages. It enables deterministic, parallel-safe execution and automatic tracing of workflow stages through a centralized context repository.

How do I validate dependencies and data flow in an automated task chain?

Validating dependencies and data flow in an automated task chain requires pre-action validation and post-action verification stages. The orchestration mechanism enforces these guardrails by managing state transitions and tracing execution history through the shared scratchpad.

Can I run parallel-safe skill executions without state conflicts?

Parallel-safe skill executions without state conflicts are supported through deterministic orchestration rules. The shared JSON scratchpad manages concurrent state access and tracks execution history to prevent data races and ensure reliable coordinated task completion.

Do I need a specific project structure to support on-demand workflow operations?

Project structure requirements include a functional scratchpad located at the project's .claude directory path and a frontmatter with name and description. Optional components like scripts, references, and assets provide additional support for on-demand workflow operations.

When should I not use a centralized orchestration approach for task automation?

Centralized orchestration for task automation should be avoided when executing isolated single-skill operations that lack inter-dependencies or require no shared state. This approach adds unnecessary overhead for simple tasks that do not need pre-action validation or post-action verification guardrails.