# Best Practices Template

Use Case: Experience summary, specification setting, recommended approaches

---

## [Practice Name]

[One-sentence description of what this best practice is]

---

## Why It Matters

### Problem Background

[Explain why this best practice is being summarized]

### Consequences of Not Following

[Describe risks of not following]

### Benefits

[Benefits of following best practice]

---

## Practice Content

### Principles

1. **Principle 1**: [Description]
2. **Principle 2**: [Description]
3. **Principle 3**: [Description]

### Specific Practices

#### Should Do ✅

- [Practice 1]
- [Practice 2]
- [Practice 3]

#### Should Not Do ❌

- [Avoid Practice 1]
- [Avoid Practice 2]

---

## Implementation Guide

### Step 1: [First Step]

[Detailed description]

### Step 2: [Second Step]

[Detailed description]

---

## Examples

### Good Example ✅

```
[Correct practice example]
```

### Bad Example ❌

```
[Incorrect practice example]
```

---

## Applicable Scenarios

### Suitable For

- [Scenario 1]
- [Scenario 2]

### Not Suitable For

- [Scenario 1]
- [Scenario 2]

---

## Checklist

- [ ] [Check item 1]
- [ ] [Check item 2]
- [ ] [Check item 3]

---

## Related Resources

- [Related documents]
- [Further reading]

---

**Document Type**: How-to Guide  
**Template Version**: 1.0
