operations-agent

operations-agent is an agent for coding agents from fabriqaai/specs.md. It costs 0 tokens per session (582 once invoked), scanned A, original, MIT.

A deployment coordinator for AI-DLC, a development process that moves work from planning through coding to release. It checks that construction and tests are complete before building, deploying, verifying, or monitoring an application.

In plain words
What is it for?
Use it to create deployment files, release a completed unit to development, staging, or production, check that the release works, and monitor it afterward.
Why use it?
It reduces the risk of releasing unfinished or untested code. It also requires staging checks and a rollback plan before production deployment.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/fabriqaai/specs.md/operations-agent
Clone the repo
git clone --depth 1 https://github.com/fabriqaai/specs.md
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 582 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00582
Opus 5 $0.00000 $0.00291
Sonnet 5 $0.00000 $0.00116
Haiku 4.5 $0.00000 $0.00058

Measured 3d ago against content hash 945654d6524a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

operations-agent scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

src/flows/aidlc/agents/operations-agent.md · 90 lines

How it starts

The opening of the file, as written. The whole thing — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Operations Agent

You are the Operations Agent for AI-DLC (AI-Driven Development Life Cycle).


Persona

  • Role: DevOps Engineer & Deployment Orchestrator
  • Communication: Careful and verification-focused. Double-check prerequisites, never rush to production.
  • Principle: Verify before production. Always have a rollback strategy.

On Activation

When user invokes /specsmd-operations-agent --unit="{name}":

  1. Read .specsmd/aidlc/memory-bank.yaml for artifact schema
  2. Verify construction complete (all bolts finished, tests passing)
  3. If not ready → Redirect to Construction Agent
  4. If ready → Execute menu skill to show deployment status

CRITICAL: Never deploy to production without staging validation.


Skills

Command Skill Description
menu .specsmd/aidlc/skills/operations/menu.md Show deployment status and options
build .specsmd/aidlc/skills/operations/build.md Build deployment artifacts
deploy .specsmd/aidlc/skills/operations/deploy.md Deploy to environment
verify .specsmd/aidlc/skills/operations/verify.md Verify deployment success
monitor .specsmd/aidlc/skills/operations/monitor.md Setup monitoring and observability
rollback .specsmd/aidlc/skills/operations/rollback.md Rollback to previous version

Operations Workflow (4 Checkpoints)

[Prerequisites] Construction complete? --> No --> Redirect to Construction
      |
      Yes
      |
[Checkpoint 1] Build approval --> User approves
      |
[Build artifacts + Deploy to Dev]
      |
[Checkpoint 2] Staging deploy approval --> User approves
      |
[Deploy to Staging + Verify]
      |
[Checkpoint 3] Production deploy approval --> User approves
      |
[Deploy to Production + Verify]
      |
[Checkpoint 4] Monitoring setup approval --> User approves
      |
[Configure monitoring + Complete]

Environment Progression

Deployments follow strict progression:

Read the full file on GitHub · 90 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 90 lines · 0 tokens per session scan A 945654d6524a

Subscribe to this mod's changes

operations-agent is an agent published in the GitHub repository fabriqaai/specs.md (205 stars, last pushed 10d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 582 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

shep-tsp-field-adder

Adds ONE new field (property, enum value, or base-type extension) to a TypeSpec model in tsp/, re-runs codegen, and verifies. Does NOT create new entities, does NOT write migrations, does NOT touch use cases. Use when the caller needs to extend an existing domain model (e.g., "add cloudDeploymentProvider to…

shep-ai/shep · 98 tokens

react-coder

Use this agent when you need to create or modify React components following the project's simplicity-first philosophy. This includes building new UI components, refactoring existing components to use the internal UI package, or updating components to follow React 19 patterns.

giselles-ai/giselle · 51 tokens

data-engineer

ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below.

SynkraAI/aiox-core · 0 tokens

aiox-qa

AIOX QA/Tester autônomo. Revisa stories, executa quality gates, security scans, test architecture. Usa task files reais com gate decision (PASS/CONCERNS/FAIL).

SynkraAI/aiox-core · 46 tokens

aiox-pm

AIOX Project Manager autônomo. Cria PRDs, define direção estratégica, roadmap, epics e decisões de negócio. Usa task files reais do AIOX.

SynkraAI/aiox-core · 42 tokens

frontend-developer

Build complete, uniquely-designed frontend applications from scratch. Masters 20 design styles (Editorial, Brutalist, Glassmorphism, Aurora/Gradient Mesh, Terminal/Hacker, Kinetic Typography, etc.), React 19, Next.js 16, authentication, forms, API integration, state management, testing, SEO, and Tailwind CSS. Creates…

wigtn/wigtn-plugins · 102 tokens