35 lines
1.2 KiB
YAML
35 lines
1.2 KiB
YAML
name: gather-requirements
|
|
description: "Gather and document workflow requirements before creating n8n workflow"
|
|
author: "Saif"
|
|
|
|
# Critical variables from config
|
|
config_source: "{project-root}/{bmad_folder}/autominator/config.yaml"
|
|
output_folder: "{config_source}:output_folder"
|
|
user_name: "{config_source}:user_name"
|
|
communication_language: "{config_source}:communication_language"
|
|
requirements_folder: "{config_source}:requirements_folder"
|
|
date: system-generated
|
|
|
|
# Workflow components
|
|
installed_path: "{project-root}/{bmad_folder}/autominator/workflows/gather-requirements"
|
|
template: "{installed_path}/template.md"
|
|
instructions: "{installed_path}/instructions.md"
|
|
validation: "{installed_path}/checklist.md"
|
|
|
|
# Variables
|
|
variables:
|
|
workflow_name: "" # Will be elicited
|
|
workflow_slug: "" # Generated from workflow_name
|
|
problem_description: "" # Will be elicited
|
|
trigger_type: "" # Will be elicited
|
|
data_requirements: "" # Will be elicited
|
|
desired_outcome: "" # Will be elicited
|
|
integrations: "" # Will be elicited
|
|
conditional_logic: "" # Will be elicited
|
|
criticality: "" # Will be elicited
|
|
|
|
default_output_file: "{requirements_folder}/req-{workflow_slug}.md"
|
|
|
|
standalone: true
|
|
web_bundle: false
|