triage

Generate schema-valid workspace/triage.json for Unity DOTS agent pipelines.

6|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/dyCuong03/unity-agent-team --skill triage-dycuong03
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage
Source: https://github.com/dyCuong03/unity-agent-team/tree/main/.claude/skills/triage
Command: npx skills add https://github.com/dyCuong03/unity-agent-team --skill triage-dycuong03

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents wasted effort by quickly classifying a Unity/ DOTS task’s complexity and impact, then producing a schema-valid triage output that drives every downstream phase without guesswork.

Core Features & Use Cases

  • Evidence-first triage: Uses CRG/graph evidence and limited file reads to identify domain, complexity, blast radius, and confidence.
  • Deterministic pipeline steering: Emits workspace/triage.json that downstream planning and execution interpret to select the correct verification strategy and agent mix.
  • Safety guardrails via strategy selection: Chooses bundle, verifier, tester, or stepgated based on complexity and confidence, including intent/depth overrides (e.g., refactor forces architect and stepgated verification).
  • Ownership partitioning: Assigns repo globs to minimize conflicting edits when multiple writers are allowed.

Quick Start

Run the triage flow by issuing a team request like: /team bug normal "Fix health regen not firing after death respawn".

Frequently Asked Questions about triage

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

FAQPage Schema
How do I classify Unity DOTS task complexity before planning agent pipelines?

To classify Unity DOTS task complexity, perform evidence-first triage using CRG/graph evidence and limited file reads to identify domain, blast radius, and confidence, generating a schema-valid workspace/triage.json file.

What is task triage for agent orchestration and when do I need it?

Task triage for agent orchestration determines downstream pipeline shape by deriving task complexity, domain, confidence, and verification strategy. You need it for bug, feature, refactor, and explore requests where it must run once per invocation.

How do I derive the right agent plan for a Unity DOTS refactor request?

Deriving the right agent plan for a Unity DOTS refactor requires triage to force an architect and stepgated verification strategy. This applies intent and depth overrides based on complexity to ensure safe execution.

Does triage support schema validation for workspace planning outputs?

Yes, triage supports schema validation by emitting a deterministic workspace/triage.json file. Downstream planning and execution interpret this schema-valid output to select the correct verification strategy and agent mix.

How do I partition repo ownership to minimize conflicting edits in multi-agent pipelines?

To partition repo ownership and minimize conflicting edits, triage assigns repo globs to specific agents. This ownership partitioning ensures safe parallel edits when multiple writers are allowed in the pipeline.

What verification strategy does triage select for low confidence Unity DOTS tasks?

For low confidence Unity DOTS tasks, triage selects safety guardrails via strategy selection, choosing bundle, verifier, tester, or stepgated verification based on evaluated complexity and confidence levels.