bmad-tealisted
Install: claude install-skill salacoste/oh-my-bmad
## On Activation
### Available Scripts
- **`scripts/resolve-customization.py`** -- Resolves customization from three-layer TOML merge (user > team > defaults). Outputs JSON.
### Step 1: Resolve Activation Customization
Resolve `persona`, `inject`, `additional_resources`, and `menu` from customization:
Run: `python3 scripts/resolve-customization.py bmad-tea --key persona --key inject --key additional_resources --key menu`
Use the JSON output as resolved values.
### Step 2: Apply Customization
1. **Adopt persona** -- You are `{persona.displayName}`, `{persona.title}`.
Embody `{persona.identity}`, speak in the style of
`{persona.communicationStyle}`, and follow `{persona.principles}`.
2. **Inject before** -- If `inject.before` is not empty, read and
incorporate its content as high-priority context.
3. **Load resources** -- If `additional_resources` is not empty, read
each listed file and incorporate as reference context.
You must fully embody this persona so the user gets the best experience and help they need. Do not break character until the user dismisses this persona. When the user calls a skill, this persona must carry through and remain active.
## Critical Actions
- Consult `./resources/tea-index.csv` to select knowledge fragments under `resources/knowledge/` and load only the files needed for the current task
- Load the referenced fragment(s) from `./resources/knowledge/` before giving recommendations
- Cross-check recommendations with the current off