removed some bad formatting that was injected previously

This commit is contained in:
Brian Madison 2025-11-11 17:30:12 -06:00
parent 4d745532aa
commit 74f54a088a
9 changed files with 46 additions and 53 deletions

View File

@ -125,10 +125,10 @@ _List any cleanup recommendations:_
## Audit Summary ## Audit Summary
**Total Checks:** 72 **Total Checks:** {total}
**Passed:** **\_** / 72 **Passed:** {total passed}
**Failed:** **\_** / 72 **Failed:** {total failed}
**Pass Rate:** **\_**% **Pass Rate:** {percent passed}
**Recommendation:** **Recommendation:**
@ -140,4 +140,4 @@ _List any cleanup recommendations:_
--- ---
**Audit Completed:** {{date}} **Audit Completed:** {{date}}
**Auditor:** Audit Workflow (BMAD v6) **Auditor:** Audit Workflow (BMad Method)

View File

@ -236,9 +236,9 @@
## Sign-off ## Sign-off
**Module Name:** \***\*\*\*\*\***\_\_\***\*\*\*\*\*** **Module Name:** {name}
**Module Code:** \***\*\*\*\*\***\_\_\***\*\*\*\*\*** **Module Code:** {code}
**Version:** \***\*\*\*\*\***\_\_\***\*\*\*\*\*** **Version:** {version}
**Validated By:** \***\*\*\*\*\***\_\_\***\*\*\*\*\*** **Validated By:** {name}
**Date:** \***\*\*\*\*\***\_\_\***\*\*\*\*\*** **Date:** {date}
**Status:** ⬜ Pass / ⬜ Pass with Issues / ⬜ Fail **Status:** [ ] Pass / [ ] Pass with Issues / [ ] Fail

View File

@ -329,7 +329,7 @@ prompt:
<critical>Save location:</critical> <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> <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> <critical>Save location:</critical>
- Save to {{module_path}}/\_module-installer/installer.js - Save to {{module_path}}/module-installer/installer.js
</check> </check>
<check if="no"> <check if="no">

View File

@ -112,5 +112,5 @@
**Validation Complete:** ⬜ Yes / ⬜ With Issues / ⬜ Needs Revision **Validation Complete:** ⬜ Yes / ⬜ With Issues / ⬜ Needs Revision
**Validated By:** **\*\*\*\***\_**\*\*\*\*** **Validated By:** {name}
**Date:** **\*\*\*\***\_**\*\*\*\*** **Date:** {date}

View File

@ -240,7 +240,7 @@ If workflow fails:
**Checklist Complete**: Sign off when all items validated. **Checklist Complete**: Sign off when all items validated.
**Completed by:** **\*\***\_\_\_**\*\*** **Completed by:** {name}
**Date:** **\*\***\_\_\_**\*\*** **Date:** {date}
**Platform:** **\*\***\_\_\_**\*\*** (GitHub Actions / GitLab CI) **Platform:** {GitHub Actions, GitLab CI, Other}
**Notes:** \***\*\*\*\*\***\*\*\***\*\*\*\*\***\_\_\_\***\*\*\*\*\***\*\*\***\*\*\*\*\*** **Notes:** {notes}

View File

@ -315,7 +315,7 @@ If workflow fails and needs to be rolled back:
**Checklist Complete**: Sign off when all items checked and validated. **Checklist Complete**: Sign off when all items checked and validated.
**Completed by:** **\*\***\_\_\_**\*\*** **Completed by:** {name}
**Date:** **\*\***\_\_\_**\*\*** **Date:** {date}
**Framework:** **\*\***\_\_\_**\*\*** (Playwright / Cypress) **Framework:** { Playwright / Cypress or something else}
**Notes:** \***\*\*\*\*\***\*\*\***\*\*\*\*\***\_\_\_\***\*\*\*\*\***\*\*\***\*\*\*\*\*** **Notes:** {notes}

View File

@ -228,7 +228,7 @@ If workflow fails:
**Checklist Complete**: Sign off when all items validated. **Checklist Complete**: Sign off when all items validated.
**Completed by:** **\*\***\_\_\_**\*\*** **Completed by:** {name}
**Date:** **\*\***\_\_\_**\*\*** **Date:** {date}
**Epic:** **\*\***\_\_\_**\*\*** **Epic:** {epic title}
**Notes:** \***\*\*\*\*\***\*\*\***\*\*\*\*\***\_\_\_\***\*\*\*\*\***\*\*\***\*\*\*\*\*** **Notes:** {additional notes}

