Skill

orchestration

Workflow orchestration protocols for multi-agent implementation pipelines with TDD support and failure triage

From golang-workflow
Install
1
Run in your terminal
$
npx claudepluginhub jamesprial/prial-plugins --plugin golang-workflow
Tool Access

This skill uses the workspace's default tool permissions.

Supporting Assets
View in Repository
agent-protocols/failure-triage.md
agent-protocols/tdd-protocol.md
agent-protocols/test-writer-isolation.md
anti-patterns.md
quality-gate/complexity.md
quality-gate/protocol.md
quality-gate/test-requirements.md
Skill Content

Orchestration Skills

This skill provides protocols for coordinating multi-agent workflows with quality gates, isolation requirements, failure triage, and TDD support.

Topics

TopicDescriptionUse When
quality-gate/Quality gate protocols, verdicts, test requirements, selective retryImplementing blocking checkpoints
agent-protocols/Agent isolation, failure triage, TDD protocolDefining agent boundaries and workflows
anti-patterns.mdCommon mistakes and context budget guidanceReviewing orchestrator behavior

Core Concepts

Quality Gates

Mandatory checkpoints that BLOCK progression. Now with triage-based selective retry. See quality-gate/protocol.md.

Agent Isolation

Strict separation between certain agents. See agent-protocols/test-writer-isolation.md for the test writer case, including implementer awareness rules.

Failure Triage

On quality gate failure, the triage agent classifies each failure to enable selective retry. See agent-protocols/failure-triage.md.

TDD Mode

Optional test-first workflow with RED-GREEN-REFACTOR cycle. See agent-protocols/tdd-protocol.md.

Context Management

Orchestrators delegate to preserve context. See anti-patterns.md for guidance.

Stats
Stars1
Forks0
Last CommitFeb 9, 2026