BMAD-METHOD/samples/sample-custom-modules/sample-unitary-module
Phil 677a00280b
feat: refactor Cursor IDE setup to do command generation and cleanup instead of rules (#1283)
* feat: refactor Cursor IDE setup to do  command generation and cleanup instead of rules

- Added support for command generation in the Cursor IDE setup, including the creation of a new commands directory.
- Implemented cleanup for old BMAD commands alongside existing rules.
- Integrated TaskToolCommandGenerator for generating task and tool commands.
- Updated logging to reflect the number of agents, tasks, tools, and workflow commands generated during setup.

* style: adjust constructor formatting and update command path in Cursor IDE setup

- Reformatted the constructor method for consistency.
- Updated the command path syntax in the Cursor IDE setup to use a more standard format.

* fix: update Cursor command paths in documentation

- Changed the command path for Cursor IDE setup from `.cursor/rules/bmad/` to `.cursor/commands/bmad/` in both installers.md and modules.md.
- Updated file extension references to use `.md` instead of `.mdc` for consistency.
2026-01-09 16:39:32 +08:00
..
agents feat: refactor Cursor IDE setup to do command generation and cleanup instead of rules (#1283) 2026-01-09 16:39:32 +08:00
workflows feat: add documentation website with Docusaurus build pipeline (#1177) 2025-12-23 23:01:36 +08:00
README.md feat: add documentation website with Docusaurus build pipeline (#1177) 2025-12-23 23:01:36 +08:00
module.yaml feat: add documentation website with Docusaurus build pipeline (#1177) 2025-12-23 23:01:36 +08:00

README.md

Example Custom Content module

This is a demonstration of custom stand along agents and workflows. By having this content all in a folder with a module.yaml file, these items can be installed with the standard bmad installer custom local content menu item.

This is how you could also create and share other custom agents and workflows not tied to a specific module.

The main distinction with this colelction is module.yaml includes type: unitary