# Article Outline Template Library

Outline templates organized by content type, for use in Step 5 outline generation.

## Table of Contents

1. [Tutorial / How-To Guide](#tutorial--how-to-guide)
2. [In-Depth Analysis](#in-depth-analysis)
3. [Comparison / Review](#comparison--review)
4. [Trend Forecasting](#trend-forecasting)
5. [Problem Solving](#problem-solving)
6. [Opinion / Insight](#opinion--insight)

---

## Tutorial / How-To Guide

Suitable for: how-to articles, beginner guides, best practices

```
# [Title: How to / Guide / Complete Handbook - Specific to quantifiable results]

## Hook (100-150 words)
- Describe the current obstacles readers face
- Cite trend data to illustrate the prevalence of the problem
- Preview the solutions the article will provide

## Background and Preparation (200-300 words)
- Why this topic matters now (trend data)
- Prerequisites / tool checklist
- Target audience description

## Core Steps (3-5 steps, 300-500 words per step)
### Step 1: [Step Name]
- Instructions + screenshots/code
- Common mistake alerts

### Step 2: [Step Name]
- ...

### Step 3: [Step Name]
- ...

## Advanced Tips (200-300 words)
- Tips that 80% of people don't know
- Performance optimization / advanced configuration

## FAQ (200-300 words)
- 3-5 high-frequency questions + answers

## Conclusion
- Recap of core takeaways
- Recommended next steps
- Related further reading
```

## In-Depth Analysis

Suitable for: industry analysis, technical deep dives, phenomenon interpretation

```
# [Title: In-Depth Analysis / Comprehensive Interpretation / Underlying Logic - of a certain phenomenon/technology]

## Hook (150 words)
- Impactful description of the phenomenon/event
- "But what's truly interesting is..." twist introduction

## I. Phenomenon Overview (300 words)
- Data overview (growth curves, user numbers, funding amounts, etc.)
- Timeline summary
- Key milestones

## II. Underlying Driving Factors (500-800 words)
### 2.1 [Factor 1: Technology / Market / Policy]
- Data support + case studies

### 2.2 [Factor 2: User Behavior Changes]
- Trend data + user research

### 2.3 [Factor 3: Industry Chain Changes]
- Upstream / downstream impact analysis

## III. Key Player Landscape (300 words)
- Leading players + market share
- Emerging challengers
- Competitive landscape map

## IV. Risks and Challenges (300 words)
- Primary risk points
- Possible turning point signals

## V. Future Outlook (200 words)
- Short-term (3-6 months) forecast
- Long-term (1-3 years) outlook
- Metrics to watch

## Conclusion
- Reiterate core viewpoint
- Recommended reader actions
```

## Comparison / Review

Suitable for: product comparisons, solution selection, tool reviews

```
# [Title: A vs B vs C - The Ultimate 202X Comparison / Selection Guide]

## Hook (100 words)
- The importance of selection decisions
- "Pitfalls many teams have fallen into..."

## Review Criteria (100 words)
- List of evaluation criteria
- Scoring weights

## Contender Introductions (150 words each)
### [Tool A]
- Positioning, core strengths, applicable scenarios

### [Tool B]
- ...

## Head-to-Head Comparison (Core 500-800 words)
| Dimension | A | B | C |
|-----------|---|---|---|
| Performance | ... | ... | ... |
| Ease of Use | ... | ... | ... |
| Ecosystem | ... | ... | ... |
| Pricing | ... | ... | ... |

## Scenario Recommendations (300 words)
- If you need X → Choose A
- If you need Y → Choose B
- If you need Z → Choose C

## Migration Cost Analysis (200 words)
- Cost of migrating from A to B

## Conclusion
- Winner + rationale
- Quick decision tree
```

## Trend Forecasting

Suitable for: annual trends, industry predictions, technology outlooks

```
# [Title: N Major Trends in X Domain for 202X / The Future Is Here]

## Hook (150 words)
- Review of the past year
- "The next inflection point is about to arrive"

## Trend 1: [Trend Name] (400-600 words)
- Current data
- Why it's happening now
- Scope of impact
- Actionable advice

## Trend 2: [Trend Name]
- ...

## Trend 3-N: [Trend Name]
- ...

## Cross-Trend Intersections (200 words)
- Superimposed effects between trends
- Where the biggest opportunities lie

## Risk Warnings (150 words)
- Predictions that may fail
- Underestimated black swans

## Conclusion
- One-sentence summary
- Recommended information sources to follow
```

## Problem Solving

Suitable for: bug fixes, troubleshooting, performance optimization

```
# [Title: The Ultimate Solution to XXX Problem / XXX Error]

## Problem Symptoms (100 words)
- Error message / screenshot
- Environment where it occurs

## Root Cause Analysis (200-300 words)
- Nature of the problem
- Why it happens (underlying principles)

## Solutions (from simplest to most complex)

### Solution 1: Quick Fix (100 words)
- One-line command / config change
- Applicable conditions

### Solution 2: Standard Solution (200 words)
- Complete steps
- Cautions and notes

### Solution 3: Permanent Fix (300 words)
- Architectural-level solution
- Pros and cons analysis

## Verification and Testing (100 words)
- How to confirm the problem is resolved
- Regression testing recommendations

## Preventive Measures (100 words)
- How to avoid encountering this again

## Conclusion
```

## Opinion / Insight

Suitable for: industry opinions, counter-consensus views, deep thinking

```
# [Title: The Counter-Intuitive Truth / Why Everyone Is Wrong / The Hidden Logic of X]

## Hook (150 words)
- Challenge the mainstream view
- "Most people think... but in reality..."

## Mainstream Narrative (200 words)
- The accepted viewpoint
- Supporting data

## Counterargument (500-800 words)
### Argument 1: Data Perspective
- Overlooked data

### Argument 2: Historical Patterns
- Review of similar cases

### Argument 3: First Principles
- Derived from foundational logic

## Preemptive Rebuttal (200 words)
- "You might say..."
- Respond point by point

## A New Thinking Framework (300 words)
- A better way to understand
- An actionable new framework

## Conclusion
- Core viewpoint
- "The most dangerous thing is not..."
```