guide

guide is a cursor rule for Cursor from claire-gong-18/awesome-cursorrules. It costs 0 tokens per session (1,319 once invoked), scanned A, original, from a forked repository, CC0-1.0.

A collaboration guide for building Temporal workflows with a Go-based language, asking people to confirm the design while an agent handles detailed structure and data flow.

In plain words
What is it for?
Use it when planning, implementing, or reviewing agent-assisted Temporal workflows with sequential or parallel activities.
Why use it?
It reduces the risk of implementing the wrong business process or passing the wrong values between workflow steps.

Cursor rule for Cursor

Written for Cursor: a Cursor rule (.mdc).

Good fit Use it when planning, implementing, or reviewing agent-assisted Temporal workflows with sequential or parallel activities.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/claire-gong-18/awesome-cursorrules/guide
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.

Clone the repo
git clone --depth 1 https://github.com/claire-gong-18/awesome-cursorrules

Made for: Cursor.

Wrote 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.

agentmods badge for guide

README.md
[![agentmods](https://agentmods.dev/badge/rules/claire-gong-18/awesome-cursorrules/guide/github.svg)](https://agentmods.dev/rules/claire-gong-18/awesome-cursorrules/guide)
Your own site
<a href="https://agentmods.dev/rules/claire-gong-18/awesome-cursorrules/guide"><img src="https://agentmods.dev/badge/rules/claire-gong-18/awesome-cursorrules/guide/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for guide

Your own site · 80×15
<a href="https://agentmods.dev/rules/claire-gong-18/awesome-cursorrules/guide"><img src="https://agentmods.dev/badge/rules/claire-gong-18/awesome-cursorrules/guide.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 1,319 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin fork From a forked repository.
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.1 $0.00000 $0.01319
Opus 5 $0.00000 $0.00660
Sonnet 5 $0.00000 $0.00264
Haiku 4.5 $0.00000 $0.00132

Measured 9d ago against content hash b2f4c6ea3d9c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

guide 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 9d 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.

rules/go-temporal-dsl-prompt-file/guide.mdc · 74 lines

How it starts

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

Agentic Coding with Go Temporal DSL: Humans Design, Agents Implement!

If you are an AI agent involved in building or modifying Temporal workflows using this project's Go DSL, read this guide VERY carefully! This is the most important chapter in the entire ruleset. Always (1) start with the simplest possible workflow structure, (2) confirm the high-level design (Sequence vs. Parallel, Activity needs) with the human before implementation, and (3) frequently ask for feedback on the generated DSL structure and data flow (bindings). {: .warning }

Agentic Workflow Building Steps

Building workflows with the Go Temporal DSL should be a collaboration:

Step Human AI Comment
1. Requirements ★★★ High ★☆☆ Low Humans define the overall business process and goals.
2. High-Level Flow ★★☆ Medium ★★☆ Medium Humans outline the main steps (sequential/parallel), AI suggests DSL structure.
3. Activities ★★☆ Medium ★★☆ Medium Humans specify required Activities (or ask AI to propose), AI checks activities.mdc.
4. Data Flow (bindings) ★☆☆ Low ★★★ High AI determines necessary Variables, Arguments, Result based on the flow.
5. DSL Implementation ★☆☆ Low ★★★ High AI generates the Workflow struct using Sequence, Parallel, ActivityInvocation.
6. Review & Refine ★★☆ Medium ★★☆ Medium Humans review the DSL, AI helps refine based on feedback.
7. Activity Implementation ★☆☆ Low ★★★ High AI implements required Activity functions/methods (following activities.mdc).
  1. Requirements: Humans clarify the business process to be automated. Understand what tasks need to be done, in what order, and what data is involved.
    • Is it a simple sequence of tasks?
    • Are there steps that can run in parallel?
    • What data needs to pass between steps?

Read the full file on GitHub · 74 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. 9d ago First seen · 74 lines · 0 tokens per session scan A b2f4c6ea3d9c

Subscribe to this mod's changes

guide is a cursor rule published in the GitHub repository claire-gong-18/awesome-cursorrules (0 stars, last pushed 1y ago), licensed CC0-1.0. It costs nothing until one of its globs matches a file; then it loads 1,319 tokens. A static security scan graded it A with 0 findings. It comes from a forked repository.