Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/bmm-skills/1-analysis/bmad-agent-analyst/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Treat every entry in `{agent.persistent_facts}` as foundational context you carr

### Step 5: Load Config

Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:
- Use `{user_name}` for greeting
- Use `{communication_language}` for all communications
- Use `{document_output_language}` for output documents
Expand Down
2 changes: 1 addition & 1 deletion src/bmm-skills/1-analysis/bmad-agent-tech-writer/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Treat every entry in `{agent.persistent_facts}` as foundational context you carr

### Step 5: Load Config

Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:
- Use `{user_name}` for greeting
- Use `{communication_language}` for all communications
- Use `{document_output_language}` for output documents
Expand Down
2 changes: 1 addition & 1 deletion src/bmm-skills/1-analysis/bmad-document-project/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Treat every entry in `{workflow.persistent_facts}` as foundational context you c

### Step 4: Load Config

Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:
- Use `{user_name}` for greeting
- Use `{communication_language}` for all communications
- Use `{document_output_language}` for output documents
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

### Configuration Loading

Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:

- `project_knowledge`
- `user_name`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

### Configuration Loading

Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:

- `project_knowledge`
- `user_name`
Expand Down
2 changes: 1 addition & 1 deletion src/bmm-skills/1-analysis/bmad-prfaq/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Treat every entry in `{workflow.persistent_facts}` as foundational context you c

### Step 4: Load Config

Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:
- Use `{user_name}` for greeting
- Use `{communication_language}` for all communications
- Use `{document_output_language}` for output documents
Expand Down
2 changes: 1 addition & 1 deletion src/bmm-skills/1-analysis/bmad-product-brief/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Treat every entry in `{workflow.persistent_facts}` as foundational context you c

### Step 4: Load Config

Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:
- Use `{user_name}` for greeting
- Use `{communication_language}` for all communications
- Use `{document_output_language}` for output documents
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Treat every entry in `{workflow.persistent_facts}` as foundational context you c

### Step 4: Load Config

Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:
- Use `{user_name}` for greeting
- Use `{communication_language}` for all communications
- Use `{document_output_language}` for output documents
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Treat every entry in `{workflow.persistent_facts}` as foundational context you c

### Step 4: Load Config

Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:
- Use `{user_name}` for greeting
- Use `{communication_language}` for all communications
- Use `{document_output_language}` for output documents
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Treat every entry in `{workflow.persistent_facts}` as foundational context you c

### Step 4: Load Config

Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:
- Use `{user_name}` for greeting
- Use `{communication_language}` for all communications
- Use `{document_output_language}` for output documents
Expand Down
2 changes: 1 addition & 1 deletion src/bmm-skills/2-plan-workflows/bmad-agent-pm/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Treat every entry in `{agent.persistent_facts}` as foundational context you carr

### Step 5: Load Config

Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:
- Use `{user_name}` for greeting
- Use `{communication_language}` for all communications
- Use `{document_output_language}` for output documents
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Treat every entry in `{agent.persistent_facts}` as foundational context you carr

### Step 5: Load Config

Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:
- Use `{user_name}` for greeting
- Use `{communication_language}` for all communications
- Use `{document_output_language}` for output documents
Expand Down
2 changes: 1 addition & 1 deletion src/bmm-skills/2-plan-workflows/bmad-create-prd/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Treat every entry in `{workflow.persistent_facts}` as foundational context you c

### Step 4: Load Config

Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:
- Use `{user_name}` for greeting
- Use `{communication_language}` for all communications
- Use `{document_output_language}` for output documents
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Treat every entry in `{workflow.persistent_facts}` as foundational context you c

### Step 4: Load Config

Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:
- Use `{user_name}` for greeting
- Use `{communication_language}` for all communications
- Use `{document_output_language}` for output documents
Expand Down
2 changes: 1 addition & 1 deletion src/bmm-skills/2-plan-workflows/bmad-edit-prd/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Treat every entry in `{workflow.persistent_facts}` as foundational context you c

### Step 4: Load Config

Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:
- Use `{user_name}` for greeting
- Use `{communication_language}` for all communications
- Use `{document_output_language}` for output documents
Expand Down
2 changes: 1 addition & 1 deletion src/bmm-skills/2-plan-workflows/bmad-validate-prd/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Treat every entry in `{workflow.persistent_facts}` as foundational context you c

### Step 4: Load Config

Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:
- Use `{user_name}` for greeting
- Use `{communication_language}` for all communications
- Use `{document_output_language}` for output documents
Expand Down
2 changes: 1 addition & 1 deletion src/bmm-skills/3-solutioning/bmad-agent-architect/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Treat every entry in `{agent.persistent_facts}` as foundational context you carr

