agent-assistant-debug-team

Coordinate multi-agent debugging workflows via Codex to diagnose and fix coding issues.

54|18|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/hainamchung/agent-assistant --skill agent-assistant-debug-team
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-assistant-debug-team
Source: https://github.com/hainamchung/agent-assistant/tree/main/code-assistants/codex-assistant/skills/agent-assistant-debug-team
Command: npx skills add https://github.com/hainamchung/agent-assistant --skill agent-assistant-debug-team

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Team debugging with multiple AI agents to collaboratively diagnose and fix issues in complex coding tasks by coordinating specialists and enforcing order.

Core Features & Use Cases

  • Coordinated agent orchestration: aligns 26+ agents (Lead, Executor, Reviewer) to share tasks and validation.
  • Golden Triangle workflow: enforces role separation and checkpoints to prevent single-agent failure.
  • Adversarial collaboration: uses constructive conflicts to surface edge cases and resilience.
  • Seamless environment integration: loads rules and skills from the Codex workspace to ensure repeatable debugging sessions.

Quick Start

Invoke the /debug:team command to start the agent-debug workflow and begin coordinated multi-agent debugging.

Frequently Asked Questions about agent-assistant-debug-team

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

FAQPage Schema
How do I coordinate multiple agents for debugging complex coding tasks?

Multi-agent debugging is coordinated by spawning specialized agents via Codex to share tasks and validation. This workflow enforces role separation and checkpoints to prevent single-agent failure during issue diagnosis and resolution.

What is the Golden Triangle workflow in multi-agent orchestration?

The Golden Triangle workflow is a role separation mechanism that enforces checkpoints between Lead, Executor, and Reviewer agents. It prevents single-agent failure by aligning specialized agents to share tasks and adversarial validation.

How do I start a team debugging workflow with Codex agents?

To start team debugging with Codex agents, invoke the /debug:team command. This initiates the coordinated workflow by loading boot rules and spawning agents from the ~/.codex/agents/ directory.

Does multi-agent debugging work with my existing Codex workspace skills?

Multi-agent debugging works with existing Codex workspace skills by resolving them from ~/.codex/skills/agent-assistant/matrix-skills/. It loads boot rules to ensure repeatable debugging sessions across your software projects.

Why use adversarial collaboration in a multi-agent debugging workflow?

Adversarial collaboration in multi-agent debugging uses constructive conflicts between specialized agents to surface edge cases. This approach improves resilience by validating reproducibility and fixes across the coordinated team.

What is the best way to manage 26+ agents for software validation?

The best way to manage 26+ agents for validation is orchestrating them through a coordinated workflow with strict role separation. This aligns specialized agents to share tasks, enforce checkpoints, and resolve skills from your Codex workspace.