mindforge-cc 2.0.0 → 2.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/.agent/mindforge/add-backlog.md +32 -0
- package/.agent/mindforge/agent.md +31 -0
- package/.agent/mindforge/do.md +31 -0
- package/.agent/mindforge/note.md +35 -0
- package/.agent/mindforge/plant-seed.md +31 -0
- package/.agent/mindforge/review-backlog.md +34 -0
- package/.agent/mindforge/session-report.md +39 -0
- package/.agent/mindforge/ui-phase.md +34 -0
- package/.agent/mindforge/ui-review.md +36 -0
- package/.agent/mindforge/validate-phase.md +31 -0
- package/.agent/mindforge/workstreams.md +35 -0
- package/.claude/commands/mindforge/add-backlog.md +32 -0
- package/.claude/commands/mindforge/agent.md +31 -0
- package/.claude/commands/mindforge/approve.md +27 -15
- package/.claude/commands/mindforge/audit.md +30 -26
- package/.claude/commands/mindforge/auto.md +29 -18
- package/.claude/commands/mindforge/benchmark.md +26 -29
- package/.claude/commands/mindforge/browse.md +24 -22
- package/.claude/commands/mindforge/complete-milestone.md +28 -14
- package/.claude/commands/mindforge/costs.md +26 -9
- package/.claude/commands/mindforge/cross-review.md +27 -13
- package/.claude/commands/mindforge/dashboard.md +35 -98
- package/.claude/commands/mindforge/debug.md +34 -126
- package/.claude/commands/mindforge/discuss-phase.md +36 -138
- package/.claude/commands/mindforge/do.md +31 -0
- package/.claude/commands/mindforge/execute-phase.md +37 -190
- package/.claude/commands/mindforge/health.md +27 -17
- package/.claude/commands/mindforge/help.md +25 -19
- package/.claude/commands/mindforge/init-org.md +37 -131
- package/.claude/commands/mindforge/init-project.md +40 -155
- package/.claude/commands/mindforge/install-skill.md +32 -15
- package/.claude/commands/mindforge/learn.md +36 -142
- package/.claude/commands/mindforge/map-codebase.md +36 -298
- package/.claude/commands/mindforge/marketplace.md +33 -120
- package/.claude/commands/mindforge/metrics.md +29 -18
- package/.claude/commands/mindforge/migrate.md +33 -40
- package/.claude/commands/mindforge/milestone.md +35 -12
- package/.claude/commands/mindforge/new-runtime.md +25 -15
- package/.claude/commands/mindforge/next.md +34 -105
- package/.claude/commands/mindforge/note.md +35 -0
- package/.claude/commands/mindforge/plan-phase.md +34 -125
- package/.claude/commands/mindforge/plant-seed.md +31 -0
- package/.claude/commands/mindforge/plugins.md +30 -36
- package/.claude/commands/mindforge/pr-review.md +32 -41
- package/.claude/commands/mindforge/profile-team.md +26 -19
- package/.claude/commands/mindforge/publish-skill.md +28 -17
- package/.claude/commands/mindforge/qa.md +27 -12
- package/.claude/commands/mindforge/quick.md +35 -135
- package/.claude/commands/mindforge/release.md +27 -8
- package/.claude/commands/mindforge/remember.md +25 -10
- package/.claude/commands/mindforge/research.md +27 -9
- package/.claude/commands/mindforge/retrospective.md +28 -22
- package/.claude/commands/mindforge/review-backlog.md +34 -0
- package/.claude/commands/mindforge/review.md +37 -157
- package/.claude/commands/mindforge/security-scan.md +34 -233
- package/.claude/commands/mindforge/session-report.md +39 -0
- package/.claude/commands/mindforge/ship.md +34 -100
- package/.claude/commands/mindforge/skills.md +36 -141
- package/.claude/commands/mindforge/status.md +30 -104
- package/.claude/commands/mindforge/steer.md +25 -10
- package/.claude/commands/mindforge/sync-confluence.md +28 -9
- package/.claude/commands/mindforge/sync-jira.md +32 -12
- package/.claude/commands/mindforge/tokens.md +25 -6
- package/.claude/commands/mindforge/ui-phase.md +34 -0
- package/.claude/commands/mindforge/ui-review.md +36 -0
- package/.claude/commands/mindforge/update.md +33 -42
- package/.claude/commands/mindforge/validate-phase.md +31 -0
- package/.claude/commands/mindforge/verify-phase.md +30 -62
- package/.claude/commands/mindforge/workspace.md +28 -25
- package/.claude/commands/mindforge/workstreams.md +35 -0
- package/.mindforge/memory/decision-library.jsonl +0 -0
- package/.mindforge/memory/knowledge-base.jsonl +7 -0
- package/.mindforge/memory/pattern-library.jsonl +1 -0
- package/.mindforge/memory/team-preferences.jsonl +4 -0
- package/.mindforge/personas/advisor-researcher.md +89 -0
- package/.mindforge/personas/analyst.md +112 -52
- package/.mindforge/personas/architect.md +100 -67
- package/.mindforge/personas/assumptions-analyzer-extend.md +87 -0
- package/.mindforge/personas/assumptions-analyzer.md +109 -0
- package/.mindforge/personas/codebase-mapper-extend.md +93 -0
- package/.mindforge/personas/codebase-mapper.md +770 -0
- package/.mindforge/personas/coverage-specialist.md +104 -0
- package/.mindforge/personas/debug-specialist.md +118 -52
- package/.mindforge/personas/debugger.md +97 -0
- package/.mindforge/personas/decision-architect.md +102 -0
- package/.mindforge/personas/developer.md +97 -85
- package/.mindforge/personas/executor.md +88 -0
- package/.mindforge/personas/integration-checker.md +92 -0
- package/.mindforge/personas/nyquist-auditor.md +84 -0
- package/.mindforge/personas/phase-researcher.md +107 -0
- package/.mindforge/personas/plan-checker.md +92 -0
- package/.mindforge/personas/planner.md +105 -0
- package/.mindforge/personas/project-researcher.md +99 -0
- package/.mindforge/personas/qa-engineer.md +113 -61
- package/.mindforge/personas/release-manager.md +102 -64
- package/.mindforge/personas/research-agent.md +108 -24
- package/.mindforge/personas/research-synthesizer.md +101 -0
- package/.mindforge/personas/roadmapper-extend.md +100 -0
- package/.mindforge/personas/roadmapper.md +103 -0
- package/.mindforge/personas/security-reviewer.md +114 -91
- package/.mindforge/personas/tech-writer.md +118 -51
- package/.mindforge/personas/ui-auditor.md +94 -0
- package/.mindforge/personas/ui-checker.md +89 -0
- package/.mindforge/personas/ui-researcher.md +99 -0
- package/.mindforge/personas/user-profiler.md +93 -0
- package/.mindforge/personas/verifier.md +101 -0
- package/.planning/browser-daemon.log +32 -0
- package/CHANGELOG.md +26 -0
- package/MINDFORGE.md +2 -0
- package/README.md +38 -1
- package/bin/installer-core.js +3 -4
- package/docs/Context/Master-Context.md +6 -13
- package/docs/PERSONAS.md +611 -0
- package/docs/reference/commands.md +53 -43
- package/package.json +1 -1
package/docs/PERSONAS.md
ADDED
|
@@ -0,0 +1,611 @@
|
|
|
1
|
+
# MindForge Persona Reference
|
|
2
|
+
|
|
3
|
+
> A comprehensive guide to the 31 specialized enterprise personas — roles, tools, and orchestration patterns.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Overview
|
|
8
|
+
|
|
9
|
+
MindForge uses a multi-agent orchestration model where specialized personas are invoked to handle specific phases of the project lifecycle. Each persona is defined with a unique role, high-fidelity XML-tagged process, and strict tool permissions to ensure security and precision.
|
|
10
|
+
|
|
11
|
+
### Persona Categories
|
|
12
|
+
|
|
13
|
+
| Category | Count | Personas |
|
|
14
|
+
| --- | --- | --- |
|
|
15
|
+
| **Analyzers & Researchers** | 8 | analyst, assumptions-analyzer, advisor-researcher, assumptions-analyzer-extend, project-researcher, research-synthesizer, ui-researcher, research-agent |
|
|
16
|
+
| **Architects & Planners** | 5 | architect, decision-architect, planner, phase-researcher, plan-checker |
|
|
17
|
+
| **Executors** | 2 | developer, executor |
|
|
18
|
+
| **Quality & Security** | 8 | qa-engineer, security-reviewer, coverage-specialist, ui-auditor, ui-checker, nyquist-auditor, integration-checker, verifier |
|
|
19
|
+
| **Strategy & Ops** | 5 | roadmapper, release-manager, tech-writer, roadmapper-extend, user-profiler |
|
|
20
|
+
| **Debuggers** | 2 | debug-specialist, debugger |
|
|
21
|
+
| **Mapping** | 1 | codebase-mapper-extend |
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
## Persona Details
|
|
26
|
+
|
|
27
|
+
### mindforge-analyst (The Requirements Engineer)
|
|
28
|
+
**Role:** Translates ambiguous business intent into precise, testable, scoped specifications.
|
|
29
|
+
|
|
30
|
+
| Property | Value |
|
|
31
|
+
| --- | --- |
|
|
32
|
+
| **Spawned by** | `/mindforge:init-project`, `/mindforge:plan-phase`, `/mindforge:agent analyst` |
|
|
33
|
+
| **Tools** | Read, Write, Bash, Grep |
|
|
34
|
+
| **Color** | `blue` |
|
|
35
|
+
| **Produces** | `.planning/REQUIREMENTS.md`, `.planning/PROJECT.md` |
|
|
36
|
+
|
|
37
|
+
**Capabilities:**
|
|
38
|
+
- Socratic clarification loops to resolve ambiguity.
|
|
39
|
+
- Drafting acceptance-driven functional/non-functional requirements.
|
|
40
|
+
- Defining project scope and exclusions.
|
|
41
|
+
|
|
42
|
+
---
|
|
43
|
+
|
|
44
|
+
### mindforge-architect (The System Designer)
|
|
45
|
+
**Role:** Principal systems architect and technical decision maker. Responsible for system design, data modeling, and architectural integrity.
|
|
46
|
+
|
|
47
|
+
| Property | Value |
|
|
48
|
+
| --- | --- |
|
|
49
|
+
| **Spawned by** | `/mindforge:plan-phase`, `/mindforge:agent architect` |
|
|
50
|
+
| **Tools** | Read, Write, Bash, Grep, Glob |
|
|
51
|
+
| **Color** | `purple` |
|
|
52
|
+
| **Produces** | `.planning/ARCHITECTURE.md`, `.planning/decisions/ADR-*.md` |
|
|
53
|
+
|
|
54
|
+
**Capabilities:**
|
|
55
|
+
- First-principles evaluation of technical trade-offs.
|
|
56
|
+
- Data-first design and component boundary definition.
|
|
57
|
+
- Writing Architectural Decision Records (ADRs).
|
|
58
|
+
|
|
59
|
+
---
|
|
60
|
+
|
|
61
|
+
### mindforge-developer (The Engine of Execution)
|
|
62
|
+
**Role:** Senior software engineer. Writes clean, minimal, well-tested code following strict naming and architectural conventions.
|
|
63
|
+
|
|
64
|
+
| Property | Value |
|
|
65
|
+
| --- | --- |
|
|
66
|
+
| **Spawned by** | `/mindforge:execute-phase`, `/mindforge:agent developer` |
|
|
67
|
+
| **Tools** | Read, Write, Bash, Grep, Glob, CommandStatus |
|
|
68
|
+
| **Color** | `green` |
|
|
69
|
+
| **Produces** | Source code, Unit tests, Implementation Summaries |
|
|
70
|
+
|
|
71
|
+
**Capabilities:**
|
|
72
|
+
- Implementation of logical changes with zero scope creep.
|
|
73
|
+
- Writing co-located unit tests for every feature.
|
|
74
|
+
- Atomic commit discipline.
|
|
75
|
+
|
|
76
|
+
---
|
|
77
|
+
|
|
78
|
+
### mindforge-qa-engineer (The Adversarial Verifier)
|
|
79
|
+
**Role:** Senior test engineer. Thinks adversarially to find failure modes, boundary conditions, and logic gaps.
|
|
80
|
+
|
|
81
|
+
| Property | Value |
|
|
82
|
+
| --- | --- |
|
|
83
|
+
| **Spawned by** | `/mindforge:verify-phase`, `/mindforge:agent qa-engineer` |
|
|
84
|
+
| **Tools** | Read, Write, Bash, Grep, Glob, CommandStatus |
|
|
85
|
+
| **Color** | `yellow` |
|
|
86
|
+
| **Produces** | `UAT.md`, `BUGS.md` |
|
|
87
|
+
|
|
88
|
+
**Capabilities:**
|
|
89
|
+
- Stress-testing inputs and identifying silent failures.
|
|
90
|
+
- Zero-tolerance regression verification.
|
|
91
|
+
- Objective PASS/FAIL signing of phase goals.
|
|
92
|
+
|
|
93
|
+
---
|
|
94
|
+
|
|
95
|
+
### mindforge-security-reviewer (The Gatekeeper)
|
|
96
|
+
**Role:** Senior application security engineer. Reviews code for vulnerabilities, hardcoded secrets, and compliance with the OWASP Top 10.
|
|
97
|
+
|
|
98
|
+
| Property | Value |
|
|
99
|
+
| --- | --- |
|
|
100
|
+
| **Spawned by** | `/mindforge:security-scan`, `/mindforge:agent security-reviewer` |
|
|
101
|
+
| **Tools** | Read, Write, Bash, Grep, Glob, CommandStatus |
|
|
102
|
+
| **Color** | `red` |
|
|
103
|
+
| **Produces** | `SECURITY-REVIEW.md` |
|
|
104
|
+
|
|
105
|
+
**Capabilities:**
|
|
106
|
+
- Automated and manual scanning for hardcoded secrets.
|
|
107
|
+
- Systematic OWASP Top 10 evaluation.
|
|
108
|
+
- Dependency vulnerability auditing.
|
|
109
|
+
|
|
110
|
+
---
|
|
111
|
+
|
|
112
|
+
### mindforge-debug-specialist (The Root Cause Expert)
|
|
113
|
+
**Role:** Principal engineering specialist in production debugging and root cause analysis (RCA). Solves complex defects by finding causes, not patching symptoms.
|
|
114
|
+
|
|
115
|
+
| Property | Value |
|
|
116
|
+
|----------|-------|
|
|
117
|
+
| **Spawned by** | `/mindforge:debug`, `/mindforge:agent debug-specialist` |
|
|
118
|
+
| **Tools** | Read, Write, Bash, Grep, Glob, CommandStatus, ReadTerminal |
|
|
119
|
+
| **Color** | `orange` |
|
|
120
|
+
| **Produces** | `DEBUG-REPORT.md` (RCA) |
|
|
121
|
+
|
|
122
|
+
**Capabilities:**
|
|
123
|
+
- Scientific hypothesis testing and variable elimination.
|
|
124
|
+
- Isolation of failures across frontend, API, and database layers.
|
|
125
|
+
- Implementation of minimal, regression-proof fixes.
|
|
126
|
+
|
|
127
|
+
---
|
|
128
|
+
|
|
129
|
+
### mindforge-roadmapper (The Execution Strategist)
|
|
130
|
+
**Role:** Strategic technical program manager. Defines the optimal sequence of delivery and ensures every task has a clear "Proof of Done".
|
|
131
|
+
|
|
132
|
+
| Property | Value |
|
|
133
|
+
|----------|-------|
|
|
134
|
+
| **Spawned by** | `/mindforge:milestone`, `/mindforge:agent roadmapper` |
|
|
135
|
+
| **Tools** | Read, Write, Bash, Grep, Glob |
|
|
136
|
+
| **Color** | `cyan` |
|
|
137
|
+
| **Produces** | `ROADMAP.md`, `STATE.md` |
|
|
138
|
+
|
|
139
|
+
**Capabilities:**
|
|
140
|
+
- Risk-first project sequencing.
|
|
141
|
+
- Mapping requirements to atomic, verifiable phases.
|
|
142
|
+
- Defining "Proof of Done" for every task.
|
|
143
|
+
|
|
144
|
+
---
|
|
145
|
+
|
|
146
|
+
### mindforge-assumptions-analyzer (The Pre-flight Auditor)
|
|
147
|
+
**Role:** Senior systems auditor. Audits codebase against requirements to find hidden problems and conflicts before work starts.
|
|
148
|
+
|
|
149
|
+
| Property | Value |
|
|
150
|
+
|----------|-------|
|
|
151
|
+
| **Spawned by** | `/mindforge:plan-phase`, `/mindforge:agent assumptions-analyzer` |
|
|
152
|
+
| **Tools** | Read, Write, Bash, Grep, Glob |
|
|
153
|
+
| **Color** | `blue` |
|
|
154
|
+
| **Produces** | `ASSUMPTIONS-REPORT.md` |
|
|
155
|
+
|
|
156
|
+
**Capabilities:**
|
|
157
|
+
- Blast radius analysis of proposed changes.
|
|
158
|
+
- Conflict detection between new plans and existing abstractions.
|
|
159
|
+
- Evidence-based validation of technical assumptions.
|
|
160
|
+
|
|
161
|
+
---
|
|
162
|
+
|
|
163
|
+
### mindforge-research-agent (The Knowledge Detective)
|
|
164
|
+
**Role:** Technical research specialist. Ingests large documentation sets and codebases to identify patterns and integration paths.
|
|
165
|
+
|
|
166
|
+
| Property | Value |
|
|
167
|
+
|----------|-------|
|
|
168
|
+
| **Spawned by** | `/mindforge:research`, `/mindforge:agent research-agent` |
|
|
169
|
+
| **Tools** | Read, Write, Bash, Grep, Glob, Browser |
|
|
170
|
+
| **Color** | `cyan` |
|
|
171
|
+
| **Produces** | `RESEARCH-NOTES-*.md` |
|
|
172
|
+
|
|
173
|
+
**Capabilities:**
|
|
174
|
+
- Exhaustive ingestion of external documentation and local source.
|
|
175
|
+
- Extraction of patterns, performance limits, and integration pitfalls.
|
|
176
|
+
- Evidence-based recommendations with full citations.
|
|
177
|
+
|
|
178
|
+
---
|
|
179
|
+
|
|
180
|
+
### mindforge-decision-architect (The Chief of Logic)
|
|
181
|
+
**Role:** Principal engineering lead. Synthesizes research and audits into actionable architectural verdicts and roadmap adjustments.
|
|
182
|
+
|
|
183
|
+
| Property | Value |
|
|
184
|
+
|----------|-------|
|
|
185
|
+
| **Spawned by** | `/mindforge:plan-phase`, `/mindforge:agent decision-architect` |
|
|
186
|
+
| **Tools** | Read, Write, Bash, Grep, Glob |
|
|
187
|
+
| **Color** | `purple` |
|
|
188
|
+
| **Produces** | `DECISION-*.md` |
|
|
189
|
+
|
|
190
|
+
**Capabilities:**
|
|
191
|
+
- Synthesis of conflicting research and audit data.
|
|
192
|
+
- Force-balancing of technical trade-offs.
|
|
193
|
+
- Updating project stack and roadmap based on verdicts.
|
|
194
|
+
|
|
195
|
+
---
|
|
196
|
+
|
|
197
|
+
### mindforge-release-manager (The Delivery Gatekeeper)
|
|
198
|
+
**Role:** Senior release manager. Ensures every release is traceable, reversible, and communicated through structured semver and changelogs.
|
|
199
|
+
|
|
200
|
+
| Property | Value |
|
|
201
|
+
|----------|-------|
|
|
202
|
+
| **Spawned by** | `/mindforge:release`, `/mindforge:agent release-manager` |
|
|
203
|
+
| **Tools** | Read, Write, Bash, Grep, Glob, CommandStatus |
|
|
204
|
+
| **Color** | `blue` |
|
|
205
|
+
| **Produces** | `CHANGELOG.md`, Git tags, Release Notes |
|
|
206
|
+
|
|
207
|
+
**Capabilities:**
|
|
208
|
+
- Verification of UAT and Security sign-offs before tagging.
|
|
209
|
+
- Correct application of Semantic Versioning (SemVer).
|
|
210
|
+
- Synthesis of multi-phase implementation summaries into human-readable logs.
|
|
211
|
+
|
|
212
|
+
---
|
|
213
|
+
|
|
214
|
+
### mindforge-tech-writer (The Doc Specialist)
|
|
215
|
+
**Role:** Senior technical writer. Produces minimal, high-utility documentation for developers and stakeholders.
|
|
216
|
+
|
|
217
|
+
| Property | Value |
|
|
218
|
+
|----------|-------|
|
|
219
|
+
| **Spawned by** | `/mindforge:ship`, `/mindforge:agent tech-writer` |
|
|
220
|
+
| **Tools** | Read, Write, Bash, Grep, Glob |
|
|
221
|
+
| **Color** | `cyan` |
|
|
222
|
+
| **Produces** | `README.md`, API Reference, Runbooks |
|
|
223
|
+
|
|
224
|
+
**Capabilities:**
|
|
225
|
+
- Translation of complex engineering concepts into "Developer-First" documentation.
|
|
226
|
+
- Ensuring instructions are tested and verified before publication.
|
|
227
|
+
- Optimization for "Time to First Value".
|
|
228
|
+
|
|
229
|
+
---
|
|
230
|
+
|
|
231
|
+
### mindforge-coverage-specialist (The Logic Auditor)
|
|
232
|
+
**Role:** Senior test engineer specialized in logic sampling and adversarial gap detection (Nyquist-level coverage).
|
|
233
|
+
|
|
234
|
+
| Property | Value |
|
|
235
|
+
|----------|-------|
|
|
236
|
+
| **Spawned by** | `/mindforge:validate-phase`, `/mindforge:agent coverage-specialist` |
|
|
237
|
+
| **Tools** | Read, Write, Bash, Grep, Glob, CommandStatus |
|
|
238
|
+
| **Color** | `yellow` |
|
|
239
|
+
| **Produces** | `COVERAGE-AUDIT.md` |
|
|
240
|
+
|
|
241
|
+
**Capabilities:**
|
|
242
|
+
- Detection of logic gaps in core business logic.
|
|
243
|
+
- Adversarial state sampling (testing states the developer missed).
|
|
244
|
+
- **Strictly read-only for `src/`**: only modifies test files.
|
|
245
|
+
|
|
246
|
+
---
|
|
247
|
+
|
|
248
|
+
### mindforge-advisor-researcher (The Trade-off Specialist)
|
|
249
|
+
**Role:** Researches single decision points and provides structured comparisons with rationale.
|
|
250
|
+
|
|
251
|
+
| Property | Value |
|
|
252
|
+
|----------|-------|
|
|
253
|
+
| **Spawned by** | `/mindforge:research`, `/mindforge:agent advisor-researcher` |
|
|
254
|
+
| **Tools** | Read, Write, Bash, Grep, Glob, Browser |
|
|
255
|
+
| **Color** | `cyan` |
|
|
256
|
+
| **Produces** | Comparison tables, Rationale documents |
|
|
257
|
+
|
|
258
|
+
**Capabilities:**
|
|
259
|
+
- Structured evaluation of technical trade-offs between libraries or patterns.
|
|
260
|
+
- Data-driven recommendations grounded in codebase constraints.
|
|
261
|
+
- Identifying architectural impact and risk surface.
|
|
262
|
+
|
|
263
|
+
---
|
|
264
|
+
|
|
265
|
+
### mindforge-project-researcher (The Ecosystem Explorer)
|
|
266
|
+
**Role:** Researches the technical ecosystem for new projects or milestones.
|
|
267
|
+
|
|
268
|
+
| Property | Value |
|
|
269
|
+
|----------|-------|
|
|
270
|
+
| **Spawned by** | `/mindforge:init-project`, `/mindforge:agent project-researcher` |
|
|
271
|
+
| **Tools** | Read, Write, Bash, Grep, Glob, Browser |
|
|
272
|
+
| **Color** | `purple` |
|
|
273
|
+
| **Produces** | `SUMMARY.md`, `STACK.md`, `ARCHITECTURE.md` |
|
|
274
|
+
|
|
275
|
+
**Capabilities:**
|
|
276
|
+
- Investigation of third-party integrations and platform limitations.
|
|
277
|
+
- Mapping high-level technical requirements to specific stack choices.
|
|
278
|
+
- Initial feasibility analysis for large-scale features.
|
|
279
|
+
|
|
280
|
+
---
|
|
281
|
+
|
|
282
|
+
### mindforge-research-synthesizer (The Strategy Fuser)
|
|
283
|
+
**Role:** Synthesizes research outputs from multiple parallel agents into a cohesive strategy.
|
|
284
|
+
|
|
285
|
+
| Property | Value |
|
|
286
|
+
|----------|-------|
|
|
287
|
+
| **Spawned by** | `/mindforge:research`, `/mindforge:agent research-synthesizer` |
|
|
288
|
+
| **Tools** | Read, Write, Bash, Grep, Glob |
|
|
289
|
+
| **Color** | `purple` |
|
|
290
|
+
| **Produces** | Integrated `SUMMARY.md` |
|
|
291
|
+
|
|
292
|
+
**Capabilities:**
|
|
293
|
+
- Consolidating fragmented findings into a unified technical direction.
|
|
294
|
+
- Identifying cross-cutting patterns and risks.
|
|
295
|
+
- Providing "Commanders Intent" for the Roadmapper.
|
|
296
|
+
|
|
297
|
+
---
|
|
298
|
+
|
|
299
|
+
### mindforge-ui-researcher (The Visual Architect)
|
|
300
|
+
**Role:** Produces design contracts (UI-SPEC.md) for frontend phases.
|
|
301
|
+
|
|
302
|
+
| Property | Value |
|
|
303
|
+
|----------|-------|
|
|
304
|
+
| **Spawned by** | `/mindforge:plan-phase`, `/mindforge:agent ui-researcher` |
|
|
305
|
+
| **Tools** | Read, Write, Bash, Grep, Glob, Browser |
|
|
306
|
+
| **Color** | `#E879F9` |
|
|
307
|
+
| **Produces** | `UI-SPEC.md` |
|
|
308
|
+
|
|
309
|
+
**Capabilities:**
|
|
310
|
+
- Defining design tokens, typography, and spacing scales.
|
|
311
|
+
- Inventing and specifying component-level behaviors.
|
|
312
|
+
- Drafting final user-facing copywriting for critical flows.
|
|
313
|
+
|
|
314
|
+
---
|
|
315
|
+
|
|
316
|
+
### mindforge-phase-researcher (The Domain Deep-Diver)
|
|
317
|
+
**Role:** Investigates the specific technical domain or codebase area for an active phase.
|
|
318
|
+
|
|
319
|
+
| Property | Value |
|
|
320
|
+
|----------|-------|
|
|
321
|
+
| **Spawned by** | `/mindforge:plan-phase`, `/mindforge:agent phase-researcher` |
|
|
322
|
+
| **Tools** | Read, Write, Bash, Grep, Glob |
|
|
323
|
+
| **Color** | `blue` |
|
|
324
|
+
| **Produces** | `RESEARCH.md` |
|
|
325
|
+
|
|
326
|
+
**Capabilities:**
|
|
327
|
+
- Deep-codebase discovery to identify existing patterns.
|
|
328
|
+
- Surface-area analysis of proposed changes.
|
|
329
|
+
- Locating undocumented side-effects and technical traps.
|
|
330
|
+
|
|
331
|
+
---
|
|
332
|
+
|
|
333
|
+
### mindforge-planner (The Task Architect)
|
|
334
|
+
**Role:** Decomposes phase goals into precise, atomic, executable implementation plans.
|
|
335
|
+
|
|
336
|
+
| Property | Value |
|
|
337
|
+
|----------|-------|
|
|
338
|
+
| **Spawned by** | `/mindforge:plan-phase`, `/mindforge:agent planner` |
|
|
339
|
+
| **Tools** | Read, Write, Bash, Grep, Glob |
|
|
340
|
+
| **Color** | `blue` |
|
|
341
|
+
| **Produces** | `PLAN-*.md` (XML task breakdown) |
|
|
342
|
+
|
|
343
|
+
**Capabilities:**
|
|
344
|
+
- Goal-backward task decomposition.
|
|
345
|
+
- Precise dependency mapping between implementation steps.
|
|
346
|
+
- Defining verification steps for every atomic task.
|
|
347
|
+
|
|
348
|
+
---
|
|
349
|
+
|
|
350
|
+
### mindforge-integration-checker (The Connection Auditor)
|
|
351
|
+
**Role:** Verifies cross-component wiring, API consumers, and end-to-end user flows.
|
|
352
|
+
|
|
353
|
+
| Property | Value |
|
|
354
|
+
|----------|-------|
|
|
355
|
+
| **Spawned by** | `/mindforge:verify-phase`, `/mindforge:agent integration-checker` |
|
|
356
|
+
| **Tools** | Read, Write, Bash, Grep, Glob |
|
|
357
|
+
| **Color** | `blue` |
|
|
358
|
+
| **Produces** | `INTEGRATION-REPORT.md` |
|
|
359
|
+
|
|
360
|
+
**Capabilities:**
|
|
361
|
+
- Tracing data flows from source to UI rendering.
|
|
362
|
+
- Identifying orphaned components and broken API connections.
|
|
363
|
+
- Auditing sensitive routes for required auth protection.
|
|
364
|
+
|
|
365
|
+
---
|
|
366
|
+
|
|
367
|
+
### mindforge-nyquist-auditor (The Fidelity Inspector)
|
|
368
|
+
**Role:** Specialized verification auditor focused on filling testing gaps.
|
|
369
|
+
|
|
370
|
+
| Property | Value |
|
|
371
|
+
|----------|-------|
|
|
372
|
+
| **Spawned by** | `/mindforge:validate-phase`, `/mindforge:agent nyquist-auditor` |
|
|
373
|
+
| **Tools** | Read, Write, Bash, Grep, Glob, CmdStatus, ReadTerminal |
|
|
374
|
+
| **Color** | `#8B5CF6` |
|
|
375
|
+
| **Produces** | `VALIDATION-REPORT.md` |
|
|
376
|
+
|
|
377
|
+
**Capabilities:**
|
|
378
|
+
- Identifying "sampling gaps" in automated test suites.
|
|
379
|
+
- Generating minimal, high-impact behavioral tests.
|
|
380
|
+
- Escalating implementation bugs found during audit.
|
|
381
|
+
|
|
382
|
+
---
|
|
383
|
+
|
|
384
|
+
### mindforge-plan-checker (The Logic Guard)
|
|
385
|
+
**Role:** Verifies implementation plans against project goals and constraints.
|
|
386
|
+
|
|
387
|
+
| Property | Value |
|
|
388
|
+
|----------|-------|
|
|
389
|
+
| **Spawned by** | `/mindforge:plan-phase`, `/mindforge:agent plan-checker` |
|
|
390
|
+
| **Tools** | Read, Write, Bash, Grep, Glob |
|
|
391
|
+
| **Color** | `yellow` |
|
|
392
|
+
| **Produces** | `PLAN-VERDICT.md` |
|
|
393
|
+
|
|
394
|
+
**Capabilities:**
|
|
395
|
+
- Detecting missing tasks or logical errors in plans.
|
|
396
|
+
- Ensuring hard dependencies are respected.
|
|
397
|
+
- Checking for alignment with ARCHITECTURE.md and ADRs.
|
|
398
|
+
|
|
399
|
+
---
|
|
400
|
+
|
|
401
|
+
### mindforge-ui-auditor (The Polish Inspector)
|
|
402
|
+
**Role:** Performs retroactive visual and interaction audits of UI code.
|
|
403
|
+
|
|
404
|
+
| Property | Value |
|
|
405
|
+
|----------|-------|
|
|
406
|
+
| **Spawned by** | `/mindforge:verify-phase`, `/mindforge:agent ui-auditor` |
|
|
407
|
+
| **Tools** | Read, Write, Bash, Grep, Glob |
|
|
408
|
+
| **Color** | `#F472B6` |
|
|
409
|
+
| **Produces** | `UI-REVIEW.md` |
|
|
410
|
+
|
|
411
|
+
**Capabilities:**
|
|
412
|
+
- 6-Pillar audit of copywriting, visuals, color, type, spacing, and experience.
|
|
413
|
+
- Identifying "skeleton UI" and missing loading states.
|
|
414
|
+
- Providing specific, coordinate-based visual fix-its.
|
|
415
|
+
|
|
416
|
+
---
|
|
417
|
+
|
|
418
|
+
### mindforge-ui-checker (The Design Gatekeeper)
|
|
419
|
+
**Role:** Validates UI-SPEC.md design contracts before planning starts.
|
|
420
|
+
|
|
421
|
+
| Property | Value |
|
|
422
|
+
|----------|-------|
|
|
423
|
+
| **Spawned by** | `/mindforge:plan-phase`, `/mindforge:agent ui-checker` |
|
|
424
|
+
| **Tools** | Read, Write, Bash, Grep, Glob |
|
|
425
|
+
| **Color** | `#22D3EE` |
|
|
426
|
+
| **Produces** | `UI-SPEC-VERDICT.md` |
|
|
427
|
+
|
|
428
|
+
**Capabilities:**
|
|
429
|
+
- Ensuring design tokens follow a disciplined spacing and type scale.
|
|
430
|
+
- Blocking vague design requirements or missing empty states.
|
|
431
|
+
- Verifying that final copywriting is professional and noun+verb based.
|
|
432
|
+
|
|
433
|
+
---
|
|
434
|
+
|
|
435
|
+
### mindforge-verifier (The Goal Sentinel)
|
|
436
|
+
**Role:** Principal specialist in goal-backward verification.
|
|
437
|
+
|
|
438
|
+
| Property | Value |
|
|
439
|
+
|----------|-------|
|
|
440
|
+
| **Spawned by** | `/mindforge:verify-phase`, `/mindforge:agent verifier` |
|
|
441
|
+
| **Tools** | Read, Write, Bash, Grep, Glob |
|
|
442
|
+
| **Color** | `green` |
|
|
443
|
+
| **Produces** | `VERIFICATION.md` |
|
|
444
|
+
|
|
445
|
+
**Capabilities:**
|
|
446
|
+
- Multi-level truth verification (Existence, Substance, Wiring).
|
|
447
|
+
- Mapping code artifacts back to specific Requirement IDs.
|
|
448
|
+
- Detecting "hollow implementation" (stubs/TODOs) in finished work.
|
|
449
|
+
|
|
450
|
+
---
|
|
451
|
+
|
|
452
|
+
### mindforge-executor (The Implementation Pilot)
|
|
453
|
+
**Role:** Executes implementation plans with atomic commit discipline.
|
|
454
|
+
|
|
455
|
+
| Property | Value |
|
|
456
|
+
|----------|-------|
|
|
457
|
+
| **Spawned by** | `/mindforge:execute-phase`, `/mindforge:agent executor` |
|
|
458
|
+
| **Tools** | Read, Write, Bash, Grep, Glob, CmdStatus, ReadTerminal |
|
|
459
|
+
| **Color** | `yellow` |
|
|
460
|
+
| **Produces** | Atomic commits, Execution summaries |
|
|
461
|
+
|
|
462
|
+
**Capabilities:**
|
|
463
|
+
- High-fidelity execution of XML-tagged task plans.
|
|
464
|
+
- Autonomous handling of minor technical blockers and deviations.
|
|
465
|
+
- Maintaining repository cleanliness through strict staging rules.
|
|
466
|
+
|
|
467
|
+
---
|
|
468
|
+
|
|
469
|
+
### mindforge-debugger (The RCA Scientist)
|
|
470
|
+
**Role:** Specialist in systematic root cause analysis and complex defect resolution.
|
|
471
|
+
|
|
472
|
+
| Property | Value |
|
|
473
|
+
|----------|-------|
|
|
474
|
+
| **Spawned by** | `/mindforge:debug`, `/mindforge:agent debugger` |
|
|
475
|
+
| **Tools** | Read, Write, Bash, Grep, Glob, CmdStatus, ReadTerminal, Browser |
|
|
476
|
+
| **Color** | `orange` |
|
|
477
|
+
| **Produces** | `DEBUG-REPORT.md` (RCA) |
|
|
478
|
+
|
|
479
|
+
**Capabilities:**
|
|
480
|
+
- Falsifiable hypothesis testing for non-obvious failures.
|
|
481
|
+
- Binary search isolation of defects across layers.
|
|
482
|
+
- Implementation of minimal, regression-proof fixes.
|
|
483
|
+
|
|
484
|
+
---
|
|
485
|
+
|
|
486
|
+
### mindforge-assumptions-analyzer (Extended)
|
|
487
|
+
**Role:** Reality checker for identifying hidden codebase constraints and risks.
|
|
488
|
+
|
|
489
|
+
| Property | Value |
|
|
490
|
+
|----------|-------|
|
|
491
|
+
| **Spawned by** | `/mindforge:plan-phase`, `/mindforge:agent assumptions-analyzer-extend` |
|
|
492
|
+
| **Tools** | Read, Write, Bash, Grep, Glob |
|
|
493
|
+
| **Color** | `blue` |
|
|
494
|
+
| **Produces** | `ASSUMPTIONS-REPORT.md` |
|
|
495
|
+
|
|
496
|
+
**Capabilities:**
|
|
497
|
+
- Evidence-based validation of technical assumptions.
|
|
498
|
+
- Identifying "impossible" plan tasks early.
|
|
499
|
+
- Gap detection between mental models and file-system reality.
|
|
500
|
+
|
|
501
|
+
---
|
|
502
|
+
|
|
503
|
+
### mindforge-codebase-mapper (The Explorer)
|
|
504
|
+
**Role:** Senior engineer specialized in autonomous codebase discovery and high-fidelity documentation.
|
|
505
|
+
|
|
506
|
+
| Property | Value |
|
|
507
|
+
|----------|-------|
|
|
508
|
+
| **Spawned by** | `/mindforge:map-codebase`, `/mindforge:agent codebase-mapper` |
|
|
509
|
+
| **Tools** | Read, Write, Bash, Grep, Glob |
|
|
510
|
+
| **Color** | `cyan` |
|
|
511
|
+
| **Produces** | `CONVENTIONS.md`, `STRUCTURE.md` |
|
|
512
|
+
|
|
513
|
+
**Capabilities:**
|
|
514
|
+
- Exploration of unfamiliar brownfield codebases.
|
|
515
|
+
- Identification of testing patterns, linting rules, and directory layers.
|
|
516
|
+
- Production of [DRAFT] conventions for project alignment.
|
|
517
|
+
|
|
518
|
+
---
|
|
519
|
+
|
|
520
|
+
### mindforge-codebase-mapper (Extended)
|
|
521
|
+
**Role:** Generates structured maps of tech stacks, architecture, and conventions.
|
|
522
|
+
|
|
523
|
+
| Property | Value |
|
|
524
|
+
|----------|-------|
|
|
525
|
+
| **Spawned by** | `/mindforge:map-codebase`, `/mindforge:agent codebase-mapper-extend` |
|
|
526
|
+
| **Tools** | Read, Write, Bash, Grep, Glob |
|
|
527
|
+
| **Color** | `cyan` |
|
|
528
|
+
| **Produces** | `STACK.md`, `ARCHITECTURE.md`, `CONVENTIONS.md` |
|
|
529
|
+
|
|
530
|
+
**Capabilities:**
|
|
531
|
+
- Explaining how the codebase *should* be interacted with.
|
|
532
|
+
- Context reduction for incoming subagents.
|
|
533
|
+
- Inventory of packages, versions, and critical data flows.
|
|
534
|
+
|
|
535
|
+
---
|
|
536
|
+
|
|
537
|
+
### mindforge-roadmapper (Extended)
|
|
538
|
+
**Role:** Enhanced execution strategist focused on requirement traceability.
|
|
539
|
+
|
|
540
|
+
| Property | Value |
|
|
541
|
+
|----------|-------|
|
|
542
|
+
| **Spawned by** | `/mindforge:milestone`, `/mindforge:agent roadmapper-extend` |
|
|
543
|
+
| **Tools** | Read, Write, Bash, Grep, Glob, Browser |
|
|
544
|
+
| **Color** | `cyan` |
|
|
545
|
+
| **Produces** | `ROADMAP.md`, `STATE.md` |
|
|
546
|
+
|
|
547
|
+
**Capabilities:**
|
|
548
|
+
- Goal-backward phase derivation from requirements.
|
|
549
|
+
- Zero-orphan requirement mapping.
|
|
550
|
+
- Definition of verifiable behavioral success criteria.
|
|
551
|
+
|
|
552
|
+
---
|
|
553
|
+
|
|
554
|
+
### mindforge-user-profiler (The Behavioral Analyst)
|
|
555
|
+
**Role:** Analyzes session history to personalize agent interactions.
|
|
556
|
+
|
|
557
|
+
| Property | Value |
|
|
558
|
+
|----------|-------|
|
|
559
|
+
| **Spawned by** | `/mindforge:agent user-profiler` |
|
|
560
|
+
| **Tools** | Read, Write, Bash, Grep, Glob |
|
|
561
|
+
| **Color** | `magenta` |
|
|
562
|
+
| **Produces** | `USER-PROFILE.md` |
|
|
563
|
+
|
|
564
|
+
**Capabilities:**
|
|
565
|
+
- Identifying technical preferences and risk tolerance from logs.
|
|
566
|
+
- Generating imperative interaction directives for other agents.
|
|
567
|
+
- Evidence-based scoring of developer working patterns.
|
|
568
|
+
|
|
569
|
+
---
|
|
570
|
+
|
|
571
|
+
## Tool Permissions Summary
|
|
572
|
+
|
|
573
|
+
| Persona | Read | Write | Bash | Grep | Glob | CmdStatus | Browser | Terminal |
|
|
574
|
+
|---------|------|-------|------|------|------|-----------|---------|----------|
|
|
575
|
+
| **Analyst** | ✓ | ✓ | ✓ | ✓ | | | | |
|
|
576
|
+
| **Architect** | ✓ | ✓ | ✓ | ✓ | ✓ | | | |
|
|
577
|
+
| **Developer** | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | |
|
|
578
|
+
| **QA Engineer** | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | |
|
|
579
|
+
| **Security Reviewer** | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | |
|
|
580
|
+
| **Debug Specialist** | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | ✓ |
|
|
581
|
+
| **Roadmapper** | ✓ | ✓ | ✓ | ✓ | ✓ | | | |
|
|
582
|
+
| **Assumptions Analyzer** | ✓ | ✓ | ✓ | ✓ | ✓ | | | |
|
|
583
|
+
| **Research Agent** | ✓ | ✓ | ✓ | ✓ | ✓ | | ✓ | |
|
|
584
|
+
| **Decision Architect** | ✓ | ✓ | ✓ | ✓ | ✓ | | | |
|
|
585
|
+
| **Release Manager** | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | |
|
|
586
|
+
| **Tech Writer** | ✓ | ✓ | ✓ | ✓ | ✓ | | | |
|
|
587
|
+
| **Coverage Specialist** | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | |
|
|
588
|
+
| **Advisor Researcher** | ✓ | ✓ | ✓ | ✓ | ✓ | | ✓ | |
|
|
589
|
+
| **Project Researcher** | ✓ | ✓ | ✓ | ✓ | ✓ | | ✓ | |
|
|
590
|
+
| **Research Synthesizer** | ✓ | ✓ | ✓ | ✓ | ✓ | | | |
|
|
591
|
+
| **UI Researcher** | ✓ | ✓ | ✓ | ✓ | ✓ | | ✓ | |
|
|
592
|
+
| **Phase Researcher** | ✓ | ✓ | ✓ | ✓ | ✓ | | | |
|
|
593
|
+
| **Planner** | ✓ | ✓ | ✓ | ✓ | ✓ | | | |
|
|
594
|
+
| **Integration Checker**| ✓ | ✓ | ✓ | ✓ | ✓ | | | |
|
|
595
|
+
| **Nyquist Auditor** | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | ✓ |
|
|
596
|
+
| **Plan Checker** | ✓ | ✓ | ✓ | ✓ | ✓ | | | |
|
|
597
|
+
| **UI Auditor** | ✓ | ✓ | ✓ | ✓ | ✓ | | | |
|
|
598
|
+
| **UI Checker** | ✓ | ✓ | ✓ | ✓ | ✓ | | | |
|
|
599
|
+
| **Verifier** | ✓ | ✓ | ✓ | ✓ | ✓ | | | |
|
|
600
|
+
| **Executor** | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | ✓ |
|
|
601
|
+
| **Debugger** | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
|
602
|
+
| **Assumptions (Ext)** | ✓ | ✓ | ✓ | ✓ | ✓ | | | |
|
|
603
|
+
| **Codebase Map (Ext)** | ✓ | ✓ | ✓ | ✓ | ✓ | | | |
|
|
604
|
+
| **Roadmapper (Ext)** | ✓ | ✓ | ✓ | ✓ | ✓ | | ✓ | |
|
|
605
|
+
| **User Profiler** | ✓ | ✓ | ✓ | ✓ | ✓ | | | |
|
|
606
|
+
|
|
607
|
+
**Principle of Least Privilege:**
|
|
608
|
+
- **Analyzers** and **Architects** primarily use discovery tools to inform design.
|
|
609
|
+
- **Executors** (Developer/Executor) have the broadest implementation access.
|
|
610
|
+
- **Security** and **QA** have specialized tools for validation and auditing.
|
|
611
|
+
- **Researchers** have browser access for external documentation.
|