windags-mutator

Diagnose WinDAGs meta-DAG failures and generate mutations with escalation.

2|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/curiositech/port-daddy --skill windags-mutator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: windags-mutator
Source: https://github.com/curiositech/port-daddy/tree/main/skills/windags-mutator
Command: npx skills add https://github.com/curiositech/port-daddy --skill windags-mutator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

WinDAGs Mutator provides automated failure diagnosis, DAG mutation, and escalation orchestration for the WinDAGs meta-DAG. It receives failure information and quality vectors from the Evaluator, classifies failures along four dimensions, and executes a controlled escalation ladder with seven mutation types and saga compensation, enforcing governance rules BC-EXEC-002, BC-EXEC-003, BC-FAIL-002, and BC-FAIL-005.

Core Features & Use Cases

  • Diagnose failures across the four dimensions (System, Cognitive, Decomposition, Temporal) and determine the minimal mutation to restore operation.
  • Apply seven mutation types with saga compensation and maintain full logs for audit and recovery.
  • Escalate to higher levels or human operators when automated recovery is exhausted, while restructuring DAGs at runtime as needed.

Quick Start

Initialize the Windags Mutator as the Mutator role in the meta-DAG and start automatic failure diagnosis and mutation.

Frequently Asked Questions about windags-mutator

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

FAQPage Schema
How do I diagnose failures in a DAG and determine the minimal mutation needed?

DAG failure diagnosis analyzes failure reports across four dimensions—System, Cognitive, Decomposition, and Temporal—to classify the issue and determine the minimal mutation required to restore operation.

What is the escalation ladder for runtime DAG restructuring when automated recovery fails?

Runtime DAG restructuring uses a five-level escalation ladder applying seven mutation types with saga compensation. It escalates to higher levels or human operators only when automated recovery is exhausted.

How do I apply saga compensation when mutating a DAG?

Saga compensation is applied automatically alongside the seven mutation types during DAG restructuring. It maintains full logs for audit and recovery to ensure governance rules BC-EXEC-002 and BC-EXEC-003 are enforced.

Can I enforce governance rules during DAG fault diagnosis and escalation?

Yes, DAG fault diagnosis and escalation enforce governance rules BC-EXEC-002, BC-EXEC-003, BC-FAIL-002, and BC-FAIL-005 throughout the mutation and saga compensation process.

What do I need to initialize automated DAG mutation and escalation orchestration?

You need failure information and quality vectors from the Evaluator to initialize the Mutator role in the meta-DAG, which then starts automatic failure diagnosis and mutation.

When should I escalate DAG failures to human operators instead of using automated mutations?

You should escalate DAG failures to human operators when all five levels of the automated escalation ladder and the seven mutation types with saga compensation are exhausted without restoring operation.