A command-line tool to quickly initialize Claude's Office organizational structure in your project, customized for your specific technology stack. Now with TypeScript support and update functionality!
Claude's Office is an organizational system that enhances Claude AI's capabilities by providing:
- A consistent organizational structure for project documents
- Role-specific context to help Claude adopt different perspectives based on your tech stack
- Clear separation between planning, reference materials, and implementation
- A framework for tracking progress and maintaining project status
# Install globally
npm install -g claudes-office
# Or use with npx
npx claudes-office init
# Initialize Claude's office in the current directory with interactive customization
claudes-office init
# Add roles to an existing installation
claudes-office add-roles
# Update an existing installation to the latest version
claudes-office update
# Get help
claudes-office --help
The initialization process now includes an interactive wizard that:
- Guides you through selecting your project type (Frontend, Backend, Full Stack, Mobile, Data Science)
- Allows you to choose specific frameworks and technologies you're using:
- Frontend: React, Vue, Angular, Svelte
- Backend: Express, NestJS, Django, Flask, FastAPI, Ruby on Rails
- Mobile: React Native, Flutter
- Data Science: Data Science tools, Machine Learning
- Customizes the roles directory to include only the relevant expert roles for your project
- Provides a summary of selected options before completing the installation
Running the init command creates the following in your project:
-
CLAUDE.md
: Main guide for Claude to understand the office system -
Initialize_Project.md
: Instructions for setting up the office for a specific project -
claudes-office/
: Directory containing the customized office structure with:- Project-specific role guidance files based on your tech stack
- Generic roles applicable to all projects
- Reference materials directory
- Work sessions tracking
- Planning documents structure
- Task management system
- And more...
Roles are now organized into two main categories:
- Generic Roles: Core roles applicable to all projects (architect, dev lead, project manager, etc.)
- Project-Specific Roles: Technology-specific roles organized by domain (frontend, backend, mobile, data, devops)
When working with Claude on your project, you should:
- Remind Claude to check the CLAUDE.md file at the beginning of your conversations
- Ask Claude to adopt specific roles from the roles directory when tackling specialized tasks
- For example: "Please use the nestjs_expert role for this backend task"
- Let Claude use the office structure to organize its work and maintain context
- The entire codebase has been migrated to TypeScript
- Improved type safety and maintainability
- Enhanced developer experience with better code organization
- Safely update existing installations with
claudes-office update
- Backup system to protect your customizations
- Selective component updates
- Update notifications in your CLAUDE.md file
- Initial framework for meeting organization
- Full AI-powered meeting generation planned for v1.0
MIT