From orchestrator
Use after a debugging session reveals root causes, when an approach failed and you pivoted, or when an unexpected issue occurred. Captures what happened and what to do differently so the same mistake isn't repeated across sessions.
npx claudepluginhub spawnbox-dev/claude-plugins --plugin orchestratorThis skill uses the workspace's default tool permissions.
An approach failed or you found a root cause. Capture the lesson:
Detects unexpected program behavior from user descriptions, fixes bugs, analyzes root causes, and documents learnings in cookbook, memory, or workflow to prevent recurrence.
Captures lessons from bug fixes and corrections in Phoenix/Elixir projects — Ecto, LiveView, Oban, iron law mistakes. Documents rules in CLAUDE.md or MEMORY.md to prevent repeats.
Guides systematic root cause debugging for bugs, test failures, unexpected behavior, and performance issues before any fixes, starting with memory integrity checks on .cm learnings.
Share bugs, ideas, or general feedback.
An approach failed or you found a root cause. Capture the lesson:
Call note with type=anti_pattern describing what went wrong and why
If this was a significant debugging session, also call retro to run knowledge maintenance
If the root cause reveals a broader pattern, record it as a separate convention or risk note
The goal: no future session should hit this same problem and have to rediscover the solution.