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: - prd: "{project-root}/docs/PRD.md" - architecture: "{project-root}/docs/solution-architecture.md" - 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 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"