2025-09-28 23:17:07 -05:00
|
|
|
name: tech-spec
|
|
|
|
|
description: "Generate a comprehensive Technical Specification from PRD and Architecture with acceptance criteria and traceability mapping"
|
|
|
|
|
author: "BMAD BMM"
|
|
|
|
|
|
|
|
|
|
# Critical variables
|
|
|
|
|
config_source: "{project-root}/bmad/bmm/config.yaml"
|
|
|
|
|
output_folder: "{config_source}:output_folder"
|
|
|
|
|
user_name: "{config_source}:user_name"
|
|
|
|
|
communication_language: "{config_source}:communication_language"
|
2025-10-17 19:46:25 -05:00
|
|
|
document_output_language: "{config_source}:document_output_language"
|
|
|
|
|
user_skill_level: "{config_source}:user_skill_level"
|
2025-09-28 23:17:07 -05:00
|
|
|
date: system-generated
|
|
|
|
|
|
2025-10-19 15:28:33 -05:00
|
|
|
# Inputs expected ( check output_folder or ask user if missing)
|
2025-09-28 23:17:07 -05:00
|
|
|
recommended_inputs:
|
2025-10-19 15:28:33 -05:00
|
|
|
- prd
|
|
|
|
|
- gdd
|
|
|
|
|
- spec
|
|
|
|
|
- architecture
|
|
|
|
|
- ux_spec
|
2025-09-28 23:17:07 -05:00
|
|
|
|
|
|
|
|
# Workflow components
|
2025-10-19 15:28:33 -05:00
|
|
|
installed_path: "{project-root}/bmad/bmm/workflows/4-implementation/epic-tech-context"
|
2025-09-28 23:17:07 -05:00
|
|
|
template: "{installed_path}/template.md"
|
|
|
|
|
instructions: "{installed_path}/instructions.md"
|
|
|
|
|
validation: "{installed_path}/checklist.md"
|
|
|
|
|
|
|
|
|
|
# Output configuration
|
|
|
|
|
default_output_file: "{project-root}/docs/tech-spec-epic-{{epic_id}}.md"
|
|
|
|
|
|
|
|
|
|
# Variables
|
|
|
|
|
variables:
|
|
|
|
|
non_interactive: true
|
2025-09-29 20:19:14 -05:00
|
|
|
|
|
|
|
|
web_bundle:
|
|
|
|
|
name: "tech-spec"
|
|
|
|
|
description: "Generate a comprehensive Technical Specification from PRD and Architecture with acceptance criteria and traceability mapping"
|
|
|
|
|
author: "BMAD BMM"
|
|
|
|
|
web_bundle_files:
|
2025-10-19 15:28:33 -05:00
|
|
|
- "bmad/bmm/workflows/4-implementation/epic-tech-context/template.md"
|
|
|
|
|
- "bmad/bmm/workflows/4-implementation/epic-tech-context/instructions.md"
|
|
|
|
|
- "bmad/bmm/workflows/4-implementation/epic-tech-context/checklist.md"
|