fix(bmm-skills): define project_context in dev-story, sprint-planning, sprint-status (#2422)
Co-authored-by: Brian <bmadcode@gmail.com>
This commit is contained in:
parent
d659a03d53
commit
bfecb6ee95
|
|
@ -54,6 +54,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
||||||
- `user_skill_level`
|
- `user_skill_level`
|
||||||
- `implementation_artifacts`
|
- `implementation_artifacts`
|
||||||
- `date` as system-generated current datetime
|
- `date` as system-generated current datetime
|
||||||
|
- `project_context` = `**/project-context.md` (load if exists)
|
||||||
|
|
||||||
### Step 5: Greet the User
|
### Step 5: Greet the User
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -47,6 +47,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
||||||
- `implementation_artifacts`
|
- `implementation_artifacts`
|
||||||
- `planning_artifacts`
|
- `planning_artifacts`
|
||||||
- `date` as system-generated current datetime
|
- `date` as system-generated current datetime
|
||||||
|
- `project_context` = `**/project-context.md` (load if exists)
|
||||||
- YOU MUST ALWAYS SPEAK OUTPUT in your Agent communication style with the config `{communication_language}`
|
- YOU MUST ALWAYS SPEAK OUTPUT in your Agent communication style with the config `{communication_language}`
|
||||||
- Generate all documents in `{document_output_language}`
|
- Generate all documents in `{document_output_language}`
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -46,6 +46,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
||||||
- `communication_language`, `document_output_language`
|
- `communication_language`, `document_output_language`
|
||||||
- `implementation_artifacts`
|
- `implementation_artifacts`
|
||||||
- `date` as system-generated current datetime
|
- `date` as system-generated current datetime
|
||||||
|
- `project_context` = `**/project-context.md` (load if exists)
|
||||||
- YOU MUST ALWAYS SPEAK OUTPUT in your Agent communication style with the config `{communication_language}`
|
- YOU MUST ALWAYS SPEAK OUTPUT in your Agent communication style with the config `{communication_language}`
|
||||||
|
|
||||||
### Step 5: Greet the User
|
### Step 5: Greet the User
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue