bmad Cursor rules

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

Browse within: clean-code 81cursor-rules 81

evolve-skill

25

danielvm-git/bigpowers

Cursor rule Cursor

Benchmark-gated skill evolution — consume bigpowers-benchmark report, propose plan-work change, edit skill via craft-skill, re-run benchmark, record ADR. Use when a skill underperforms on benchmark or stocktake finds systemic gap.

not rated 162 2d ago A 48 tokens MIT

execute-plan

26

danielvm-git/bigpowers

Cursor rule Cursor

Batch-execute tasks from the active epic capsule sequentially, with a human checkpoint after each step. Use when user has an approved plan and wants step-by-step oversight.

not rated 162 2d ago A 34 tokens MIT

extract-design

27

danielvm-git/bigpowers

Cursor rule Cursor

Extract a Google DESIGN.md file from an HTML prototype (claude.ai/design or any styled page) using Puppeteer, producing machine-readable tokens and AI-generated prose. Use when the user has an HTML prototype and wants a DESIGN.md to anchor their project's visual identity, or when seed-conventions has just scaffolded a…

not rated 162 2d ago A 66 tokens MIT

find-way

28

danielvm-git/bigpowers

Cursor rule Cursor

Plan a large effort as a shared map of decision tickets on an issue tracker, resolving them one at a time until the way is clear. Use when an idea is too big for one session, needs structured exploration before implementation, or requires mapping decisions before building.

not rated 162 2d ago A 52 tokens MIT

fix-bug

29

danielvm-git/bigpowers

Cursor rule Cursor

Bug fix orchestrator — activeflow fixbug; reads specs/bugs/BUG-.md; chains investigate-bug, develop-tdd, validate-fix. Use when user reports a defect.

not rated 162 2d ago A 40 tokens MIT

gate-trace

30

danielvm-git/bigpowers

Cursor rule Cursor

Deterministic traceability quality gate — reads coverage matrix + blind-spot data, applies decision rules with oracle confidence downgrade, emits PASS/CONCERNS/FAIL/WAIVED verdict. Use before release-branch to gate merges on traceability.

not rated 162 2d ago A 50 tokens MIT

danielvm-git/bigpowers

Cursor rule Cursor

Generate Allure-ready reports from bigpowers YAML metadata. Reads execution-status.yaml, release-plan.yaml, epic capsules, task YAMLs, cycle-times.yaml, and bug registry to produce allure-results/junit-results.xml, categories.json, and executor.json. Use when preparing progress dashboards, integrating with Allure…

not rated 162 2d ago A 68 tokens MIT

grill-me

32

danielvm-git/bigpowers

Cursor rule Cursor

Interactive assumption-surfacing Q&A that stress-tests a plan through relentless questioning until every decision is resolved. Use when user wants to challenge a plan, validate decisions from conversation/context, or mentions "grill me". For doc-grounded variant, use grill-with-docs.

not rated 162 2d ago A 55 tokens MIT

grill-with-docs

33

danielvm-git/bigpowers

Cursor rule Cursor

Doc-grounded variant of grill-me — stress-tests plan assumptions by fetching and citing real library or API documentation. Every challenge must cite a real URL. Use when the plan depends on a specific library or external API.

not rated 162 2d ago A 43 tokens MIT

guard-git

34

danielvm-git/bigpowers

Cursor rule Cursor

Block dangerous git commands (push, force push, reset --hard, clean, branch -D, checkout/restore .) and enforce Conventional Commits & Branch Protection before an AI agent runs them. Installs hook scripts for Claude Code, Cursor, Cursor CLI, and Gemini CLI; documents Google Antigravity Terminal deny lists. Use when…

not rated 162 2d ago B 96 tokens MIT

harden-vps

35

danielvm-git/bigpowers

Cursor rule Cursor

Harden a production Linux VPS for your application across three layers — application (systemd hardening, monitoring alerts, backup automation), Ubuntu OS (UFW firewall, fail2ban SSH, unattended-upgrades, SSH hardening), and VPS provider (health checks, daily backups, monthly snapshots). Use when the user wants to…

not rated 162 2d ago A 94 tokens MIT

hook-commits

36

danielvm-git/bigpowers

Cursor rule Cursor

Set up pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.

