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/aimeerrhythm/enterprise-change-workflow/agent-templatesgit clone --depth 1 https://github.com/Aimeerrhythm/enterprise-change-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.00000 | $0.00294 |
| Opus 5 | $0.00000 | $0.00147 |
| Sonnet 5 | $0.00000 | $0.00059 |
| Haiku 4.5 | $0.00000 | $0.00029 |
Grade A, and why
agent-templates 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.
What it actually says
Agent Template Conventions
Subagent Boundary Guard (ALL agents)
Every agent template MUST include a ## Subagent Boundary section with:
- Prohibit invoking any
ecw:skills (skills are orchestrator-level capabilities) - Prohibit spawning additional subagents via Agent tool (leaf node principle)
- Prohibit loading or reading SKILL.md files (instructions are self-contained)
- Report BLOCKED/NEEDS_CONTEXT status when encountering orchestrator-level situations
Anti-Sycophancy (Review agents only)
Review agents (spec-reviewer, domain-analyst, domain-negotiator, impl-verifier) MUST include a ## Review Tone section:
- No pleasantries — state findings directly
- No impact → say so bluntly without hedging
- High impact → state problems without softening
- Never open with praise or caveats — lead with the assessment
Source Code Reading Limits (Review agents only)
Review agents MUST include a ## Source Code Reading Limits section:
- Set explicit file read cap (e.g., max 10 source files)
- Prefer Grep with limited context (
-A 5) over full Read - Only Read full files for core interfaces directly participating in the change
- Knowledge files do NOT count toward the file limit
- Purpose: prevent token explosion and irrelevant code wandering
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.
- yesterday First seen · 35 lines · 0 tokens per session scan A 176a29921815
agent-templates is a cursor rule published in the GitHub repository Aimeerrhythm/enterprise-change-workflow (1 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 294 tokens. 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.
Other cursor rules, from other repositories
cursor-tools-mastery
Cursor 3.7 runtime guide: choose the right tool, canvases, Design Mode, /worktree, /best-of-n, Await, and parallel execution where safe.
cursor-agent-orchestration
Cursor 3.7 orchestration guide: when to plan, when to delegate, nested subagents, multi-environment handoffs, /best-of-n, and Await for long-running branches.
cursor-mcp-optimization
Cursor 3.7 MCP optimization: browser Design Mode, canvases, Figma, Cloudflare tools, MCP Apps structured content, and direct action patterns.
minimax-mcp-tools
MCP and web-tool guidance: current-doc retrieval, direct-tool preference, MCP Apps structured content, and version-aware external lookups.
binding-rules-quick-reference
Quick index of project binding rules (canonical text in CLAUDE.md).
go-conventions
Go conventions for all Go code (modules, naming, errors, logging, metrics).