bmad-plus 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/CHANGELOG.md +75 -0
  2. package/README.md +482 -0
  3. package/osint-agent-package/README.md +88 -0
  4. package/osint-agent-package/SETUP_KEYS.md +108 -0
  5. package/osint-agent-package/agents/osint-investigator.md +80 -0
  6. package/osint-agent-package/install.ps1 +87 -0
  7. package/osint-agent-package/install.sh +76 -0
  8. package/osint-agent-package/skills/bmad-osint-investigate/SKILL.md +147 -0
  9. package/osint-agent-package/skills/bmad-osint-investigate/osint/SKILL.md +452 -0
  10. package/osint-agent-package/skills/bmad-osint-investigate/osint/assets/dossier-template.md +116 -0
  11. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/content-extraction.md +100 -0
  12. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/enrichment-databases-fr.md +148 -0
  13. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/platforms.md +130 -0
  14. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/psychoprofile.md +69 -0
  15. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/tools.md +281 -0
  16. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/_http.py +101 -0
  17. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/apify.py +260 -0
  18. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/brightdata.py +101 -0
  19. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/diagnose.py +141 -0
  20. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/exa.py +79 -0
  21. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/jina.py +71 -0
  22. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/mcp-client.py +136 -0
  23. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/parallel.py +85 -0
  24. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/perplexity.py +102 -0
  25. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/tavily.py +72 -0
  26. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/volley.py +208 -0
  27. package/osint-agent-package/skills/bmad-osint-investigator/SKILL.md +15 -0
  28. package/package.json +51 -0
  29. package/readme-international/README.de.md +392 -0
  30. package/readme-international/README.es.md +484 -0
  31. package/readme-international/README.fr.md +482 -0
  32. package/src/bmad-plus/agents/agent-architect-dev/SKILL.md +96 -0
  33. package/src/bmad-plus/agents/agent-architect-dev/bmad-skill-manifest.yaml +13 -0
  34. package/src/bmad-plus/agents/agent-maker/SKILL.md +201 -0
  35. package/src/bmad-plus/agents/agent-maker/bmad-skill-manifest.yaml +13 -0
  36. package/src/bmad-plus/agents/agent-orchestrator/SKILL.md +137 -0
  37. package/src/bmad-plus/agents/agent-orchestrator/bmad-skill-manifest.yaml +13 -0
  38. package/src/bmad-plus/agents/agent-quality/SKILL.md +83 -0
  39. package/src/bmad-plus/agents/agent-quality/bmad-skill-manifest.yaml +13 -0
  40. package/src/bmad-plus/agents/agent-shadow/SKILL.md +71 -0
  41. package/src/bmad-plus/agents/agent-shadow/bmad-skill-manifest.yaml +13 -0
  42. package/src/bmad-plus/agents/agent-strategist/SKILL.md +80 -0
  43. package/src/bmad-plus/agents/agent-strategist/bmad-skill-manifest.yaml +13 -0
  44. package/src/bmad-plus/data/role-triggers.yaml +209 -0
  45. package/src/bmad-plus/module-help.csv +10 -0
  46. package/src/bmad-plus/module.yaml +174 -0
  47. package/src/bmad-plus/skills/bmad-plus-autopilot/SKILL.md +99 -0
  48. package/src/bmad-plus/skills/bmad-plus-parallel/SKILL.md +93 -0
  49. package/src/bmad-plus/skills/bmad-plus-sync/SKILL.md +69 -0
  50. package/tools/bmad-plus-npx.js +33 -0
  51. package/tools/cli/bmad-plus-cli.js +50 -0
  52. package/tools/cli/commands/install.js +437 -0
  53. package/tools/cli/commands/uninstall.js +70 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,75 @@