not rated 162 2d ago A 55 tokens MIT

inspect-quality

37

danielvm-git/bigpowers

Cursor rule Cursor

Interactive QA session where user reports bugs or issues conversationally, and the agent logs them to specs/bugs/registry.yaml with a structured audit schema. Explores the codebase in the background for context and domain language. Use when user wants to report bugs, do QA, or mentions "QA session".

not rated 162 2d ago A 61 tokens MIT

investigate-bug

38

danielvm-git/bigpowers

Cursor rule Cursor

Investigate a bug or issue by exploring the codebase to find root cause, then write a TDD-based fix plan to specs/bugs/BUG-.md. Use when user reports a bug, wants to investigate a problem, mentions "triage", or wants to plan a fix.

not rated 162 2d ago A 59 tokens MIT

kickoff-branch

39

danielvm-git/bigpowers

Cursor rule Cursor

Create an isolated Git worktree/branch or Jujutsu workspace, then verify a clean test baseline before code. Use when starting a feature or task.

not rated 162 2d ago A 31 tokens MIT

maintain-wiki

40

danielvm-git/bigpowers

Cursor rule Cursor

Agent-maintained OKF wiki — INGEST source docs, LINT for issues, QUERY across concept pages. Run as part of build-epic Step 8 and verify-work Phase 3.

not rated 162 2d ago A 40 tokens MIT

map-codebase

41

danielvm-git/bigpowers

Cursor rule Cursor

Derives the tech-stack doc from scratch by scanning the codebase — analyzes stack, architecture, and gray areas (error handling, API shapes) and persists findings into specs/tech-architecture/tech-stack.md. Run when the tech doc doesn't exist yet; use survey-context to consume it once it does.

not rated 162 2d ago A 62 tokens MIT

migrate-spec

42

danielvm-git/bigpowers

Cursor rule Cursor

Detect GSD, spec-kit, or BMAD spec artifacts and transform them into bigpowers YAML layout (state.yaml, release-plan.yaml, epics/, requirements/, plans/, ADRs). Use when migrating foreign spec docs.

not rated 162 2d ago A 45 tokens MIT

model-domain

43

danielvm-git/bigpowers

Cursor rule Cursor

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates specs/tech-architecture/tech-stack.md and specs/adr/ inline as decisions crystallise. Use when user wants to stress-test a plan against their project's domain language and documented decisions.

not rated 162 2d ago A 57 tokens MIT

orchestrate-project

44

danielvm-git/bigpowers

Cursor rule Cursor

Meta-skill that enforces the 6-phase core loop (discover → elaborate → plan → build → verify → release) with hard gates. Use to coordinate multi-phase projects with guaranteed quality checkpoints. One-time command for the entire project lifecycle.

not rated 162 2d ago A 49 tokens MIT

organize-workspace

45

danielvm-git/bigpowers

Cursor rule Cursor

Scans the active workspace for disposable artifacts—logs, caches, stale build output, and stray draft markdown—and proposes consolidation of scattered assets. Produces a reviewable list, asks for explicit confirmation before any delete or move, and optionally revises .gitignore. Use when the user says "clean my room"…

not rated 162 2d ago C 93 tokens MIT

plan-refactor

46

danielvm-git/bigpowers

Cursor rule Cursor

Create a detailed refactor plan with tiny commits via user interview, then save it as specs/REFACTORLATEST.md. Use when user wants to plan a refactor, create a refactoring RFC, or break a refactor into safe incremental steps.

not rated 162 2d ago A 52 tokens MIT

plan-release

47

danielvm-git/bigpowers

Cursor rule Cursor

RELEASE-INDEX BUILDER — Sequence elaborated epics into specs/release-plan.yaml with WSJF ordering and BCP baselines. NOT a planning-spine substitute: it does not scope work (scope-work) or write story tasks (plan-work). Use after elaborate-spec when the user wants a versioned release index of epics.

not rated 162 2d ago A 69 tokens MIT

plan-tests

48

danielvm-git/bigpowers

Cursor rule Cursor

Design a risk-scaled test architecture for an epic before implementation begins. Produces prioritized scenarios, test level distribution, and fixture plans based on TEA and bigpowers principles.

not rated 162 2d ago A 35 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: