원클릭으로
compare
Structured comparison of 2+ alternatives with consistent criteria and decision matrix
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Structured comparison of 2+ alternatives with consistent criteria and decision matrix
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Multi-step research orchestration. Use when user asks "research X", "summarize current state of Y", "what's the latest on Z", or compares approaches. Calls extract(action="agent") which searches the web, extracts top results, then synthesises a citation-preserving Markdown answer with one configured LLM.
Detect a project's manifest (pyproject.toml / package.json / go.mod / Cargo.toml), pin its library set into wet-mcp's Cabinets project_context, then route subsequent docs queries to the locked versions automatically.
Verify a claim using adversarial search — find both supporting AND contradicting evidence
| name | compare |
| description | Structured comparison of 2+ alternatives with consistent criteria and decision matrix |
| argument-hint | [alternative A] vs [alternative B] [for purpose] |
Structured comparison of 2+ alternatives. Enforces a comparison matrix with consistent criteria so every alternative is evaluated on the SAME data points.
Define the comparison frame:
Define evaluation criteria before searching (prevents cherry-picking):
Research each alternative using search and extract:
search(action="search", query="[alternative] [criterion] benchmark OR comparison")extract on official docs for feature verificationBuild the comparison matrix:
| Criterion (weight) | Alternative A | Alternative B | Alternative C |
|---------------------|---------------|---------------|---------------|
| Performance (must) | [data+source] | [data+source] | [data+source] |
| DX (important) | [data+source] | [data+source] | [data+source] |
Produce decision recommendation: