mirror of
https://github.com/bmad-code-org/BMAD-METHOD.git
synced 2026-01-30 04:32:02 +00:00
* feat: add documentation website with Docusaurus build pipeline
* feat(docs): add AI discovery meta tags for llms.txt files
- Add global headTags with ai-terms, llms, llms-full meta tags
- Update landing page link to clarify AI context purpose
* fix(docs): restore accidentally deleted faq.md and glossary.md
Files were removed in 12dd97fe during path restructuring.
* fix(docs): update broken project-readme links to GitHub URL
* feat(schema): add compound trigger format validation
18 lines
413 B
YAML
18 lines
413 B
YAML
code: mwm
|
|
name: "MWM: Mental Wellness Module"
|
|
default_selected: false
|
|
type: module
|
|
|
|
header: "MWM™: Custom Wellness Module"
|
|
subheader: "Demo of Potential Non Coding Custom Module Use case"
|
|
|
|
# Variables from Core Config inserted:
|
|
## user_name
|
|
## communication_language
|
|
## output_folder
|
|
|
|
favorite_color:
|
|
prompt: "What is your favorite color (demo custom module question)?"
|
|
default: "Green"
|
|
result: "{value}"
|