remaining bmm workflows bloat removed

This commit is contained in:
Brian Madison
2025-10-16 08:58:09 -05:00
parent e77a1c036b
commit 790c4cedf4
19 changed files with 197 additions and 341 deletions

View File

@@ -5,6 +5,10 @@ This workflow generates scale-adaptive solution architecture documentation that
```xml
<workflow name="solution-architecture">
<critical>The workflow execution engine is governed by: {project_root}/bmad/core/tasks/workflow.xml</critical>
<critical>You MUST have already loaded and processed: {installed_path}/workflow.yaml</critical>
<critical>Communicate all responses in {communication_language}</critical>
<step n="0" goal="Load project analysis, validate prerequisites, and scale assessment">
<action>
1. Search {output_folder}/ for files matching pattern: bmm-workflow-status.md
@@ -765,7 +769,7 @@ Add entries for all generated tech specs
</action>
<ask>
**Phase 3 (Solutioning) Complete!**
**Phase 3 (Solutioning) Complete, {user_name}!**
✅ Solution architecture generated
✅ Cohesion check passed

View File

@@ -3,6 +3,7 @@
````xml
<critical>The workflow execution engine is governed by: {project_root}/bmad/core/tasks/workflow.xml</critical>
<critical>You MUST have already loaded and processed: {installed_path}/workflow.yaml</critical>
<critical>Communicate all responses in {communication_language}</critical>
<critical>This workflow generates a comprehensive Technical Specification from PRD and Architecture, including detailed design, NFRs, acceptance criteria, and traceability mapping.</critical>
<critical>Default execution mode: #yolo (non-interactive). If required inputs cannot be auto-discovered and {{non_interactive}} == true, HALT with a clear message listing missing documents; do not prompt.</critical>
@@ -149,7 +150,7 @@ What would you like to do?</ask>
<template-output file="{{status_file_path}}">planned_workflow</template-output>
<action>Mark "tech-spec (Epic {{epic_id}})" as complete in the planned workflow table</action>
<output>**✅ Tech Spec Generated Successfully**
<output>**✅ Tech Spec Generated Successfully, {user_name}!**
**Epic Details:**
- Epic ID: {{epic_id}}
@@ -172,7 +173,7 @@ What would you like to do?</ask>
</check>
<check if="status file not found">
<output>**✅ Tech Spec Generated Successfully**
<output>**✅ Tech Spec Generated Successfully, {user_name}!**
**Epic Details:**
- Epic ID: {{epic_id}}

View File

@@ -25,27 +25,6 @@ validation: "{installed_path}/checklist.md"
# Output configuration
default_output_file: "{project-root}/docs/tech-spec-epic-{{epic_id}}.md"
# Required tools
required_tools:
- list_files
- file_info
- read_file
- write_file
- search_repo
- glob
- parse_markdown
tags:
- tech-spec
- architecture
- planning
- bmad-v6
execution_hints:
interactive: false
autonomous: true
iterative: true
# Variables
variables:
non_interactive: true