1
+ # Changelog
2
+
3
+ All notable changes to BMAD+ will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [0.1.0] β€” 2026-03-17
9
+
10
+ ### πŸŽ‰ Initial Release β€” Foundation
11
+
12
+ First release of BMAD+, an augmented fork of BMAD-METHOD v6.2.0.
13
+
14
+ ### Added
15
+
16
+ #### Core Module (`src/bmad-plus/`)
17
+ - **module.yaml** β€” Module configuration with execution mode, auto-role activation, parallel execution, and modular pack system
18
+ - **module-help.csv** β€” Contextual help for all 8 registered skills/agents
19
+
20
+ #### 5 Multi-Role Agents
21
+ - **Atlas (Strategist)** β€” Fuses Analyst + PM into 2 switchable roles with auto-activation
22
+ - **Forge (Architect-Dev)** β€” Fuses Architect + Dev + Tech Writer into 3 switchable roles
23
+ - **Sentinel (Quality)** β€” Fuses QA + UX Designer into 2 switchable roles
24
+ - **Nexus (Orchestrator)** β€” Fuses SM + Quick-Flow + new Autopilot Controller + new Parallel Supervisor (4 roles)
25
+ - **Shadow (OSINT)** β€” Converted from legacy XML agent to BMAD+ v6 format (pack: osint)
26
+
27
+ #### 3 Custom Skills
28
+ - **bmad-plus-autopilot** β€” Full pipeline automation (Discovery β†’ Build β†’ Ship) with configurable checkpoints
29
+ - **bmad-plus-parallel** β€” Multi-agent parallel execution with orchestrator supervision (launch/stop/restart/reallocate/escalate)
30
+ - **bmad-plus-sync** β€” Upstream synchronization via VPS MCP Server
31
+
32
+ #### Auto-Activation System
33
+ - **role-triggers.yaml** β€” 3-level intelligent role switching:
34
+ - Level 1: Pattern matching (keywords in user requests)
35
+ - Level 2: Contextual analysis (domain detection during work)
36
+ - Level 3: Reasoning chains (logical discoveries during execution)
37
+
38
+ #### Modular Pack System
39
+ - **Core pack** (required) β€” 4 agents, 3 skills, role-triggers
40
+ - **OSINT pack** (optional) β€” Shadow agent + OSINT investigation skills
41
+ - **Maker pack** (optional) β€” Maker meta-agent for creating new BMAD+ compatible agents (4-phase pipeline: Discovery β†’ Design β†’ Generation β†’ Validation)
42
+ - **Audit pack** (coming soon) β€” Shield agent placeholder
43
+ - Multi-select installer menu with per-pack API key requirements
44
+
45
+ #### `npx bmad-plus install` CLI
46
+ - Interactive installer with pack selection, IDE auto-detection, user config
47
+ - Contextual post-install guide adapted to installed packs
48
+ - `--packs`, `--yes`, `--tools`, `--directory` flags for non-interactive use
49
+ - Uninstall command: `npx bmad-plus uninstall`
50
+
51
+ #### Monitoring System (`monitor/`)
52
+ - **weekly-check.py** β€” Weekly upstream monitoring script (cron)
53
+ - **ai_analyzer.py** β€” Gemini API-powered diff analysis (compatible/review/breaking)
54
+ - **notifier.py** β€” WhatsApp notifications via Evolution API + email fallback
55
+ - **mcp_bridge.py** β€” Bridge to Audit 360Β° MCP Server for VPS git/github operations
56
+ - **docker-compose.yml** β€” Evolution API container configuration
57
+ - **config.example.yaml** β€” Configuration template
58
+
59
+ #### Multi-IDE Support
60
+ - **CLAUDE.md** β€” Claude Code configuration
61
+ - **GEMINI.md** β€” Gemini CLI configuration
62
+ - **AGENTS.md** β€” Codex CLI / OpenCode configuration
63
+
64
+ #### Integration
65
+ - Integrated existing **osint-agent-package** (Shadow agent, 55+ Apify actors, 7 APIs)
66
+ - Integrated existing **mcp-server** (Audit 360Β° with 35 tools) via MCP Bridge
67
+
68
+ ### Upstream Compatibility
69
+ - Based on BMAD-METHOD v6.2.0 (2026-03-15)
70
+ - Compatible with core versions 6.0.0 β€” 7.0.0
71
+ - Replaces `bmm` module while keeping core skills
72
+
73
+ ---
74
+
75
+ *For earlier history, see the upstream [BMAD-METHOD CHANGELOG](https://github.com/bmad-code-org/BMAD-METHOD/blob/main/CHANGELOG.md).*
package/README.md ADDED
@@ -0,0 +1,482 @@
1
+ # πŸš€ BMAD+ β€” Augmented AI-Driven Development Framework
2
+
3
+ [![Version](https://img.shields.io/badge/version-0.1.0-blue.svg)](CHANGELOG.md)
4
+ [![Based on](https://img.shields.io/badge/based%20on-BMAD--METHOD%20v6.2.0-green.svg)](https://github.com/bmad-code-org/BMAD-METHOD)
5
+ [![License](https://img.shields.io/badge/license-MIT-yellow.svg)](LICENSE)
6
+
7
+ <div align="center">
8
+ 🌐 <b>English</b> | <a href="readme-international/README.fr.md">Français</a> | <a href="readme-international/README.es.md">Español</a> | <a href="readme-international/README.de.md">Deutsch</a>
9
+ </div>
10
+
11
+ > Smart fork of [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) v6.2.0 β€” Multi-role self-activating agents, Autopilot mode, supervised parallel execution, and WhatsApp upstream monitoring.
12
+
13
+ ---
14
+
15
+ ## πŸ“‹ Table of Contents
16
+
17
+ - [Why BMAD+?](#-why-bmad-)
18
+ - [Quick Start](#-quick-start)
19
+ - [Architecture](#-architecture)
20
+ - [The 5 Agents](#-the-5-agents)
21
+ - [Pack System](#-pack-system)
22
+ - [Innovations](#-innovations)
23
+ - [Supported IDEs](#-supported-ides)
24
+ - [Upstream Monitoring](#-upstream-monitoring)
25
+ - [Project Structure](#-project-structure)
26
+ - [Configuration](#-configuration)
27
+ - [Version History](#-version-history)
28
+ - [License](#-license)
29
+
30
+ ---
31
+
32
+ ## πŸ’‘ Why BMAD+?
33
+
34
+ BMAD-METHOD is an excellent framework with 9 specialized agents. But for a solo developer or a small team, 9 agents is too fragmented. BMAD+ solves this problem:
35
+
36
+ | BMAD-METHOD | BMAD+ |
37
+ |---|---|
38
+ | 9 specialized agents | **5 multi-role agents** (11 roles total) |
39
+ | Manual activation only | **Intelligent auto-activation** at 3 levels |
40
+ | No automated pipeline | **Autopilot Mode**: idea β†’ delivery |
41
+ | Sequential execution | **Supervised parallelism** |
42
+ | No upstream tracking | **Weekly monitoring** with WhatsApp |
43
+ | 1-2 IDEs supported | **5 IDEs** with auto-detection |
44
+
45
+ ---
46
+
47
+ ## ⚑ Quick Start
48
+
49
+ ### Installation in an existing project
50
+
51
+ ```bash
52
+ npx bmad-plus install
53
+ ```
54
+
55
+ The installer:
56
+ 1. Automatically detects installed IDEs (Claude Code, Gemini CLI, Codex, etc.)
57
+ 2. Offers packs to install (Core, OSINT, Maker, Audit)
58
+ 3. Generates adapted configuration files
59
+ 4. Creates artifact folders
60
+
61
+ ### Usage after installation
62
+
63
+ #### πŸ’¬ Who to talk to?
64
+
65
+ | You want to... | Talk to | Example |
66
+ |---|---|---|
67
+ | Discuss a project idea | **Atlas** 🎯 | `Atlas, I have a project idea: a billing SaaS` |
68
+ | Create a PRD / Product Brief | **Atlas** 🎯 | `Atlas, create the PRD for my project` |
69
+ | Design the technical architecture | **Forge** πŸ—οΈ | `Forge, propose an architecture for the app` |
70
+ | Implement code | **Forge** πŸ—οΈ | `Forge, implement story AUTH-001` |
71
+ | Write documentation | **Forge** πŸ—οΈ | `Forge, document the API` |
72
+ | Test / do a code review | **Sentinel** πŸ” | `Sentinel, review the auth module` |
73
+ | Plan a sprint | **Nexus** 🎼 | `Nexus, create epics and stories for the MVP` |
74
+ | Automate everything from A to Z | **Nexus** 🎼 | `autopilot` then describe your project |
75
+ | Investigate a person (OSINT) | **Shadow** πŸ” | `Shadow, investigate John Doe` |
76
+ | Create a new BMAD+ agent | **Maker** 🧬 | `Maker, create a customer support agent` |
77
+
78
+ #### πŸš€ Typical Workflow (manual mode)
79
+
80
+ ```
81
+ 1. "Atlas, brainstorm on my [project] idea"
82
+ β†’ Atlas analyzes, asks questions, proposes angles
83
+
84
+ 2. "Atlas, create the product brief"
85
+ β†’ Deliverable: _bmad-output/discovery/product-brief.md
86
+
87
+ 3. "Atlas, write the PRD"
88
+ β†’ Deliverable: _bmad-output/discovery/prd.md
89
+
90
+ 4. "Forge, propose the architecture"
91
+ β†’ Deliverable: _bmad-output/discovery/architecture.md
92
+
93
+ 5. "Nexus, break down into epics and stories"
94
+ β†’ Deliverable: _bmad-output/build/stories/
95
+
96
+ 6. "Forge, implement story [X]"
97
+ β†’ Code generated + tests
98
+
99
+ 7. "Sentinel, test and review"
100
+ β†’ QA report + suggestions
101
+ ```
102
+
103
+ #### ⚑ Automatic Workflow (autopilot mode)
104
+
105
+ ```
106
+ > autopilot
107
+ > "A billing SaaS for SMBs with quote management"
108
+ ```
109
+
110
+ Nexus automatically orchestrates everything with checkpoints for your approval.
111
+
112
+ #### πŸ”‘ Key Commands
113
+
114
+ | Command | Description |
115
+ |----------|-------------|
116
+ | `bmad-help` | View all available agents and skills |
117
+ | `autopilot` | Nexus takes control of the complete pipeline |
118
+ | `parallel` | Launch multi-agent execution in parallel |
119
+
120
+ ---
121
+
122
+ ## πŸ—οΈ Architecture
123
+
124
+ ```mermaid
125
+ graph TB
126
+ subgraph Core["βš™οΈ Core Pack"]
127
+ AT[Atlas 🎯<br/>Strategist]
128
+ FG[Forge πŸ—οΈ<br/>Architect-Dev]
129
+ SN[Sentinel πŸ”<br/>Quality]
130
+ NX[Nexus 🎼<br/>Orchestrator]
131
+ end
132
+
133
+ subgraph OSINT["πŸ” OSINT Pack"]
134
+ SH[Shadow πŸ”<br/>OSINT Intel]
135
+ end
136
+
137
+ subgraph Audit["πŸ›‘οΈ Audit Pack"]
138
+ SD["Shield πŸ›‘οΈ<br/>(coming soon)"]
139
+ end
140
+
141
+ NX -->|orchestrates| AT
142
+ NX -->|orchestrates| FG
143
+ NX -->|orchestrates| SN
144
+ NX -->|can invoke| SH
145
+
146
+ subgraph Skills["Custom Skills"]
147
+ AP[Autopilot]
148
+ PL[Parallel]
149
+ SY[Sync]
150
+ end
151
+
152
+ NX --> AP
153
+ NX --> PL
154
+ NX --> SY
155
+
156
+ subgraph VPS["VPS Infrastructure"]
157
+ MCP[MCP Server<br/>35 tools]
158
+ EVO[Evolution API<br/>WhatsApp]
159
+ MON[Weekly Monitor]
160
+ end
161
+
162
+ SY --> MCP
163
+ MON --> EVO
164
+ MON --> MCP
165
+ ```
166
+
167
+ ---
168
+
169
+ ## 🎭 The 5 Agents
170
+
171
+ ### Atlas β€” Strategist 🎯
172
+
173
+ **Fuses:** Analyst (Mary) + Product Manager (John)
174
+
175
+ | Role | Specialty | Auto-activation |
176
+ |------|-----------|-----------------|
177
+ | **Analyst** | Market research, SWOT, benchmarks, domain expertise | "analyze", "market", "benchmark", new project |
178
+ | **Product Manager** | PRD, product briefs, user stories, roadmaps | "PRD", "roadmap", "MVP", planning phase |
179
+
180
+ **Capabilities:** Brainstorming (BP), Market Research (MR), Domain Research (DR), Technical Research (TR), Product Brief (CB), PRD (PR), UX Design (CU), Document Project (DP)
181
+
182
+ ---
183
+
184
+ ### Forge β€” Architect-Dev πŸ—οΈ
185
+
186
+ **Fuses:** Architect (Winston) + Developer (Amelia) + Tech Writer (Paige)
187
+
188
+ | Role | Specialty | Auto-activation |
189
+ |------|-----------|-----------------|
190
+ | **Architect** | Technical design, API, scalability, stack choice | "architecture", "API", "schema", +5 files modified |
191
+ | **Developer** | TDD implementation, code review, story execution | "implement", "code", "fix", post-architecture |
192
+ | **Tech Writer** | Documentation, Mermaid diagrams, changelogs | "document", "README", post-implementation |
193
+
194
+ **Capabilities:** Architecture (CA), Implementation Readiness (IR), Dev Story (DS), Code Review (CR), Quick Spec (QS), Quick Dev (QD), Document Project (DP)
195
+
196
+ **Critical actions (Dev role):**
197
+ - Read the ENTIRE story BEFORE implementation
198
+ - Execute tasks IN ORDER
199
+ - 100% passing tests BEFORE moving on
200
+ - NEVER lie about tests
201
+
202
+ ---
203
+
204
+ ### Sentinel β€” Quality πŸ”
205
+
206
+ **Fuses:** QA Engineer (Quinn) + UX Designer (Sally)
207
+
208
+ | Role | Specialty | Auto-activation |
209
+ |------|-----------|-----------------|
210
+ | **QA Engineer** | API/E2E tests, edge cases, coverage, code review | "test", "QA", "bug", post-implementation |
211
+ | **UX Reviewer** | UX evaluation, accessibility, interaction design | "UX", "interface", "responsive", frontend changes |
212
+
213
+ **Capabilities:** QA Tests (QA), Code Review (CR), UX Design (CU)
214
+
215
+ ---
216
+
217
+ ### Nexus β€” Orchestrator 🎼
218
+
219
+ **Fuses:** Scrum Master (Bob) + Quick-Flow Solo Dev (Barry) + **Autopilot** (new) + **Parallel Supervisor** (new)
220
+
221
+ | Role | Specialty | Auto-activation |
222
+ |------|-----------|-----------------|
223
+ | **Scrum Master** | Sprint planning, stories, retros, course correction | "sprint", "planning", "backlog" |
224
+ | **Quick Flow** | Quick specs, hotfixes, minimum ceremony | "quick", "hotfix", "small fix" |
225
+ | **Autopilot** | Pipeline automated idea→delivery with checkpoints | "autopilot", "manage everything", autopilot mode |
226
+ | **Parallel Supervisor** | Concurrent multi-agent, conflict detection, reallocation | "parallel", independent tasks detected |
227
+
228
+ **Capabilities:** Sprint Planning (SP), Create Story (CS), Epics & Stories (ES), Retrospective (ER), Course Correction (CC), Sprint Status (SS), Quick Spec (QS), Quick Dev (QD), **Autopilot (AP)**, **Parallel (PL)**
229
+
230
+ ---
231
+
232
+ ### Shadow β€” OSINT Intelligence πŸ” *(OSINT Pack)*
233
+
234
+ **Complete OSINT investigation agent.**
235
+
236
+ | Capability | Description |
237
+ |-----------|-------------|
238
+ | **INV** | Complete investigation Phase 0β†’6 with scored dossier |
239
+ | **QS** | Quick multi-engine search |
240
+ | **LI/IG/FB** | LinkedIn, Instagram, Facebook scraping |
241
+ | **PP** | MBTI / Big Five psychoprofile |
242
+ | **CE** | Contact enrichment (email, phone) |
243
+ | **DG** | Diagnostic of available tools/APIs |
244
+
245
+ **Stack:** 55+ Apify actors, 7 search APIs, 100% Python stdlib, confidence grades A/B/C/D
246
+
247
+ ---
248
+
249
+ ### Maker β€” Agent Creator 🧬 *(Maker Pack)*
250
+
251
+ **Meta-agent that creates other agents.** Give it a description β†’ it generates a complete package.
252
+
253
+ | Code | Description |
254
+ |------|-------------|
255
+ | **CA** | Create Agent β€” guided creation in 4 phases |
256
+ | **QA** | Quick Agent β€” fast creation with sensible defaults |
257
+ | **EA** | Edit Agent β€” modify an existing SKILL.md |
258
+ | **VA** | Validate Agent β€” check BMAD+ compliance |
259
+ | **PA** | Package Agent β€” generate the integration folder |
260
+
261
+ **Pipeline:** Discovery β†’ Design (user validation) β†’ Generation β†’ Validation
262
+ **Output:** `_bmad-output/ready-to-integrate/` β€” ready to copy into BMAD+
263
+
264
+ ---
265
+
266
+ ## πŸ“¦ Pack System
267
+
268
+ BMAD+ uses a modular pack system. Core is always installed, additional packs are optional.
269
+
270
+ ```
271
+ npx bmad-plus install
272
+
273
+ πŸŽ›οΈ Which packs to install?
274
+ Core (Atlas, Forge, Sentinel, Nexus) is always included.
275
+
276
+ πŸ” OSINT β€” Shadow (investigation, scraping, psychoprofiling)
277
+ 🧬 Agent Creator β€” Maker (design, build, package)
278
+ πŸ›‘οΈ Security Audit β€” Shield (vulnerability scan) [soon]
279
+ πŸ€– Install everything
280
+ None β€” Core only
281
+ ```
282
+
283
+ | Pack | Agents | Skills | Status |
284
+ |------|--------|--------|--------|
285
+ | βš™οΈ **Core** | Atlas, Forge, Sentinel, Nexus | autopilot, parallel, sync | βœ… Stable |
286
+ | πŸ” **OSINT** | Shadow | bmad-osint-investigate | βœ… Stable |
287
+ | 🧬 **Maker** | Maker | β€” | βœ… Stable |
288
+ | πŸ›‘οΈ **Audit** | Shield | bmad-audit-scan, bmad-audit-report | πŸ”œ Coming soon |
289
+
290
+ Each pack defines:
291
+ - Its agents and skills
292
+ - Its required/optional API keys
293
+ - Its external package (if applicable)
294
+
295
+ ---
296
+
297
+ ## ✨ Innovations
298
+
299
+ ### 1. 3-Level Intelligent Auto-Activation
300
+
301
+ Each agent can **automatically** switch roles when the context requires it:
302
+
303
+ | Level | Mechanism | Example |
304
+ |--------|-----------|---------|
305
+ | πŸ”€ **Pattern** | Keywords in the request | "review" β†’ QA activated |
306
+ | 🌐 **Contextual** | Domain detected during work | Financial calculations β†’ QA auto-activated after code |
307
+ | 🧠 **Reasoning** | Logic chain during execution | Architecture inconsistency β†’ Architect auto-activated |
308
+
309
+ The agent **announces** its auto-activations: *"πŸ’‘ I'm switching to QA mode β€” financial calculations detected. Say 'skip' to stay in current mode."*
310
+
311
+ Configuration: `src/bmad-plus/data/role-triggers.yaml`
312
+
313
+ ### 2. Autopilot Mode
314
+
315
+ Give a project idea β†’ Nexus orchestrates the complete pipeline:
316
+
317
+ ```
318
+ πŸ“‹ Discovery (Atlas)
319
+ β””β†’ Brainstorming β†’ Product Brief β†’ PRD β†’ UX Design
320
+ πŸ”΄ CHECKPOINT: PRD Approval
321
+
322
+ πŸ—οΈ Build (Forge + Sentinel)
323
+ β””β†’ Architecture β†’ Epics β†’ Stories β†’ Sprint
324
+ πŸ”΄ CHECKPOINT: Architecture Approval
325
+ β””β†’ For each story: Code β†’ Tests β†’ (retry if failed, max 3)
326
+ 🟑 NOTIFY: Story status
327
+
328
+ πŸš€ Ship (Sentinel + Forge)
329
+ β””β†’ Code Review β†’ UX Review β†’ Documentation β†’ Retro
330
+ πŸ”΄ CHECKPOINT: Final approval
331
+ ```
332
+
333
+ **Configurable checkpoints:**
334
+ - `require_approval` (πŸ”΄) β€” Pause, WhatsApp notification, wait
335
+ - `notify_only` (🟑) β€” Notification, continues unless intervened
336
+ - `auto` (🟒) β€” Continues automatically
337
+
338
+ ### 3. Supervised Parallel Execution
339
+
340
+ The Orchestrator detects independent tasks and launches them in parallel:
341
+
342
+ | Parallelizable βœ… | Sequential 🚫 |
343
+ |---|---|
344
+ | Stories without dependencies | Same file modified |
345
+ | Research + tech audit | Story B depends on Story A |
346
+ | Tests + documentation | Architecture before code |
347
+
348
+ **Supervision actions:** Launch, Monitor, Stop, Restart, Reallocate, Escalate (3 failures β†’ human notification)
349
+
350
+ ---
351
+
352
+ ## πŸ–₯️ Supported IDEs
353
+
354
+ The installer automatically detects IDEs and generates configs:
355
+
356
+ | IDE | Config File | Detection |
357
+ |-----|---------------|-----------|
358
+ | Claude Code | `CLAUDE.md` | `.claude/` folder |
359
+ | Gemini CLI | `GEMINI.md` | `.gemini/` folder |
360
+ | Antigravity | `.gemini/` + `.agents/` | Antigravity Extension |
361
+ | Codex CLI | `AGENTS.md` | `.codex/` folder |
362
+ | OpenCode | `OPENCODE.md` | opencode config |
363
+
364
+ ---
365
+
366
+ ## πŸ“‘ Upstream Monitoring
367
+
368
+ ### Weekly pipeline (cron VPS, Monday 9am)
369
+
370
+ ```
371
+ 1. git fetch upstream BMAD-METHOD
372
+ 2. Diff analysis (commits, modified files)
373
+ 3. AI analysis via Gemini API β†’ classification
374
+ 🟒 Compatible | 🟑 To check | πŸ”΄ Breaking
375
+ 4. WhatsApp Notification via Evolution API
376
+ 5. Auto-PR if changes are compatible
377
+ ```
378
+
379
+ ### Stack
380
+ - **weekly-check.py** β€” Main script (cron)
381
+ - **ai_analyzer.py** β€” AI Classification (Gemini 2.0 Flash)
382
+ - **notifier.py** β€” WhatsApp (Evolution API self-hosted) + email fallback
383
+ - **mcp_bridge.py** β€” Bridge to Audit 360Β° MCP Server (git/github ops)
384
+
385
+ ---
386
+
387
+ ## πŸ“ Project Structure
388
+
389
+ ```
390
+ BMAD+/
391
+ β”œβ”€β”€ README.md ← This file (English)
392
+ β”œβ”€β”€ readme-international/ ← Translated READMEs (fr, es, de)
393
+ β”œβ”€β”€ CHANGELOG.md ← Version history
394
+ β”œβ”€β”€ CLAUDE.md ← Claude Code Config
395
+ β”œβ”€β”€ GEMINI.md ← Gemini CLI Config
396
+ β”œβ”€β”€ AGENTS.md ← Codex CLI / OpenCode Config
397
+ β”œβ”€β”€ .gitignore
398
+ β”‚
399
+ β”œβ”€β”€ src/
400
+ β”‚ └── bmad-plus/ ⭐ CUSTOM MODULE
401
+ β”‚ β”œβ”€β”€ module.yaml ← Module + packs config
402
+ β”‚ β”œβ”€β”€ module-help.csv ← Contextual help
403
+ β”‚ β”œβ”€β”€ agents/
404
+ β”‚ β”‚ β”œβ”€β”€ agent-strategist/ ← Atlas (analyst + pm)
405
+ β”‚ β”‚ β”œβ”€β”€ agent-architect-dev/ ← Forge (architect + dev + tw)
406
+ β”‚ β”‚ β”œβ”€β”€ agent-quality/ ← Sentinel (qa + ux)
407
+ β”‚ β”‚ β”œβ”€β”€ agent-orchestrator/ ← Nexus (sm + qf + autopilot + parallel)
408
+ β”‚ β”‚ β”œβ”€β”€ agent-maker/ ← Maker (meta-agent) [pack: maker]
409
+ β”‚ β”‚ └── agent-shadow/ ← Shadow (osint) [pack: osint]
410
+ β”‚ β”œβ”€β”€ skills/
411
+ β”‚ β”‚ β”œβ”€β”€ bmad-plus-autopilot/ ← Automated pipeline
412
+ β”‚ β”‚ β”œβ”€β”€ bmad-plus-parallel/ ← Parallel execution
413
+ β”‚ β”‚ └── bmad-plus-sync/ ← Upstream sync
414
+ β”‚ └── data/
415
+ β”‚ └── role-triggers.yaml ← Auto-activation rules
416
+ β”‚
417
+ β”œβ”€β”€ monitor/ πŸ€– VPS SURVEILLANCE
418
+ β”‚ β”œβ”€β”€ weekly-check.py ← Main script (cron)
419
+ β”‚ β”œβ”€β”€ ai_analyzer.py ← AI Analysis (Gemini API)
420
+ β”‚ β”œβ”€β”€ notifier.py ← WhatsApp + email
421
+ β”‚ β”œβ”€β”€ mcp_bridge.py ← Bridge to MCP Server
422
+ β”‚ β”œβ”€β”€ config.example.yaml ← Configuration template
423
+ β”‚ └── docker-compose.yml ← Evolution API
424
+ β”‚
425
+ β”œβ”€β”€ mcp-server/ πŸ›‘οΈ AUDIT 360Β° MCP
426
+ β”‚ β”œβ”€β”€ server.py ← 35 tools, 7 modules
427
+ β”‚ └── tools/ ← git_ops, github_ops, etc.
428
+ β”‚
429
+ β”œβ”€β”€ osint-agent-package/ πŸ” OSINT PACKAGE
430
+ β”‚ β”œβ”€β”€ agents/ ← Shadow Agent (original)
431
+ β”‚ β”œβ”€β”€ skills/ ← 55+ Apify actors
432
+ β”‚ └── install.ps1 ← Installation script
433
+ β”‚
434
+ └── upstream/ πŸ“¦ UPSTREAM REFERENCE
435
+ └── (clone of BMAD-METHOD) ← Excluded from repo (.gitignore)
436
+ ```
437
+
438
+ ---
439
+
440
+ ## βš™οΈ Configuration
441
+
442
+ ### Module variables (`module.yaml`)
443
+
444
+ | Variable | Description | Values |
445
+ |----------|-------------|---------|
446
+ | `project_name` | Project name | Auto-detected |
447
+ | `user_skill_level` | Dev level | beginner, intermediate, expert |
448
+ | `execution_mode` | Execution mode | manual, autopilot, hybrid |
449
+ | `auto_role_activation` | Role auto-switch| true, false |
450
+ | `parallel_execution` | Parallelism | true, false |
451
+ | `install_packs` | Installed packs | core, osint, maker, audit, all |
452
+
453
+ ### API Keys (depending on packs)
454
+
455
+ | Key | Pack | Usage |
456
+ |-----|------|-------|
457
+ | `GEMINI_API_KEY` | Monitor | AI Analysis of upstream diffs |
458
+ | `EVOLUTION_API_KEY` | Monitor | WhatsApp Notifications |
459
+ | `APIFY_API_TOKEN` | OSINT | Social media scraping |
460
+ | `PERPLEXITY_API_KEY` | OSINT | Enriched search |
461
+
462
+ ---
463
+
464
+ ## πŸ“œ Version History
465
+
466
+ | Version | Date | Description |
467
+ |---------|------|-------------|
468
+ | **0.1.0** | 2026-03-17 | πŸŽ‰ Foundation β€” 6 agents (Atlas, Forge, Sentinel, Nexus, Shadow, Maker), 3 skills, pack system, monitoring, multi-IDE support |
469
+
470
+ See [CHANGELOG.md](CHANGELOG.md) for full details.
471
+
472
+ ---
473
+
474
+ ## πŸ“„ License
475
+
476
+ MIT β€” Based on [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) (MIT)
477
+
478
+ ### Credits
479
+
480
+ - **BMAD-METHOD** by [bmad-code-org](https://github.com/bmad-code-org) β€” Base framework
481
+ - **OSINT Pipeline** based on [smixs/osint-skill](https://github.com/smixs/osint-skill) (MIT)
482
+ - **Apify Actor Runner** integrated from [apify/agent-skills](https://github.com/apify/agent-skills) (MIT)
@@ -0,0 +1,88 @@
1
+ # πŸ” OSINT Agent Package β€” BMAD Compatible
2
+
3
+ Agent d'intelligence OSINT pour les installations BMAD. De un nom ou pseudo Γ  un dossier complet avec psychoprofil, parcours professionnel et grades de confiance.
4
+
5
+ ## Features
6
+ - πŸ”Ž Investigation complΓ¨te Phase 0β†’6 (recherche β†’ dossier formatΓ©)
7
+ - 🧠 Psychoprofile MBTI / Big Five
8
+ - πŸ“Š 55+ Apify actors (Instagram, LinkedIn, Facebook, TikTok, YouTube...)
9
+ - 🌐 7 APIs de recherche (Perplexity, Exa, Tavily, Jina, Parallel, BrightData)
10
+ - ⚑ Recherche parallèle multi-moteurs
11
+ - 🐍 **100% Python stdlib** β€” zΓ©ro dΓ©pendance externe
12
+ - πŸ–₯️ **Cross-platform** β€” Windows, macOS, Linux
13
+
14
+ ## PrΓ©requis
15
+ - Python 3.10+
16
+ - BMAD Method installΓ©
17
+ - Au minimum 1 clΓ© API (voir [SETUP_KEYS.md](SETUP_KEYS.md))
18
+
19
+ ## Installation rapide
20
+
21
+ ### Option 1 : Script automatique (Windows)
22
+ ```powershell
23
+ .\install.ps1
24
+ ```
25
+
26
+ ### Option 2 : Manuel
27
+ 1. Copier l'agent dans BMAD :
28
+ ```
29
+ agents/osint-investigator.md β†’ {project}/_bmad/bmm/agents/
30
+ ```
31
+
32
+ 2. Copier les 2 skills :
33
+ ```
34
+ skills/bmad-osint-investigator/ β†’ {project}/.agents/skills/
35
+ skills/bmad-osint-investigate/ β†’ {project}/.agents/skills/
36
+ ```
37
+
38
+ 3. Configurer les clΓ©s API (voir [SETUP_KEYS.md](SETUP_KEYS.md))
39
+
40
+ 4. Tester :
41
+ ```
42
+ python skills/bmad-osint-investigate/osint/scripts/diagnose.py
43
+ ```
44
+
45
+ ## Utilisation
46
+ 1. Invoquer le skill `bmad-osint-investigator` dans votre AI agent
47
+ 2. L'agent "Shadow" s'active avec son menu :
48
+ - `[INV]` Investigation complète
49
+ - `[QS]` Recherche rapide
50
+ - `[LI]` Scrape LinkedIn
51
+ - `[IG]` Scrape Instagram
52
+ - `[PP]` Psychoprofile
53
+ - `[CE]` Enrichissement contact
54
+ - `[DG]` Diagnostic outils
55
+
56
+ ## Structure du package
57
+ ```
58
+ osint-agent-package/
59
+ β”œβ”€β”€ README.md ← Ce fichier
60
+ β”œβ”€β”€ SETUP_KEYS.md ← Guide de configuration des clΓ©s API
61
+ β”œβ”€β”€ install.ps1 ← Script d'installation (Windows)
62
+ β”œβ”€β”€ install.sh ← Script d'installation (macOS/Linux)
63
+ β”œβ”€β”€ agents/
64
+ β”‚ └── osint-investigator.md ← Agent BMAD "Shadow"
65
+ └── skills/
66
+ β”œβ”€β”€ bmad-osint-investigator/
67
+ β”‚ └── SKILL.md ← Point d'entrΓ©e agent
68
+ └── bmad-osint-investigate/
69
+ β”œβ”€β”€ SKILL.md ← Skill d'investigation
70
+ └── osint/
71
+ β”œβ”€β”€ SKILL.md ← Pipeline complet (452 lignes)
72
+ β”œβ”€β”€ assets/ ← Template dossier
73
+ β”œβ”€β”€ references/ ← Docs plateformes, outils, psycho
74
+ └── scripts/ ← 10 scripts Python (stdlib only)
75
+ ```
76
+
77
+ ## SΓ©curitΓ©
78
+ - βœ… Audit de sΓ©curitΓ© complet rΓ©alisΓ© (14 fichiers analysΓ©s)
79
+ - βœ… Aucun trojan, backdoor, ou code malveillant
80
+ - βœ… ZΓ©ro dΓ©pendance externe β€” uniquement Python stdlib
81
+ - βœ… Les clΓ©s API restent locales (variables d'environnement)
82
+
83
+ ## CrΓ©dits
84
+ - Pipeline OSINT basΓ© sur [smixs/osint-skill](https://github.com/smixs/osint-skill) (MIT License)
85
+ - Apify Actor Runner intΓ©grΓ© de [apify/agent-skills](https://github.com/apify/agent-skills) (MIT License)
86
+
87
+ ## Licence
88
+ MIT