30 lines
1.1 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 simple key-value status file for instant parsing. Use workflow-init for new projects.'
2025-10-12 18:10:23 -05:00
author: "BMad"
# Critical variables from config
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"
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
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.md"
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: "{output_folder}/bmm-workflow-status.md"
# This is now a lightweight router workflow
2025-10-12 18:10:23 -05:00
web_bundle: false