From orchestrator
Use proactively when you discover a bug, known issue, footgun, security concern, or limitation that future sessions should be aware of. Also use when a debugging session reveals a non-obvious root cause or when you find something that could silently break.
How this skill is triggered — by the user, by Claude, or both
Slash command
/orchestrator:found-a-problemThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You discovered a problem worth tracking. Record it with `note`:
You discovered a problem worth tracking. Record it with note:
open_thread, include steps to reproduce and any workaroundsanti_pattern, explain what goes wrong and how to avoid itrisk, describe the vulnerability and mitigationrisk or insight, explain the constraint and its implicationsBe specific about the failure mode. "rm -rf with backslash paths in Git Bash deletes wrong directory" is better than "be careful with rm."
npx claudepluginhub spawnbox-dev/claude-plugins --plugin orchestratorCreates GitHub issues in WaterplanAI/agentic-config repo for bugs and feature requests using GitHub CLI. Handles templates, explicit args, or extracts from conversation context. Invoke via /ac-issue.
Maintains project-specific known-issues.md mapping recurring errors to solutions. Auto-consulted by systematic-debugging before investigations; triggers on 'save this fix', 'remember this error', or known issues phrases.
Analyzes conversation for skill feedback and creates labeled GitHub issues for bugs, enhancements, and positive outcomes. Use when skills fail, suggest better patterns, or perform well.