atlas/tickets/backlog/TICKET-025_system-prompts.md
ilia 7c633a02ed Initialize project structure with essential files and documentation
- Added .cursorrules for project guidelines and context
- Created README.md for project overview and goals
- Established ARCHITECTURE.md for architectural documentation
- Set up tickets directory with initial ticket management files
- Included .gitignore to manage ignored files and directories

This commit lays the foundation for the Atlas project, ensuring a clear structure for development and collaboration.
2026-01-05 20:09:44 -05:00

53 lines
1.2 KiB
Markdown

# 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.