23 lines
734 B
YAML
23 lines
734 B
YAML
name: implement
|
|
description: "Implement a bug fix or feature - loads context from bugs.yaml, implements the code, updates both bugs.yaml and bugs.md with [IMPLEMENTED] tag"
|
|
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"
|
|
date: system-generated
|
|
|
|
# Workflow components
|
|
installed_path: "{project-root}/.bmad/bmm/workflows/implement"
|
|
instructions: "{installed_path}/instructions.md"
|
|
template: false
|
|
|
|
# Input and output files
|
|
variables:
|
|
bugs_md: "{output_folder}/bugs.md"
|
|
bugs_yaml: "{output_folder}/bugs.yaml"
|
|
|
|
standalone: true
|