Commit 7a48868
authored
docs(customization): mention bmad-customize in author-facing guides (#78)
* docs(customization): mention bmad-customize in author-facing guides
Skill authors opt into the customization surface knowing users will
hand-write TOML against it. That's now not the default user path —
BMad core ships bmad-customize, a conversational authoring helper
that scans customizable skills, picks scope, writes the override,
and verifies the merge. Authors should pick field names and defaults
that read well when a user is walked through them in that flow.
Updates two bmb docs:
- explanation/customization-for-authors.md: intro paragraph on the
downstream authoring path
- how-to/make-a-skill-customizable.md: intro note + bullet in the
"What You Get" user-experience list
No changes to skill source or workflows.
* docs(customization-for-authors): soften 'don't hand-write TOML'
augmentcode review flagged the absolute phrasing as inconsistent with
the sibling make-a-skill-customizable.md which says 'won't typically
hand-write'. Aligning: add 'typically' and an explicit one-line note
that hand-writing still works for users who prefer it. Keeps the
naming-implication paragraph intact since that's the point of the
note.1 parent 4a11c44 commit 7a48868
2 files changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
136 | 138 | | |
137 | 139 | | |
138 | 140 | | |
| 141 | + | |
139 | 142 | | |
140 | 143 | | |
141 | 144 | | |
| |||
0 commit comments