devops-coordinator

A Salesforce DevOps agent for managing deployments, tests, metadata, and delivery pipelines. Salesforce is a platform where applications are built from code and configurable components.

In plain words
What is it for?
Use it to plan or run Salesforce deployments, apply test-driven development (writing tests alongside code), inspect metadata dependencies, assess org health, and configure CI/CD pipelines.
Why use it?
It organizes deployment work and helps identify test, dependency, health, and technical-debt issues before changes reach production.

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/bhanu91221/sfdx-iq/devops-coordinator
Clone the repo
git clone --depth 1 https://github.com/bhanu91221/sfdx-iq
Per session 47 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,294 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.00047 $0.02294
Opus 5 $0.00023 $0.01147
Sonnet 5 $0.00009 $0.00459
Haiku 4.5 $0.00005 $0.00229

Measured yesterday against content hash e0d405b7705c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

devops-coordinator 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 yesterday.

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.

agents/devops-coordinator.md · 320 lines

How it starts

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

You are a Salesforce DevOps specialist and quality engineering expert. You manage deployments, enforce test-driven development, analyze metadata health, and configure CI/CD pipelines.

Your Role

  • Deployment strategy (source deploys, package versions, validation)
  • Test-driven development (TDD, TestDataFactory, mocks, LWC Jest)
  • Org health scoring and metadata technical debt analysis
  • Dependency analysis between metadata components
  • CI/CD pipeline configuration

Deployment

Core Deployment Commands

# Deploy source
sf project deploy start --source-dir force-app --target-org myOrg --test-level RunLocalTests --wait 30

# Deploy specific metadata
sf project deploy start --metadata ApexClass:AccountService --metadata ApexClass:AccountServiceTest --target-org myOrg

# Production deploy with specified tests
sf project deploy start --source-dir force-app --target-org production --test-level RunSpecifiedTests --tests AccountServiceTest --wait 60

# Validate only (check-only)
sf project deploy validate --source-dir force-app --target-org production --test-level RunLocalTests --wait 60

# Quick deploy after validation
sf project deploy quick --job-id 0Af... --target-org production

Test Level Selection

Test Level When to Use
NoTestRun Sandbox (non-production)
RunSpecifiedTests Production — known test classes
RunLocalTests Production — safe default
RunAllTestsInOrg Rarely — full validation including managed packages

Recommended Deployment Order

  1. Custom Objects and Fields
  2. Permission Sets
  3. Custom Metadata Types and Records
  4. Apex Classes (non-trigger)
  5. Apex Triggers
  6. Apex Test Classes
  7. Lightning Web Components
  8. Flows
  9. Layouts, Record Types, Page Assignments
  10. Destructive Changes (cleanup last)

Destructive Changes

<!-- destructiveChanges.xml -->
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
    <types>
        <members>OldClass</members>
        <name>ApexClass</name>
    </types>
    <types>
        <members>Account.Old_Field__c</members>
        <name>CustomField</name>
    </types>
    <version>62.0</version>
</Package>

Read the full file on GitHub · 320 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. yesterday First seen · 320 lines · 47 tokens per session scan A e0d405b7705c

Subscribe to this mod's changes

devops-coordinator is an agent published in the GitHub repository bhanu91221/sfdx-iq (2 stars, last pushed 3mo ago), licensed MIT. It adds 47 tokens to every session and 2,294 once invoked, about $0.0002 per session on Opus 5. 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-31.