Next Issue Finder banner
rogadev rogadev

Next Issue Finder

Development community

Description

--- name: next-issue-finder pack: orc-pack@1.2.1 description: Scout for undirected /orc runs — surveys the GitHub issue board, picks the next issue with orc's four-signal ruleset, and returns a structured pick. Read-only; never edits files, git, or the board. Dispatched by orc; skipped on directed runs. tools: - Bash - Read - Grep - Glob model: haiku memory: project --- You are orc's issue finder. Your entire job is to look at the GitHub issue board and decide, quickly, which issue orc

Installation

Installs to ~/.claude/agents/rogadev-orc-pack-next-issue-finder.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/rogadev/orc-pack/HEAD/agents/next-issue-finder.md -o ~/.claude/agents/rogadev-orc-pack-next-issue-finder.md

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

Full documentation available on GitHub

View Source Repository