removed some bad formatting that was injected previously
This commit is contained in:
parent
4d745532aa
commit
74f54a088a
|
|
@ -125,10 +125,10 @@ _List any cleanup recommendations:_
|
|||
|
||||
## Audit Summary
|
||||
|
||||
**Total Checks:** 72
|
||||
**Passed:** **\_** / 72
|
||||
**Failed:** **\_** / 72
|
||||
**Pass Rate:** **\_**%
|
||||
**Total Checks:** {total}
|
||||
**Passed:** {total passed}
|
||||
**Failed:** {total failed}
|
||||
**Pass Rate:** {percent passed}
|
||||
|
||||
**Recommendation:**
|
||||
|
||||
|
|
@ -140,4 +140,4 @@ _List any cleanup recommendations:_
|
|||
---
|
||||
|
||||
**Audit Completed:** {{date}}
|
||||
**Auditor:** Audit Workflow (BMAD v6)
|
||||
**Auditor:** Audit Workflow (BMad Method)
|
||||
|
|
|
|||
|
|
@ -236,9 +236,9 @@
|
|||
|
||||
## Sign-off
|
||||
|
||||
**Module Name:** \***\*\*\*\*\***\_\_\***\*\*\*\*\***
|
||||
**Module Code:** \***\*\*\*\*\***\_\_\***\*\*\*\*\***
|
||||
**Version:** \***\*\*\*\*\***\_\_\***\*\*\*\*\***
|
||||
**Validated By:** \***\*\*\*\*\***\_\_\***\*\*\*\*\***
|
||||
**Date:** \***\*\*\*\*\***\_\_\***\*\*\*\*\***
|
||||
**Status:** ⬜ Pass / ⬜ Pass with Issues / ⬜ Fail
|
||||
**Module Name:** {name}
|
||||
**Module Code:** {code}
|
||||
**Version:** {version}
|
||||
**Validated By:** {name}
|
||||
**Date:** {date}
|
||||
**Status:** [ ] Pass / [ ] Pass with Issues / [ ] Fail
|
||||
|
|
|
|||
|
|
@ -329,7 +329,7 @@ prompt:
|
|||
|
||||
<critical>Save location:</critical>
|
||||
|
||||
- Save to {{module_path}}/\_module-installer/install-config.yaml
|
||||
- Save to {{module_path}}/module-installer/install-config.yaml
|
||||
|
||||
<ask>Does your module need custom installation logic (database setup, API registration, etc.)?</ask>
|
||||
|
||||
|
|
@ -374,7 +374,7 @@ module.exports = { install };
|
|||
|
||||
<critical>Save location:</critical>
|
||||
|
||||
- Save to {{module_path}}/\_module-installer/installer.js
|
||||
- Save to {{module_path}}/module-installer/installer.js
|
||||
</check>
|
||||
|
||||
<check if="no">
|
||||
|
|
|
|||
|
|
@ -112,5 +112,5 @@
|
|||
|
||||
**Validation Complete:** ⬜ Yes / ⬜ With Issues / ⬜ Needs Revision
|
||||
|
||||
**Validated By:** **\*\*\*\***\_**\*\*\*\***
|
||||
**Date:** **\*\*\*\***\_**\*\*\*\***
|
||||
**Validated By:** {name}
|
||||
**Date:** {date}
|
||||
|
|
|
|||
|
|
@ -240,7 +240,7 @@ If workflow fails:
|
|||
|
||||
**Checklist Complete**: Sign off when all items validated.
|
||||
|
||||
**Completed by:** **\*\***\_\_\_**\*\***
|
||||
**Date:** **\*\***\_\_\_**\*\***
|
||||
**Platform:** **\*\***\_\_\_**\*\*** (GitHub Actions / GitLab CI)
|
||||
**Notes:** \***\*\*\*\*\***\*\*\***\*\*\*\*\***\_\_\_\***\*\*\*\*\***\*\*\***\*\*\*\*\***
|
||||
**Completed by:** {name}
|
||||
**Date:** {date}
|
||||
**Platform:** {GitHub Actions, GitLab CI, Other}
|
||||
**Notes:** {notes}
|
||||
|
|
|
|||
|
|
@ -315,7 +315,7 @@ If workflow fails and needs to be rolled back:
|
|||
|
||||
**Checklist Complete**: Sign off when all items checked and validated.
|
||||
|
||||
**Completed by:** **\*\***\_\_\_**\*\***
|
||||
**Date:** **\*\***\_\_\_**\*\***
|
||||
**Framework:** **\*\***\_\_\_**\*\*** (Playwright / Cypress)
|
||||
**Notes:** \***\*\*\*\*\***\*\*\***\*\*\*\*\***\_\_\_\***\*\*\*\*\***\*\*\***\*\*\*\*\***
|
||||
**Completed by:** {name}
|
||||
**Date:** {date}
|
||||
**Framework:** { Playwright / Cypress or something else}
|
||||
**Notes:** {notes}
|
||||
|
|
|
|||
|
|
@ -228,7 +228,7 @@ If workflow fails:
|
|||
|
||||
**Checklist Complete**: Sign off when all items validated.
|
||||
|
||||
**Completed by:** **\*\***\_\_\_**\*\***
|
||||
**Date:** **\*\***\_\_\_**\*\***
|
||||
**Epic:** **\*\***\_\_\_**\*\***
|
||||
**Notes:** \***\*\*\*\*\***\*\*\***\*\*\*\*\***\_\_\_\***\*\*\*\*\***\*\*\***\*\*\*\*\***
|
||||
**Completed by:** {name}
|
||||
**Date:** {date}
|
||||
**Epic:** {epic title}
|
||||
**Notes:** {additional notes}
|
||||
|
|
|
|||
|
|
@ -14,21 +14,21 @@
|
|||
|
||||
**Check for BMM planning artifacts:**
|
||||
|
||||
- PRD files: {output-folder}/\_prd*.md or {output-folder}/\_prd*/index.md
|
||||
- Tech-spec files: {output-folder}/\_tech-spec*.md or {output-folder}/\_spec*.md
|
||||
- Epic files: {output-folder}/\_epic*.md or {output-folder}/\_epic*/index.md
|
||||
- Architecture: {output-folder}/\_architecture*.md or {output-folder}/\_arch*.md
|
||||
- UX Design: {output-folder}/\_ux*.md or {output-folder}/\_design*.md
|
||||
- Product Brief: {output-folder}/\_brief\*.md
|
||||
- Research docs: {output-folder}/\_research\*.md
|
||||
- Brainstorm docs: {output-folder}/\_brainstorm\*.md
|
||||
- PRD files: {output-folder}/_prd_.md or {output-folder}/_prd_/index.md
|
||||
- Tech-spec files: {output-folder}/_tech-spec_.md or {output-folder}/_spec_.md
|
||||
- Epic files: {output-folder}/_epic_.md or {output-folder}/_epic_/index.md
|
||||
- Architecture: {output-folder}/_architecture_.md or {output-folder}/_arch_.md
|
||||
- UX Design: {output-folder}/_ux_.md or {output-folder}/_design_.md
|
||||
- Product Brief: {output-folder}/\*brief\*.md
|
||||
- Research docs: {output-folder}/\*research\*.md
|
||||
- Brainstorm docs: {output-folder}/\*brainstorm\*.md
|
||||
|
||||
**Check for implementation artifacts:**
|
||||
|
||||
- The following could be in or nested under {output_folder} OR {sprint_artifacts} - CHECK BOTH LOCATIONS
|
||||
- Story files: {output-folder}/stories/*.md or {ephemeral*location}/stories/\*.md
|
||||
- Story files: {output-folder}/stories/*.md or \*\*/stories/*story\*.md
|
||||
- Sprint status: {output_folder}/sprint-status.yaml or {sprint_artifacts}/sprint-status.yaml
|
||||
- Existing workflow status: {output_folder}/bmm-workflow-status.yaml or {sprint_artifacts}/bmm-workflow-status.yaml
|
||||
- Existing workflow status: {default_output_file} or {sprint_artifacts}/bmm-workflow-status.yaml
|
||||
|
||||
**Check for codebase:**
|
||||
|
||||
|
|
@ -660,13 +660,13 @@ For each phase in path file:
|
|||
|
||||
- Brainstorm: {output_folder}/brainstorm\*.md
|
||||
- Research: {output_folder}/research\*.md
|
||||
- Product Brief: {output-folder}/\_brief\*.md
|
||||
- PRD: {output-folder}/\_prd*.md or {output-folder}/\_prd*/index.md
|
||||
- Tech-spec: {output-folder}/\_tech-spec*.md or {output-folder}/\_spec*.md
|
||||
- Epics: {output-folder}/\_epic*.md or {output-folder}/\_epic*/index.md
|
||||
- UX Design: {output-folder}/\_ux*.md or {output-folder}/\_design*.md
|
||||
- Architecture: {output-folder}/\_architecture*.md or {output-folder}/\_arch*.md
|
||||
- Sprint Planning: {output-folder}/\_sprint\*.yaml
|
||||
- Product Brief: {output-folder}/\*brief\*.md
|
||||
- PRD: {output-folder}/_prd_.md or {output-folder}/_prd_/index.md
|
||||
- Tech-spec: {output-folder}/_tech-spec_.md or {output-folder}/_spec_.md
|
||||
- Epics: {output-folder}/_epic_.md or {output-folder}/_epic_/index.md
|
||||
- UX Design: {output-folder}/_ux_.md or {output-folder}/_design_.md
|
||||
- Architecture: {output-folder}/_architecture_.md or {output-folder}/_arch_.md
|
||||
- Sprint Planning: {output-folder}/\*sprint\*.yaml
|
||||
|
||||
**CRITICAL:** If file exists, replace workflow status with ONLY the file path, preserving agent comment.
|
||||
Example: `prd: docs/prd.md # agent: pm` (NOT "completed - docs/prd.md")
|
||||
|
|
|
|||
|
|
@ -1,13 +1,7 @@
|
|||
# Workflow Status Template
|
||||
# This tracks progress through BMM methodology phases
|
||||
# Phase 3/4 (Implementation) is tracked separately in sprint-status.yaml
|
||||
|
||||
# generated: {{generated}}
|
||||
# project: {{project_name}}
|
||||
# project_type: {{project_type}}
|
||||
# selected_track: {{selected_track}}
|
||||
# field_type: {{field_type}}
|
||||
# workflow_path: {{workflow_path_file}}
|
||||
# This tracks progress through BMM methodology Analysis, Planning, and Solutioning phases.
|
||||
# Implementation phase is tracked separately in sprint-status.yaml
|
||||
|
||||
# STATUS DEFINITIONS:
|
||||
# ==================
|
||||
|
|
@ -27,5 +21,4 @@ project_type: "{{project_type}}"
|
|||
selected_track: "{{selected_track}}"
|
||||
field_type: "{{field_type}}"
|
||||
workflow_path: "{{workflow_path_file}}"
|
||||
|
||||
workflow_status: "{{workflow_items}}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue