# Ticket: System Prompts for Family vs Work Agents ## Ticket Information - **ID**: TICKET-025 - **Title**: System Prompts for Family vs Work Agents - **Type**: Feature - **Priority**: High - **Status**: Backlog - **Track**: LLM Infra - **Milestone**: Milestone 2 - Voice Chat MVP - **Created**: 2024-01-XX ## Description Create system prompts for both agents: - Separate prompt files for family vs work agents - Explicit boundaries and allowed tools - Personality and behavior guidelines - Safety constraints integrated ## Acceptance Criteria - [ ] Family agent system prompt created - [ ] Work agent system prompt created - [ ] Boundaries clearly defined - [ ] Allowed tools listed - [ ] Prompts stored in config repo - [ ] Version controlled ## Technical Details Prompt structure: - Role and personality - Allowed actions and tools - Forbidden actions - Response style guidelines - Safety reminders ## Dependencies - TICKET-003 (privacy/safety constraints) - TICKET-004 (architecture) ## Related Files - `family-agent-config/prompts/family-agent.md` (to be created) - `family-agent-config/prompts/work-agent.md` (to be created) ## Notes Critical for agent behavior. Should reference safety constraints from TICKET-003.