بنقرة واحدة
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: