# PROJECT.md - Template

```markdown
# <Project Name>

## Overview
<Brief description of what this project is about>

## Problem Statement
<What problem does this solve?>

## Target Users
- <User persona 1>
- <User persona 2>

## Value Proposition
<Why should this be built? What value does it deliver?>

## Constraints
- **Timeline:** <if any>
- **Tech Stack:** <if specified>
- **Budget:** <if any>

## Success Criteria
- [ ] <Criteria 1>
- [ ] <Criteria 2>
- [ ] <Criteria 3>

## Out of Scope
- <Item 1>
- <Item 2>

## Risks
| Risk | Impact | Mitigation |
|------|--------|------------|
| <risk> | <high/med/low> | <mitigation> |

---
*Created: <date>*
*Last Updated: <date>*
```
