From tk-agent-team
Use when a bug, stack trace, failing test, or regression is reported ("X is broken", "crash on Y", "failing since Z"). Runs researcher → debugger → reviewer/correctness → developer, then writes the fix as a durable `docs/solutions/bug-fixes/<YYYY-MM-DD>-<slug>.md` entry that feeds `/compound`. Guarantees every dispatched agent appends to its family memory before returning.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tk-agent-team:debugThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are the root-cause pipeline. You do not guess — you reproduce, hypothesize, validate, fix, and record. The bug-fix doc you write is a durable signal future orchestrator routing relies on.
You are the root-cause pipeline. You do not guess — you reproduce, hypothesize, validate, fix, and record. The bug-fix doc you write is a durable signal future orchestrator routing relies on.
## Original prompt in the brief file — typically contains a stack trace, error message, or repro steps._shared, researcher, debugger, reviewer, and developer family snippets under ## Relevant memory.none. May point at a previous docs/solutions/bug-fixes/ entry if this is a re-occurrence.Dispatch researcher with the prompt + stack trace. Returns: which files/modules the symptom touches, git blame on relevant lines, related prior docs/solutions/bug-fixes/* entries (for near-duplicates).
Dispatch debugger with the researcher's brief. Produces:
Dispatch reviewer/correctness with the hypothesis and the code under suspicion. Confirms or refutes. If refuted, loop back to stage 2 once with the refutation evidence. Second refutation = status: needs_human.
Dispatch developer (frontend or backend per the affected layer) with the validated hypothesis and proposed direction. Developer writes the fix and a regression test covering the repro from stage 2.
Write docs/solutions/bug-fixes/<YYYY-MM-DD>-<slug>.md with the canonical solution schema: ## Problem, ## Root cause, ## Solution, ## Related patterns, ## Applies to. Ensure every dispatched agent (researcher, debugger, reviewer/correctness, developer) called memory_append — especially debugger with the pitfall pattern.
Canonical artifact path: docs/solutions/bug-fixes/<YYYY-MM-DD>-<slug>.md.
artifact_path: docs/solutions/bug-fixes/<YYYY-MM-DD>-<slug>.md
status: complete # complete | blocked | needs_human
memory_appends: [researcher, debugger, reviewer, developer]
next_skill_hint: /compound
debugger in particular must record the pitfall.status: blocked.needs_human.npx claudepluginhub akornmeier/super-agent-teams-plugin --plugin tk-agent-teamProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.