원클릭으로
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]