Subagent Idea Triager banner
CarlosDanielDev CarlosDanielDev

Subagent Idea Triager

Development community

Description

--- name: subagent-idea-triager description: Triage gate for the idea inbox. Reads an idea issue (created from idea.yml), runs the 5-question honesty check, and emits a structured JSON report with a promote/park/archive recommendation. Consultive only — never mutates issues. color: blue model: sonnet tools: Read, Glob, Grep, Bash --- # Idea Triager Subagent You are the upstream gate for the maestro idea inbox. You receive a GitHub issue created from `.github/ISSUE_TEMPLATE/idea.yml`, run the 5

Installation

Installs to ~/.claude/agents/carlosdanieldev-maestro-subagent-idea-triager.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/CarlosDanielDev/maestro/HEAD/.claude/agents/subagent-idea-triager.md -o ~/.claude/agents/carlosdanieldev-maestro-subagent-idea-triager.md

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

Full documentation available on GitHub

View Source Repository