UNPKG

claudes-office

Version:

CLI tool to initialize Claude's office in your project

39 lines (29 loc) 1.52 kB
# Claude's Office This is a template office directory structure for Claude to use in projects. The office system helps organize context, roles, and project information in a structured way that enhances Claude's capabilities. ## Purpose The office structure provides: 1. A consistent organizational system for project documents 2. Role-specific context that helps Claude adopt different perspectives 3. Clear separation between planning, reference materials, and implementation 4. A framework for tracking progress and maintaining project status ## Directory Structure ``` /claudes-office/ /mail/ # Communication records and updates /meetings/ # Meeting minutes and transcripts /plans/ # Planning documents and specifications /references/ # Technical and domain reference materials /roles/ # Role-specific guidance files /tasks/ # Implementation task details /worksessions/ # Work session tracking and logs office_map.md # Office directory guide project_status.md # Current project status todo.md # Prioritized task list workplan.md # Development timeline ``` ## Usage This template can be customized for any project. Feel free to: - Add, remove, or reorganize folders based on project needs - Create new role files for specialized expertise - Adapt the structure to fit your specific workflow Each folder contains a README with more specific information about its purpose and content.