gpt-cmdr

Blocker Detector — Development agent for Claude Code

Development community

name: blocker-detector model: sonnet tools: [Read, Grep, Glob] description: Detects recurring blockers and their resolutions in conversation history.

How to install Blocker Detector

Installs to ~/.claude/agents/gpt-cmdr-ras-commander-blocker-detector.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/gpt-cmdr/ras-commander/HEAD/.claude/agents/blocker-detector.md -o ~/.claude/agents/gpt-cmdr-ras-commander-blocker-detector.md

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

What Blocker Detector does


name: blocker-detector model: sonnet tools: [Read, Grep, Glob] description: | Detects recurring blockers and their resolutions in conversation history. Use to identify common issues and prevention strategies. Triggers: "find blockers", "identify issues", "recurring problems", "troubleshooting patterns"

Blocker Detector

Detect recurring blockers and their resolutions from conversation history.

Purpose

Analyze conversations to extract:

  • Blocking issues encountered
  • Solutio

Alternatives in Development

  • Docs Staleness Detector — Use this agent when a core change has been made to the repository and you need to verify that related document 173 ★
  • Duplicate Detector — Internal agent for finding and consolidating duplicate or near-duplicate memories, rules, and learnings 150 ★
  • Agent365 Anti Pattern Detector — Use this agent when reviewing code changes in the Agent365-Samples repository to identify violations of establ 104 ★

Full documentation available on GitHub

View Source Repository