2025-10-12 18:10:23 -05:00
# Workflow Status - Master Router and Status Tracker
name : workflow-status
2025-10-30 08:13:18 -05:00
description : 'Lightweight status checker - answers "what should I do now?" for any agent. Reads YAML status file for workflow tracking. Use workflow-init for new projects.'
2025-10-12 18:10:23 -05:00
author : "BMad"
# Critical variables from config
2025-12-13 16:22:34 +08:00
config_source : "{project-root}/_bmad/bmm/config.yaml"
2025-10-12 18:10:23 -05:00
output_folder : "{config_source}:output_folder"
2025-12-23 11:40:38 +08:00
planning_artifacts : "{config_source}:planning_artifacts"
implementation_artifacts : "{config_source}:implementation_artifacts"
2025-10-12 18:10:23 -05:00
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-10-12 18:10:23 -05:00
date : system-generated
# Workflow components
2025-12-13 16:22:34 +08:00
installed_path : "{project-root}/_bmad/bmm/workflows/workflow-status"
2025-10-12 18:10:23 -05:00
instructions : "{installed_path}/instructions.md"
2025-10-17 00:19:45 -05:00
# Template for status file creation (used by workflow-init)
2025-10-30 08:13:18 -05:00
template : "{installed_path}/workflow-status-template.yaml"
2025-10-12 18:10:23 -05:00
2025-10-17 00:19:45 -05:00
# Path definitions for project types
path_files : "{installed_path}/paths/"
# Output configuration - reads existing status
2025-12-23 11:40:38 +08:00
default_output_file : "{planning_artifacts}/bmm-workflow-status.yaml"
2025-10-17 00:19:45 -05:00
2025-10-26 20:06:34 -05:00
standalone : true
2025-10-12 18:10:23 -05:00
web_bundle : false