Merge pull request #1987 from bmad-code-org/fix/create-architecture-skill-cleanup
fix(skill): clean up bmad-create-architecture validation findings
This commit is contained in:
commit
e0a56489f7
|
|
@ -57,8 +57,8 @@ If no document exists or no `stepsCompleted` in frontmatter:
|
||||||
Discover and load context documents using smart discovery. Documents can be in the following locations:
|
Discover and load context documents using smart discovery. Documents can be in the following locations:
|
||||||
- {planning_artifacts}/**
|
- {planning_artifacts}/**
|
||||||
- {output_folder}/**
|
- {output_folder}/**
|
||||||
- {product_knowledge}/**
|
- {project_knowledge}/**
|
||||||
- docs/**
|
- {project-root}/docs/**
|
||||||
|
|
||||||
Also - when searching - documents can be a single markdown file, or a folder with an index and multiple files. For Example, if searching for `*foo*.md` and not found, also search for a folder called *foo*/index.md (which indicates sharded content)
|
Also - when searching - documents can be a single markdown file, or a folder with an index and multiple files. For Example, if searching for `*foo*.md` and not found, also search for a folder called *foo*/index.md (which indicates sharded content)
|
||||||
|
|
||||||
|
|
@ -67,7 +67,7 @@ Try to discover the following:
|
||||||
- Product Requirements Document (`*prd*.md`)
|
- Product Requirements Document (`*prd*.md`)
|
||||||
- UX Design (`*ux-design*.md`) and other
|
- UX Design (`*ux-design*.md`) and other
|
||||||
- Research Documents (`*research*.md`)
|
- Research Documents (`*research*.md`)
|
||||||
- Project Documentation (generally multiple documents might be found for this in the `{product_knowledge}` or `docs` folder.)
|
- Project Documentation (generally multiple documents might be found for this in the `{project_knowledge}` or `{project-root}/docs` folder.)
|
||||||
- Project Context (`**/project-context.md`)
|
- Project Context (`**/project-context.md`)
|
||||||
|
|
||||||
<critical>Confirm what you have found with the user, along with asking if the user wants to provide anything else. Only after this confirmation will you proceed to follow the loading rules</critical>
|
<critical>Confirm what you have found with the user, along with asking if the user wants to provide anything else. Only after this confirmation will you proceed to follow the loading rules</critical>
|
||||||
|
|
@ -95,7 +95,7 @@ Before proceeding, verify we have the essential inputs:
|
||||||
|
|
||||||
#### C. Create Initial Document
|
#### C. Create Initial Document
|
||||||
|
|
||||||
Copy the template from `{installed_path}/architecture-decision-template.md` to `{planning_artifacts}/architecture.md`
|
Copy the template from `../architecture-decision-template.md` to `{planning_artifacts}/architecture.md`
|
||||||
|
|
||||||
#### D. Complete Initialization and Report
|
#### D. Complete Initialization and Report
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,12 +29,6 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
||||||
- `date` as system-generated current datetime
|
- `date` as system-generated current datetime
|
||||||
- ✅ 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}`
|
||||||
|
|
||||||
### Paths
|
|
||||||
|
|
||||||
- `installed_path` = `.`
|
|
||||||
- `template_path` = `{installed_path}/architecture-decision-template.md`
|
|
||||||
- `data_files_path` = `{installed_path}/data/`
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## EXECUTION
|
## EXECUTION
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue