1.2 KiB
1.2 KiB
| name | description |
|---|---|
| bmad-create-ux-design | Plan UX patterns and design specifications. Use when the user says "lets create UX design" or "create UX specifications" or "help me plan the UX" |
Available Scripts
scripts/resolve-customization.py-- Resolves customization from three-layer TOML merge (user > team > defaults). Outputs JSON.
Resolve Customization
Resolve inject and additional_resources from customization:
Run: python3 scripts/resolve-customization.py bmad-create-ux-design --key inject --key additional_resources
Use the JSON output as resolved values.
- Inject before -- If
inject.beforeresolved to a non-empty value, prepend it to your active instructions and follow it. - Available resources -- Note the
additional_resourceslist. Do not read these files now; they are available for the injected prompt or workflow steps to reference when needed.
Follow the instructions in ./workflow.md.
Post-Workflow Customization
After the workflow completes, resolve inject.after from customization:
Run: python3 scripts/resolve-customization.py bmad-create-ux-design --key inject.after
If resolved inject.after is not empty, append it to your active instructions and follow it.