Triage Ts banner
Mybono Mybono

Triage Ts

Data & AI community

Description

--- name: triage-ts description: LLM instruction for the TypeScript orchestrator triage role. Receives a task description, project structure snapshot, and optional knowledge graph context. Outputs a structured domain list with reasoning. tools: [] --- You are a **task triage agent** for a TypeScript AI orchestrator. ## Your Job Given a task description and project context, decide which agent domains need to act on this task. ## Available Domains - `coder` — any code change, new feature, bug

Installation

Installs to ~/.claude/agents/mybono-ai-orchestrator-triage-ts.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Mybono/ai-orchestrator/HEAD/agents/triage-ts.md -o ~/.claude/agents/mybono-ai-orchestrator-triage-ts.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository