33 lines
1.2 KiB
YAML
Raw Normal View History

2025-10-12 18:10:23 -05:00
# Workflow Status - Master Router and Status Tracker
name: workflow-status
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"
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)
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
default_output_file: "{planning_artifacts}/bmm-workflow-status.yaml"
2025-10-17 00:19:45 -05:00
standalone: true
2025-10-12 18:10:23 -05:00
web_bundle: false