get-things-done: Cursor rule for Cursor

.cursorrules

cursorrules is a cursor rule for Cursor from imMamdouhaboammar/get-things-done. It costs 538 tokens per session, scanned A, original, MIT.

A set of project rules for using a code knowledge graph before reading and changing source files. The graph shows relationships such as callers, dependencies, and tests, but the source code remains the final authority.

In plain words
What is it for?
Use it when exploring code, tracing dependencies, reviewing changes, checking architecture, or finding which tests cover a function.
Why use it?
It helps narrow large codebases to the relevant files and relationships instead of searching through everything manually, while reducing the risk of trusting incomplete graph data.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/.

This is imMamdouhaboammar/get-things-done's own configuration. It tells Cursor how to work on get-things-done itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything get-things-done configures →

Reuse

Borrowing it

Nothing to install: this file belongs to imMamdouhaboammar/get-things-done. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/imMamdouhaboammar/get-things-done/main/.cursorrules
Clone the repo
git clone --depth 1 https://github.com/imMamdouhaboammar/get-things-done

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 cursorrules

README.md
[![agentmods](https://agentmods.dev/badge/rules/immamdouhaboammar/get-things-done/cursorrules.svg)](https://agentmods.dev/rules/immamdouhaboammar/get-things-done/cursorrules)
Your own site
<a href="https://agentmods.dev/rules/immamdouhaboammar/get-things-done/cursorrules"><img src="https://agentmods.dev/badge/rules/immamdouhaboammar/get-things-done/cursorrules.svg" alt="Measured on agentmods" height="20"></a>
Per session 538 This file is loaded in full into every session.
When invoked 538 The same file — it is already loaded in full.
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.1 $0.00538 $0.00538
Opus 5 $0.00269 $0.00269
Sonnet 5 $0.00108 $0.00108
Haiku 4.5 $0.00054 $0.00054

Measured today against content hash ee743412a256, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

cursorrules 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 today.

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.

.cursorrules · 46 lines

How it starts

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

MCP Tools: code-review-graph

This project has a knowledge graph. Start with the code-review-graph MCP tools to narrow scope, then read the source. The graph is cheaper than scanning files and gives you structural context (callers, dependents, test coverage) that file search cannot.

When to use graph tools FIRST

  • Exploring code: semantic_search_nodes_tool or query_graph_tool instead of Grep
  • Understanding impact: get_impact_radius_tool instead of manually tracing imports
  • Code review: detect_changes_tool + get_review_context_tool instead of reading entire files
  • Finding relationships: query_graph_tool with callers_of/callees_of/imports_of/tests_for
  • Architecture questions: get_architecture_overview_tool + list_communities_tool

Verify in the source

  • Narrow scope with the graph, then read the source. Do not change code from graph output alone.
  • For any non-trivial change, read the implementation and the relevant tests before concluding.
  • Verify the exact source when touching behavior, database logic, migrations, retries, fallbacks, recovery, or compatibility code.
  • When the graph and the source disagree, the source wins. The graph may be stale or may not model that relationship.
  • An empty graph result can mean "not indexed" or "not statically visible", not "does not exist".

Key Tools

Tool Use when
detect_changes_tool Reviewing code changes — gives risk-scored analysis
get_review_context_tool Need source snippets for review — token-efficient
get_impact_radius_tool Understanding blast radius of a change
get_affected_flows_tool Finding which execution paths are impacted
query_graph_tool Tracing callers, callees, imports, tests, dependencies
semantic_search_nodes_tool Finding functions/classes by name or keyword
get_architecture_overview_tool Understanding high-level codebase structure
refactor_tool Planning renames, finding dead code

Read the full file on GitHub · 46 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. today First seen · 46 lines · 538 tokens per session scan A ee743412a256

Subscribe to this mod's changes

cursorrules is a cursor rule published in the GitHub repository imMamdouhaboammar/get-things-done (2 stars, last pushed 4d ago), licensed MIT. It adds 538 tokens to every session, about $0.0027 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-09-05.

Related

Other cursor rules, from other repositories

ai-content-audit

Audit a content library, docs site, or blog for AI-generated filler that's eroding trust and search performance — and triage what to fix, rewrite, or delete. Use when asked to find slop in a content library, audit AI-written content quality, explain why content engagement or rankings dropped after scaling with AI, or…

mohitagw15856/pm-claude-skills · 132 tokens

multi-source-signal-synthesiser

Synthesises user signals from multiple research sources into a unified, weighted insight brief. Use when you have data from interviews, support tickets, NPS verbatims, app reviews, or sales calls and need to reconcile contradictions, surface the underlying need behind requests, or answer 'what are users really telling…

mohitagw15856/pm-claude-skills · 89 tokens

churn-prevention

When the user wants to reduce churn or build retention systems — 'cancel flow,' 'save offer,' 'dunning,' 'failed payment recovery,' 'win...

rajitsaha/100xprism · 32 tokens

chinese-language

CRITICAL: You MUST respond in Simplified Chinese at ALL times unless explicitly requested otherwise. 回复、注释、commit message 使用简体中文。技术术语保持英文原文。.

doccker/cc-use-exp · 385 tokens

clean-code-reviewer

Eliminates technical debt using SOLID, DRY, YAGNI, and Addy Osmani production-grade engineering principles. / TR: SOLID, DRY, YAGNI ve Addy Osmani üretim seviyesi mühendislik ilkeleri ile kod kalitesini denetleyen yetenek.

GktuOktay/ai-skills · 0 tokens

bash-style

Bash 核心规范:禁止行尾注释、文件写入用 tee、Heredoc 默认禁止变量展开.

doccker/cc-use-exp · 0 tokens