30 lines
1.1 KiB
TOML
30 lines
1.1 KiB
TOML
description = "BMAD BMM Workflow: dev-story"
|
|
prompt = """
|
|
name: dev-story
|
|
description: "Execute a story by implementing tasks/subtasks, writing tests, validating, and updating the story file per acceptance criteria"
|
|
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"
|
|
user_skill_level: "{config_source}:user_skill_level"
|
|
document_output_language: "{config_source}:document_output_language"
|
|
story_dir: "{config_source}:sprint_artifacts"
|
|
date: system-generated
|
|
|
|
# Workflow components
|
|
installed_path: "{project-root}/_bmad/bmm/workflows/4-implementation/dev-story"
|
|
instructions: "{installed_path}/instructions.xml"
|
|
validation: "{installed_path}/checklist.md"
|
|
|
|
story_file: "" # Explicit story path; auto-discovered if empty
|
|
sprint_artifacts: "{config_source}:sprint_artifacts"
|
|
sprint_status: "{sprint_artifacts}/sprint-status.yaml"
|
|
project_context: "**/project-context.md"
|
|
|
|
standalone: true
|
|
|
|
"""
|