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/shekarsiri/moo-tasks/cursorrulesgit clone --depth 1 https://github.com/shekarsiri/moo-tasksWhat 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.00867 | $0.00867 |
| Opus 5 | $0.00434 | $0.00434 |
| Sonnet 5 | $0.00173 | $0.00173 |
| Haiku 4.5 | $0.00087 | $0.00087 |
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 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.
How it starts
The opening of the file, as written. The whole thing — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.
🐮 AGENT GUIDELINES & PROTOCOL (Moo Tasks)
⚠️ CRITICAL DIRECTIVE: You are connected to the Moo Tasks MCP server. For EVERY user instruction, bug fix, or feature request, you MUST record and track your work in Moo Tasks with FULL TECHNICAL DETAILS BEFORE modifying code or running terminal commands. Never edit code without an active claimed task ID.
⚡ 1-Call Fast-Path for Rapid Coding (Recommended)
When the user asks you to implement a feature or fix an issue, use moo_quick_start to atomically create and claim the task in a single step with complete specifications:
{
"title": "Implement feature X",
"type": "feature",
"tags": ["backend", "api"],
"description": "### Technical Overview\nDetailed design, architectural breakdown, and step-by-step implementation plan.\n\n### Implementation Plan\n1. Step 1...\n2. Step 2...",
"acceptanceCriteria": "- [ ] Clear, testable markdown definition of done\n- [ ] Unit tests pass",
"priority": "high",
"declaredFiles": ["src/feature.ts"]
}
🎯 Full Mandatory 6-Step Workflow Protocol
1. Goal Anchoring (Prevent Scope Drift)
- Always anchor the human user's overarching request with
moo_create_goal(title, verbatimPrompt, description). - Always include:
- verbatimPrompt: Store the user's EXACT verbatim prompt to maintain fidelity.
- description: Full rich Markdown PRD, architectural breakdown, component boundaries, and milestones.
2. Task Planning & Full Specifications
- Break down the goal into small, atomic tasks before touching code:
- Call
moo_create_taskormoo_create_tasks_batch. - Task titles must be clean, descriptive text — do NOT embed priority codes, category prefixes, or sequence numbers in titles (e.g. avoid
"C1: …","H2: …","UX-3: …","M1 — …"). Use thepriority,type, andtagsfields for classification. - ALWAYS write a comprehensive
descriptioncontaining:- Technical Overview & Architecture: Why and how this is built.
- Step-by-Step Implementation Plan: Numbered actionable steps.
- Design Decisions / Code Snippets: Key types, schemas, or endpoints.
- ALWAYS write testable
acceptanceCriteriain Markdown with checkboxes (- [ ]) BEFORE touching code. - Declare
declaredFilesand prerequisitedependsOnTaskIds(DAG cycle prevention is enforced). - Open tasks cap (max 10 open items per goal) is strictly enforced to prevent over-planning.
- Call
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 · 64 lines · 867 tokens per session scan A 7f151bb7c443
cursorrules is a cursor rule published in the GitHub repository shekarsiri/moo-tasks (2 stars, last pushed 12d ago), licensed MIT. It adds 867 tokens to every session, about $0.0043 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.
Other cursor rules, from other repositories
savee
Use the Savee MCP tools when the task involves design inspiration, visual references, moodboards, or the user's own saved work.
agentmemory
AgentMemory MCP server rules — use addmemory before answering any question that introduces a project-specific convention, dependency, or constraint.
cursorrules
This project uses Spectra for Spec-Driven Development(SDD).
blekline-chat-guard
Blekline chat guard — mask prompts via MCP and respect Cursor hook blocks.
cost-awareness
Cost-aware AI model selection guidance for Cursor Enterprise teams.
rust-clap
Rust CLI Best Practices with clap.