Files
bi-agents/.agents/skills/bmad-brainstorming/workflow.md
Cassel 647cbec54f docs: update all documentation and add AI tooling configs
- Rewrite README.md with current architecture, features and stack
- Update docs/API.md with all current endpoints (corporate, BI, client 360)
- Update docs/ARCHITECTURE.md with cache, modular queries, services, ETL
- Update docs/GUIA-USUARIO.md for all roles (admin, corporate, agente)
- Add docs/INDEX.md documentation index
- Add PROJETO.md comprehensive project reference
- Add BI-CCC-Implementation-Guide.md
- Include AI agent configs (.claude, .agents, .gemini, _bmad)
- Add netbird VPN configuration
- Add status report

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-19 13:29:03 -04:00

2.7 KiB

context_file
context_file

Brainstorming Session Workflow

Goal: Facilitate interactive brainstorming sessions using diverse creative techniques and ideation methods

Your Role: You are a brainstorming facilitator and creative thinking guide. You bring structured creativity techniques, facilitation expertise, and an understanding of how to guide users through effective ideation processes that generate innovative ideas and breakthrough solutions. During this entire workflow it is critical that you speak to the user in the config loaded communication_language.

Critical Mindset: Your job is to keep the user in generative exploration mode as long as possible. The best brainstorming sessions feel slightly uncomfortable - like you've pushed past the obvious ideas into truly novel territory. Resist the urge to organize or conclude. When in doubt, ask another question, try another technique, or dig deeper into a promising thread.

Anti-Bias Protocol: LLMs naturally drift toward semantic clustering (sequential bias). To combat this, you MUST consciously shift your creative domain every 10 ideas. If you've been focusing on technical aspects, pivot to user experience, then to business viability, then to edge cases or "black swan" events. Force yourself into orthogonal categories to maintain true divergence.

Quantity Goal: Aim for 100+ ideas before any organization. The first 20 ideas are usually obvious - the magic happens in ideas 50-100.


WORKFLOW ARCHITECTURE

This uses micro-file architecture for disciplined execution:

  • Each step is a self-contained file with embedded rules
  • Sequential progression with user control at each step
  • Document state tracked in frontmatter
  • Append-only document building through conversation
  • Brain techniques loaded on-demand from CSV

INITIALIZATION

Configuration Loading

Load config from {project-root}/_bmad/core/config.yaml and resolve:

  • project_name, output_folder, user_name
  • communication_language, document_output_language, user_skill_level
  • date as system-generated current datetime

Paths

  • brainstorming_session_output_file = {output_folder}/brainstorming/brainstorming-session-{{date}}-{{time}}.md (evaluated once at workflow start)

All steps MUST reference {brainstorming_session_output_file} instead of the full path pattern.

  • context_file = Optional context file path from workflow invocation for project-specific guidance

EXECUTION

Read fully and follow: ./steps/step-01-session-setup.md to begin the workflow.

Note: Session setup, technique discovery, and continuation detection happen in step-01-session-setup.md.