بنقرة واحدة
method-compare
Compare two methods, techniques, or approaches across objectives, setup, metrics, and trade-offs.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Compare two methods, techniques, or approaches across objectives, setup, metrics, and trade-offs.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Structured planning mode for complex multi-step tasks.
Multi-agent collaboration mode for complex tasks requiring diverse expertise.
Generate strict JSON mind maps from document evidence with clear hierarchy and concise node labels.
Run a local-first research workflow by planning sub-queries, iterating retrieval, validating sources, and producing traceable evidence-backed conclusions.
Summarize long context into concise bullets and cite evidence from the source.
Evaluate claims, assumptions, and evidence quality before drawing final conclusions from academic text.
| name | method_compare |
| description | Compare two methods, techniques, or approaches across objectives, setup, metrics, and trade-offs. |
Use this skill when:
Return strict JSON first (no markdown fence), with this schema:
{
"topic": "Method A vs Method B",
"columns": ["Dimension", "Method A", "Method B"],
"rows": [
{"Dimension": "Objective", "Method A": "...", "Method B": "..."},
{"Dimension": "Setup", "Method A": "...", "Method B": "..."},
{"Dimension": "Performance", "Method A": "...", "Method B": "..."},
{"Dimension": "Trade-offs", "Method A": "...", "Method B": "..."}
],
"recommendation": "..."
}
Then optionally add a short plain-text recommendation summary.
If strict JSON cannot be produced, fall back to the following markdown format:
## Method Comparison: [Method A] vs [Method B]
### Overview
| Aspect | [Method A] | [Method B] |
|--------|------------|------------|
| Objective | ... | ... |
| Setup | ... | ... |
| Performance | ... | ... |
### Detailed Analysis
#### [Dimension 1]
**Method A:** [Description]
**Method B:** [Description]
#### [Dimension 2]
...
### When to Use Each
**[Method A]:**
- Use case 1
- Use case 2
**[Method B]:**
- Use case 1
- Use case 2
### Recommendation
[Provide guidance based on common scenarios]