---
guideline_id: CUSTOM-001
name: "[Guideline Name]"
enforcement: advisory
applies_to: both
priority: medium
---

# [Guideline Name]

**Purpose:** [Brief description of what this guideline ensures]

> **Instructions:**
> 1. Copy this template to `knowzcode/enterprise/guidelines/` or `guidelines/custom/`
> 2. Fill in sections relevant to your organization
> 3. Add to `compliance_manifest.md` Active Guidelines table
> 4. Set `Active` to `true` in the manifest

---

## 1. [Category Name]

### [ID]: [Requirement Title]

**Requirement:** [Clear statement of what MUST/SHOULD be done]

**Applies To:** [spec | implementation | both]

**Severity:** [critical | high | medium | low]

**ARC Verification:**
- ARC_[ID]_a: Verify that [specific testable condition]
- ARC_[ID]_b: Verify that [specific testable condition]

**Compliant Example:**
```
// Example of code/spec that meets the requirement
```

**Non-Compliant Example:**
```
// VIOLATION: [Explain why this violates the requirement]
```

**Remediation:** [Steps to fix violations]

---

## Compliance Summary

| ID | Requirement | Severity | Scope |
|:---|:------------|:---------|:------|
| [ID] | [Title] | [severity] | [scope] |

---
