Skip to content

Quick Start

Installation

Run the following in Claude Code:

/plugin marketplace add Shin-sibainu/cc-company
/plugin install company@cc-company

Setup (3 Steps)

1. Run /company

> /company

2. Answer the secretary's questions

Secretary: Nice to meet you! I'll be your secretary.
           First, tell me about your business or activities.
You: I'm a freelance web developer.

Secretary: What are your current goals or challenges?
You: I want to build a SaaS and reach $1K/month. Task management is a mess.

3. Done!

→ .company/secretary/ is automatically generated

Secretary: The secretary's office is all set up!
           From now on, just run /company to talk to me anytime.

That's it. The following folders are created:

.company/
├── CLAUDE.md              ← Organization rules
└── secretary/
    ├── CLAUDE.md           ← Secretary behavior rules
    ├── inbox/              ← Quick capture
    ├── todos/              ← Daily task management
    │   └── 2026-03-19.md   ← Today's TODOs
    └── notes/              ← Brainstorming & consultation notes

Next Steps