Skip to content

Commit 5c3f363

Browse files
DavidsonGomesclaude
andcommitted
rebrand: rename BMad Method to EVO Method (Evolve, Validate, Orchestrate)
Fork do BMad Method original com rebranding completo: - Renomeado package, CLI, skills, agents, workflows, docs e testes - README atualizado indicando fork do projeto original - 392 arquivos atualizados, zero referências residuais a "bmad" Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 956c43f commit 5c3f363

File tree

392 files changed

+3098
-3157
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

392 files changed

+3098
-3157
lines changed

.augment/code_review_guidelines.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Augment Code Review Guidelines for BMAD-METHOD
1+
# Augment Code Review Guidelines for EVO-METHOD
22
# https://docs.augmentcode.com/codereview/overview
33
# Focus: Workflow validation and quality
44

@@ -27,7 +27,7 @@ file_paths_to_ignore:
2727
- "test/template-test-generator/**"
2828
- "tools/template-test-generator/test-scenarios/**"
2929
# --- Shared baseline: non-project dirs ---
30-
- "_bmad*/**"
30+
- "_evo*/**"
3131
- "website/**"
3232
- "z*/**"
3333
- "sample-project/**"

.claude/skills/bmad-os-audit-file-refs/SKILL.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.claude/skills/bmad-os-diataxis-style-fix/SKILL.md

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
name: evo-os-audit-file-refs
3+
description: Audit EVO source files for file-reference convention violations using parallel Haiku subagents. Use when users requests an "audit file references" for a skill, workflow or task.
4+
---
5+
6+
Read `prompts/instructions.md` and execute.

.claude/skills/bmad-os-audit-file-refs/prompts/instructions.md renamed to .claude/skills/evo-os-audit-file-refs/prompts/instructions.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# audit-file-refs
22

3-
Audit new-format BMAD source files for file-reference convention violations using parallel Haiku subagents.
3+
Audit new-format EVO source files for file-reference convention violations using parallel Haiku subagents.
44

55
## Convention
66

7-
In new-format BMAD workflow and task files (`src/bmm/`, `src/core/`, `src/utility/`), every file path reference must use one of these **valid** forms:
7+
In new-format EVO workflow and task files (`src/bmm/`, `src/core/`, `src/utility/`), every file path reference must use one of these **valid** forms:
88

9-
- `{project-root}/_bmad/path/to/file.ext` — canonical form, always correct
9+
- `{project-root}/_evo/path/to/file.ext` — canonical form, always correct
1010
- `{installed_path}/relative/path` — valid in new-format step files (always defined by workflow.md before any step is reached)
1111
- Template/runtime variables: `{nextStepFile}`, `{workflowFile}`, `{{mustache}}`, `{output_folder}`, `{communication_language}`, etc. — skip these, they are substituted at runtime
1212

1313
**Flag any reference that uses:**
1414

1515
- `./step-NN.md` or `../something.md` — relative paths
1616
- `step-NN.md` — bare filename with no path prefix
17-
- `steps/step-NN.md` — bare steps-relative path (missing `{project-root}/_bmad/...` prefix)
18-
- `` `_bmad/core/tasks/help.md` `` — bare `_bmad/` path (missing `{project-root}/`)
17+
- `steps/step-NN.md` — bare steps-relative path (missing `{project-root}/_evo/...` prefix)
18+
- `` `_evo/core/tasks/help.md` `` — bare `_evo/` path (missing `{project-root}/`)
1919
- `/Users/...`, `/home/...`, `C:\...` — absolute system paths
2020

