pass-graph-pipeline

Analyze trace pass divergence and map resource dependency chains for Claude Code workflows.

15|5|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/haolange/RDC-Agent-Frameworks --skill pass-graph-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pass-graph-pipeline
Source: https://github.com/haolange/RDC-Agent-Frameworks/tree/main/debugger/platforms/claude-code/.claude/skills/pass-graph-pipeline
Command: npx skills add https://github.com/haolange/RDC-Agent-Frameworks --skill pass-graph-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Internal specialist tool that helps Claude Code debugging by analyzing trace pass divergence and mapping resource dependency chains, enabling teams to pinpoint bottlenecks in complex pipelines.

Core Features & Use Cases

  • Trace divergence analysis: tracks how a single pass splits or diverges across agents.
  • Dependency chain mapping: reconstructs resource usage and handoff sequences across stages.
  • Use Case: when rdc-debugger dispatches pass-graph-pipeline tasks to understand pipeline behavior and optimize resource allocation.

Quick Start

Run a trace pass analysis to generate a pass graph and its resource dependency chain.

Frequently Asked Questions about pass-graph-pipeline

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

FAQPage Schema
How do I debug trace pass divergence in a multi-agent pipeline?

Debug trace pass divergence by analyzing how a single pass splits across agents to pinpoint bottlenecks. This Skill maps resource dependency chains and reconstructs handoff sequences to clarify complex pipeline behavior.

What is a pass graph dependency chain in Claude Code workflows?

A pass graph dependency chain maps resource usage and handoff sequences across staged multi-agent environments. It tracks divergent passes and enforces platform contract constraints to produce deterministic debugging artifacts.

How do I map resource dependency chains across staged agent handoffs?

Map resource dependency chains by running a trace pass analysis to generate a pass graph. This reconstructs resource usage and handoff sequences across stages to optimize allocation in multi-agent workflows.

Can I use pass graph pipeline debugging for complex multi-agent environments?

Yes, pass graph pipeline debugging is designed for complex multi-agent environments with staged handoffs. It analyzes trace divergence and enforces platform contract constraints via broker-mediated actions to ensure deterministic outputs.

What's the best way to pinpoint bottlenecks in complex multi-agent pipelines?

The best way to pinpoint pipeline bottlenecks is analyzing trace pass divergence and mapping resource dependency chains. This approach tracks pass splits across agents and reconstructs handoff sequences to identify staging delays.

Why does trace pass divergence cause non-deterministic outputs in multi-agent workflows?

Trace pass divergence causes non-deterministic outputs when platform contract constraints are unenforced during agent handoffs. This Skill enforces constraints via broker-mediated actions to produce deterministic debugging artifacts.