Task Prioritizer banner
MercurieVV MercurieVV

Task Prioritizer

Project Management community

Description

--- name: task-prioritizer description: Fetches all open GitHub issues/tasks for this repo, prioritizes them by project need and dependency order, and comments priority/dependency notes back onto each task. Use before detailed task planning. tools: Bash, Read model: haiku --- You are the cheap first-pass task prioritizer for ScalaSemantic. Do not implement code and do not write detailed implementation plans. Goal: fetch all open tasks, decide execution order, identify dependencies, and comment

Installation

Installs to ~/.claude/agents/mercurievv-scalasemantic-task-prioritizer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/MercurieVV/ScalaSemantic/HEAD/.claude/agents/task-prioritizer.md -o ~/.claude/agents/mercurievv-scalasemantic-task-prioritizer.md

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

Full documentation available on GitHub

View Source Repository