2121
References inside fenced code blocks (``` ``` ```) are examples — skip them.
@@ -38,8 +38,8 @@ Old-format files in `src/bmm/workflows/4-implementation/` use `{installed_path}`
3838
>
3939
> For each file, identify every line that contains a file path reference that violates the convention described below. Skip references inside fenced code blocks. Skip template variables (anything containing `{` that isn't `{project-root}` or `{installed_path}`).
4040
>
41-
> **Valid references:** `{project-root}/_bmad/...`, `{installed_path}/...`, template variables.
42-
> **Flag:** bare filenames (`step-NN.md`), `./` or `../` relative paths, bare `steps/` paths, bare `_bmad/` paths (without `{project-root}/`), absolute system paths.
41+
> **Valid references:** `{project-root}/_evo/...`, `{installed_path}/...`, template variables.
42+
> **Flag:** bare filenames (`step-NN.md`), `./` or `../` relative paths, bare `steps/` paths, bare `_evo/` paths (without `{project-root}/`), absolute system paths.
4343
>
4444
> Return findings as a list:
4545
> `path/to/file.md:LINE_NUMBER | VIOLATION_TYPE | offending text`

.claude/skills/bmad-os-changelog-social/SKILL.md renamed to .claude/skills/evo-os-changelog-social/SKILL.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: bmad-os-changelog-social
2+
name: evo-os-changelog-social
33
description: Generate social media announcements for Discord, Twitter, and LinkedIn from the latest changelog entry. Use when user asks to 'create release announcement' or 'create social posts' or share changelog updates.
44
---
55

@@ -57,7 +57,7 @@ Extract PR numbers from commit messages that contain `#` followed by digits. Com
5757
Use this template style:
5858

5959
```markdown
60-
🚀 **BMad vVERSION RELEASED!**
60+
🚀 **EVO vVERSION RELEASED!**
6161

6262
🎉 [Brief hype sentence]
6363

@@ -89,12 +89,12 @@ X commits | Y PRs merged | Z files changed
8989
Community-driven FTW! 🌟
9090

9191
📦 **INSTALL:**
92-
`npx bmad-method@VERSION install`
92+
`npx evo-method@VERSION install`
9393

9494
**SUPPORT US:**
95-
🌟 GitHub: github.com/bmad-code-org/BMAD-METHOD/
96-
📺 YouTube: youtube.com/@BMadCode
97-
☕ Donate: buymeacoffee.com/bmad
95+
🌟 GitHub: github.com/evo-code-org/EVO-METHOD/
96+
📺 YouTube: youtube.com/@EVOCode
97+
☕ Donate: buymeacoffee.com/evo
9898

9999
🔥 **Next version tease!**
100100
```
@@ -153,7 +153,7 @@ Read the appropriate example file before generating to match the established sty
153153

154154
## Output Format
155155

156-
**CRITICAL: ALWAYS write to files** - Create files in `_bmad-output/social/` directory:
156+
**CRITICAL: ALWAYS write to files** - Create files in `_evo-output/social/` directory:
157157

158158
1. `{repo-name}-discord-{version}.md` - Discord announcement
159159
2. `{repo-name}-twitter-{version}.md` - Twitter post
@@ -172,6 +172,6 @@ Also present a preview in the chat:
172172
```
173173

174174
Files created:
175-
- `_bmad-output/social/{filename}`
175+
- `_evo-output/social/{filename}`
176176

177177
Offer to make adjustments if the user wants different emphasis, tone, or content.

.claude/skills/bmad-os-changelog-social/examples/discord-example.md renamed to .claude/skills/evo-os-changelog-social/examples/discord-example.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
🚀 **BMad v6.0.0-alpha.23 RELEASED!**
1+
🚀 **EVO v6.0.0-alpha.23 RELEASED!**
22

33
🎉 Huge update - almost beta!
44

@@ -15,7 +15,7 @@
1515
• Path violation checks ensure integrity
1616
• Beyond error checking - offers optimization & flow suggestions!
1717

18-
📚 **NEW DOCS SITE** - docs.bmad-method.org
18+
📚 **NEW DOCS SITE** - docs.evo-method.org
1919
• Diataxis framework: Tutorials, How-To, Explanations, References
2020
• Current docs still being revised
2121
• Tutorials, blogs & explainers coming soon!
@@ -39,15 +39,15 @@
3939
Community-driven FTW! 🌟
4040

4141
📦 **INSTALL ALPHA:**
42-
`npx bmad-method install`
42+
`npx evo-method install`
4343

4444
**SUPPORT US:**
45-
🌟 GitHub: github.com/bmad-code-org/BMAD-METHOD/
46-
📺 YouTube: youtube.com/@BMadCode
45+
🌟 GitHub: github.com/evo-code-org/EVO-METHOD/
46+
📺 YouTube: youtube.com/@EVOCode
4747

4848
🎤 **SPEAKING & MEDIA**
4949
Available for conferences, podcasts, media appearances!
50-
Topics: AI-Native Organizations (Any Industry), BMad Method
50+
Topics: AI-Native Organizations (Any Industry), EVO Method
5151
DM on Discord for inquiries!
5252

5353
🔥 **V6 Beta is DAYS away!** January 22nd ETA - new features such as xyz and abc bug fixes!

.claude/skills/bmad-os-changelog-social/examples/linkedin-example.md renamed to .claude/skills/evo-os-changelog-social/examples/linkedin-example.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
🚀 **Announcing BMad Method v6.0.0 Beta - AI-Native Agile Development Framework**
1+
🚀 **Announcing EVO Method v6.0.0 Beta - AI-Native Agile Development Framework**
22

3-
I'm excited to share that BMad Method, the open-source AI-driven agile development framework, is entering Beta! After 27 alpha releases and countless community contributions, we're approaching a major milestone.
3+
I'm excited to share that EVO Method, the open-source AI-driven agile development framework, is entering Beta! After 27 alpha releases and countless community contributions, we're approaching a major milestone.
44

55
**What's New in v6.0.0-alpha.23**
66

@@ -14,14 +14,14 @@ Our Product Requirements Document workflows now include validation and editing c
1414
New tools for creating and validating workflows with subprocess support, path violation checks, and optimization suggestions that go beyond simple error checking.
1515

1616
📚 **New Documentation Platform**
17-
We've launched docs.bmad-method.org using the Diataxis framework - providing clear separation between tutorials, how-to guides, explanations, and references. Our documentation is being continuously revised and expanded.
17+
We've launched docs.evo-method.org using the Diataxis framework - providing clear separation between tutorials, how-to guides, explanations, and references. Our documentation is being continuously revised and expanded.
1818

1919
💡 **Brainstorming Revolution**
2020
Our brainstorming workflows now use research-backed techniques: 100+ idea goals, anti-bias protocols, chain-of-thought reasoning, and simulated temperature prompts for higher divergence.
2121

2222
**Our Philosophy**
2323

24-
Everything in BMad Method is FREE. No paywalls, no gated content, no premium tiers. We believe knowledge should be shared, not sold. This is community-driven development at its finest.
24+
Everything in EVO Method is FREE. No paywalls, no gated content, no premium tiers. We believe knowledge should be shared, not sold. This is community-driven development at its finest.
2525

2626
**The Stats**
2727
- 27 commits in this release
@@ -32,18 +32,18 @@ Everything in BMad Method is FREE. No paywalls, no gated content, no premium tie
3232
**Get Started**
3333

3434
```
35-
npx bmad-method@alpha install
35+
npx evo-method@alpha install
3636
```
3737

3838
**Learn More**
39-
- GitHub: github.com/bmad-code-org/BMAD-METHOD
40-
- YouTube: youtube.com/@BMadCode
41-
- Docs: docs.bmad-method.org
39+
- GitHub: github.com/evo-code-org/EVO-METHOD
40+
- YouTube: youtube.com/@EVOCode
41+
- Docs: docs.evo-method.org
4242

4343
**What's Next?**
4444

45-
Beta is just days away with an ETA of January 22nd. We're also available for conferences, podcasts, and media appearances to discuss AI-Native Organizations and the BMad Method.
45+
Beta is just days away with an ETA of January 22nd. We're also available for conferences, podcasts, and media appearances to discuss AI-Native Organizations and the EVO Method.
4646

47-
Have you tried BMad Method yet? I'd love to hear about your experience in the comments!
47+
Have you tried EVO Method yet? I'd love to hear about your experience in the comments!
4848

4949
#AI #SoftwareDevelopment #Agile #OpenSource #DevTools #LLM #AgentEngineering

.claude/skills/bmad-os-changelog-social/examples/twitter-example.md renamed to .claude/skills/evo-os-changelog-social/examples/twitter-example.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
🚀 **BMad v6.0.0-alpha.23 RELEASED!**
1+
🚀 **EVO v6.0.0-alpha.23 RELEASED!**
22

33
Huge update - we're almost at Beta! 🎉
44

@@ -15,7 +15,7 @@ Huge update - we're almost at Beta! 🎉
1515
• Path violation checks ensure integrity
1616
• Beyond error checking - offers optimization & flow suggestions!
1717

18-
📚 **NEW DOCS SITE** - docs.bmad-method.org
18+
📚 **NEW DOCS SITE** - docs.evo-method.org
1919
• Diataxis framework: Tutorials, How-To, Explanations, References
2020
• Current docs still being revised
2121
• Tutorials, blogs & explainers coming soon!
@@ -39,15 +39,15 @@ Huge update - we're almost at Beta! 🎉
3939
Community-driven FTW! 🌟
4040

4141
📦 **INSTALL ALPHA:**
42-
`npx bmad-method install`
42+
`npx evo-method install`
4343

4444
**SUPPORT US:**
45-
🌟 GitHub: github.com/bmad-code-org/BMAD-METHOD/
46-
📺 YouTube: youtube.com/@BMadCode
45+
🌟 GitHub: github.com/evo-code-org/EVO-METHOD/
46+
📺 YouTube: youtube.com/@EVOCode
4747

4848
🎤 **SPEAKING & MEDIA**
4949
Available for conferences, podcasts, media appearances!
50-
Topics: AI-Native Organizations (Any Industry), BMad Method
50+
Topics: AI-Native Organizations (Any Industry), EVO Method
5151
DM on Discord for inquiries!
5252

5353
🔥 **V6 Beta is DAYS away!** January 22nd ETA!
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
name: evo-os-diataxis-style-fix
3+
description: Fixes documentation to comply with Diataxis framework and EVO Method style guide rules. Use when user asks to check or fix style of files under the docs folder.
4+
---
5+
6+
Read `prompts/instructions.md` and execute.

0 commit comments

Comments
 (0)