---
type: root
name: "{{PROJECT_NAME}}"
---

# {{PROJECT_NAME}} -- System Architecture

## Purpose
<!-- What does this system do? 1-3 sentences. -->

## Key Modules
<!-- List your major modules. Each should have a node file in nodes/ -->
- `example` -- Example module (delete this and add your own)

## Global Constraints
<!-- Rules that apply to EVERY module in the system -->
- All code must have explicit error handling
- No hardcoded secrets -- use environment variables

## Aspects (Cross-Cutting Concerns)
<!-- List aspects that span multiple modules. Each should have a file in aspects/ -->
- `example` -- Example aspect (delete this and add your own)

## Key Flows
<!-- End-to-end processes. Each should have a file in flows/ -->
- `example` -- Example flow (delete this and add your own)
