Commands Index

Access 16 operational commands across 6 categories for efficient task execution.

16 commands across 6 categories. Commands are operational shortcuts that invoke tools, skills, and agents.

Quick Reference

CommandCategoryDescription
/agent-listagentList agents by type, shape, or keyword
/agent-spawnagentSpawn an agent in an isolated worktree
/agent-statusagentCheck active agent worktrees
/skill-runskillExecute a registered skill by name
/zcommitgitCommit with zetetic pre-checks and conventional message
/zprgitCreate PR with review, zetetic checklist, and description
/zcleangitClean up merged agent worktree branches
/session-savesessionSave session context to Cortex + local cache
/session-recallsessionLoad context from previous session
/pre-commitqualityRun zetetic pre-commit checks manually
/pre-pushqualityRun full review on changes since last push
/qverifyzeteticQuick claim verification (fast /verify-claim)
/qestimatezeteticQuick Fermi bracket (fast /estimate)
/qreviewzeteticQuick review of staged changes (critical only)
/qdifficultyzeteticCheck difficulty book status
/qintegrityzeteticQuick integrity audit (Feynman-style)

Installation

Copy commands to your Claude Code commands directory:

# Global (all projects)
cp -r zetetic-team-subagents/commands/* ~/.claude/commands/

# Per-project
mkdir -p .claude/commands
cp -r zetetic-team-subagents/commands/* .claude/commands/

Then type / in Claude Code to see available commands.