cursorRule

cursorRule is a cursor rule for Cursor from AgileLuminary/mcp-agile-luminary. It costs 402 tokens per session, scanned A, original, MIT.

A set of rules for an Agile Luminary workflow, where an assistant checks current work, related documents, and earlier work before acting.

In plain words
What is it for?
Use it when working on user stories that require these three MCP lookups before generating content or running code.
Why use it?
It prevents work from starting without the relevant task context and supporting project information.

Cursor rule for Cursor

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

Good fit Use it when working on user stories that require these three MCP lookups before generating content or running code.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/agileluminary/mcp-agile-luminary/cursorrule
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/AgileLuminary/mcp-agile-luminary

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 cursorRule

README.md
[![agentmods](https://agentmods.dev/badge/rules/agileluminary/mcp-agile-luminary/cursorrule.svg)](https://agentmods.dev/rules/agileluminary/mcp-agile-luminary/cursorrule)
Your own site
<a href="https://agentmods.dev/rules/agileluminary/mcp-agile-luminary/cursorrule"><img src="https://agentmods.dev/badge/rules/agileluminary/mcp-agile-luminary/cursorrule.svg" alt="Measured on agentmods" height="20"></a>
Per session 402 This file is loaded in full into every session.
When invoked 402 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00402 $0.00402
Opus 5 $0.00201 $0.00201
Sonnet 5 $0.00080 $0.00080
Haiku 4.5 $0.00040 $0.00040

Measured 8d ago against content hash 757b291ad214, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

cursorRule 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 8d 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.

cursorRule.mdc · 42 lines

What it actually says

Agile Luminary MCP Rules

  1. You have three MCP tools available via Agile Luminary MCP:

    • getCurrentWork
    • getRelatedDocuments
    • getPastWork
  2. Before performing any user task, always call getCurrentWork to know the current user stories or tasks assigned.

  3. After fetching getCurrentWork, automatically call:

    • getRelatedDocuments → Use relevant keywords from the current work to search for related documentation and specifications.
    • getPastWork → Use relevant keywords from the current work to search for what has been done before on similar tasks.
  4. Once all three are retrieved, execute the actual task described in the getCurrentWork response.

  5. Do not execute any code or generate content before you have all three responses.

  6. When calling getRelatedDocuments and getPastWork, use intelligent search strings based on:

    • Key terms from the current work description
    • Technology stack mentioned
    • Feature names or component names
    • User story themes or requirements

Example Workflow

User: "Let's work on the next user story."

Agent flow:

  1. Call getCurrentWork
  2. Analyze the response to extract key search terms
  3. Call getRelatedDocuments with relevant search string (e.g., "authentication", "payment system", "user dashboard")
  4. Call getPastWork with relevant search string based on the current work context
  5. Then perform the work using all gathered context

Search Strategy Guidelines

  • For getRelatedDocuments: Search for technical specifications, requirements, architecture docs
  • For getPastWork: Search for similar features, related user stories, or previous implementations
  • Use multiple calls with different search terms if the current work spans multiple domains
  • Extract meaningful keywords rather than using generic terms

Ensure this sequence is enforced before writing any code or generating content.

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. 8d ago First seen · 42 lines · 402 tokens per session scan A 757b291ad214

Subscribe to this mod's changes

cursorRule is a cursor rule published in the GitHub repository AgileLuminary/mcp-agile-luminary (3 stars, last pushed 1y ago), licensed MIT. It adds 402 tokens to every session, about $0.0020 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.