brainstorm
Use before any creative work or significant changes. Activates on "brainstorm", "let's brainstorm", "deep analysis", "analyze this feature", "think through",…
Prove and counter-prove a statement using parallel agents to eliminate confirmation bias. Use when someone says "dialectic", "prove/disprove", "stress test this claim", "is this really true", "argue both sides", or when a statement needs objective analysis from opposing
$ npx -y skills add umputun/cc-thingz --skill dialectic --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/dialecticContext preview
The summary Claude sees to decide when to auto-load this skill.
Prove and counter-prove a statement using parallel agents to eliminate confirmation bias. Use when someone says "dialectic", "prove/disprove", "stress test this claim", "is this really true", "argue both sides", or when a statement needs objective analysis from opposing
name: dialectic description: Prove and counter-prove a statement using parallel agents to eliminate confirmation bias. Use when someone says "dialectic", "prove/disprove", "stress test this claim", "is this really true", "argue both sides", or when a statement needs objective analysis from opposing viewpoints. argument-hint: '<statement to analyze>' allowed-tools: Bash, Read, Grep, Glob, Task, AskUserQuestion
Objective analysis of a statement by running two agents with opposing goals in parallel, then synthesizing findings.
**CRITICAL: Both Task tool calls MUST be in a single message for true parallel execution.** Do NOT use run_in_background. Do NOT launch sequentially. Foreground agents in the same message run in parallel and block until both complete.
**Agent 1 (Thesis)** — find all POSITIVE evidence:
**Agent 2 (Antithesis)** — find all NEGATIVE evidence:
Both agents must provide specific file paths and line numbers when analyzing code.
After both agents complete, synthesize findings into an objective conclusion:
**CRITICAL** — after presenting the synthesis, verify it against actual implementation:
**Architecture decisions:**
/thinking-tools:dialectic this microservice split improves maintainability
**Bug analysis:**
/thinking-tools:dialectic the connection pool fixes the timeout issue
**Performance claims:**
/thinking-tools:dialectic caching reduced database load by 80%
**Refactoring safety:**
/thinking-tools:dialectic extracting this interface simplifies testing
**Code review:**
/thinking-tools:dialectic this implementation is thread-safe
**Review changes:**
/thinking-tools:dialectic review the changes in server.go
Things to make Claude Code even better — hooks, skills, and commands, organized as a marketplace of independent plugins. This is an unapologetically opinionated set.
Use before any creative work or significant changes. Activates on "brainstorm", "let's brainstorm", "deep analysis", "analyze this feature", "think through",…
Execute plan tasks sequentially using subagents. Use when user says 'exec', 'execute plan', 'run plan', or wants to implement a plan file task by task with…
Show commits since the last tag in a formatted table. Use when user asks "what changed since last release", "commits since last tag", "last-tag", "what's new",…
Use when user asks to create a release, cut a release, or publish a version. Auto-detects GitHub vs GitLab vs Gitea, calculates semantic version, generates…
Interactive git diff annotation review. Generates a cleaned-up diff, opens in editor for user annotations, and addresses feedback in a loop. Activates on "git…