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.
- package/CHANGELOG.md +75 -0
- package/README.md +482 -0
- package/osint-agent-package/README.md +88 -0
- package/osint-agent-package/SETUP_KEYS.md +108 -0
- package/osint-agent-package/agents/osint-investigator.md +80 -0
- package/osint-agent-package/install.ps1 +87 -0
- package/osint-agent-package/install.sh +76 -0
- package/osint-agent-package/skills/bmad-osint-investigate/SKILL.md +147 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/SKILL.md +452 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/assets/dossier-template.md +116 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/references/content-extraction.md +100 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/references/enrichment-databases-fr.md +148 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/references/platforms.md +130 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/references/psychoprofile.md +69 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/references/tools.md +281 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/_http.py +101 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/apify.py +260 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/brightdata.py +101 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/diagnose.py +141 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/exa.py +79 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/jina.py +71 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/mcp-client.py +136 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/parallel.py +85 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/perplexity.py +102 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/tavily.py +72 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/volley.py +208 -0
- package/osint-agent-package/skills/bmad-osint-investigator/SKILL.md +15 -0
- package/package.json +51 -0
- package/readme-international/README.de.md +392 -0
- package/readme-international/README.es.md +484 -0
- package/readme-international/README.fr.md +482 -0
- package/src/bmad-plus/agents/agent-architect-dev/SKILL.md +96 -0
- package/src/bmad-plus/agents/agent-architect-dev/bmad-skill-manifest.yaml +13 -0
- package/src/bmad-plus/agents/agent-maker/SKILL.md +201 -0
- package/src/bmad-plus/agents/agent-maker/bmad-skill-manifest.yaml +13 -0
- package/src/bmad-plus/agents/agent-orchestrator/SKILL.md +137 -0
- package/src/bmad-plus/agents/agent-orchestrator/bmad-skill-manifest.yaml +13 -0
- package/src/bmad-plus/agents/agent-quality/SKILL.md +83 -0
- package/src/bmad-plus/agents/agent-quality/bmad-skill-manifest.yaml +13 -0
- package/src/bmad-plus/agents/agent-shadow/SKILL.md +71 -0
- package/src/bmad-plus/agents/agent-shadow/bmad-skill-manifest.yaml +13 -0
- package/src/bmad-plus/agents/agent-strategist/SKILL.md +80 -0
- package/src/bmad-plus/agents/agent-strategist/bmad-skill-manifest.yaml +13 -0
- package/src/bmad-plus/data/role-triggers.yaml +209 -0
- package/src/bmad-plus/module-help.csv +10 -0
- package/src/bmad-plus/module.yaml +174 -0
- package/src/bmad-plus/skills/bmad-plus-autopilot/SKILL.md +99 -0
- package/src/bmad-plus/skills/bmad-plus-parallel/SKILL.md +93 -0
- package/src/bmad-plus/skills/bmad-plus-sync/SKILL.md +69 -0
- package/tools/bmad-plus-npx.js +33 -0
- package/tools/cli/bmad-plus-cli.js +50 -0
- package/tools/cli/commands/install.js +437 -0
- 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
|
+
[](CHANGELOG.md)
|
|
4
|
+
[](https://github.com/bmad-code-org/BMAD-METHOD)
|
|
5
|
+
[](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
|