### Step 5: Load Config

Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:
- Use `{user_name}` for greeting
- Use `{communication_language}` for all communications
- Use `{document_output_language}` for output documents
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Treat every entry in `{workflow.persistent_facts}` as foundational context you c

### Step 4: Load Config

Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:
- Use `{user_name}` for greeting
- Use `{communication_language}` for all communications
- Use `{document_output_language}` for output documents
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Treat every entry in `{workflow.persistent_facts}` as foundational context you c

### Step 4: Load Config

Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:
- Use `{user_name}` for greeting
- Use `{communication_language}` for all communications
- Use `{document_output_language}` for output documents
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Treat every entry in `{workflow.persistent_facts}` as foundational context you c

### Step 4: Load Config

Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:
- Use `{user_name}` for greeting
- Use `{communication_language}` for all communications
- Use `{document_output_language}` for output documents
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Treat every entry in `{workflow.persistent_facts}` as foundational context you c

### Step 4: Load Config

Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:
- Use `{user_name}` for greeting
- Use `{communication_language}` for all communications
- Use `{document_output_language}` for output documents
Expand Down
2 changes: 1 addition & 1 deletion src/bmm-skills/4-implementation/bmad-agent-dev/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Treat every entry in `{agent.persistent_facts}` as foundational context you carr

### Step 5: Load Config

Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:
- Use `{user_name}` for greeting
- Use `{communication_language}` for all communications
- Use `{document_output_language}` for output documents
Expand Down
14 changes: 13 additions & 1 deletion src/bmm-skills/4-implementation/bmad-checkpoint-preview/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Treat every entry in `{workflow.persistent_facts}` as foundational context you c

### Step 4: Load Config

Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:

- `implementation_artifacts`
- `planning_artifacts`
Expand All @@ -63,6 +63,18 @@ Activation is complete. Begin the workflow below.
- **Front-load then shut up** — Present the entire output for the current step in a single coherent message. Do not ask questions mid-step, do not drip-feed, do not pause between sections.
- **Language** — Speak in `{communication_language}`. Write any file output in `{document_output_language}`.

<<<<<<< HEAD
=======
## INITIALIZATION

Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:

- `implementation_artifacts`
- `planning_artifacts`
- `communication_language`
- `document_output_language`

>>>>>>> 3846e184 (fix(skills): use resolve_config.py instead of reading config.yaml directly)
## FIRST STEP

Read fully and follow `./step-01-orientation.md` to begin.
2 changes: 1 addition & 1 deletion src/bmm-skills/4-implementation/bmad-code-review/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Treat every entry in `{workflow.persistent_facts}` as foundational context you c

### Step 4: Load Config

Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:

- `project_name`, `planning_artifacts`, `implementation_artifacts`, `user_name`
- `communication_language`, `document_output_language`, `user_skill_level`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Treat every entry in `{workflow.persistent_facts}` as foundational context you c

### Step 4: Load Config

Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:

- `project_name`, `user_name`
- `communication_language`, `document_output_language`
Expand Down
2 changes: 1 addition & 1 deletion src/bmm-skills/4-implementation/bmad-create-story/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Treat every entry in `{workflow.persistent_facts}` as foundational context you c

### Step 4: Load Config

Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:

- `project_name`, `user_name`
- `communication_language`, `document_output_language`
Expand Down
2 changes: 1 addition & 1 deletion src/bmm-skills/4-implementation/bmad-dev-story/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Treat every entry in `{workflow.persistent_facts}` as foundational context you c

### Step 4: Load Config

Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:

- `project_name`, `user_name`
- `communication_language`, `document_output_language`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Treat every entry in `{workflow.persistent_facts}` as foundational context you c

### Step 4: Load Config

Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:

- `project_name`, `user_name`
- `communication_language`, `document_output_language`
Expand Down
2 changes: 1 addition & 1 deletion src/bmm-skills/4-implementation/bmad-quick-dev/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Treat every entry in `{workflow.persistent_facts}` as foundational context you c

### Step 4: Load Config

Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:

- `project_name`, `planning_artifacts`, `implementation_artifacts`, `user_name`
- `communication_language`, `document_output_language`, `user_skill_level`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Treat every entry in `{workflow.persistent_facts}` as foundational context you c

### Step 4: Load Config

Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:

- `project_name`, `user_name`
- `communication_language`, `document_output_language`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Treat every entry in `{workflow.persistent_facts}` as foundational context you c

### Step 4: Load Config

Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:

- `project_name`, `user_name`
- `communication_language`, `document_output_language`
Expand Down
Loading
Loading