26 lines
707 B
YAML
26 lines
707 B
YAML
# Debug Workflow: Instrumentation Design
|
|
name: debug-instrument
|
|
description: "Design strategic logging and monitoring points. Creates instrumentation plan for production debugging."
|
|
author: "BMad"
|
|
|
|
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"
|
|
date: system-generated
|
|
|
|
installed_path: "{project-root}/bmad/bmm/workflows/debug/instrument"
|
|
instructions: "{installed_path}/instructions.md"
|
|
template: false
|
|
|
|
tags:
|
|
- debug
|
|
- instrumentation
|
|
- observability
|
|
- production
|
|
|
|
execution_hints:
|
|
interactive: true
|
|
autonomous: false
|
|
iterative: false
|