Files
turbostarter/.cursor/rules/bmad/index.mdc
Alejandro Gutiérrez 3527e732d4 feat: turbostarter boilerplate
Production-ready Next.js boilerplate with:
- Runtime env validation (fail-fast on missing vars)
- Feature-gated config (S3, Stripe, email, OAuth)
- Docker + Coolify deployment pipeline
- PostgreSQL + pgvector, MinIO S3, Better Auth
- TypeScript strict mode (no ignoreBuildErrors)
- i18n (en/es), AI modules, billing, monitoring

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 01:01:55 +01:00

106 lines
3.9 KiB
Plaintext

---
description: BMAD Method - Master Index
globs:
alwaysApply: true
---
# BMAD Method - Cursor Rules Index
This is the master index for all BMAD agents, tasks, tools, and workflows available in your project.
## Installation Complete!
BMAD rules have been installed to: `.cursor/rules/bmad/`
**Note:** BMAD does not modify your `.cursorrules` file. You manage that separately.
## How to Use
- Reference specific agents: @bmad/{module}/agents/{agent-name}
- Reference specific tasks: @bmad/{module}/tasks/{task-name}
- Reference specific tools: @bmad/{module}/tools/{tool-name}
- Reference specific workflows: @bmad/{module}/workflows/{workflow-name}
- Reference entire modules: @bmad/{module}
- Reference this index: @bmad/index
## Available Modules
### CORE
**Agents:**
- @bmad/core/agents/bmad-master - bmad-master
**Tasks:**
- @bmad/core/tasks/advanced-elicitation - advanced-elicitation
- @bmad/core/tasks/index-docs - index-docs
**Tools:**
- @bmad/core/tools/shard-doc - shard-doc
**Workflows:**
- @bmad/core/workflows/brainstorming - brainstorming
- @bmad/core/workflows/party-mode - party-mode
### BMM
**Agents:**
- @bmad/bmm/agents/analyst - analyst
- @bmad/bmm/agents/architect - architect
- @bmad/bmm/agents/dev - dev
- @bmad/bmm/agents/pm - pm
- @bmad/bmm/agents/quick-flow-solo-dev - quick-flow-solo-dev
- @bmad/bmm/agents/sm - sm
- @bmad/bmm/agents/tea - tea
- @bmad/bmm/agents/tech-writer - tech-writer
- @bmad/bmm/agents/ux-designer - ux-designer
**Workflows:**
- @bmad/bmm/workflows/create-product-brief - create-product-brief
- @bmad/bmm/workflows/research - research
- @bmad/bmm/workflows/create-ux-design - create-ux-design
- @bmad/bmm/workflows/create-prd - create-prd
- @bmad/bmm/workflows/check-implementation-readiness - check-implementation-readiness
- @bmad/bmm/workflows/create-architecture - create-architecture
- @bmad/bmm/workflows/create-epics-and-stories - create-epics-and-stories
- @bmad/bmm/workflows/code-review - code-review
- @bmad/bmm/workflows/correct-course - correct-course
- @bmad/bmm/workflows/create-story - create-story
- @bmad/bmm/workflows/dev-story - dev-story
- @bmad/bmm/workflows/retrospective - retrospective
- @bmad/bmm/workflows/sprint-planning - sprint-planning
- @bmad/bmm/workflows/sprint-status - sprint-status
- @bmad/bmm/workflows/create-tech-spec - create-tech-spec
- @bmad/bmm/workflows/quick-dev - quick-dev
- @bmad/bmm/workflows/document-project - document-project
- @bmad/bmm/workflows/create-excalidraw-dataflow - create-excalidraw-dataflow
- @bmad/bmm/workflows/create-excalidraw-diagram - create-excalidraw-diagram
- @bmad/bmm/workflows/create-excalidraw-flowchart - create-excalidraw-flowchart
- @bmad/bmm/workflows/create-excalidraw-wireframe - create-excalidraw-wireframe
- @bmad/bmm/workflows/generate-project-context - generate-project-context
- @bmad/bmm/workflows/testarch-atdd - testarch-atdd
- @bmad/bmm/workflows/testarch-automate - testarch-automate
- @bmad/bmm/workflows/testarch-ci - testarch-ci
- @bmad/bmm/workflows/testarch-framework - testarch-framework
- @bmad/bmm/workflows/testarch-nfr - testarch-nfr
- @bmad/bmm/workflows/testarch-test-design - testarch-test-design
- @bmad/bmm/workflows/testarch-test-review - testarch-test-review
- @bmad/bmm/workflows/testarch-trace - testarch-trace
- @bmad/bmm/workflows/workflow-init - workflow-init
- @bmad/bmm/workflows/workflow-status - workflow-status
## Quick Reference
- All BMAD rules are Manual type - reference them explicitly when needed
- Agents provide persona-based assistance with specific expertise
- Tasks are reusable workflows for common operations
- Tools provide specialized functionality
- Workflows orchestrate multi-step processes
- Each agent includes an activation block for proper initialization
## Configuration
BMAD rules are configured as Manual rules (alwaysApply: false) to give you control
over when they're included in your context. Reference them explicitly when you need
specific agent expertise, task workflows, tools, or guided workflows.