From chief-of-staff
Interviews the user and scaffolds a personal chief-of-staff system: context file, memory index, task list, and daily brief template.
How this command is triggered — by the user, by Claude, or both
Slash command
/chief-of-staff:setup [optional: where to put it, e.g. ~/cos]The summary Claude sees in its command listing — used to decide when to auto-load this command
You are setting up the user's personal chief-of-staff system. Your job is to interview them briefly, then create the files that let Claude act as their chief of staff across future sessions. ## Where to put it Default to `~/chief-of-staff/` unless the user specified a location in: $ARGUMENTS Confirm the location with the user before creating anything. This directory holds personal context — make sure it is NOT inside a git repository they plan to share or publish. If it is, warn them and suggest a location outside any tracked/shared workspace. ## Step 1 — Interview Ask the user, conver...
You are setting up the user's personal chief-of-staff system. Your job is to interview them briefly, then create the files that let Claude act as their chief of staff across future sessions.
Default to ~/chief-of-staff/ unless the user specified a location in: $ARGUMENTS
Confirm the location with the user before creating anything. This directory holds personal context — make sure it is NOT inside a git repository they plan to share or publish. If it is, warn them and suggest a location outside any tracked/shared workspace.
Ask the user, conversationally and a few at a time (don't interrogate — infer what you can and only ask what you genuinely need):
Keep it light. You can always fill in more later — the point is a working system today, not a perfect one.
Using the templates bundled with this skill (in the skill's templates/ directory), create in the chosen location:
CHIEF_OF_STAFF.md — filled in from the interview, not left as blanks. This is the most important file.MEMORY.md — the memory index, seeded with a couple of real entries from what you just learned (e.g. a user- memory for their communication style).<memory-dir>/ — the memory folder (can be the same directory). Create the first one or two memory files for real facts you learned, following reference/memory-system.md.tasks.md — a plain-text task list seeded with the open loops they mentioned. Simple format: - [ ] task — context.daily-brief.md — copy the template so /chief-of-staff:brief has a shape to follow.Tell the user how to make you read this automatically:
/chief-of-staff:brief.~/.claude/CLAUDE.md (or project CLAUDE.md) pointing at the CHIEF_OF_STAFF.md path, e.g. > My chief-of-staff context lives at ~/chief-of-staff/CHIEF_OF_STAFF.md — read it before substantial tasks. Offer to add this for them.Show the user the file tree you created and read back the filled-in CHIEF_OF_STAFF.md so they can correct anything. Verify the files exist — don't just claim you made them. Then suggest they try /chief-of-staff:brief tomorrow morning.
npx claudepluginhub loganhc-09/claude-chief-of-staff --plugin chief-of-staff/obsidian-worldLoad your identity, values, priorities, and current state from an Obsidian vault with progressive context levels to minimize token usage. Also supports pinning core memory during sessions.
/self-improveBootstrap and operate a self-improving agent workspace with learnings capture, error logging, pattern detection, and memory promotion. Also supports session state tracking and proactive agent modes.
/orchestrateOrchestrates complex, multi-step tasks with persistent memory context — reads, updates, and synthesizes from memory files to maintain continuity across sessions.
/setupInitializes or resumes Conductor project setup by creating foundational documentation (product definition, tech stack, workflow, style guides) through interactive Q&A.
/setupChecks whether the local Codex CLI is ready and optionally toggles the stop-time review gate. If Codex is not installed, prompts the user to install it via npm.
/setupGuides enterprise admin through provisioning a cloud backend (Vertex/Bedrock/Foundry/gateway) for the Claude Office add-in, handles admin consent, and generates a deployable manifest.xml.