bmad-roles

bmad-roles is a cursor rule for Cursor from omril321/automated-notebooklm. It costs 1,961 tokens per session, scanned A, original, Apache-2.0.

A role system for BMAD, a development approach that assigns responsibilities such as product owner, architect, and developer.

In plain words
What is it for?
It helps create user stories, acceptance criteria, product requirements documents, technical designs, API contracts, architecture diagrams, code, and unit tests.
Why use it?
It clarifies who handles business goals, system design, implementation, tests, and project documents.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/.

Good fit It helps create user stories, acceptance criteria, product requirements documents, technical designs, API contracts, architecture diagrams, code, and unit tests.

Compare 6 cursor rules from other repositories โ†“
Install with agentmods
npx agentmods add rules/omril321/automated-notebooklm/bmad-roles
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/omril321/automated-notebooklm

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 bmad-roles

README.md
[![agentmods](https://agentmods.dev/badge/rules/omril321/automated-notebooklm/bmad-roles.svg)](https://agentmods.dev/rules/omril321/automated-notebooklm/bmad-roles)
Your own site
<a href="https://agentmods.dev/rules/omril321/automated-notebooklm/bmad-roles"><img src="https://agentmods.dev/badge/rules/omril321/automated-notebooklm/bmad-roles.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,961 This file is loaded in full into every session.
When invoked 1,961 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.01961 $0.01961
Opus 5 $0.00981 $0.00981
Sonnet 5 $0.00392 $0.00392
Haiku 4.5 $0.00196 $0.00196

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

Security

Grade A, and why

bmad-roles 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.

.cursor/rules/riper/bmad-roles.mdc ยท 264 lines

How it starts

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

๐Ÿ‘ฅ BMAD Role System for CursorRIPER ฮฃ

Symbol: ฮ’ (Beta)

Version: 1.0.0

๐Ÿ“‹ Role Definition System

service = "BMAD Role Management"
symbol = "ฮ’"
transforms = "Memory-bank โ†’ PRD-driven development"

๐ŸŽญ Role Mappings

ฮ’_roles = {
  ฮ’โ‚: {
    name: "Product Owner",
    primary_modes: [ฮฉโ‚, ฮฉโ‚‚],
    responsibilities: [
      "Define business objectives",
      "Create user stories", 
      "Set acceptance criteria",
      "Approve PRD documents"
    ],
    artifacts: [
      "PRD documents",
      "User stories",
      "Acceptance criteria",
      "Success metrics"
    ],
    permissions: โ„™_read โˆช โ„™_create(ฮก)
  },
  
  ฮ’โ‚‚: {
    name: "Architect", 
    primary_modes: [ฮฉโ‚‚, ฮฉโ‚ƒ],
    responsibilities: [
      "Design system architecture",
      "Define technical standards",
      "Create API contracts",
      "Review technical designs"
    ],
    artifacts: [
      "Technical specifications",
      "System design documents",
      "API contracts",
      "Architecture diagrams"
    ],
    permissions: โ„™_all - โ„™_delete(production)
  },
  
  ฮ’โ‚ƒ: {
    name: "Developer",
    primary_modes: [ฮฉโ‚ƒ, ฮฉโ‚„],
    responsibilities: [
      "Implement features",
      "Write unit tests",
      "Create documentation",
      "Code reviews"
    ],
    artifacts: [
      "Source code",
      "Unit tests", 
      "Technical documentation",
      "Code commits"
    ],
    permissions: โ„™_standard โˆช โ„™_execute
  },
  
  ฮ’โ‚„: {
    name: "QA Engineer",
    primary_modes: [ฮฉโ‚„, ฮฉโ‚…],
    responsibilities: [
      "Create test plans",
      "Execute test cases",
      "Report bugs",
      "Verify fixes"
    ],
    artifacts: [
      "Test plans",
      "Test cases",
      "Bug reports",
      "QA signoff"
    ],
    permissions: โ„™_read โˆช โ„™_create(tests) โˆช โ„™_update(issues)
  },
  
  ฮ’โ‚…: {
    name: "DevOps",
    primary_modes: [ฮฉโ‚„, ฮฉโ‚…],
    responsibilities: [
      "Manage CI/CD",
      "Deploy applications",
      "Monitor systems",
      "Incident response"
    ],
    artifacts: [
      "Deployment configs",
      "CI/CD pipelines",
      "Monitoring dashboards",
      "Runbooks"
    ],
    permissions: โ„™_all
  }
}

Read the full file on GitHub ยท 264 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. 8d ago First seen ยท 264 lines ยท 1,961 tokens per session scan A cd0021babf0b

Subscribe to this mod's changes

bmad-roles is a cursor rule published in the GitHub repository omril321/automated-notebooklm (15 stars, last pushed 7mo ago), licensed Apache-2.0. It adds 1,961 tokens to every session, about $0.0098 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.