---
type: aspect
name: example-aspect
applies_to: all
---

# Example Aspect (Cross-Cutting Concern)

## What This Is
<!-- Describe this cross-cutting concern. Examples: authentication, logging, error handling, accessibility, theming -->
This is a template. Replace with your actual cross-cutting concern.

## Rules
<!-- Rules that apply everywhere this aspect touches. Agents MUST follow these. -->
- (Add rules as you establish them)

## Applies To
<!-- Which nodes/modules does this aspect affect? "all" means every module. -->
- all

## Implementation Pattern
<!-- How should this aspect be implemented? Show the standard pattern. -->
```
// Example pattern (replace with your actual pattern)
```

## Exceptions
<!-- Any modules that are exempt from this aspect, and why -->
- (none)
