28 lines
1.8 KiB
TOML
28 lines
1.8 KiB
TOML
# ──────────────────────────────────────────────────────────────────
|
|
# Customization Defaults: bmad-create-prd
|
|
# This file defines all customizable fields for this skill.
|
|
# DO NOT EDIT THIS FILE -- it is overwritten on every update.
|
|
#
|
|
# HOW TO CUSTOMIZE:
|
|
# 1. Create an override file with only the fields you want to change:
|
|
# _bmad/customizations/bmad-create-prd.toml (team/org, committed to git)
|
|
# _bmad/customizations/bmad-create-prd.user.toml (personal, gitignored)
|
|
# 2. Copy just the fields you want to override into your file.
|
|
# Unmentioned fields inherit from this defaults file.
|
|
# 3. For array fields (like additional_resources), include the
|
|
# complete array you want -- arrays replace, not append.
|
|
# ──────────────────────────────────────────────────────────────────
|
|
|
|
# Additional resource files loaded into workflow context on activation.
|
|
# Paths are relative to {project-root}.
|
|
additional_resources = []
|
|
|
|
# ──────────────────────────────────────────────────────────────────
|
|
# Injected prompts - content woven into the workflow's context.
|
|
# 'before' loads before the workflow begins.
|
|
# 'after' loads after the workflow completes (pre-finalize).
|
|
# ──────────────────────────────────────────────────────────────────
|
|
[inject]
|
|
before = ""
|
|
after = ""
|