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.
npx agentmods add rules/rkawaishi/workato-dev-kit/workato-deployment-flowgit clone --depth 1 https://github.com/rkawaishi/workato-dev-kitWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/rules/rkawaishi/workato-dev-kit/workato-deployment-flow)<a href="https://agentmods.dev/rules/rkawaishi/workato-dev-kit/workato-deployment-flow"><img src="https://agentmods.dev/badge/rules/rkawaishi/workato-dev-kit/workato-deployment-flow.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00958 |
| Opus 5 | $0.00000 | $0.00479 |
| Sonnet 5 | $0.00000 | $0.00192 |
| Haiku 4.5 | $0.00000 | $0.00096 |
Grade A, and why
workato-deployment-flow 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.
How it starts
The opening of the file, as written. The whole thing — 88 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Workato deployment flow (inviolable)
The rule
Push always targets dev. Promotion to test or prod must go through Workato's Deploy feature (UI or Recipe Lifecycle Management API).
Never run
workato pushagainst a<org>-testor<org>-prodprofile. Never script around deployment approvals. If unsure which environment a profile points at, default to dev.
This rule applies to AI agents and human developers alike. It exists because:
- A direct push to test or prod skips release-manager review.
- A direct push leaves no manifest, so the deployment cannot be audited or rolled back.
- A direct push silently overwrites whatever is currently running in that environment.
Pre-flight checks before every push
Run these in order. Abort the push if any check fails. There is no confirmation-prompt escape hatch — the rule is inviolable.
-
Read
.workatoenvand extractworkspace_id. -
Resolve the profile via
python3 scripts/workato-api.py profile show. -
Confirm the profile name ends with
-dev. Anything else —-test,-prod,-production,-staging,-qa, or any non--devsuffix — is a hard stop. Abort and tell the user:Refusing to push: the resolved profile is <profile-name>, which does not match the dev convention (<org>-dev). Push must target dev. Options: (a) Switch to a dev profile: workato profiles use <org>-dev (b) If <profile-name> is in fact your dev workspace, rename it to follow the <org>-dev convention. To promote to test/prod, use the Deploy feature in the Workato UI.Do not ask the user for confirmation to proceed. The convention exists specifically so that AI agents can reason about the target environment from the profile name alone; honoring custom names ad-hoc defeats the safety guarantee.
-
Confirm
workspace_idmatches a dev workspace. If your organization tags workspaces (e.g. in a comment field), verify the tag says dev.
When the user asks "push to prod"
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.
- 3d ago First seen · 88 lines · 0 tokens per session scan A 6c6bf8e3e38f
workato-deployment-flow is a cursor rule published in the GitHub repository rkawaishi/workato-dev-kit (5 stars, last pushed 3d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 958 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-31.
Other cursor rules, from other repositories
monorepo-versioning
Internal peerDependency ranges and Changesets conventions for the SDK monorepo — avoid major-version cascades.
release-checklist
What to update with each code change or version release.
release-policy
Release, versioning, and signing policy for setmac.
github-repo-triage
Triage and maintain GitHub repos — issues, PRs, cherry-picks, releases, publishing.
versioning
Repositório ia-config — ao mudar rule, command ou skill versionado, incrementar o VERSION do próprio arquivo.
release
Automated release workflow — versioning, changelog generation, tagging.