Departments
Details of each department and the folder structure generated when added.
Secretary's Office (Always Present)
Gateway and advisor. Automatically created during initial setup.
Handles: TODO management, brainstorming, notes, consultation, dashboard
secretary/
├── CLAUDE.md
├── inbox/ ← Quick capture (when in doubt, put it here)
├── todos/ ← Daily task management (1 file per day)
│ └── YYYY-MM-DD.md
└── notes/ ← Brainstorming notes & decision logsFile naming:
- TODOs:
todos/YYYY-MM-DD.md - Inbox:
inbox/YYYY-MM-DD.md - Notes:
notes/kebab-case-topic.md - Decisions:
notes/YYYY-MM-DD-decisions.md
PM (Project Management)
Handles: Project progress, milestones, ticket management
pm/
├── CLAUDE.md
├── projects/ ← 1 file per project
└── tickets/ ← 1 file per ticketStatuses:
- Projects:
planning→in-progress→review→completed→archived - Tickets:
open→in-progress→done
Research
Handles: Market research, competitive analysis, tech research
research/
├── CLAUDE.md
└── topics/ ← 1 file per topicStatus: planning → in-progress → completed
Marketing
Handles: Content planning, SNS strategy, campaign management
marketing/
├── CLAUDE.md
├── content-plan/ ← 1 file per content piece
└── campaigns/ ← 1 file per campaignStatuses:
- Content:
draft→writing→review→published - Campaigns:
planning→active→completed→reviewed
Engineering
Handles: Technical documents, design docs, debug logs
engineering/
├── CLAUDE.md
├── docs/ ← Technical docs & design specs
└── debug-log/ ← Bug investigation logsStatus (debug): open → investigating → resolved → closed
Finance
Handles: Invoices, expenses, revenue management
finance/
├── CLAUDE.md
├── invoices/ ← 1 file per invoice
└── expenses/ ← By month or categoryStatus (invoices): draft → sent → paid → overdue
Sales
Handles: Client management, proposals, deal pipeline
sales/
├── CLAUDE.md
├── clients/ ← 1 file per client
└── proposals/ ← 1 file per proposalStatuses:
- Clients:
prospect→active→inactive - Proposals:
draft→sent→accepted→rejected
Creative
Handles: Design briefs, brand management, asset management
creative/
├── CLAUDE.md
├── briefs/ ← 1 file per project
└── assets/ ← Asset listStatus: draft → approved → in-production → delivered
HR
Handles: Recruitment, onboarding, team management
hr/
├── CLAUDE.md
└── hiring/ ← 1 file per positionStatus: open → screening → interviewing → offered → filled → closed