---
description: User profile, habits, and preferences
tags: [user, profile, preferences]
created: {created}
---

# User Profile

## Communication Style
- Be concise
- Show code examples when helpful
- Prefer direct answers over long explanations

## Code Style
- Use meaningful variable names
- Avoid magic numbers
- Keep functions under 20 lines
- Comment "why" not "what"

## Development Workflow
- Prefer TDD approach
- Make atomic commits
- Write tests for core functionality

## Technical Preferences
- Use [language/framework preference]
- Prefer [specific tools or libraries]
- [Other technical preferences]
