# Capabilities (/capabilities)



Capabilities are the jobs Mogplex performs for a team. Use this section when
you already know the kind of work you want and need the right product surface.

<Cards>
  <Card title="Agents" href="/capabilities/agents" description="Reusable workers with names, slugs, prompts, models, categories, skills, rules, and context." />

  <Card title="Agent Authoring" href="/configure-and-extend/agent-authoring" description="Design reusable agent contracts before binding them to routes, mentions, CLI workflows, or API runs." />

  <Card title="Routing" href="/capabilities/routing" description="Choose between Triggers, Assignments, Automations, GitHub mentions, headless runs, and CLI execution." />

  <Card title="GitHub Routing Cookbook" href="/guides/github-routing-cookbook" description="Concrete recipes for mentions, PR review, issue triage, CI failure response, scheduled work, and direct starts." />

  <Card title="Review and Triage" href="/capabilities/review-and-triage" description="Configure pull request review, issue triage, CI failure investigation, mentions, and follow-up edits." />

  <Card title="Observability" href="/capabilities/observability" description="Inspect run health, pressure, model calls, tool calls, tokens, cost, sandbox linkage, and runtime errors." />

  <Card title="Automations" href="/web/automations" description="Deep dive on multi-step GitHub-triggered workflows with branches, delays, drafts, and publishing." />

  <Card title="Skills, Rules, and Context" href="/web/agents/skills-rules-context" description="Reusable agent instructions and context that shape how agents behave across repos and runs." />
</Cards>

## Choosing a capability [#choosing-a-capability]

If the work is a reusable worker, start with [Agents](/capabilities/agents). If
the work is about deciding what should run, start with
[Routing](/capabilities/routing). If the work is PR review, issue triage, CI
failure response, or GitHub mentions, start with
[Review and Triage](/capabilities/review-and-triage).

Use [Observability](/capabilities/observability) after work starts, not before
the account and repo setup are healthy.

Use [Model Selection and Cost](/guides/model-selection-and-cost) when the
capability is healthy but the model, repo exclusion, route volume, or cost
policy needs a clearer operating rule.

## Deep dives [#deep-dives]

<Cards>
  <Card title="Triggers" href="/web/triggers" />

  <Card title="Assignments" href="/web/assignments" />

  <Card title="Automations" href="/web/automations" />

  <Card title="Observability Reference" href="/web/observability" />
</Cards>
