bmad Cursor rules

82 tagged bmad, measured the same way as everything else here.

Browse within: clean-code 81cursor-rules 81

hedgehog

01

skyf0xx/hedgehog

Cursor rule

Hedgehog build discipline — how to work in this repo.

not rated 34 4d ago A 236 tokens original MIT

align-grid

02

danielvm-git/bigpowers

Cursor rule Cursor

Build editorial/magazine/report webpages on a GENUINE Müller-Brockmann modular grid (International Typographic Style) — not a decorative one. Encodes the discipline (columns + modules + baseline, grotesque type, flush-left, restrained black/white/red palette) AND the hard-won front-end engineering to make the grid…

not rated 162 2d ago A 157 tokens MIT

assess-impact

03

danielvm-git/bigpowers

Cursor rule Cursor

Analyze the blast radius of a proposed change before any code is written. Maps dependents, affected stories, and test coverage. Produces specs/IMPACTLATEST.md. Use before plan-work on any non-trivial change, when touching a shared module, or when the user asks "what does this break?".

not rated 162 2d ago A 63 tokens MIT

audit-code

04

danielvm-git/bigpowers

Cursor rule Cursor

Self-review checklist for the coding agent to run before dispatching a reviewer. Checks CONVENTIONS.md compliance, Boy Scout Rule, test coverage, types, and SOLID. Produces a pass/fail checklist. Use before request-review, before committing, or when user asks for a code quality check.

not rated 162 2d ago A 61 tokens MIT

audit-plan

05

danielvm-git/bigpowers

Cursor rule Cursor

Evaluate an incoming project plan against bigpowers principles and conventions, surface gaps, and produce a READY/NOT READY verdict before engagement begins. Use when a new project arrives, when adapting a foreign plan, or before running seed-conventions on an unfamiliar codebase.

not rated 162 2d ago A 52 tokens MIT

build-epic

06

danielvm-git/bigpowers

Cursor rule Cursor

Eight-step epic build cycle — reads state.yaml, execution-status.yaml, and one epic capsule; updates status via bp-yaml-set or direct edit. Resume mode runs one step per invocation. Use instead of ad-hoc execute-plan for release work.

not rated 162 2d ago A 50 tokens MIT

change-request

07

danielvm-git/bigpowers

Cursor rule Cursor

Add a new requirement or reorder epics by WSJF against specs/release-plan.yaml and epic capsule directories. Modes Add and Reorder. Use when a new requirement arrives mid-release or the plan needs prioritization.

not rated 162 2d ago A 43 tokens MIT

commit-message

08

danielvm-git/bigpowers

Cursor rule Cursor

Reviews working-tree changes, then drafts a Conventional Commits title/body and states the semantic-release version bump a single such commit would imply. Also notes which defensive-code categories were touched. Use when the user wants to commit recent work, prepare a Conventional Commits message, or asks for…

not rated 162 2d ago A 68 tokens MIT

compose-workflow

09

danielvm-git/bigpowers

Cursor rule Cursor

Chain multiple bigpowers skills into a custom workflow recipe saved in specs/. Use when a project repeats a non-standard skill sequence, or user wants a documented playbook beyond orchestrate-project modes.

not rated 162 2d ago A 38 tokens MIT

context7-mcp

10

danielvm-git/bigpowers

Cursor rule Cursor

Fetch current library docs via Context7 MCP instead of training data. Use when user asks about frameworks, APIs, setup, or code examples for React, Next.js, Prisma, etc.

not rated 162 2d ago A 37 tokens MIT

craft-skill

11

danielvm-git/bigpowers

Cursor rule Cursor

Create new bigpowers skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill for the bigpowers lifecycle.

not rated 162 2d ago A 36 tokens MIT

deepen-architecture

12

danielvm-git/bigpowers

Cursor rule Cursor

Find deepening opportunities in a codebase, informed by the domain language in specs/tech-architecture/tech-stack.md and the decisions in specs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.

not rated 162 2d ago A 67 tokens MIT

