31 lines
1.2 KiB
YAML
31 lines
1.2 KiB
YAML
# Story Context Creation Workflow
|
|
name: story-context
|
|
description: "Assemble a dynamic Story Context XML by pulling latest documentation and existing code/library artifacts relevant to a drafted story"
|
|
author: "BMad"
|
|
|
|
# Critical variables
|
|
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"
|
|
document_output_language: "{config_source}:document_output_language"
|
|
story_path: "{config_source}:dev_story_location"
|
|
date: system-generated
|
|
|
|
# Workflow components
|
|
installed_path: "{project-root}/bmad/bmm/workflows/4-implementation/story-context"
|
|
template: "{installed_path}/context-template.xml"
|
|
instructions: "{installed_path}/instructions.md"
|
|
validation: "{installed_path}/checklist.md"
|
|
|
|
# Variables and inputs
|
|
variables:
|
|
story_path: "" # Optional: Explicit story path. If not provided, finds first story with status "drafted"
|
|
story_dir: "{config_source}:dev_story_location"
|
|
|
|
# Output configuration
|
|
# Uses story_key from sprint-status.yaml (e.g., "1-2-user-authentication")
|
|
default_output_file: "{story_dir}/{{story_key}}.context.xml"
|
|
|
|
standalone: true
|