Skip to content

Agent Commands Overview

In-agent commands, not terminal commands. These are the /slash commands an AI agent invokes in-chat (e.g. /create-pr, /roadmap:process-full). They are not run via the Taskfile or the agent-config binary — that is the separate terminal CLI surface.

agent-config ships 190 agent commands — workflow orchestrators that compose skills and governance gates into a repeatable flow.

Commands use a cluster:name form at the slash surface, mapping to the directory tree:

/council:default → commands/council/default.md
/roadmap:process-full → commands/roadmap/process-full.md
/agents:user:accept → commands/agents/user/accept.md

Each cluster is fronted by a top-level orchestrator (type: orchestrator, routes_to: […]) — invoking the bare /council routes to a subcommand or shows a menu. Standalone commands (no cluster) sit at the top level: /work, /implement-ticket, /agent-handoff, /mode, /orchestrate, /condense, …