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

@@ -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}

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.
**Completed by:** **\*\***\_\_\_**\*\***
**Date:** **\*\***\_\_\_**\*\***
**Framework:** **\*\***\_\_\_**\*\*** (Playwright / Cypress)
**Notes:** \***\*\*\*\*\***\*\*\***\*\*\*\*\***\_\_\_\***\*\*\*\*\***\*\*\***\*\*\*\*\***
**Completed by:** {name}
**Date:** {date}
**Framework:** { Playwright / Cypress or something else}
**Notes:** {notes}

View File

@@ -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}

View File

@@ -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")

View File

@@ -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}}"