Major changes across backend, frontend, infrastructure: - Provider system with model selection (Google, DeepL, OpenAI, Ollama, Google Cloud) - Admin panel: user management, pricing, settings - Glossary system with CSV import/export - Subscription and tier quota management - Security hardening (rate limiting, API key auth, path traversal fixes) - Docker compose for dev, prod, and IONOS deployment - Alembic migrations for new tables - Frontend: dashboard, pricing page, landing page, i18n (en/fr) - Test suite and verification scripts Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2.2 KiB
2.2 KiB
| 1 | module | phase | name | code | sequence | workflow-file | command | required | agent | options | description | output-location | outputs | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2 | core | anytime | Brainstorming | BSP | _bmad/core/workflows/brainstorming/workflow.md | bmad-brainstorming | false | analyst | Generate diverse ideas through interactive techniques. Use early in ideation phase or when stuck generating ideas. | {output_folder}/brainstorming/brainstorming-session-{{date}}.md | ||||
| 3 | core | anytime | Party Mode | PM | _bmad/core/workflows/party-mode/workflow.md | bmad-party-mode | false | party-mode facilitator | Orchestrate multi-agent discussions. Use when you need multiple agent perspectives or want agents to collaborate. | |||||
| 4 | core | anytime | bmad-help | BH | _bmad/core/tasks/help.md | bmad-help | false | Get unstuck by showing what workflow steps come next or answering BMad Method questions. | ||||||
| 5 | core | anytime | Index Docs | ID | _bmad/core/tasks/index-docs.xml | bmad-index-docs | false | Create lightweight index for quick LLM scanning. Use when LLM needs to understand available docs without loading everything. | ||||||
| 6 | core | anytime | Shard Document | SD | _bmad/core/tasks/shard-doc.xml | bmad-shard-doc | false | Split large documents into smaller files by sections. Use when doc becomes too large (>500 lines) to manage effectively. | ||||||
| 7 | core | anytime | Editorial Review - Prose | EP | _bmad/core/tasks/editorial-review-prose.xml | bmad-editorial-review-prose | false | Review prose for clarity, tone, and communication issues. Use after drafting to polish written content. | report located with target document | three-column markdown table with suggested fixes | ||||
| 8 | core | anytime | Editorial Review - Structure | ES | _bmad/core/tasks/editorial-review-structure.xml | bmad-editorial-review-structure | false | Propose cuts, reorganization, and simplification while preserving comprehension. Use when doc produced from multiple subprocesses or needs structural improvement. | report located with target document | |||||
| 9 | core | anytime | Adversarial Review (General) | AR | _bmad/core/tasks/review-adversarial-general.xml | bmad-review-adversarial-general | false | Review content critically to find issues and weaknesses. Use for quality assurance or before finalizing deliverables. Code Review in other modules run this automatically, but its useful also for document reviews |