Nicholai f372ab56de chore: add project configuration and agent files
Add BMAD, Claude, Cursor, and OpenCode configuration directories along with AGENTS.md documentation.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 04:31:56 -07:00

133 lines
4.7 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
### BMB
**Agents:**
- @bmad/bmb/agents/bmad-builder - bmad-builder
**Workflows:**
- @bmad/bmb/workflows/audit-workflow - audit-workflow
- @bmad/bmb/workflows/convert-legacy - convert-legacy
- @bmad/bmb/workflows/create-agent - create-agent
- @bmad/bmb/workflows/create-module - create-module
- @bmad/bmb/workflows/create-workflow - create-workflow
- @bmad/bmb/workflows/edit-agent - edit-agent
- @bmad/bmb/workflows/edit-module - edit-module
- @bmad/bmb/workflows/edit-workflow - edit-workflow
- @bmad/bmb/workflows/module-brief - module-brief
### 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/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/brainstorm-project - brainstorm-project
- @bmad/bmm/workflows/domain-research - domain-research
- @bmad/bmm/workflows/product-brief - product-brief
- @bmad/bmm/workflows/research - research
- @bmad/bmm/workflows/create-ux-design - create-ux-design
- @bmad/bmm/workflows/prd - prd
- @bmad/bmm/workflows/tech-spec - tech-spec
- @bmad/bmm/workflows/architecture - architecture
- @bmad/bmm/workflows/create-epics-and-stories - create-epics-and-stories
- @bmad/bmm/workflows/implementation-readiness - implementation-readiness
- @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/epic-tech-context - epic-tech-context
- @bmad/bmm/workflows/retrospective - retrospective
- @bmad/bmm/workflows/sprint-planning - sprint-planning
- @bmad/bmm/workflows/story-context - story-context
- @bmad/bmm/workflows/story-done - story-done
- @bmad/bmm/workflows/story-ready - story-ready
- @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/document-project - document-project
- @bmad/bmm/workflows/workflow-init - workflow-init
- @bmad/bmm/workflows/workflow-status - workflow-status
### CIS
**Agents:**
- @bmad/cis/agents/README - README
- @bmad/cis/agents/brainstorming-coach - brainstorming-coach
- @bmad/cis/agents/creative-problem-solver - creative-problem-solver
- @bmad/cis/agents/design-thinking-coach - design-thinking-coach
- @bmad/cis/agents/innovation-strategist - innovation-strategist
- @bmad/cis/agents/presentation-master - presentation-master
- @bmad/cis/agents/storyteller - storyteller
**Workflows:**
- @bmad/cis/workflows/design-thinking - design-thinking
- @bmad/cis/workflows/innovation-strategy - innovation-strategy
- @bmad/cis/workflows/problem-solving - problem-solving
- @bmad/cis/workflows/storytelling - storytelling
## 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.