Sheldon-desouza

Orch Doctor — Productivity skill for Claude Code

Productivity community

Diagnose the orchestrator install — Python, hooks, tier map, agents in sync, tmux, metrics path, and the current .workflow state — and print exactly what to fix.

How to install Orch Doctor

Installs to ~/.claude/skills/sheldon-desouza-claude-code-orchestrator-orch-doctor/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sheldon-desouza-claude-code-orchestrator-orch-doctor && curl -fsSL https://raw.githubusercontent.com/Sheldon-desouza/claude-code-orchestrator/HEAD/commands/orch-doctor.md -o ~/.claude/skills/sheldon-desouza-claude-code-orchestrator-orch-doctor/SKILL.md

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

What Orch Doctor does


description: Diagnose the orchestrator install — Python, hooks, tier map, agents in sync, tmux, metrics path, and the current .workflow state — and print exactly what to fix. allowed-tools: Bash

Run `python3 "${CLAUDE_PLUGIN_ROOT}/scripts/doctor.py"` and present its report verbatim. For every line marked `FAIL` or `WARN`, restate the fix in one sentence. If everything passes, say the plugin is ready and point at `/orchestrate`.

Alternatives in Productivity

  • Rescue An Account — Workflow recipe — diagnose an at-risk customer and build the full save play through to renewal by chaining 4 s 1.3k ★
  • Claude Workflow V2 — Universal Claude Code workflow plugin with agents, skills, hooks, and commands 1.3k ★
  • Claude Code Hooks Multi Agent Observability — Real-time monitoring for multi-agent Claude Code sessions via hook event tracking 1.3k ★

Full documentation available on GitHub

View Source Repository