mindforge-cc 2.1.1 → 2.1.2
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 +25 -6
- package/README.md +68 -43
- package/RELEASENOTES.md +26 -26
- package/bin/install.js +41 -41
- package/bin/installer-core.js +67 -26
- package/bin/wizard/setup-wizard.js +11 -24
- package/bin/wizard/theme.js +141 -0
- package/docs/PERSONAS.md +80 -48
- package/docs/References/config-reference.md +81 -0
- package/docs/architecture/README.md +54 -42
- package/docs/commands-reference.md +62 -15
- package/docs/getting-started.md +26 -18
- package/docs/skills-authoring-guide.md +39 -11
- package/docs/tutorial.md +83 -116
- package/docs/user-guide.md +72 -198
- package/package.json +1 -1
- package/.mindforge/memory/decision-library.jsonl +0 -0
- package/.mindforge/memory/knowledge-base.jsonl +0 -7
- package/.mindforge/memory/pattern-library.jsonl +0 -1
- package/.mindforge/memory/team-preferences.jsonl +0 -4
- package/.planning/browser-daemon.log +0 -32
- package/docs/mindforge-md-reference.md +0 -57
- package/docs/references/config-reference.md +0 -64
- /package/docs/{context → Context}/Master-Context.md +0 -0
- /package/docs/{references → References}/audit-events.md +0 -0
- /package/docs/{references → References}/checkpoints.md +0 -0
- /package/docs/{references → References}/commands.md +0 -0
- /package/docs/{references → References}/continuation-format.md +0 -0
- /package/docs/{references → References}/decimal-phase-calculation.md +0 -0
- /package/docs/{references → References}/git-integration.md +0 -0
- /package/docs/{references → References}/git-planning-commit.md +0 -0
- /package/docs/{references → References}/model-profile-resolution.md +0 -0
- /package/docs/{references → References}/model-profiles.md +0 -0
- /package/docs/{references → References}/phase-argument-parsing.md +0 -0
- /package/docs/{references → References}/planning-config.md +0 -0
- /package/docs/{references → References}/questioning.md +0 -0
- /package/docs/{references → References}/sdk-api.md +0 -0
- /package/docs/{references → References}/skills-api.md +0 -0
- /package/docs/{references → References}/tdd.md +0 -0
- /package/docs/{references → References}/ui-brand.md +0 -0
- /package/docs/{references → References}/user-profiling.md +0 -0
- /package/docs/{references → References}/verification-patterns.md +0 -0
- /package/docs/{references → References}/workstream-flag.md +0 -0
- /package/docs/{templates → Templates}/Agents/CLAUDE-MD.md +0 -0
- /package/docs/{templates → Templates}/Agents/COPILOT-INSTRUCTIONS.md +0 -0
- /package/docs/{templates → Templates}/Agents/DEBUGGER-PROMPT.md +0 -0
- /package/docs/{templates → Templates}/Agents/PLANNER-PROMPT.md +0 -0
- /package/docs/{templates/codebase → Templates/Codebase}/architecture.md +0 -0
- /package/docs/{templates/codebase → Templates/Codebase}/concerns.md +0 -0
- /package/docs/{templates/codebase → Templates/Codebase}/conventions.md +0 -0
- /package/docs/{templates/codebase → Templates/Codebase}/integrations.md +0 -0
- /package/docs/{templates/codebase → Templates/Codebase}/stack.md +0 -0
- /package/docs/{templates/codebase → Templates/Codebase}/structure.md +0 -0
- /package/docs/{templates/codebase → Templates/Codebase}/testing.md +0 -0
- /package/docs/{templates → Templates}/Execution/CONTINUE-HERE.md +0 -0
- /package/docs/{templates → Templates}/Execution/DISCUSSION-LOG.md +0 -0
- /package/docs/{templates → Templates}/Execution/PHASE-PROMPT.md +0 -0
- /package/docs/{templates → Templates}/Execution/STATE.md +0 -0
- /package/docs/{templates → Templates}/Execution/SUMMARY-COMPLEX.md +0 -0
- /package/docs/{templates → Templates}/Execution/SUMMARY-MINIMAL.md +0 -0
- /package/docs/{templates → Templates}/Execution/SUMMARY-STANDARD.md +0 -0
- /package/docs/{templates → Templates}/Execution/SUMMARY.md +0 -0
- /package/docs/{templates → Templates}/Profile/DEV-PREFERENCES.md +0 -0
- /package/docs/{templates → Templates}/Profile/USER-PROFILE.md +0 -0
- /package/docs/{templates → Templates}/Profile/USER-SETUP.md +0 -0
- /package/docs/{templates → Templates}/Project/DISCOVERY.md +0 -0
- /package/docs/{templates → Templates}/Project/MILESTONE-ARCHIVE.md +0 -0
- /package/docs/{templates → Templates}/Project/MILESTONE.md +0 -0
- /package/docs/{templates → Templates}/Project/PROJECT.md +0 -0
- /package/docs/{templates → Templates}/Project/REQUIREMENTS.md +0 -0
- /package/docs/{templates → Templates}/Project/RETROSPECTIVE.md +0 -0
- /package/docs/{templates → Templates}/Project/ROADMAP.md +0 -0
- /package/docs/{templates → Templates}/Quality/DEBUG.md +0 -0
- /package/docs/{templates → Templates}/Quality/UAT.md +0 -0
- /package/docs/{templates → Templates}/Quality/UI-SPEC.md +0 -0
- /package/docs/{templates → Templates}/Quality/VALIDATION.md +0 -0
- /package/docs/{templates → Templates}/Quality/VERIFICATION-REPORT.md +0 -0
- /package/docs/{templates/research → Templates/Research}/ARCHITECTURE.md +0 -0
- /package/docs/{templates/research → Templates/Research}/FEATURES.md +0 -0
- /package/docs/{templates/research → Templates/Research}/PITFALLS.md +0 -0
- /package/docs/{templates/research → Templates/Research}/STACK.md +0 -0
- /package/docs/{templates/research → Templates/Research}/SUMMARY.md +0 -0
- /package/docs/{templates → Templates}/System/CONFIG.json +0 -0
- /package/docs/{templates → Templates}/System/CONTEXT.md +0 -0
package/docs/PERSONAS.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# MindForge Persona Reference
|
|
2
2
|
|
|
3
|
-
> A comprehensive guide to the
|
|
3
|
+
> A comprehensive guide to the 32 specialized enterprise personas — roles, tools, and orchestration patterns.
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
@@ -11,24 +11,25 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
11
11
|
### Persona Categories
|
|
12
12
|
|
|
13
13
|
| Category | Count | Personas |
|
|
14
|
-
|
|
|
15
|
-
| **Analyzers & Researchers** |
|
|
16
|
-
| **Architects & Planners** |
|
|
14
|
+
| :--- | :--- | :--- |
|
|
15
|
+
| **Analyzers & Researchers** | 9 | analyst, assumptions-analyzer, advisor-researcher, assumptions-analyzer-extend, project-researcher, research-synthesizer, ui-researcher, research-agent, phase-researcher |
|
|
16
|
+
| **Architects & Planners** | 4 | architect, decision-architect, planner, plan-checker |
|
|
17
17
|
| **Executors** | 2 | developer, executor |
|
|
18
|
-
| **Quality & Security** |
|
|
18
|
+
| **Quality & Security** | 9 | qa-engineer, security-reviewer, coverage-specialist, ui-auditor, ui-checker, nyquist-auditor, integration-checker, verifier, debug-specialist |
|
|
19
19
|
| **Strategy & Ops** | 5 | roadmapper, release-manager, tech-writer, roadmapper-extend, user-profiler |
|
|
20
|
-
| **Debuggers** |
|
|
21
|
-
| **Mapping** |
|
|
20
|
+
| **Debuggers** | 1 | debugger |
|
|
21
|
+
| **Mapping** | 2 | codebase-mapper, codebase-mapper-extend |
|
|
22
22
|
|
|
23
23
|
---
|
|
24
24
|
|
|
25
25
|
## Persona Details
|
|
26
26
|
|
|
27
27
|
### mindforge-analyst (The Requirements Engineer)
|
|
28
|
+
|
|
28
29
|
**Role:** Translates ambiguous business intent into precise, testable, scoped specifications.
|
|
29
30
|
|
|
30
31
|
| Property | Value |
|
|
31
|
-
|
|
|
32
|
+
| :--- | :--- |
|
|
32
33
|
| **Spawned by** | `/mindforge:init-project`, `/mindforge:plan-phase`, `/mindforge:agent analyst` |
|
|
33
34
|
| **Tools** | Read, Write, Bash, Grep |
|
|
34
35
|
| **Color** | `blue` |
|
|
@@ -42,10 +43,11 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
42
43
|
---
|
|
43
44
|
|
|
44
45
|
### mindforge-architect (The System Designer)
|
|
46
|
+
|
|
45
47
|
**Role:** Principal systems architect and technical decision maker. Responsible for system design, data modeling, and architectural integrity.
|
|
46
48
|
|
|
47
49
|
| Property | Value |
|
|
48
|
-
|
|
|
50
|
+
| :--- | :--- |
|
|
49
51
|
| **Spawned by** | `/mindforge:plan-phase`, `/mindforge:agent architect` |
|
|
50
52
|
| **Tools** | Read, Write, Bash, Grep, Glob |
|
|
51
53
|
| **Color** | `purple` |
|
|
@@ -59,10 +61,11 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
59
61
|
---
|
|
60
62
|
|
|
61
63
|
### mindforge-developer (The Engine of Execution)
|
|
64
|
+
|
|
62
65
|
**Role:** Senior software engineer. Writes clean, minimal, well-tested code following strict naming and architectural conventions.
|
|
63
66
|
|
|
64
67
|
| Property | Value |
|
|
65
|
-
|
|
|
68
|
+
| :--- | :--- |
|
|
66
69
|
| **Spawned by** | `/mindforge:execute-phase`, `/mindforge:agent developer` |
|
|
67
70
|
| **Tools** | Read, Write, Bash, Grep, Glob, CommandStatus, Context7 |
|
|
68
71
|
| **Color** | `green` |
|
|
@@ -76,10 +79,11 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
76
79
|
---
|
|
77
80
|
|
|
78
81
|
### mindforge-qa-engineer (The Adversarial Verifier)
|
|
82
|
+
|
|
79
83
|
**Role:** Senior test engineer. Thinks adversarially to find failure modes, boundary conditions, and logic gaps.
|
|
80
84
|
|
|
81
85
|
| Property | Value |
|
|
82
|
-
|
|
|
86
|
+
| :--- | :--- |
|
|
83
87
|
| **Spawned by** | `/mindforge:verify-phase`, `/mindforge:agent qa-engineer` |
|
|
84
88
|
| **Tools** | Read, Write, Bash, Grep, Glob, CommandStatus |
|
|
85
89
|
| **Color** | `yellow` |
|
|
@@ -93,10 +97,11 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
93
97
|
---
|
|
94
98
|
|
|
95
99
|
### mindforge-security-reviewer (The Gatekeeper)
|
|
100
|
+
|
|
96
101
|
**Role:** Senior application security engineer. Reviews code for vulnerabilities, hardcoded secrets, and compliance with the OWASP Top 10.
|
|
97
102
|
|
|
98
103
|
| Property | Value |
|
|
99
|
-
|
|
|
104
|
+
| :--- | :--- |
|
|
100
105
|
| **Spawned by** | `/mindforge:security-scan`, `/mindforge:agent security-reviewer` |
|
|
101
106
|
| **Tools** | Read, Write, Bash, Grep, Glob, CommandStatus |
|
|
102
107
|
| **Color** | `red` |
|
|
@@ -110,10 +115,11 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
110
115
|
---
|
|
111
116
|
|
|
112
117
|
### mindforge-debug-specialist (The Root Cause Expert)
|
|
118
|
+
|
|
113
119
|
**Role:** Principal engineering specialist in production debugging and root cause analysis (RCA). Solves complex defects by finding causes, not patching symptoms.
|
|
114
120
|
|
|
115
121
|
| Property | Value |
|
|
116
|
-
|
|
122
|
+
| :--- | :--- |
|
|
117
123
|
| **Spawned by** | `/mindforge:debug`, `/mindforge:agent debug-specialist` |
|
|
118
124
|
| **Tools** | Read, Write, Bash, Grep, Glob, CommandStatus, ReadTerminal, Context7 |
|
|
119
125
|
| **Color** | `orange` |
|
|
@@ -127,10 +133,11 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
127
133
|
---
|
|
128
134
|
|
|
129
135
|
### mindforge-roadmapper (The Execution Strategist)
|
|
136
|
+
|
|
130
137
|
**Role:** Strategic technical program manager. Defines the optimal sequence of delivery and ensures every task has a clear "Proof of Done".
|
|
131
138
|
|
|
132
139
|
| Property | Value |
|
|
133
|
-
|
|
140
|
+
| :--- | :--- |
|
|
134
141
|
| **Spawned by** | `/mindforge:milestone`, `/mindforge:agent roadmapper` |
|
|
135
142
|
| **Tools** | Read, Write, Bash, Grep, Glob |
|
|
136
143
|
| **Color** | `cyan` |
|
|
@@ -144,10 +151,11 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
144
151
|
---
|
|
145
152
|
|
|
146
153
|
### mindforge-assumptions-analyzer (The Pre-flight Auditor)
|
|
154
|
+
|
|
147
155
|
**Role:** Senior systems auditor. Audits codebase against requirements to find hidden problems and conflicts before work starts.
|
|
148
156
|
|
|
149
157
|
| Property | Value |
|
|
150
|
-
|
|
158
|
+
| :--- | :--- |
|
|
151
159
|
| **Spawned by** | `/mindforge:plan-phase`, `/mindforge:agent assumptions-analyzer` |
|
|
152
160
|
| **Tools** | Read, Write, Bash, Grep, Glob |
|
|
153
161
|
| **Color** | `blue` |
|
|
@@ -161,10 +169,11 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
161
169
|
---
|
|
162
170
|
|
|
163
171
|
### mindforge-research-agent (The Knowledge Detective)
|
|
172
|
+
|
|
164
173
|
**Role:** Technical research specialist. Ingests large documentation sets and codebases to identify patterns and integration paths.
|
|
165
174
|
|
|
166
175
|
| Property | Value |
|
|
167
|
-
|
|
176
|
+
| :--- | :--- |
|
|
168
177
|
| **Spawned by** | `/mindforge:research`, `/mindforge:agent research-agent` |
|
|
169
178
|
| **Tools** | Read, Write, Bash, Grep, Glob, Browser, Context7 |
|
|
170
179
|
| **Color** | `cyan` |
|
|
@@ -178,10 +187,11 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
178
187
|
---
|
|
179
188
|
|
|
180
189
|
### mindforge-decision-architect (The Chief of Logic)
|
|
190
|
+
|
|
181
191
|
**Role:** Principal engineering lead. Synthesizes research and audits into actionable architectural verdicts and roadmap adjustments.
|
|
182
192
|
|
|
183
193
|
| Property | Value |
|
|
184
|
-
|
|
194
|
+
| :--- | :--- |
|
|
185
195
|
| **Spawned by** | `/mindforge:plan-phase`, `/mindforge:agent decision-architect` |
|
|
186
196
|
| **Tools** | Read, Write, Bash, Grep, Glob |
|
|
187
197
|
| **Color** | `purple` |
|
|
@@ -195,10 +205,11 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
195
205
|
---
|
|
196
206
|
|
|
197
207
|
### mindforge-release-manager (The Delivery Gatekeeper)
|
|
208
|
+
|
|
198
209
|
**Role:** Senior release manager. Ensures every release is traceable, reversible, and communicated through structured semver and changelogs.
|
|
199
210
|
|
|
200
211
|
| Property | Value |
|
|
201
|
-
|
|
212
|
+
| :--- | :--- |
|
|
202
213
|
| **Spawned by** | `/mindforge:release`, `/mindforge:agent release-manager` |
|
|
203
214
|
| **Tools** | Read, Write, Bash, Grep, Glob, CommandStatus |
|
|
204
215
|
| **Color** | `blue` |
|
|
@@ -212,10 +223,11 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
212
223
|
---
|
|
213
224
|
|
|
214
225
|
### mindforge-tech-writer (The Doc Specialist)
|
|
226
|
+
|
|
215
227
|
**Role:** Senior technical writer. Produces minimal, high-utility documentation for developers and stakeholders.
|
|
216
228
|
|
|
217
229
|
| Property | Value |
|
|
218
|
-
|
|
230
|
+
| :--- | :--- |
|
|
219
231
|
| **Spawned by** | `/mindforge:ship`, `/mindforge:agent tech-writer` |
|
|
220
232
|
| **Tools** | Read, Write, Bash, Grep, Glob, Context7 |
|
|
221
233
|
| **Color** | `cyan` |
|
|
@@ -229,10 +241,11 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
229
241
|
---
|
|
230
242
|
|
|
231
243
|
### mindforge-coverage-specialist (The Logic Auditor)
|
|
244
|
+
|
|
232
245
|
**Role:** Senior test engineer specialized in logic sampling and adversarial gap detection (Nyquist-level coverage).
|
|
233
246
|
|
|
234
247
|
| Property | Value |
|
|
235
|
-
|
|
248
|
+
| :--- | :--- |
|
|
236
249
|
| **Spawned by** | `/mindforge:validate-phase`, `/mindforge:agent coverage-specialist` |
|
|
237
250
|
| **Tools** | Read, Write, Bash, Grep, Glob, CommandStatus |
|
|
238
251
|
| **Color** | `yellow` |
|
|
@@ -246,10 +259,11 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
246
259
|
---
|
|
247
260
|
|
|
248
261
|
### mindforge-advisor-researcher (The Trade-off Specialist)
|
|
262
|
+
|
|
249
263
|
**Role:** Researches single decision points and provides structured comparisons with rationale.
|
|
250
264
|
|
|
251
265
|
| Property | Value |
|
|
252
|
-
|
|
266
|
+
| :--- | :--- |
|
|
253
267
|
| **Spawned by** | `/mindforge:research`, `/mindforge:agent advisor-researcher` |
|
|
254
268
|
| **Tools** | Read, Write, Bash, Grep, Glob, Browser, Context7 |
|
|
255
269
|
| **Color** | `cyan` |
|
|
@@ -263,10 +277,11 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
263
277
|
---
|
|
264
278
|
|
|
265
279
|
### mindforge-project-researcher (The Ecosystem Explorer)
|
|
280
|
+
|
|
266
281
|
**Role:** Researches the technical ecosystem for new projects or milestones.
|
|
267
282
|
|
|
268
283
|
| Property | Value |
|
|
269
|
-
|
|
284
|
+
| :--- | :--- |
|
|
270
285
|
| **Spawned by** | `/mindforge:init-project`, `/mindforge:agent project-researcher` |
|
|
271
286
|
| **Tools** | Read, Write, Bash, Grep, Glob, Browser, Context7 |
|
|
272
287
|
| **Color** | `purple` |
|
|
@@ -280,10 +295,11 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
280
295
|
---
|
|
281
296
|
|
|
282
297
|
### mindforge-research-synthesizer (The Strategy Fuser)
|
|
298
|
+
|
|
283
299
|
**Role:** Synthesizes research outputs from multiple parallel agents into a cohesive strategy.
|
|
284
300
|
|
|
285
301
|
| Property | Value |
|
|
286
|
-
|
|
302
|
+
| :--- | :--- |
|
|
287
303
|
| **Spawned by** | `/mindforge:research`, `/mindforge:agent research-synthesizer` |
|
|
288
304
|
| **Tools** | Read, Write, Bash, Grep, Glob |
|
|
289
305
|
| **Color** | `purple` |
|
|
@@ -297,10 +313,11 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
297
313
|
---
|
|
298
314
|
|
|
299
315
|
### mindforge-ui-researcher (The Visual Architect)
|
|
316
|
+
|
|
300
317
|
**Role:** Produces design contracts (UI-SPEC.md) for frontend phases.
|
|
301
318
|
|
|
302
319
|
| Property | Value |
|
|
303
|
-
|
|
320
|
+
| :--- | :--- |
|
|
304
321
|
| **Spawned by** | `/mindforge:plan-phase`, `/mindforge:agent ui-researcher` |
|
|
305
322
|
| **Tools** | Read, Write, Bash, Grep, Glob, Browser, Context7 |
|
|
306
323
|
| **Color** | `#E879F9` |
|
|
@@ -314,10 +331,11 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
314
331
|
---
|
|
315
332
|
|
|
316
333
|
### mindforge-phase-researcher (The Domain Deep-Diver)
|
|
334
|
+
|
|
317
335
|
**Role:** Investigates the specific technical domain or codebase area for an active phase.
|
|
318
336
|
|
|
319
337
|
| Property | Value |
|
|
320
|
-
|
|
338
|
+
| :--- | :--- |
|
|
321
339
|
| **Spawned by** | `/mindforge:plan-phase`, `/mindforge:agent phase-researcher` |
|
|
322
340
|
| **Tools** | Read, Write, Bash, Grep, Glob, Context7 |
|
|
323
341
|
| **Color** | `blue` |
|
|
@@ -331,14 +349,15 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
331
349
|
---
|
|
332
350
|
|
|
333
351
|
### mindforge-planner (The Task Architect)
|
|
352
|
+
|
|
334
353
|
**Role:** Decomposes phase goals into precise, atomic, executable implementation plans.
|
|
335
354
|
|
|
336
355
|
| Property | Value |
|
|
337
|
-
|
|
356
|
+
| :--- | :--- |
|
|
338
357
|
| **Spawned by** | `/mindforge:plan-phase`, `/mindforge:agent planner` |
|
|
339
358
|
| **Tools** | Read, Write, Bash, Grep, Glob |
|
|
340
359
|
| **Color** | `blue` |
|
|
341
|
-
| **Produces** | `PLAN-*.md` (XML task breakdown)
|
|
360
|
+
| **Produces** | `PLAN-*.md` (XML task breakdown)|
|
|
342
361
|
|
|
343
362
|
**Capabilities:**
|
|
344
363
|
- Goal-backward task decomposition.
|
|
@@ -348,10 +367,11 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
348
367
|
---
|
|
349
368
|
|
|
350
369
|
### mindforge-integration-checker (The Connection Auditor)
|
|
370
|
+
|
|
351
371
|
**Role:** Verifies cross-component wiring, API consumers, and end-to-end user flows.
|
|
352
372
|
|
|
353
373
|
| Property | Value |
|
|
354
|
-
|
|
374
|
+
| :--- | :--- |
|
|
355
375
|
| **Spawned by** | `/mindforge:verify-phase`, `/mindforge:agent integration-checker` |
|
|
356
376
|
| **Tools** | Read, Write, Bash, Grep, Glob |
|
|
357
377
|
| **Color** | `blue` |
|
|
@@ -365,10 +385,11 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
365
385
|
---
|
|
366
386
|
|
|
367
387
|
### mindforge-nyquist-auditor (The Fidelity Inspector)
|
|
388
|
+
|
|
368
389
|
**Role:** Specialized verification auditor focused on filling testing gaps.
|
|
369
390
|
|
|
370
391
|
| Property | Value |
|
|
371
|
-
|
|
392
|
+
| :--- | :--- |
|
|
372
393
|
| **Spawned by** | `/mindforge:validate-phase`, `/mindforge:agent nyquist-auditor` |
|
|
373
394
|
| **Tools** | Read, Write, Bash, Grep, Glob, CmdStatus, ReadTerminal |
|
|
374
395
|
| **Color** | `#8B5CF6` |
|
|
@@ -382,10 +403,11 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
382
403
|
---
|
|
383
404
|
|
|
384
405
|
### mindforge-plan-checker (The Logic Guard)
|
|
406
|
+
|
|
385
407
|
**Role:** Verifies implementation plans against project goals and constraints.
|
|
386
408
|
|
|
387
409
|
| Property | Value |
|
|
388
|
-
|
|
410
|
+
| :--- | :--- |
|
|
389
411
|
| **Spawned by** | `/mindforge:plan-phase`, `/mindforge:agent plan-checker` |
|
|
390
412
|
| **Tools** | Read, Write, Bash, Grep, Glob |
|
|
391
413
|
| **Color** | `yellow` |
|
|
@@ -399,10 +421,11 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
399
421
|
---
|
|
400
422
|
|
|
401
423
|
### mindforge-ui-auditor (The Polish Inspector)
|
|
424
|
+
|
|
402
425
|
**Role:** Performs retroactive visual and interaction audits of UI code.
|
|
403
426
|
|
|
404
427
|
| Property | Value |
|
|
405
|
-
|
|
428
|
+
| :--- | :--- |
|
|
406
429
|
| **Spawned by** | `/mindforge:verify-phase`, `/mindforge:agent ui-auditor` |
|
|
407
430
|
| **Tools** | Read, Write, Bash, Grep, Glob |
|
|
408
431
|
| **Color** | `#F472B6` |
|
|
@@ -416,10 +439,11 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
416
439
|
---
|
|
417
440
|
|
|
418
441
|
### mindforge-ui-checker (The Design Gatekeeper)
|
|
442
|
+
|
|
419
443
|
**Role:** Validates UI-SPEC.md design contracts before planning starts.
|
|
420
444
|
|
|
421
445
|
| Property | Value |
|
|
422
|
-
|
|
446
|
+
| :--- | :--- |
|
|
423
447
|
| **Spawned by** | `/mindforge:plan-phase`, `/mindforge:agent ui-checker` |
|
|
424
448
|
| **Tools** | Read, Write, Bash, Grep, Glob |
|
|
425
449
|
| **Color** | `#22D3EE` |
|
|
@@ -433,10 +457,11 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
433
457
|
---
|
|
434
458
|
|
|
435
459
|
### mindforge-verifier (The Goal Sentinel)
|
|
460
|
+
|
|
436
461
|
**Role:** Principal specialist in goal-backward verification.
|
|
437
462
|
|
|
438
463
|
| Property | Value |
|
|
439
|
-
|
|
464
|
+
| :--- | :--- |
|
|
440
465
|
| **Spawned by** | `/mindforge:verify-phase`, `/mindforge:agent verifier` |
|
|
441
466
|
| **Tools** | Read, Write, Bash, Grep, Glob |
|
|
442
467
|
| **Color** | `green` |
|
|
@@ -450,10 +475,11 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
450
475
|
---
|
|
451
476
|
|
|
452
477
|
### mindforge-executor (The Implementation Pilot)
|
|
478
|
+
|
|
453
479
|
**Role:** Executes implementation plans with atomic commit discipline.
|
|
454
480
|
|
|
455
481
|
| Property | Value |
|
|
456
|
-
|
|
482
|
+
| :--- | :--- |
|
|
457
483
|
| **Spawned by** | `/mindforge:execute-phase`, `/mindforge:agent executor` |
|
|
458
484
|
| **Tools** | Read, Write, Bash, Grep, Glob, CmdStatus, ReadTerminal |
|
|
459
485
|
| **Color** | `yellow` |
|
|
@@ -467,10 +493,11 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
467
493
|
---
|
|
468
494
|
|
|
469
495
|
### mindforge-debugger (The RCA Scientist)
|
|
496
|
+
|
|
470
497
|
**Role:** Specialist in systematic root cause analysis and complex defect resolution.
|
|
471
498
|
|
|
472
499
|
| Property | Value |
|
|
473
|
-
|
|
500
|
+
| :--- | :--- |
|
|
474
501
|
| **Spawned by** | `/mindforge:debug`, `/mindforge:agent debugger` |
|
|
475
502
|
| **Tools** | Read, Write, Bash, Grep, Glob, CmdStatus, ReadTerminal, Browser, Context7 |
|
|
476
503
|
| **Color** | `orange` |
|
|
@@ -483,11 +510,12 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
483
510
|
|
|
484
511
|
---
|
|
485
512
|
|
|
486
|
-
### mindforge-assumptions-analyzer (
|
|
513
|
+
### mindforge-assumptions-analyzer-extend (The Reality Checker)
|
|
514
|
+
|
|
487
515
|
**Role:** Reality checker for identifying hidden codebase constraints and risks.
|
|
488
516
|
|
|
489
517
|
| Property | Value |
|
|
490
|
-
|
|
518
|
+
| :--- | :--- |
|
|
491
519
|
| **Spawned by** | `/mindforge:plan-phase`, `/mindforge:agent assumptions-analyzer-extend` |
|
|
492
520
|
| **Tools** | Read, Write, Bash, Grep, Glob |
|
|
493
521
|
| **Color** | `blue` |
|
|
@@ -501,10 +529,11 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
501
529
|
---
|
|
502
530
|
|
|
503
531
|
### mindforge-codebase-mapper (The Explorer)
|
|
532
|
+
|
|
504
533
|
**Role:** Senior engineer specialized in autonomous codebase discovery and high-fidelity documentation.
|
|
505
534
|
|
|
506
535
|
| Property | Value |
|
|
507
|
-
|
|
536
|
+
| :--- | :--- |
|
|
508
537
|
| **Spawned by** | `/mindforge:map-codebase`, `/mindforge:agent codebase-mapper` |
|
|
509
538
|
| **Tools** | Read, Write, Bash, Grep, Glob |
|
|
510
539
|
| **Color** | `cyan` |
|
|
@@ -517,11 +546,12 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
517
546
|
|
|
518
547
|
---
|
|
519
548
|
|
|
520
|
-
### mindforge-codebase-mapper (
|
|
549
|
+
### mindforge-codebase-mapper-extend (The Structuralist)
|
|
550
|
+
|
|
521
551
|
**Role:** Generates structured maps of tech stacks, architecture, and conventions.
|
|
522
552
|
|
|
523
553
|
| Property | Value |
|
|
524
|
-
|
|
554
|
+
| :--- | :--- |
|
|
525
555
|
| **Spawned by** | `/mindforge:map-codebase`, `/mindforge:agent codebase-mapper-extend` |
|
|
526
556
|
| **Tools** | Read, Write, Bash, Grep, Glob |
|
|
527
557
|
| **Color** | `cyan` |
|
|
@@ -534,11 +564,12 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
534
564
|
|
|
535
565
|
---
|
|
536
566
|
|
|
537
|
-
### mindforge-roadmapper (
|
|
538
|
-
|
|
567
|
+
### mindforge-roadmapper-extend (The Continuity Lead)
|
|
568
|
+
|
|
569
|
+
**Role:** Enhanced execution strategist focused on requirement traceability and phase continuity.
|
|
539
570
|
|
|
540
571
|
| Property | Value |
|
|
541
|
-
|
|
572
|
+
| :--- | :--- |
|
|
542
573
|
| **Spawned by** | `/mindforge:milestone`, `/mindforge:agent roadmapper-extend` |
|
|
543
574
|
| **Tools** | Read, Write, Bash, Grep, Glob, Browser |
|
|
544
575
|
| **Color** | `cyan` |
|
|
@@ -551,11 +582,12 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
551
582
|
|
|
552
583
|
---
|
|
553
584
|
|
|
554
|
-
### mindforge-user-profiler (The
|
|
555
|
-
|
|
585
|
+
### mindforge-user-profiler (The Relationship Manager)
|
|
586
|
+
|
|
587
|
+
**Role:** Analyzes session history to personalize agent interactions and technical alignment.
|
|
556
588
|
|
|
557
589
|
| Property | Value |
|
|
558
|
-
|
|
590
|
+
| :--- | :--- |
|
|
559
591
|
| **Spawned by** | `/mindforge:agent user-profiler` |
|
|
560
592
|
| **Tools** | Read, Write, Bash, Grep, Glob |
|
|
561
593
|
| **Color** | `magenta` |
|
|
@@ -571,7 +603,7 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
571
603
|
## Tool Permissions Summary
|
|
572
604
|
|
|
573
605
|
| Persona | Read | Write | Bash | Grep | Glob | CmdStatus | Browser | Terminal | Context7 |
|
|
574
|
-
|
|
606
|
+
| :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- |
|
|
575
607
|
| **Analyst** | ✓ | ✓ | ✓ | ✓ | | | | | |
|
|
576
608
|
| **Architect** | ✓ | ✓ | ✓ | ✓ | ✓ | | | | |
|
|
577
609
|
| **Developer** | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | | ✓ |
|
|
@@ -591,7 +623,7 @@ MindForge uses a multi-agent orchestration model where specialized personas are
|
|
|
591
623
|
| **UI Researcher** | ✓ | ✓ | ✓ | ✓ | ✓ | | ✓ | | ✓ |
|
|
592
624
|
| **Phase Researcher** | ✓ | ✓ | ✓ | ✓ | ✓ | | | | ✓ |
|
|
593
625
|
| **Planner** | ✓ | ✓ | ✓ | ✓ | ✓ | | | | |
|
|
594
|
-
| **Integration Checker
|
|
626
|
+
| **Integration Checker** | ✓ | ✓ | ✓ | ✓ | ✓ | | | | |
|
|
595
627
|
| **Nyquist Auditor** | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | ✓ | |
|
|
596
628
|
| **Plan Checker** | ✓ | ✓ | ✓ | ✓ | ✓ | | | | |
|
|
597
629
|
| **UI Auditor** | ✓ | ✓ | ✓ | ✓ | ✓ | | | | |
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
# MINDFORGE.md Configuration Reference
|
|
2
|
+
|
|
3
|
+
`MINDFORGE.md` acts as the project-level "constitution" for the MindForge framework. It allows teams to override default models, execution behaviors, and quality gates to fit specific project needs.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## 1. Model Configuration
|
|
8
|
+
|
|
9
|
+
MindForge uses a tiered model routing system. You can specify exact models for different phases of the lifecycle.
|
|
10
|
+
|
|
11
|
+
| Key | Description | Default |
|
|
12
|
+
| :--- | :--- | :--- |
|
|
13
|
+
| `PLANNER_MODEL` | Model used for task decomposition and planning. | `claude-sonnet-4-5` |
|
|
14
|
+
| `EXECUTOR_MODEL` | Model used for code generation and implementation. | `claude-sonnet-4-5` |
|
|
15
|
+
| `REVIEWER_MODEL` | Model used for code review and PR analysis. | `claude-opus-4-alpha` |
|
|
16
|
+
| `VERIFIER_MODEL` | Model used for testing and UAT verification. | `claude-sonnet-4-5` |
|
|
17
|
+
| `SECURITY_MODEL` | Model used for sensitive security scanning. | `claude-opus-4-alpha` |
|
|
18
|
+
|
|
19
|
+
**Supported Values:**
|
|
20
|
+
|
|
21
|
+
- `claude-opus-4-alpha` (High intelligence, slow, expensive)
|
|
22
|
+
- `claude-sonnet-4-5` (Balanced, recommended)
|
|
23
|
+
- `claude-haiku-4-5` (Fast, logical, best for trivial tasks)
|
|
24
|
+
- `inherit` (Use the system-wide default)
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
## 2. Autonomous Execution Settings
|
|
29
|
+
|
|
30
|
+
These settings control the `/mindforge:auto` engine's behavior and performance.
|
|
31
|
+
|
|
32
|
+
| Key | Description | Default |
|
|
33
|
+
| :--- | :--- | :--- |
|
|
34
|
+
| `AUTONOMOUS_MODE_ENABLED` | Global toggle for autonomous task execution. | `true` |
|
|
35
|
+
| `MAX_TASKS_PER_PHASE` | Limit on task expansion during planning. | `15` |
|
|
36
|
+
| `STUCK_DETECTION_TIMEOUT_MS` | Time before an agent is considered "looping" or stuck. | `300000` |
|
|
37
|
+
| `STEERING_CHECK_INTERVAL_MS` | How often the engine checks for user guidance. | `5000` |
|
|
38
|
+
| `NODE_REPAIR_ENABLED` | If true, the engine attempts to self-heal on failures. | `true` |
|
|
39
|
+
| `COMPACTION_THRESHOLD_PCT` | The context usage percentage at which to trigger compaction. | `70` |
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
## 3. Engineering Quality Gates
|
|
44
|
+
|
|
45
|
+
Define the rules that code must follow to pass the `VERIFY` phase.
|
|
46
|
+
|
|
47
|
+
| Key | Description | Default |
|
|
48
|
+
| :--- | :--- | :--- |
|
|
49
|
+
| `MIN_TEST_COVERAGE_PCT` | Required test coverage for any new module. | `80` |
|
|
50
|
+
| `MAX_FUNCTION_LINES` | Maximum lines allowed for a single function. | `40` |
|
|
51
|
+
| `MAX_CYCLOMATIC_COMPLEXITY` | Maximum complexity score (McCune) allowed. | `10` |
|
|
52
|
+
| `BLOCK_ON_MEDIUM_SECURITY` | Fail the gate if any medium security findings exist. | `true` |
|
|
53
|
+
| `ANTIPATTERN_SENSITIVITY` | Frequency at which suspicious patterns are flagged. | `0.7` |
|
|
54
|
+
|
|
55
|
+
---
|
|
56
|
+
|
|
57
|
+
## 4. Skills & Personalization
|
|
58
|
+
|
|
59
|
+
Control how skills are discovered and injected.
|
|
60
|
+
|
|
61
|
+
| Key | Description | Default |
|
|
62
|
+
| :--- | :--- | :--- |
|
|
63
|
+
| `ALWAYS_LOAD_SKILLS` | List of skill IDs to inject in every session. | `[]` |
|
|
64
|
+
| `DISABLED_SKILLS` | List of skills to ignore even if triggers match. | `[]` |
|
|
65
|
+
| `MAX_FULL_SKILL_INJECTIONS` | Max number of skills allowed to be fully injected. | `3` |
|
|
66
|
+
| `AUTO_CAPTURE_SKILLS` | Automatically suggest new skills from session history. | `true` |
|
|
67
|
+
|
|
68
|
+
---
|
|
69
|
+
|
|
70
|
+
## 5. Non-Overridable Governance
|
|
71
|
+
|
|
72
|
+
To ensure enterprise safety, several rules **cannot** be disabled via `MINDFORGE.md`:
|
|
73
|
+
|
|
74
|
+
1. **Security Auto-Trigger:** Any change touching PII/Auth/Payments *will* trigger a security review.
|
|
75
|
+
2. **Plan-First Rule:** Every implementation task *must* have a signed-off plan.
|
|
76
|
+
3. **Secret Detection:** Commits containing detected secrets will always be blocked.
|
|
77
|
+
4. **Audit Writing:** All significant framework actions *will* be recorded to `.planning/AUDIT.jsonl`.
|
|
78
|
+
5. **Critical Security Blocks:** High/Critical findings *will* block the `SHIP` command.
|
|
79
|
+
|
|
80
|
+
> [!WARNING]
|
|
81
|
+
> Attempting to disable these rules in your configuration will result in a silent enforcement of the defaults. See [ADR-013](../adr/ADR-013-immutable-governance.md) for architectural details.
|
|
@@ -1,44 +1,56 @@
|
|
|
1
1
|
# MindForge Architecture Overview
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
## Core
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
3
|
+
MindForge v2.1.1 is built on a unified "Agentic OS" architecture, designed to provide a consistent execution environment across all major AI IDEs and CLI tools.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## 1. Core Architectural Pillars
|
|
8
|
+
|
|
9
|
+
The framework is organized into four logical pillars that map directly to the development lifecycle:
|
|
10
|
+
|
|
11
|
+
1. **PLAN**: Multi-agent task decomposition using the `PLANNER_MODEL`. Resulting in atomic `.planning/` artifacts.
|
|
12
|
+
2. **EXECUTE**: Parallel, wave-based implementation using the `EXECUTOR_MODEL`.
|
|
13
|
+
3. **VERIFY**: Multi-stage validation (Automated Tests + UAT + Integrity Checks) using the `VERIFIER_MODEL`.
|
|
14
|
+
4. **SHIP**: Release orchestration, PR generation, and audit finalization.
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## 2. Directory Hierarchy
|
|
19
|
+
|
|
20
|
+
MindForge uses a "Tiered Configuration" model allowing for global, organizational, and project-specific rules.
|
|
21
|
+
|
|
22
|
+
| Directory | Scope | Purpose |
|
|
23
|
+
| :--- | :--- | :--- |
|
|
24
|
+
| `.mindforge/` | System/Global | Core personas, core skills, and engine protocols. |
|
|
25
|
+
| `.mindforge/org/` | Organizational | Shared company standards and private skill registries. |
|
|
26
|
+
| `.agent/` | Project/Local | Project-specific configuration, hooks, and local skill overrides. |
|
|
27
|
+
| `.planning/` | Session/State | Ephemeral state, task blocks, and session handoffs. |
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
## 3. The Unified Registry (`file-manifest.json`)
|
|
32
|
+
|
|
33
|
+
The `file-manifest.json` file in `.agent/` is the single source of truth for the framework's file system mapping. It allows MindForge to resolve command paths, skills, and templates regardless of whether it's running in Claude Code, Antigravity, or Cursor.
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
## 4. Runtime Execution Flow
|
|
38
|
+
|
|
39
|
+
1. **Context Loading**: Load `MINDFORGE.md` and `file-manifest.json` to configure the environment.
|
|
40
|
+
2. **Skill Discovery**: Match task intent against the 3-tier skill registry (Core → Org → Project).
|
|
41
|
+
3. **Persona Spawning**: Instantiate the required persona from the 32-persona ecosystem.
|
|
42
|
+
4. **Action Loop**: Execute the 4-pillar workflow, persisting state to `.planning/STATE.md` at every step.
|
|
43
|
+
5. **Audit Persistence**: All non-trivial actions are appended to the encrypted `.planning/AUDIT.jsonl`.
|
|
44
|
+
|
|
45
|
+
---
|
|
46
|
+
|
|
47
|
+
## 5. Stability & Extension
|
|
48
|
+
|
|
49
|
+
MindForge provides stable interfaces for extension:
|
|
50
|
+
|
|
51
|
+
- **Skills**: Domain expertise via `SKILL.md`.
|
|
52
|
+
- **Workflows**: Sequence automation via `WORKFLOW.md`.
|
|
53
|
+
- **Hooks**: Lifecycle interception via `.agent/hooks/`.
|
|
54
|
+
- **SDK**: Programmatic access via `@mindforge/sdk`.
|
|
55
|
+
|
|
56
|
+
See [ADR-041](../adr/ADR-041-runtime-interfaces.md) for the stabilization contract.
|