View File

@ -14,21 +14,21 @@
**Check for BMM planning artifacts:** **Check for BMM planning artifacts:**
- PRD files: {output-folder}/\_prd*.md or {output-folder}/\_prd*/index.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 - 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 - Epic files: {output-folder}/_epic_.md or {output-folder}/_epic_/index.md
- Architecture: {output-folder}/\_architecture*.md or {output-folder}/\_arch*.md - Architecture: {output-folder}/_architecture_.md or {output-folder}/_arch_.md
- UX Design: {output-folder}/\_ux*.md or {output-folder}/\_design*.md - UX Design: {output-folder}/_ux_.md or {output-folder}/_design_.md
- Product Brief: {output-folder}/\_brief\*.md - Product Brief: {output-folder}/\*brief\*.md
- Research docs: {output-folder}/\_research\*.md - Research docs: {output-folder}/\*research\*.md
- Brainstorm docs: {output-folder}/\_brainstorm\*.md - Brainstorm docs: {output-folder}/\*brainstorm\*.md
**Check for implementation artifacts:** **Check for implementation artifacts:**
- The following could be in or nested under {output_folder} OR {sprint_artifacts} - CHECK BOTH LOCATIONS - 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 - 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:** **Check for codebase:**
@ -660,13 +660,13 @@ For each phase in path file:
- Brainstorm: {output_folder}/brainstorm\*.md - Brainstorm: {output_folder}/brainstorm\*.md
- Research: {output_folder}/research\*.md - Research: {output_folder}/research\*.md
- Product Brief: {output-folder}/\_brief\*.md - Product Brief: {output-folder}/\*brief\*.md
- PRD: {output-folder}/\_prd*.md or {output-folder}/\_prd*/index.md - PRD: {output-folder}/_prd_.md or {output-folder}/_prd_/index.md
- Tech-spec: {output-folder}/\_tech-spec*.md or {output-folder}/\_spec*.md - Tech-spec: {output-folder}/_tech-spec_.md or {output-folder}/_spec_.md
- Epics: {output-folder}/\_epic*.md or {output-folder}/\_epic*/index.md - Epics: {output-folder}/_epic_.md or {output-folder}/_epic_/index.md
- UX Design: {output-folder}/\_ux*.md or {output-folder}/\_design*.md - UX Design: {output-folder}/_ux_.md or {output-folder}/_design_.md
- Architecture: {output-folder}/\_architecture*.md or {output-folder}/\_arch*.md - Architecture: {output-folder}/_architecture_.md or {output-folder}/_arch_.md
- Sprint Planning: {output-folder}/\_sprint\*.yaml - Sprint Planning: {output-folder}/\*sprint\*.yaml
**CRITICAL:** If file exists, replace workflow status with ONLY the file path, preserving agent comment. **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") Example: `prd: docs/prd.md # agent: pm` (NOT "completed - docs/prd.md")

View File

@ -1,13 +1,7 @@
# Workflow Status Template # Workflow Status Template
# This tracks progress through BMM methodology phases
# Phase 3/4 (Implementation) is tracked separately in sprint-status.yaml
# generated: {{generated}} # This tracks progress through BMM methodology Analysis, Planning, and Solutioning phases.
# project: {{project_name}} # Implementation phase is tracked separately in sprint-status.yaml
# project_type: {{project_type}}
# selected_track: {{selected_track}}
# field_type: {{field_type}}
# workflow_path: {{workflow_path_file}}
# STATUS DEFINITIONS: # STATUS DEFINITIONS:
# ================== # ==================
@ -27,5 +21,4 @@ project_type: "{{project_type}}"
selected_track: "{{selected_track}}" selected_track: "{{selected_track}}"
field_type: "{{field_type}}" field_type: "{{field_type}}"
workflow_path: "{{workflow_path_file}}" workflow_path: "{{workflow_path_file}}"
workflow_status: "{{workflow_items}}" workflow_status: "{{workflow_items}}"