Commands

Create reusable prompt commands for common project workflows.

Create command files

Command files turn repeatable prompts into versioned project actions.

  • Keep command names short.
  • Declare expected arguments.
  • Reference the files or tests the command should inspect.

Configure

Commands can specify model and agent defaults while still allowing CLI overrides.

{
  "commands": {
    "review": { "model": "anthropic/claude-haiku-4-5" }
  }
}

Prompt config

Prefer concrete success criteria and validation commands in command prompts.