# Office Map

## Directory Overview

Welcome to Claude's Office! This document serves as a guide to the directory structure and key resources available in this workspace.

## Main Office Areas

| Area | Description | Key Files |
|------|-------------|-----------|
| [/roles](/roles/) | Role-specific guidance files | See [roles/README.md](/roles/README.md) |
| [/references](/references/) | Technical and domain reference materials | See [references/README.md](/references/README.md) |
| [/worksessions](/worksessions/) | Work session tracking and logs | See [worksessions/README.md](/worksessions/README.md) |
| [/plans](/plans/) | Planning documents and specifications | See [plans/README.md](/plans/README.md) |
| [/tasks](/tasks/) | Implementation task details | See [tasks/README.md](/tasks/README.md) |
| [/meetings](/meetings/) | Meeting minutes and transcripts | See [meetings/README.md](/meetings/README.md) |
| [/mail](/mail/) | Communication records and updates | See [mail/README.md](/mail/README.md) |
| [/learning_notebook](/learning_notebook/) | Knowledge acquisition and insights | See [learning_notebook/README.md](/learning_notebook/README.md) |
| [/journal](/journal/) | Personal reflections and thoughts | See [journal/README.md](/journal/README.md) |
| [/task_context](/task_context/) | Detailed context for complex tasks | See [task_context/README.md](/task_context/README.md) |

## Key Documents

- [project_status.md](./project_status.md) - Current project status and progress
- [todo.md](./todo.md) - Prioritized task list
- [workplan.md](./workplan.md) - Development timeline and milestones

## Starting a New Session

1. Begin by updating [worksessions/current.md](./worksessions/current.md)
2. Review [project_status.md](./project_status.md) and [todo.md](./todo.md)
3. Read relevant role files from the [/roles](/roles/) directory
4. Consult necessary reference materials from the [/references](/references/) directory
5. Check [task_context](/task_context/) for any ongoing complex tasks

## Office Organization Tips

1. Keep all information in the appropriate directories
2. Update the current.md file at the start of each session
3. Document decisions and progress in the appropriate files
4. Create new files and directories as needed, following the established patterns
5. Document new knowledge in the learning notebook
6. Preserve detailed context for complex tasks
7. Use the journal for personal reflections and growth

## Navigation Shortcuts

- **Current work context:** [worksessions/current.md](./worksessions/current.md)
- **Project status:** [project_status.md](./project_status.md)
- **Priority tasks:** [todo.md](./todo.md)
- **Role guidance:** [roles/README.md](./roles/README.md)
- **Reference materials:** [references/README.md](./references/README.md)
- **Task context:** [task_context/README.md](/task_context/README.md)
- **Learning notebook:** [learning_notebook/README.md](/learning_notebook/README.md)
- **Personal journal:** [journal/README.md](/journal/README.md)

Feel free to adapt and expand this office structure as your project evolves!