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/vercel/workflow/workflow-deploymentgit clone --depth 1 https://github.com/vercel/workflowWhat 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.00006 | $0.00446 |
| Opus 5 | $0.00003 | $0.00223 |
| Sonnet 5 | $0.00001 | $0.00089 |
| Haiku 4.5 | $0.00001 | $0.00045 |
Grade A, and why
workflow-deployment scanned grade A with 1 finding 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 2d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -X POST "https://w-abcdefg1234-uncurated-tests.vercel.app/api/trigger\?workflow=simple&args\=42" What it actually says
Workflow Testing and Deployment Process
When testing and deploying changes in workflow, follow these steps to see them work with a real example app:
Deployment Steps
-
Make your changes to the codebase
-
Build the project
cd workbench/example pnpx turbo build -
Deploy to Vercel
cd workbench/example vc deploy --prebuilt -
Test the deployment Make a POST request to the "Preview" URL logged from the deployment command:
curl -X POST "https://w-abcdefg1234-uncurated-tests.vercel.app/api/trigger\?workflow=simple&args\=42"(Replace the URL with the actual preview URL from your deployment) (If a different workflow/argument needs to be tested, adjust the URL accordingly. The URL takes a workflow and and args query param. The workflows can be found inside workbench/example/workflows - the exported workflow function name is the name of the workflow, and the args are a comma separated list of inputs to that function)
Here's an example of testing the AI workflow
curl -X POST "https://w-abcdefg1234-uncurated-tests.vercel.app/api/trigger\?workflow=ai&args\=what+is+love?" -
Inspect the results Open the "Inspect" URL in a browser (logged from the previous CLI command) Attempt to open the URL using the
openCLI tool. If it's not installed, just provide the link to the user to allow them to open it.
Important Notes
- All build and deploy commands should be run from the
workbench/exampledirectory - The preview URL will be different for each deployment
- The inspect URL allows you to monitor the workflow execution
- Make sure to use the actual URLs provided by the deployment output, not the example URLs shown above
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.
- 2d ago First seen · 54 lines · 6 tokens per session scan A b1f11ae5b524
workflow-deployment is a cursor rule published in the GitHub repository vercel/workflow (2,363 stars, last pushed 4d ago), licensed Apache-2.0. It adds 6 tokens to every session and 446 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other cursor rules, from other repositories
writing-tasks
Guidelines for writing Trigger.dev tasks.
otel-metrics
Guidelines for creating OpenTelemetry metrics to avoid cardinality issues.
executing-commands
how to run commands in the monorepo.
webapp
Making updates to the main trigger.dev remix webapp.
migrations
how to create and apply database migrations.
repo
understanding the structure of the monorepo.