# Report Structure Template
Select the corresponding report structure based on problem type.
---
## I. Concept Comparison Report
```markdown
# [X] vs [Y]: In-Depth Comparative Analysis
## Abstract
[One-line core conclusion, can be directly repeated]
Example: "X is more like [Position A], Y is more like [Position B]; the core difference lies in [decisive difference]."
---
## 1. Concept Alignment
### 1.1 What is X
**Official Definition**: [Cite official documentation]
**Plain Language Explanation**: [Explain in terms familiar to readers]
**Why It Exists**: [What problem it solves]
### 1.2 What is Y (Reference)
**Definition**: [Stable/accepted definition]
**Reason for Being Comparison Baseline**: [Why it's selected as reference]
---
## 2. Working Mechanism
> This is the core chapter distinguishing X from Y
### 2.1 X's Working Mechanism
[Describe in detail how X runs, what the key processes are]
### 2.2 Y's Working Mechanism
[Briefly describe Y's mechanism, as comparison reference]
### 2.3 Mechanism Difference Summary
| Dimension | X | Y |
|-----------|---|---|
| [Key Dimension 1] | | |
| [Key Dimension 2] | | |
| [Key Dimension 3] | | |
---
## 3. Connections (Common Points)
> Build bridges, avoid extreme statements of "completely different"
1. **[Common Point 1]**: [Explanation]
2. **[Common Point 2]**: [Explanation]
3. **[Common Point 3]**: [Explanation]
---
## 4. Differences (Core Differences)
> Compare item by item by dimension, focus on highlighting decisive differences
### 4.1 [Dimension 1]: [Dimension Name]
- **X**: [Description]
- **Y**: [Description]
- **Difference Impact**: [What this difference means]
### 4.2 [Dimension 2]: [Dimension Name]
...
### 4.3 Decisive Difference Summary
The 3 most critical differences:
1. **[Difference 1]**: [One-sentence explanation]
2. **[Difference 2]**: [One-sentence explanation]
3. **[Difference 3]**: [One-sentence explanation]
---
## 5. Use Case Demonstration
> Ground the abstract to specific scenarios
### Scenario: [Scenario Description]
**If Using X**:
[How to do it specifically]
**If Using Y**:
[How to do it specifically]
**Comparison**:
[Which is more suitable in this scenario and why]
---
## 6. Summary and Suggestions
### 6.1 One-Line Summary
> Can be directly repeated in meetings
[Summary sentence]
### 6.2 When to Choose X
- [Scenario 1]
- [Scenario 2]
### 6.3 When to Choose Y
- [Scenario 1]
- [Scenario 2]
### 6.4 Precautions
- [Point of attention 1]
- [Point of attention 2]
---
## References
### Primary Sources (L1/L2)
1. [Title](Link) - [Brief description]
2. ...
### Supporting Sources (L3/L4)
1. [Title](Link) - [Brief description]
2. ...
---
## Appendix: Fact Card Summary
| Number | Fact | Source | Confidence |
|--------|------|--------|------------|
| #001 | | | ✅ |
| #002 | | | ⚠️ |
```
---
## II. Decision Support Report
```markdown
# [Decision Question]: Solution Analysis and Suggestions
## Abstract
**Question**: [One-sentence describing the decision question]
**Suggestion**: [Recommended solution] + [Core reason]
**Prerequisites**: [Prerequisites for the suggestion to hold]
---
## 1. Decision Background
### 1.1 Business Scenario
[Describe the business background requiring a decision]
### 1.2 Key Constraints
- Constraint 1: [Description]
- Constraint 2: [Description]
### 1.3 Decision Objectives
- Primary objective: [Description]
- Secondary objective: [Description]
---
## 2. Candidate Solution Overview
### Solution A: [Name]
[One paragraph overview]
### Solution B: [Name]
[One paragraph overview]
### Solution C: [Name] (if applicable)
[One paragraph overview]
---
## 3. Multi-Dimensional Comparison
| Dimension | Solution A | Solution B | Solution C |
|-----------|------------|------------|------------|
| Implementation Cost | | | |
| Maintenance Cost | | | |
| Learning Curve | | | |
| Performance | | | |
| Scalability | | | |
| Ecosystem Maturity | | | |
---
## 4. Risk Analysis
### Solution A Risks
| Risk | Likelihood | Impact | Mitigation |
|------|------------|--------|------------|
| | | | |
### Solution B Risks
| Risk | Likelihood | Impact | Mitigation |
|------|------------|--------|------------|
| | | | |
---
## 5. Scenario-Based Suggestions
| If You Are... | Recommended | Reason |
|---------------|-------------|--------|
| [Scenario 1] | Solution A | |
| [Scenario 2] | Solution B | |
| [Scenario 3] | Solution C | |
---
## 6. Final Suggestions
### 6.1 Recommended Solution
**Recommended**: [Solution Name]
### 6.2 Recommendation Reasons
1. [Reason 1]
2. [Reason 2]
3. [Reason 3]
### 6.3 Prerequisites
This suggestion is based on the following assumptions:
- [Assumption 1]
- [Assumption 2]
### 6.4 Next Steps
1. [Action 1]
2. [Action 2]
---
## References
[Same as above]
```
---
## III. Quick Report Template (Simplified)
Applicable for time-constrained or relatively simple questions.
```markdown
# [Topic] Research Brief
## Core Conclusion
[One-sentence conclusion]
## Key Findings
1. **[Finding 1]**: [Explanation] ([Source])
2. **[Finding 2]**: [Explanation] ([Source])
3. **[Finding 3]**: [Explanation] ([Source])
## Main Differences/Points
| Dimension | Conclusion |
|-----------|------------|
| | |
| | |
| | |
## Suggestions
- [Suggestion 1]
- [Suggestion 2]
## References
- [Source 1](Link)
- [Source 2](Link)
```
---
## Delivery Checklist
Before completing the report, confirm the following items:
- [ ] **Abstract Relayable**: One-line summary clear, boss can relay
- [ ] **Conclusions Supported**: Each core conclusion has fact card support
- [ ] **Sources Traceable**: Key citations all have links
- [ ] **Clear Structure**: Divided with subheadings, can quickly locate
- [ ] **Uncertainty Marked**: Speculative conclusions marked
- [ ] **Use Cases Grounded**: At least one actual scenario verification
- [ ] **Consistent Format**: Tables, lists, heading styles unified