UNPKG

claudes-office

Version:

CLI tool to initialize Claude's office in your project

47 lines (34 loc) 2.27 kB
# 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) | ## 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 ## 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 ## 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) Feel free to adapt and expand this office structure as your project evolves!