Releases: bmad-code-org/bmad-module-creative-intelligence-suite
Releases · bmad-code-org/bmad-module-creative-intelligence-suite
Creative Intelligence Suite v0.2.0
Agent customization surface
- All six agents (
bmad-cis-agent-brainstorming-coach,bmad-cis-agent-creative-problem-solver,bmad-cis-agent-design-thinking-coach,bmad-cis-agent-innovation-strategist,bmad-cis-agent-presentation-master,bmad-cis-agent-storyteller) adopt the BMAD-METHODcustomize.tomlpattern. Each agent'sSKILL.mdnow runs a six-step On Activation block that resolves customization viaresolve_customization.py, executes prepend/append hook steps, loadspersistent_facts, reads config from{project-root}/_bmad/cis/config.yaml, and greets the user before the menu appears. - Added
[agent]namespace in each agent'scustomize.tomlexposingrole,identity,communication_style,principles,persistent_facts,activation_steps_prepend/append, and the[[agent.menu]]entries. Overrides merge per BMad structural rules (scalars override, keyed arrays-of-tables replace-or-append, other arrays append). - Added an agent roster with essence descriptors in
src/module.yamlso external skills (party-mode, retrospective, advanced-elicitation, help catalog) can route to, display, and embody CIS agents without reading each agent file.
Workflow customization surface
- All four workflow skills (
bmad-cis-design-thinking,bmad-cis-innovation-strategy,bmad-cis-problem-solving,bmad-cis-storytelling) converted from redirect-onlySKILL.md+workflow.mdsplit to a single integratedSKILL.md. The standaloneworkflow.mdfile is removed from every workflow skill. - Each workflow gains the same six-step On Activation block as agents (resolve customization → prepend →
persistent_facts→ config load → greet → append), plus aConventionsblock declaring{skill-root},{project-root}, and{skill-name}. - Each workflow's terminal step now invokes
resolve_customization.py --key workflow.on_completeas an<action>inside the final<step>.bmad-cis-problem-solvingwires the hook at both the last mandatory step 8 and the optional step 9 so the hook fires whether or not the user runs the reflection step. - Added
customize.tomlat every workflow skill root with a[workflow]namespace exposingactivation_steps_prepend,activation_steps_append,persistent_facts, andon_complete. Team and per-user overrides merge from{project-root}/_bmad/custom/{skill-name}.tomland{skill-name}.user.toml.
Fixes bundled with the rollout
- Disambiguated "before Step N" references in workflow Inputs sections to "before workflow Step N" now that the activation block also numbers its steps 1-6.
- Clarified
persistent_factsbehavior — if afile:glob matches no files or a path does not exist, silently skip that entry rather than fabricate content. bmad-cis-storytelling: fixed literalcommunication_languageto templated{communication_language}so runtime language switching applies as intended.
v0.1.9
v0.1.8
v0.1.6
v0.1.4
What's Changed
- Improve module-help.csv descriptions with "Use when..." clauses for better LLM comprehension
- Fix duplicate codes (CA -> AGC for Create Agent, VA -> AGV for Validate Agent)
- Reorder workflows: Agent -> Workflow -> Module for logical flow
- Clarify workflow builder is for any custom AI process
- Fix: Update jest to ^30.2.0 to fix installation failure (Jest 30.0.4 not available on npm)
Full changelog: https://github.com/bmad-code-org/bmad-builder/blob/main/CHANGELOG.md
bmad-creative-intelligence-suite v0.1.1
See CHANGELOG.md for details
bmad-creative-intelligence-suite v0.1.0
Initial release