# Workflow Status - Lightweight Status Checker
The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml
You MUST have already loaded and processed: {project-root}/_bmad/bmm/workflows/workflow-status/workflow.yaml
This workflow answers \"what should I do now?\" for any agent by reading workflow configuration.
Check if {workflow_path} exists
Exit workflow
Read {workflow_path}
Parse: project_level, project_type, workflow_mode, recommended_workflows
Check if {sprint_status_file} exists
Read {sprint_status_file}
Parse sprint status for current implementation phase
Determine if project is in active implementation
选择下一步操作:
1) 运行推荐工作流
2) 查看 sprint-status 详情 (仅 Level 4)
3) 重新初始化项目 (运行 workflow-init)
4) 退出
Display contents of {sprint_status_file} if exists
Exit workflow