# Design Thinking Workflow Configuration
name: "design-thinking"
description: "Guide human-centered design processes using empathy-driven methodologies. This workflow walks through the design thinking phases - Empathize, Define, Ideate, Prototype, and Test - to create solutions deeply rooted in user needs."
author: "AAIDD"

# Critical variables load from config_source
config_source: "{project-root}/_aaidd/sis/config.yaml"
output_folder: "{config_source}:output_folder"
user_name: "{config_source}:user_name"
communication_language: "{config_source}:communication_language"
date: system-generated

# Context can be provided via data attribute when invoking
# Example: data="{path}/product-context.md" provides project context

# Module path and component files
installed_path: "{project-root}/_aaidd/sis/workflows/design-thinking"
template: "{installed_path}/template.md"
instructions: "{installed_path}/instructions.md"

# Required Data Files
design_methods: "{installed_path}/design-methods.csv"

# Output configuration
default_output_file: "{output_folder}/design-thinking-{{date}}.md"

standalone: true

web_bundle:
  name: "design-thinking"
  description: "Guide human-centered design processes using empathy-driven methodologies. This workflow walks through the design thinking phases - Empathize, Define, Ideate, Prototype, and Test - to create solutions deeply rooted in user needs."
  author: "AAIDD"
  instructions: "_aaidd/sis/workflows/design-thinking/instructions.md"
  template: "_aaidd/sis/workflows/design-thinking/template.md"
  web_bundle_files:
    - "_aaidd/sis/workflows/design-thinking/instructions.md"
    - "_aaidd/sis/workflows/design-thinking/template.md"
    - "_aaidd/sis/workflows/design-thinking/design-methods.csv"
