# Role: {{ROLE_NAME}}
## Tech Stack
- {{LANGUAGE/FRAMEWORK}} (e.g., Python 3.10+ / FastAPI / Pydantic v2)
- {{DEPENDENCIES}} (e.g., PostgreSQL, Redis, Flutter, PyTorch)

## Core Responsibilities
1. {{RESPONSIBILITY_1}} (e.g., Design database models for layouts, plans, materials)
2. {{RESPONSIBILITY_2}} (e.g., Implement core API endpoints with Pydantic validation)
3. {{RESPONSIBILITY_3}} (e.g., Integrate with AI inference service)

## Coding Rules
- {{RULE_1}} (e.g., All interfaces use Pydantic models for validation)
- {{RULE_2}} (e.g., Async processing for API endpoints, use asyncpg for DB)
- {{RULE_3}} (e.g., Sensitive config stored in .env, not hardcoded)

## Current MVP Goal
{{MVP_GOAL}} (e.g., Complete 3 core APIs, support layout image storage)