define-language

13

danielvm-git/bigpowers

Cursor rule Cursor

Extract a DDD-style ubiquitous language glossary from the current conversation, flagging ambiguities and proposing canonical terms. Saves to specs/UBIQUITOUSLANGUAGELATEST.md. Use when user wants to define domain terms, build a glossary, harden terminology, create a ubiquitous language, or mentions "domain model" or…

not rated 162 2d ago A 68 tokens MIT

define-success

14

danielvm-git/bigpowers

Cursor rule Cursor

TOMBSTONE — renamed/merged to plan-work. This stub resolves for one release then is removed.

not rated 162 2d ago A 22 tokens MIT

delegate-task

15

danielvm-git/bigpowers

Cursor rule Cursor

Delegate one complex task to a single subagent, review its work in two stages before merging back. Sequential — one agent at a time, with oversight. Use when a task is complex and requires careful review before the result is accepted. Distinct from dispatch-agents (no parallelism here; reviewer sees full diff before…

not rated 162 2d ago A 66 tokens MIT

deploy

16

danielvm-git/bigpowers

Cursor rule Cursor

Build → verify artifact → deploy → wait → smoke deployment pipeline. Platform-agnostic (MCP or CLI), with configurable timeout, retry with exponential backoff, and integrated health-check. The deploy half of CI/CD: run after build to push to production.

not rated 162 2d ago A 53 tokens MIT

design-interface

17

danielvm-git/bigpowers

Cursor rule Cursor

Generate multiple radically different interface designs for a module using parallel sub-agents, then compare trade-offs. Based on "Design It Twice" from A Philosophy of Software Design. Use when user wants to design an API, explore interface options, compare module shapes, or mentions "design it twice".

not rated 162 2d ago A 58 tokens MIT

develop-tdd

18

danielvm-git/bigpowers

Cursor rule Cursor

Test-driven development with red-green-refactor loop using vertical slices. Use for features (epic tasks) or bugs (specs/bugs/BUG-.md).

not rated 162 2d ago A 34 tokens MIT

diagnose-root

19

danielvm-git/bigpowers

Cursor rule Cursor

Run 4-phase root cause analysis — reproduce, isolate, hypothesize, verify. Use when a bug is confirmed but root cause is unclear, after investigate-bug, or when user mentions root cause analysis.

not rated 162 2d ago A 42 tokens MIT

diagnose-stall

20

danielvm-git/bigpowers

Cursor rule Cursor

Diagnose why agent orchestration stopped producing progress — silent stalls in /loop, dispatch-agents, or execute-plan. Use when work appears hung, no output for several minutes, or a subagent never returned.

not rated 162 2d ago A 43 tokens MIT

dispatch-agents

21

danielvm-git/bigpowers

Cursor rule Cursor

Dispatch multiple subagents in parallel on independent tasks. No waiting between them — all run concurrently. Use when tasks are truly decoupled and speed matters. Distinct from delegate-task (concurrent here, no inter-task review gate).

not rated 162 2d ago A 47 tokens MIT

edit-document

22

danielvm-git/bigpowers

Cursor rule Cursor

Edit and improve documents by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, restructure, or improve any document — including specs/ files, articles, READMEs, or technical writing.

not rated 162 2d ago A 46 tokens MIT

elaborate-spec

23

danielvm-git/bigpowers

Cursor rule Cursor

Refine a rough idea into a clear, detailed specification through dialogue. Does not produce code. Use when user has a vague idea, wants to think through a feature before planning, or needs to turn "I want X" into a concrete spec.

not rated 162 2d ago A 50 tokens MIT

enforce-first

24

danielvm-git/bigpowers

Cursor rule Cursor

Apply the F.I.R.S.T test quality rubric (per CONVENTIONS.md §Tests) to a test suite or individual tests. Use when develop-tdd is writing tests, when test quality needs to be checked, or when user mentions F.I.R.S.T or "test quality".

not rated 162 2d ago A 58 tokens MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: