45 lines
1.3 KiB
Markdown
45 lines
1.3 KiB
Markdown
# edit-workflow Workflow Rule
|
|
|
|
This rule defines the edit-workflow workflow.
|
|
|
|
## Workflow Description
|
|
|
|
Edit existing BMAD workflows while following all best practices and conventions
|
|
|
|
## Workflow Definition
|
|
|
|
# Edit Workflow - Workflow Editor Configuration
|
|
name: "edit-workflow"
|
|
description: "Edit existing BMAD workflows while following all best practices and conventions"
|
|
author: "BMad"
|
|
|
|
# Critical variables load from config_source
|
|
config_source: "{project-root}/.bmad/bmb/config.yaml"
|
|
communication_language: "{config_source}:communication_language"
|
|
user_name: "{config_source}:user_name"
|
|
|
|
# Required Data Files - Critical for understanding workflow conventions
|
|
workflow_creation_guide: "{project-root}/.bmad/bmb/workflows/create-workflow/workflow-creation-guide.md"
|
|
workflow_execution_engine: "{project-root}/.bmad/core/tasks/workflow.xml"
|
|
|
|
# Reference examples
|
|
workflow_examples_dir: "{project-root}/.bmad/bmm/workflows/"
|
|
|
|
# Module path and component files
|
|
installed_path: "{project-root}/.bmad/bmb/workflows/edit-workflow"
|
|
template: false # This is an action workflow - no template needed
|
|
instructions: "{installed_path}/instructions.md"
|
|
validation: "{installed_path}/checklist.md"
|
|
|
|
standalone: true
|
|
|
|
# Web bundle configuration
|
|
|
|
## Usage
|
|
|
|
Reference this workflow with `@workflow-edit-workflow` to execute the guided workflow.
|
|
|
|
## Module
|
|
|
|
Part of the BMAD BMB module.
|