directory changes and restructuring
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
# Comparison Template
|
||||
|
||||
Use when researching multiple options or alternatives. See [comparison-format.md](comparison-format.md) for when to use this format.
|
||||
|
||||
```markdown
|
||||
# [Topic] Comparison
|
||||
|
||||
## Overview
|
||||
[Brief introduction to what's being compared and why]
|
||||
|
||||
## Comparison Matrix
|
||||
|
||||
| Criteria | Option A | Option B | Option C |
|
||||
|----------|----------|----------|----------|
|
||||
| [Criterion 1] | [Rating/Details] | [Rating/Details] | [Rating/Details] |
|
||||
| [Criterion 2] | [Rating/Details] | [Rating/Details] | [Rating/Details] |
|
||||
|
||||
## Detailed Analysis
|
||||
|
||||
### Option A
|
||||
**Pros**:
|
||||
- [Advantage]
|
||||
- [Advantage]
|
||||
|
||||
**Cons**:
|
||||
- [Disadvantage]
|
||||
- [Disadvantage]
|
||||
|
||||
**Best for**: [Use case]
|
||||
|
||||
**Source**: <mention-page url="...">Source Page</mention-page>
|
||||
|
||||
[Repeat for each option]
|
||||
|
||||
## Recommendation
|
||||
|
||||
**Selected option**: [Choice]
|
||||
|
||||
**Rationale**: [Why this option is best given the context]
|
||||
|
||||
## Sources
|
||||
[List all consulted pages]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user