-
Notifications
You must be signed in to change notification settings - Fork 0
bmad: initial - for visibility #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR introduces the initial implementation of a comprehensive BMAD workflow system, establishing foundational infrastructure for creating and managing workflows, modules, and agents. The changes introduce structured, step-based workflows with standardized patterns for user interaction, state management, and documentation generation.
Key Changes:
- Introduces create-workflow and create-module workflows with multi-step processes
- Establishes create-agent workflow with 11-step agent creation process
- Adds reference examples including meal-prep-nutrition workflow
- Implements standardized menu systems (Advanced Elicitation, Party Mode, Continue)
Reviewed changes
Copilot reviewed 189 out of 573 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
.bmad/bmb/workflows/create-workflow/steps/step-04-plan-review.md |
Plan review and approval step for workflow creation |
.bmad/bmb/workflows/create-workflow/steps/step-03-tools-configuration.md |
Tools and integrations configuration step |
.bmad/bmb/workflows/create-workflow/steps/step-02-gather.md |
Requirements gathering through collaborative conversation |
.bmad/bmb/workflows/create-workflow/steps/step-01-init.md |
Workflow creation initialization and setup |
.bmad/bmb/workflows/create-module/workflow.md |
Main workflow definition for module creation |
.bmad/bmb/workflows/create-module/validation.md |
Module validation checklist and criteria |
.bmad/bmb/workflows/create-module/templates/*.md |
Template files for module components |
.bmad/bmb/workflows/create-module/steps/step-*.md |
11 workflow steps for module creation |
.bmad/bmb/workflows/create-agent/workflow.md |
Main workflow definition for agent creation |
.bmad/bmb/workflows/create-agent/templates/*.md |
Template files for agent components |
.bmad/bmb/workflows/create-agent/steps/step-*.md |
11 workflow steps for agent creation |
.bmad/bmb/workflows/create-agent/data/* |
Reference examples and validation data |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| - 🛑 NEVER generate content without user input | ||
| - 📖 CRITICAL: Read the complete step file before taking any action | ||
| - 🔄 CRITICAL: Read the complete step file before taking any action |
Copilot
AI
Dec 9, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate rule on consecutive lines (lines 34 and 35). Line 34 already states 'Read the complete step file before taking any action', making line 35 redundant.
| - 🔄 CRITICAL: Read the complete step file before taking any action |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Difficult to say but sometimes redundance is reasonable! And in this case, it has two different emojis!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 189 out of 579 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.