Skip to content
Staircase

Operations agent builder

Creating new agents

Builds the operations agents that drive document and media pipelines: resolving the target environment from what the requester said or from their profile, discovering the deployed stack, starting and watching runs, handling replays and approval gates, and preparing configuration changes as reviewable proposals.

Used when
When a pipeline needs a conversational operator rather than a runbook, and the operator has to be safe against acting on the wrong environment.
Loads first
  • The agent-building skill, for the shared runtime pattern.
  • The pipeline's own replay and staging-configuration playbooks.
  • The change-history skill, so a configuration proposal is grounded in what changed before.
Returns
  • The agent architecture and its runtime boundary.
  • The environment and stack discovery plan, naming the fields discovery must return.
  • The request contract, separating fields resolved deterministically from fields the model owns, with environment gating.
  • The tool inventory, grouped by the system each group touches.
  • The clarification, approval, replay and proposal rules.
  • A verification checklist against real operational behaviour.
Hands off

Others in Creating new agents

Type to search.