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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.1.0] — The Specialized Expansion — 2026-03-24
|
|
4
|
+
|
|
5
|
+
🧩 **MindForge v2.1.0 — The Specialized Expansion**
|
|
6
|
+
|
|
7
|
+
This release significantly expands the MindForge persona ecosystem, integrating 18+ high-performance specialized agents from the GSD framework. This expansion doubles the framework's baseline capabilities in research, architecture, execution, and quality assurance.
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
- **18+ New Specialized Personas**: Integration of advanced agents including `nyquist-auditor`, `user-profiler`, `advisor-researcher`, `ui-auditor`, and more.
|
|
11
|
+
- **Extended Mapping & Strategy**: Enhanced `roadmapper-extend` and `codebase-mapper-extend` for deep project lifecycle management.
|
|
12
|
+
- **Comprehensive Permissions Audit**: Full tool-access transparency for all 32 personas in `docs/PERSONAS.md`.
|
|
13
|
+
- **Architectural State Update**: `Master-Context.md` now reflects the 32-persona structural foundation.
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
- **Documentation Overhaul**: Complete update of `PERSONAS.md` and `Master-Context.md` to reflect the expanded ecosystem.
|
|
17
|
+
- **Branding Alignment**: All integrated GSD personas rebranded and fully sanitized for MindForge native use.
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
3
21
|
## [2.0.0] — The Autonomous Enterprise — 2026-03-24
|
|
4
22
|
|
|
5
23
|
🚀 **MindForge v2.0.0 — The Autonomous Enterprise — Major Release**
|
|
@@ -13,6 +31,14 @@ This major release transforms MindForge from a Claude-centric framework into a u
|
|
|
13
31
|
- **Unified Migration Engine (v2.0.0)**: Additive schema upgrades for `AUDIT.jsonl` (runtime/agent_id) and `token-usage.jsonl` (model_group).
|
|
14
32
|
- **Hardened Self-Building Skills**: Automated skill capture from documentation and phase outputs.
|
|
15
33
|
- **7-Dimension Quality Scorer**: Enhanced static analysis for skill authoring.
|
|
34
|
+
- **GSD Integration**: 10 new advanced commands for design-first planning, zero-friction capture, and smart routing.
|
|
35
|
+
- **`/mindforge:do`**: Smart natural language dispatcher that routes intent to the correct command.
|
|
36
|
+
- **`/mindforge:ui-phase` & `/mindforge:ui-review`**: Tier-1 visual design contract and visual audit engine.
|
|
37
|
+
- **`/mindforge:note`**: Instant idea capture with todo promotion.
|
|
38
|
+
- **`/mindforge:validate-phase`**: Requirement coverage and test gap identification.
|
|
39
|
+
- **`/mindforge:session-report`**: Professional stakeholder summary with token profiling.
|
|
40
|
+
- **Backlog & Seed Management**: `/mindforge:add-backlog`, `/mindforge:review-backlog`, and `/mindforge:plant-seed`.
|
|
41
|
+
- **Parallel Workstreams**: `/mindforge:workstreams` for concurrent milestone execution.
|
|
16
42
|
- **65-Point Production Checklist**: Exhaustive verification suite for enterprise readiness.
|
|
17
43
|
|
|
18
44
|
### Changed
|
package/MINDFORGE.md
CHANGED
|
@@ -81,6 +81,8 @@ BROWSER_HEADLESS=true
|
|
|
81
81
|
DEV_SERVER_URL=http://localhost:3000
|
|
82
82
|
AUTO_RUN_QA_AFTER_UI_WAVES=true
|
|
83
83
|
BROWSER_IDLE_TIMEOUT_MINUTES=30
|
|
84
|
+
AUTO_RUN_UI_REVIEW_AFTER_UI_WAVES=true
|
|
85
|
+
UI_PHASE_ACCESSIBILITY_STANDARD=WCAG_AA
|
|
84
86
|
|
|
85
87
|
## Project-specific agent instructions
|
|
86
88
|
ADDITIONAL_AGENT_INSTRUCTIONS="""
|
package/README.md
CHANGED
|
@@ -125,6 +125,7 @@ If issues are found, run:
|
|
|
125
125
|
## Quick start (existing codebase)
|
|
126
126
|
```bash
|
|
127
127
|
/mindforge:map-codebase
|
|
128
|
+
/mindforge:do I want to plan the next phase
|
|
128
129
|
/mindforge:plan-phase 1
|
|
129
130
|
```
|
|
130
131
|
|
|
@@ -136,6 +137,15 @@ If issues are found, run:
|
|
|
136
137
|
→ Requirements interview
|
|
137
138
|
→ Creates PROJECT.md, REQUIREMENTS.md, STATE.md
|
|
138
139
|
|
|
140
|
+
/ mindforge:do <text>
|
|
141
|
+
→ Smart natural language dispatcher (v2)
|
|
142
|
+
|
|
143
|
+
/ mindforge:note <text>
|
|
144
|
+
→ Zero-friction idea capture and todo promotion (v2)
|
|
145
|
+
|
|
146
|
+
/ mindforge:ui-phase 1
|
|
147
|
+
→ Create UI design contract (UI-SPEC.md) (v2)
|
|
148
|
+
|
|
139
149
|
/ mindforge:plan-phase 1
|
|
140
150
|
→ Discuss scope and decisions
|
|
141
151
|
→ Research domain (parallel)
|
|
@@ -146,6 +156,32 @@ If issues are found, run:
|
|
|
146
156
|
→ One commit per task
|
|
147
157
|
→ Automated verification
|
|
148
158
|
|
|
159
|
+
/ mindforge:ui-review 1
|
|
160
|
+
→ Retroactive 6-pillar visual audit (v2)
|
|
161
|
+
|
|
162
|
+
/ mindforge:validate-phase 1
|
|
163
|
+
→ Requirement coverage and test gap audit (v2)
|
|
164
|
+
|
|
165
|
+
/ mindforge:session-report
|
|
166
|
+
→ Automated post-session stakeholder summary (v2)
|
|
167
|
+
|
|
168
|
+
/ mindforge:add-backlog <desc>
|
|
169
|
+
→ Park ideas in 999.x "parking lot" (v2)
|
|
170
|
+
|
|
171
|
+
/ mindforge:review-backlog
|
|
172
|
+
→ Review and promote backlog items (v2)
|
|
173
|
+
|
|
174
|
+
/ mindforge:plant-seed <idea>
|
|
175
|
+
→ Capture speculative ideas with triggers (v2)
|
|
176
|
+
|
|
177
|
+
/ mindforge:workstreams
|
|
178
|
+
→ Parallel feature tracks with isolated state (v2)
|
|
179
|
+
|
|
180
|
+
/ mindforge:execute-phase 1
|
|
181
|
+
→ Wave-based parallel execution
|
|
182
|
+
→ One commit per task
|
|
183
|
+
→ Automated verification
|
|
184
|
+
|
|
149
185
|
/ mindforge:verify-phase 1
|
|
150
186
|
→ Human acceptance testing
|
|
151
187
|
→ Debug agent on failures
|
|
@@ -259,7 +295,8 @@ See `.mindforge/production/token-optimiser.md`.
|
|
|
259
295
|
- **Visual QA Engine**: `/mindforge:qa` and automated regression tests.
|
|
260
296
|
- **Persistent Browser Runtime**: `/mindforge:browse` and Playwright integration.
|
|
261
297
|
- **Autonomous Execution Engine**: `/mindforge:auto` and `/mindforge:steer`.
|
|
262
|
-
-
|
|
298
|
+
- **GSD Integration**: 10 new advanced commands for design, capture, and routing.
|
|
299
|
+
- 58+ commands across 12 workflow categories.
|
|
263
300
|
- 12 core skill packs with a three-tier registry.
|
|
264
301
|
- 8 specialised agent personas.
|
|
265
302
|
- Wave-based execution with dependency graph and compaction.
|
package/bin/installer-core.js
CHANGED
|
@@ -223,7 +223,7 @@ function verifyInstall(baseDir, cmdsDir, runtime, scope) {
|
|
|
223
223
|
const cfg = RUNTIMES[runtime];
|
|
224
224
|
const pfx = runtime === 'antigravity' ? 'mindforge:' : '';
|
|
225
225
|
const required = [
|
|
226
|
-
scope === 'local' ? path.join(process.cwd(), cfg.entryFile) : path.join(baseDir, cfg.entryFile),
|
|
226
|
+
scope === 'local' ? path.join(process.cwd(), (cfg.entryFile || 'CLAUDE.md').replace(/\.rd$/, '.md')) : path.join(baseDir, (cfg.entryFile || 'CLAUDE.md').replace(/\.rd$/, '.md')),
|
|
227
227
|
path.join(cmdsDir, `${pfx}help.md`),
|
|
228
228
|
path.join(cmdsDir, `${pfx}init-project.md`),
|
|
229
229
|
path.join(cmdsDir, `${pfx}health.md`),
|
|
@@ -267,10 +267,9 @@ async function install(runtime, scope, options = {}) {
|
|
|
267
267
|
return;
|
|
268
268
|
}
|
|
269
269
|
|
|
270
|
-
|
|
271
|
-
if (fsu.exists(claudeSrc)) {
|
|
270
|
+
if (fsu.exists(src('.claude', 'CLAUDE.md'))) {
|
|
272
271
|
// ✨ PERSISTENT MEMORY: Load relevant context for this session
|
|
273
|
-
let content = fsu.read(
|
|
272
|
+
let content = fsu.read(src('.claude', 'CLAUDE.md'));
|
|
274
273
|
if (scope === 'local') {
|
|
275
274
|
try {
|
|
276
275
|
const stack = SessionMemoryLoader.readTechStack();
|
|
@@ -34,15 +34,8 @@ anti-pattern detector, quality metrics, team profiling).
|
|
|
34
34
|
Built the entire structural foundation:
|
|
35
35
|
|
|
36
36
|
- **`.claude/CLAUDE.md`** — The agent entry point. Session start protocol, plan-first rule, quality gates, security auto-trigger, state artifact table. Mirrored identically to `.agent/CLAUDE.md` (Antigravity runtime).
|
|
37
|
-
- **
|
|
38
|
-
- `analyst.md`
|
|
39
|
-
- `architect.md` — System design, ADRs, technology decisions
|
|
40
|
-
- `developer.md` — Implementation with 5 common AI anti-pattern guards
|
|
41
|
-
- `qa-engineer.md` — Test strategy and verification
|
|
42
|
-
- `security-reviewer.md` — OWASP-aligned security review
|
|
43
|
-
- `tech-writer.md` — Documentation and changelog authoring
|
|
44
|
-
- `debug-specialist.md` — 10-step root cause analysis protocol
|
|
45
|
-
- `release-manager.md` — Deployment coordination
|
|
37
|
+
- **32 agent persona files** in `.mindforge/personas/`:
|
|
38
|
+
- `advisor-researcher.md`, `analyst.md`, `architect.md`, `assumptions-analyzer-extend.md`, `assumptions-analyzer.md`, `codebase-mapper-extend.md`, `codebase-mapper.md`, `coverage-specialist.md`, `debug-specialist.md`, `debugger.md`, `decision-architect.md`, `developer.md`, `executor.md`, `integration-checker.md`, `nyquist-auditor.md`, `phase-researcher.md`, `plan-checker.md`, `planner.md`, `project-researcher.md`, `qa-engineer.md`, `release-manager.md`, `research-agent.md`, `research-synthesizer.md`, `roadmapper-extend.md`, `roadmapper.md`, `security-reviewer.md`, `tech-writer.md`, `ui-auditor.md`, `ui-checker.md`, `ui-researcher.md`, `user-profiler.md`, `verifier.md`
|
|
46
39
|
- **5 initial core skill packs** in `.mindforge/skills/`:
|
|
47
40
|
- `security-review/SKILL.md` — 29 trigger keywords, OWASP A01-A10
|
|
48
41
|
- `code-quality/SKILL.md` — Complexity, naming, error handling
|
|
@@ -331,7 +324,7 @@ mindforge-cc/ ← npm package root
|
|
|
331
324
|
│ └── [36 .md command files]
|
|
332
325
|
│
|
|
333
326
|
├── .mindforge/
|
|
334
|
-
│ ├── personas/ ←
|
|
327
|
+
│ ├── personas/ ← 32 persona definitions + overrides/
|
|
335
328
|
│ ├── skills/ ← 10 core skill packs (SKILL.md each)
|
|
336
329
|
│ ├── engine/
|
|
337
330
|
│ │ ├── wave-executor.md ← Kahn's topological sort, parallel waves
|
|
@@ -490,9 +483,9 @@ mindforge-cc/ ← npm package root
|
|
|
490
483
|
9. `incident-response` — P0-P3, runbooks, postmortems
|
|
491
484
|
10. `database-patterns` — Compound cursor, UUIDv7, indexes
|
|
492
485
|
|
|
493
|
-
###
|
|
486
|
+
### 32 Agent Personas
|
|
494
487
|
|
|
495
|
-
analyst, architect, developer, qa-engineer, security-reviewer, tech-writer,
|
|
488
|
+
advisor-researcher, analyst, architect, assumptions-analyzer-extend, assumptions-analyzer, codebase-mapper-extend, codebase-mapper, coverage-specialist, debug-specialist, debugger, decision-architect, developer, executor, integration-checker, nyquist-auditor, phase-researcher, plan-checker, planner, project-researcher, qa-engineer, release-manager, research-agent, research-synthesizer, roadmapper-extend, roadmapper, security-reviewer, tech-writer, ui-auditor, ui-checker, ui-researcher, user-profiler, verifier
|
|
496
489
|
|
|
497
490
|
### 20 Architecture Decision Records
|
|
498
491
|
|
|
@@ -698,4 +691,4 @@ All prompt files are in `/mnt/user-data/outputs/`:
|
|
|
698
691
|
|
|
699
692
|
---
|
|
700
693
|
|
|
701
|
-
*State file generated at completion. MindForge v1.0.0 — 36 commands · 10 skills ·
|
|
694
|
+
*State file generated at completion. MindForge v1.0.0 — 36 commands · 10 skills · 32 personas · 20 ADRs · 15 test suites.*
|