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"
|
|
|
|
|
date: system-generated
|
|
|
|
|
|
|
|
|
|
# Inputs expected (ask user if missing)
|
|
|
|
|
recommended_inputs:
|
2025-10-10 07:26:49 -07:00
|
|
|
- prd: "{project-root}/docs/PRD.md"
|
|
|
|
|
- architecture: "{project-root}/docs/solution-architecture.md"
|
2025-09-28 23:17:07 -05:00
|
|
|
- frontend_spec: "{project-root}/docs/front-end-spec.md"
|
|
|
|
|
- brownfield_notes: "{project-root}/docs/brownfield-notes.md"
|
|
|
|
|
|
|
|
|
|
# Workflow components
|
|
|
|
|
installed_path: "{project-root}/bmad/bmm/workflows/3-solutioning/tech-spec"
|
|
|
|
|
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:
|
|
|
|
|
- "bmad/bmm/workflows/3-solutioning/tech-spec/template.md"
|
|
|
|
|
- "bmad/bmm/workflows/3-solutioning/tech-spec/instructions.md"
|
|
|
|
|
- "bmad/bmm/workflows/3-solutioning/tech-spec/checklist.md"
|