Skip to content

Releases: bmad-code-org/bmad-module-creative-intelligence-suite

Creative Intelligence Suite v0.2.0

23 Apr 18:07
14a63b8

Choose a tag to compare

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-METHOD customize.toml pattern. Each agent's SKILL.md now runs a six-step On Activation block that resolves customization via resolve_customization.py, executes prepend/append hook steps, loads persistent_facts, reads config from {project-root}/_bmad/cis/config.yaml, and greets the user before the menu appears.
  • Added [agent] namespace in each agent's customize.toml exposing role, 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.yaml so 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-only SKILL.md + workflow.md split to a single integrated SKILL.md. The standalone workflow.md file 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 a Conventions block declaring {skill-root}, {project-root}, and {skill-name}.
  • Each workflow's terminal step now invokes resolve_customization.py --key workflow.on_complete as an <action> inside the final <step>. bmad-cis-problem-solving wires 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.toml at every workflow skill root with a [workflow] namespace exposing activation_steps_prepend, activation_steps_append, persistent_facts, and on_complete. Team and per-user overrides merge from {project-root}/_bmad/custom/{skill-name}.toml and {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_facts behavior — if a file: glob matches no files or a path does not exist, silently skip that entry rather than fabricate content.
  • bmad-cis-storytelling: fixed literal communication_language to templated {communication_language} so runtime language switching applies as intended.

v0.1.9

19 Mar 04:53

Choose a tag to compare

v0.1.9 - Mar 18, 2026

  • Patch conversion rename of folder and conversion to skill format

v0.1.8

23 Feb 23:10

Choose a tag to compare

What's Changed

  • Fix: use consistent YAML quoting in workflow descriptions

v0.1.6

09 Feb 00:52

Choose a tag to compare

Release v0.1.6

v0.1.4

01 Feb 17:26

Choose a tag to compare

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

24 Jan 06:34

Choose a tag to compare

See CHANGELOG.md for details

bmad-creative-intelligence-suite v0.1.0

24 Jan 06:37

Choose a tag to compare