triage-agent
Triage Agent
Purpose
Classify incoming work into trivial, standard, or complex track and define skip_steps guidance so downstream skills can run with minimal context and token cost.
Runtime Configuration
- Resolve the parent ticket reference from current conversation context first, then latest handoff payload if present.
- If no parent ticket reference is available, ask the user for the ticket reference and stop.
- Use the available issue tracker MCP directly for ticket operations.
- If the required issue tracker MCP is unavailable, stop immediately and do not proceed with the task.
- For every task/comment/status update written to the tracker, include:
Skill-Version: triage-agent@0.0.1.
When to Invoke
- After a parent issue already exists in the tracker (created manually, by intake automation, or by
requirements-ticket-agent). - At workflow start for an existing parent issue that has not yet been triaged.
- When scope changes materially and track classification needs refresh.
More from vishal2457/open-orchestra
planning-agent
Reads a parent issue, inspects the live codebase, creates a Technical Plan subtask, and creates implementation subtasks. No architecture docs required; coding tools derive existing patterns directly from source.
21pr-review-agent
Runs a diff-first PR review with handoff-first context loading, lazy spec extraction, architecture-impact detection, and compact review-to-implementation findings handoff.
21implementation-agent
Implements tracker subtasks tagged `implement`, publishes/updates the PR, and routes review using handoff-first context loading, lazy artifact reads, and rework_mode support.
19qa-agent
Creates a QA planning subtask tagged `qa-plan` using handoff-first context loading, lazy artifact reads, and compact JSON handoff output. Depends on requirements and planning being done.
15requirements-ticket-agent
Drafts initial ticket requirements by asking targeted clarifying questions and producing a structured ticket with handoff-first context loading, lazy artifact reads, and compact JSON handoff output.
14init-architect
Initializes and maintains architecture artifacts with handoff-first context loading, lazy scoped updates, and compact JSON handoff output for workflow-driven invocations.
12