chore(bmad): BMAD v6.10 Setup (bmm, de) + PRD/Addendum/Projekt-Kontext (adversarial validiert, revidiert)
This commit is contained in:
parent
6d956c7672
commit
3fdc1b1dd0
256 changed files with 31087 additions and 0 deletions
33
.claude/skills/bmad-quick-dev/customize.toml
Normal file
33
.claude/skills/bmad-quick-dev/customize.toml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# DO NOT EDIT -- overwritten on every update.
|
||||
#
|
||||
# Default customization values for bmad-quick-dev.
|
||||
# Override in _bmad/custom/bmad-quick-dev.toml or
|
||||
# _bmad/custom/bmad-quick-dev.user.toml.
|
||||
#
|
||||
# Merge rules:
|
||||
# - Strings replace the default.
|
||||
# - Lists append to the default list.
|
||||
# - Tables merge key by key.
|
||||
|
||||
[workflow]
|
||||
|
||||
# Extra instructions to run before config is loaded and before the user is greeted.
|
||||
|
||||
activation_steps_prepend = []
|
||||
|
||||
# Extra instructions to run after the greeting and before step 01.
|
||||
|
||||
activation_steps_append = []
|
||||
|
||||
# Facts kept in context for the whole run.
|
||||
# Entries are literal text or file references prefixed with "file:".
|
||||
# File entries may use globs and are loaded during activation.
|
||||
|
||||
persistent_facts = [
|
||||
"file:{project-root}/**/project-context.md",
|
||||
]
|
||||
|
||||
# Instruction run after Quick Dev completes.
|
||||
# Empty means no extra completion behavior.
|
||||
|
||||
on_complete = ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue