Egregore

Slash Commands

The command system that drives Egregore workflows

Egregore extends Claude Code with slash commands — typed workflows that encode team practices. No git knowledge needed, no manual file management.

How Commands Work

Commands are .md files in .claude/commands/. When you type /reflect, Claude loads the command spec and executes the workflow it defines. Commands can read and write files, run shell scripts, ask you questions interactively, and chain into other commands.

You can also invoke commands by intent — say "I want to hand off my work" and Egregore will invoke /handoff automatically.

Command Categories

Core Loop

The commands you'll use every session:

CommandWhat it does
/dashboardYour personal status — recent sessions, open handoffs, current tasks
/activityOrg-wide view — what's happening across the team
/saveCommit, push, and create a PR to develop — across all repos with changes
/handoffLeave structured notes for others (auto-saves when done)
/wrapClose your session with a personal summary
/todoManage personal tasks

Knowledge

Capture and retrieve organizational knowledge:

CommandPurpose
/reflectCapture a share-ready decision, pattern, or insight
/noteSave a half-baked thought — local, gitignored, never pushed
/deep-reflectDeep-research agent that reasons reflectively across the knowledge base
/archiveStore effective prompt patterns as reusable knowledge
/addAdd a document, link, or artifact to shared memory
/meetingAnalyze meetings from Granola
/ingestUnified content ingestion — dispatches to type-specific pipelines

Coordination

Work together asynchronously:

CommandPurpose
/askRoute a question to a person, the team, or think out loud
/questStart or contribute to a shared exploration
/issueReport something broken
/inviteAdd someone to your Egregore (GitHub invitation + setup link)
/delete-userRemove a member from the Egregore
/announceDraft and send a message to the Telegram group

Git Workflow

Egregore handles git for you (see Git Workflow), but you can use these directly:

CommandPurpose
/saveThe main one — handles commit, push, PR across all repos
/branchCreate a working branch (usually automatic)
/prCreate a pull request
/review-prReview a PR with deep scrutiny
/contributeContribute an improvement back to the upstream Egregore framework

Identity

CommandPurpose
/meView or set your display name

Infrastructure

CommandPurpose
/setupFirst-time Egregore setup
/envConfigure environment variables
/checkupRun diagnostics on your environment
/updateSync framework from upstream and pull repos
/pullPull latest for current repo and shared memory
/sync-reposFetch all managed repos
/telemetryView or change telemetry settings
/telegram-connectSet up Telegram group for notifications

Ingestion

CommandPurpose
/ingestUnified content ingestion router
/ingest-user-interviewAnalyze user interview transcripts
/harvestDirected elicitation — extract and synthesize insights from people

Hosted (requires managed hosting)

These commands require the knowledge graph:

CommandPurpose
/graph-diagnosticFull graph schema and data quality audit
/graph-maintainGraph maintenance cycle
/projectShow project status — linked quests, recent artifacts
/hostingManage hosted workspaces
/infraView or register infrastructure services
/connectManage external service connectors

Advanced

CommandPurpose
/summonDesign and launch a persistent agent process
/tutorialInteractive walkthrough of Egregore's core loop
/evalEvaluate and compare pipeline outputs
/eval-multiagentRun multi-agent pipeline evaluations
/quest-suggestAnalyze quest drift and suggest restructuring

On this page