원클릭으로
focus
Multi-model reasoning with modes like deep-reasoning, architecture-debate, research, analyze
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Multi-model reasoning with modes like deep-reasoning, architecture-debate, research, analyze
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when the user wants a security review of code or a diff — OWASP/CWE findings with severity, taint/data-flow analysis, and concrete fixes via security_review
Use when the user wants tests generated for code or a diff — enumerates edge cases and failure modes first, then emits runnable test code via testgen
Use when a task would benefit from a structured thinking technique but you're not sure which — recommends the right prompt technique for the intent (debug, spec, refactor, decision, design) and applies it
Use for decisions or judgments worth multiple independent perspectives — multi-model council with parallel analysis, search grounding, and synthesis (30-60s); for a quick single-call verdict use the jury tool directly
Use when the user shares or finishes a plan and wants it stress-tested before execution — adversarial multi-model pre-mortem with ranked risks, mitigations, and concrete plan edits
Use when code changes are ready for review — a diff exists, the user says "review my changes/PR", or a commit is about to happen. Multi-model diff review (Kimi, DeepSeek, GPT-5.5 panel + Gemini judge) with a MERGEABLE verdict
| name | focus |
| description | Multi-model reasoning with modes like deep-reasoning, architecture-debate, research, analyze |
| user-invocable | true |
Structured multi-model reasoning via TachiBot.
/focus [query]
/focus [mode] [query]
| Mode | Use Case |
|---|---|
deep-reasoning | Complex analysis (default) |
architecture-debate | System design decisions |
research | Information gathering |
analyze | Systematic breakdown |
code-brainstorm | Implementation ideas |
When user invokes /focus:
mcp__tachibot-mcp__focus({
query: "[query]",
mode: "[mode or deep-reasoning]",
models: ["grok", "gemini", "kimi"],
rounds: 3
})
/focus how to handle 10k concurrent connections/focus architecture-debate Redis vs Memcached/focus research React 19 new features