Compare commits
4 Commits
00c24eaefa
...
3be6c38056
| Author | SHA1 | Date |
|---|---|---|
|
|
3be6c38056 | |
|
|
55cb4681bc | |
|
|
3727eca844 | |
|
|
9992b0e56e |
|
|
@ -45,14 +45,14 @@
|
||||||
|
|
||||||
<format>
|
<format>
|
||||||
**Advanced Elicitation Options (If you launched Party Mode, they will participate randomly)**
|
**Advanced Elicitation Options (If you launched Party Mode, they will participate randomly)**
|
||||||
Choose a number (1-5), [r] to Reshuffle, [a] List All, or [x] to Proceed:
|
Choose a number (1-5), [r] Random 5, [a] List All, or [x] to Proceed:
|
||||||
|
|
||||||
1. [Method Name]
|
1. [Method Name]
|
||||||
2. [Method Name]
|
2. [Method Name]
|
||||||
3. [Method Name]
|
3. [Method Name]
|
||||||
4. [Method Name]
|
4. [Method Name]
|
||||||
5. [Method Name]
|
5. [Method Name]
|
||||||
r. Reshuffle the list with 5 new options
|
r. Pick 5 random methods
|
||||||
a. List all methods with descriptions
|
a. List all methods with descriptions
|
||||||
x. Proceed / No Further Actions
|
x. Proceed / No Further Actions
|
||||||
</format>
|
</format>
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ This uses **micro-file architecture** for disciplined execution:
|
||||||
|
|
||||||
### Configuration Loading
|
### Configuration Loading
|
||||||
|
|
||||||
Load config from `{project-root}/{bmad_folder}/bmm/config.yaml` and resolve:
|
Load config from `{project-root}/{bmad_folder}/core/config.yaml` and resolve:
|
||||||
|
|
||||||
- `project_name`, `output_folder`, `user_name`
|
- `project_name`, `output_folder`, `user_name`
|
||||||
- `communication_language`, `document_output_language`, `user_skill_level`
|
- `communication_language`, `document_output_language`, `user_skill_level`
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ This uses **micro-file architecture** with **sequential conversation orchestrati
|
||||||
|
|
||||||
### Configuration Loading
|
### Configuration Loading
|
||||||
|
|
||||||
Load config from `{project-root}/{bmad_folder}/bmm/config.yaml` and resolve:
|
Load config from `{project-root}/{bmad_folder}/core/config.yaml` and resolve:
|
||||||
|
|
||||||
- `project_name`, `output_folder`, `user_name`
|
- `project_name`, `output_folder`, `user_name`
|
||||||
- `communication_language`, `document_output_language`, `user_skill_level`
|
- `communication_language`, `document_output_language`, `user_skill_level`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue