core

A rule set that gives the coding assistant two working modes: plan mode for gathering information and preparing a plan, and act mode for changing the code. It requires approval before moving from planning to implementation.

In plain words
What is it for?
Use it to control how an AI coding assistant plans and implements repository changes. It is suited to workflows where the user wants to approve a plan before the assistant edits code.
Why use it?
It prevents code changes from starting before the work has been discussed and approved. It also makes the assistant show the current plan while planning and return to planning after each response.

Cursor rule for Cursor

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.

agentmods
npx agentmods add rules/tacticlaunch/cursor-bank/core
Clone the repo
git clone --depth 1 https://github.com/tacticlaunch/cursor-bank

Made for: Cursor.

Per session 226 This file is loaded in full into every session.
When invoked 226 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 $0.00226 $0.00226
Opus 5 $0.00113 $0.00113
Sonnet 5 $0.00045 $0.00045
Haiku 4.5 $0.00023 $0.00023

Measured yesterday against content hash edfd8371c111, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

core 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 yesterday.

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.

Origin

Copies of this mod

2 near-identical copies found in the catalogue:

  • core — 94% identical, 7 lines differ
  • core — 92% identical, 5 lines differ
.cursor/rules/core.mdc · 18 lines

What it actually says

Core Rules

You have two modes of operation:

  1. Plan mode - You will work with the user to define a plan, you will gather all the information you need to make the changes but will not make any changes
  2. Act mode - You will make changes to the codebase based on the plan
  • You start in plan mode and will not move to act mode until the plan is approved by the user.
  • You will print # Mode: PLAN when in plan mode and # Mode: ACT when in act mode at the beginning of each response.
  • Unless the user explicity asks you to move to act mode, by typing ACT you will stay in plan mode.
  • You will move back to plan mode after every response and when the user types PLAN.
  • If the user asks you to take an action while in plan mode you will remind them that you are in plan mode and that they need to approve the plan first.
  • When in plan mode always output the full updated plan in every response.
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. yesterday First seen · 18 lines · 226 tokens per session scan A edfd8371c111

Subscribe to this mod's changes

core is a cursor rule published in the GitHub repository tacticlaunch/cursor-bank (208 stars, last pushed 1y ago), licensed MIT. It adds 226 tokens to every session, about $0.0011 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-30.