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
|
@@ -1,16 +1,63 @@
|
|
|
1
|
-
# MindForge — Commands Reference
|
|
2
|
-
|
|
3
|
-
| Command | Description |
|
|
4
|
-
|---------------------------------|-----------------------------------------------|
|
|
5
|
-
| `/mindforge:help` | Show all commands and current project status |
|
|
6
|
-
| `/mindforge:init-project` | Initialise a new project (requirements, scope, state) |
|
|
7
|
-
| `/mindforge:plan-phase [N]` | Plan a phase: discuss → research → create task plans |
|
|
8
|
-
| `/mindforge:execute-phase [N]` | Execute plans with wave-based parallelism |
|
|
9
|
-
| `/mindforge:verify-phase [N]` | Human acceptance testing + automated checks |
|
|
10
|
-
| `/mindforge:ship [N]` | Generate changelog, run quality gates, create PR |
|
|
11
|
-
| `/mindforge:dashboard` | Manage the real-time web observability dashboard |
|
|
12
|
-
| `/mindforge:learn [SRC]` | Automatically capture skills from Docs, Sessions, or npm |
|
|
13
|
-
| `/mindforge:marketplace [SEARCH]`| Search, install, and publish community skills |
|
|
14
|
-
| `/mindforge:new-runtime` | Scaffold custom runtime configurations for any AI agent |
|
|
15
|
-
| `/mindforge:research` | Deep research via Context7/Gemini 1.5 Pro |
|
|
1
|
+
# MindForge v2.1.1 — Commands Reference
|
|
16
2
|
|
|
3
|
+
MindForge commands are organized into functional pillars to support the entire software development lifecycle (SDLC).
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## 1. Project Management & Setup
|
|
8
|
+
|
|
9
|
+
| Command | Description |
|
|
10
|
+
| :--- | :--- |
|
|
11
|
+
| `/mindforge:init-project` | Scaffolds the `.agent/` framework and initializes project planning files. |
|
|
12
|
+
| `/mindforge:map-codebase` | Performs deep architectural mapping of an existing codebase. |
|
|
13
|
+
| `/mindforge:health` | Checks the integrity of the MindForge installation and project structure. |
|
|
14
|
+
| `/mindforge:health --repair` | Automatically fixes missing files or broken configurations. |
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## 2. The Unified Workflow (4 Pillars)
|
|
19
|
+
|
|
20
|
+
| Command | Description |
|
|
21
|
+
| :--- | :--- |
|
|
22
|
+
| `/mindforge:plan-phase [N]` | Initiates strategic planning for a milestone: discuss → research → plan. |
|
|
23
|
+
| `/mindforge:execute-phase [N]` | Starts autonomous execution of task plans in parallel waves. |
|
|
24
|
+
| `/mindforge:verify-phase [N]` | Runs Human Acceptance Testing (UAT) and automated validation gates. |
|
|
25
|
+
| `/mindforge:ship [N]` | Finalizes delivery, generates release output, and creates a Pull Request. |
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
## 3. Intelligence & Observability
|
|
30
|
+
|
|
31
|
+
| Command | Description |
|
|
32
|
+
| :--- | :--- |
|
|
33
|
+
| `/mindforge:dashboard` | Starts or manages the real-time web observability dashboard. |
|
|
34
|
+
| `/mindforge:browse [URL]` | Launches the browser daemon for visual verification or research. |
|
|
35
|
+
| `/mindforge:personas --list` | Displays all 32+ specialized engineering personas. |
|
|
36
|
+
| `/mindforge:personas --set ID` | Switches the current agent to a specific persona (e.g., `architect`, `executor`). |
|
|
37
|
+
| `/mindforge:tokens` | Analyzes and profiles token usage for the current session. |
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
## 4. Knowledge, Skills & Marketplace
|
|
42
|
+
|
|
43
|
+
| Command | Description |
|
|
44
|
+
| :--- | :--- |
|
|
45
|
+
| `/mindforge:note "TEXT"` | Captures an architectural decision or project preference into memory. |
|
|
46
|
+
| `/mindforge:remember [TERM]` | Searches the MindForge knowledge graph for relevant context. |
|
|
47
|
+
| `/mindforge:learn [URL/PATH]` | Ingests documentation or source code to build a new validated Skill. |
|
|
48
|
+
| `/mindforge:skills --list` | Lists all active and available skills across the 3-tier registry. |
|
|
49
|
+
| `/mindforge:skills validate [PATH]` | Passes a skill through the 7-Dimension Scorer for quality verification. |
|
|
50
|
+
| `/mindforge:marketplace search [Q]`| Searches community skills from the central registry. |
|
|
51
|
+
| `/mindforge:marketplace install ID` | Installs a verified community skill into the project context. |
|
|
52
|
+
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
## 5. Governance & Maintenance
|
|
56
|
+
|
|
57
|
+
| Command | Description |
|
|
58
|
+
| :--- | :--- |
|
|
59
|
+
| `/mindforge:security-scan` | Performs deep vulnerability scanning and compliance checks. |
|
|
60
|
+
| `/mindforge:update` | Checks for and applies framework updates from the central repository. |
|
|
61
|
+
| `/mindforge:migrate` | Migrates project metadata between framework versions. |
|
|
62
|
+
| `/mindforge:audit --export` | Generates a human-readable PDF report of the session audit log. |
|
|
63
|
+
| `/mindforge:join-discord` | Join the MindForge developer community for support and collaboration. |
|
package/docs/getting-started.md
CHANGED
|
@@ -4,33 +4,41 @@ This guide gets you from zero to a working MindForge project in under five minut
|
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
7
|
+
MindForge is typically installed as a project-local dependency to ensure environment isolation.
|
|
8
|
+
|
|
7
9
|
```bash
|
|
8
|
-
#
|
|
9
|
-
npx mindforge-cc --
|
|
10
|
+
# Antigravity (recommended for local development)
|
|
11
|
+
npx mindforge-cc@latest --antigravity --local
|
|
10
12
|
|
|
11
|
-
#
|
|
12
|
-
npx mindforge-cc --claude --local
|
|
13
|
+
# Claude Code (alternative)
|
|
14
|
+
npx mindforge-cc@latest --claude --local
|
|
13
15
|
```
|
|
14
16
|
|
|
15
|
-
## Initialise
|
|
17
|
+
## Initialise Your Project
|
|
16
18
|
|
|
17
|
-
Open Claude Code in your repository and run:
|
|
19
|
+
Open your agentic runtime (Antigravity or Claude Code) in your repository and run:
|
|
18
20
|
|
|
19
|
-
```
|
|
20
|
-
/mindforge:help
|
|
21
|
+
```bash
|
|
21
22
|
/mindforge:init-project
|
|
22
23
|
```
|
|
23
24
|
|
|
24
|
-
The init command creates your core planning files:
|
|
25
|
-
|
|
26
|
-
- `.planning/
|
|
27
|
-
- `.planning/
|
|
28
|
-
- `.planning/
|
|
25
|
+
The `init-project` command scaffolds the framework in `.agent/` and creates your core planning files:
|
|
26
|
+
|
|
27
|
+
- `.planning/PROJECT.md`: Your roadmap and high-level vision.
|
|
28
|
+
- `.planning/REQUIREMENTS.md`: Detailed functional and technical specs.
|
|
29
|
+
- `.planning/STATE.md`: Real-time tracking of project health and milestones.
|
|
30
|
+
|
|
31
|
+
## The Standard Workflow
|
|
32
|
+
|
|
33
|
+
MindForge operates on a high-velocity 4-pillar lifecycle:
|
|
29
34
|
|
|
30
|
-
|
|
35
|
+
1. **Plan**: `/mindforge:plan-phase 1` (Strategic planning and task breakdown)
|
|
36
|
+
2. **Execute**: `/mindforge:execute-phase 1` (Autonomous execution in parallel waves)
|
|
37
|
+
3. **Verify**: `/mindforge:verify-phase 1` (Automated tests + Human-in-the-loop validation)
|
|
38
|
+
4. **Ship**: `/mindforge:ship 1` (Final delivery, PR generation, and release output)
|
|
31
39
|
|
|
32
|
-
|
|
33
|
-
2. Execute Phase 1: `/mindforge:execute-phase 1`
|
|
34
|
-
3. Verify Phase 1: `/mindforge:verify-phase 1`
|
|
35
|
-
4. Ship Phase 1: `/mindforge:ship 1`
|
|
40
|
+
## Next Steps
|
|
36
41
|
|
|
42
|
+
- Explore the [User Guide](user-guide.md) for advanced features.
|
|
43
|
+
- Switch to a specialized [Persona](PERSONAS.md) for target tasks.
|
|
44
|
+
- Join the community: `/mindforge:join-discord`.
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# MindForge Skills Authoring Guide
|
|
2
2
|
|
|
3
3
|
## What is a skill?
|
|
4
|
+
|
|
4
5
|
A skill is a self-contained folder containing a `SKILL.md` file that gives
|
|
5
6
|
the MindForge agent domain-specific expertise for a specific type of task.
|
|
6
7
|
|
|
@@ -9,37 +10,46 @@ keywords against the task description. They inject the right knowledge at the
|
|
|
9
10
|
right moment without cluttering the context with irrelevant information.
|
|
10
11
|
|
|
11
12
|
## When to write a skill
|
|
13
|
+
|
|
12
14
|
Write a new skill when:
|
|
15
|
+
|
|
13
16
|
- A specific domain requires knowledge beyond the agent's defaults
|
|
14
17
|
- The same guidance needs to be applied consistently across many tasks
|
|
15
18
|
- Your team has standards that aren't captured in CONVENTIONS.md
|
|
16
19
|
- An existing core skill doesn't match your organisation's approach
|
|
17
20
|
|
|
18
21
|
## Automated Skill Generation (New in v2)
|
|
22
|
+
|
|
19
23
|
MindForge can now generate skills automatically. Instead of writing `SKILL.md` from scratch, use the intelligent learning engine:
|
|
20
24
|
|
|
21
25
|
### 1. Learn from Documentation
|
|
26
|
+
|
|
22
27
|
```bash
|
|
23
28
|
/mindforge:learn https://react.dev/learn "react-best-practices"
|
|
24
29
|
```
|
|
30
|
+
|
|
25
31
|
The agent will research the URL, extract high-value engineering patterns, and generate a high-quality `SKILL.md` with examples and triggers.
|
|
26
32
|
|
|
27
33
|
### 2. Learn from Project History
|
|
34
|
+
|
|
28
35
|
```bash
|
|
29
36
|
/mindforge:learn ./src/modules/auth "auth-patterns"
|
|
30
37
|
```
|
|
38
|
+
|
|
31
39
|
This analyzes your codebase and session history to capture project-specific expertise.
|
|
32
40
|
|
|
33
41
|
### 3. Community Marketplace
|
|
42
|
+
|
|
34
43
|
```bash
|
|
35
44
|
/mindforge:marketplace search "performance"
|
|
36
45
|
/mindforge:marketplace install mindforge-skill-latency-optimizer
|
|
37
46
|
```
|
|
47
|
+
|
|
38
48
|
Discover and install verified skills from the MindForge community.
|
|
39
49
|
|
|
40
50
|
## Skill file structure
|
|
41
51
|
|
|
42
|
-
```
|
|
52
|
+
```text
|
|
43
53
|
.mindforge/skills/[skill-name]/
|
|
44
54
|
SKILL.md ← required
|
|
45
55
|
examples/ ← optional: sample inputs and outputs
|
|
@@ -66,35 +76,44 @@ changelog:
|
|
|
66
76
|
# Skill — [Human-readable skill name]
|
|
67
77
|
|
|
68
78
|
## When this skill activates
|
|
79
|
+
|
|
69
80
|
[One paragraph: what task types trigger this skill, and why it helps]
|
|
70
81
|
|
|
71
82
|
## Mandatory actions when this skill is active
|
|
72
83
|
|
|
73
84
|
### Before writing any code / Before starting any task
|
|
85
|
+
|
|
74
86
|
[Steps the agent MUST take before beginning — written as an ordered list]
|
|
75
87
|
|
|
76
88
|
### During [implementation / review / analysis]
|
|
89
|
+
|
|
77
90
|
[Standards and patterns the agent must follow — be specific]
|
|
78
91
|
|
|
79
92
|
### After [implementation / review / analysis]
|
|
93
|
+
|
|
80
94
|
[Verification steps, output requirements — be specific]
|
|
81
95
|
|
|
82
96
|
## [Domain-specific section 1]
|
|
97
|
+
|
|
83
98
|
[Detailed guidance, code examples, patterns]
|
|
84
99
|
|
|
85
100
|
## [Domain-specific section 2]
|
|
101
|
+
|
|
86
102
|
[Detailed guidance, code examples, patterns]
|
|
87
103
|
|
|
88
104
|
## Self-check before task completion
|
|
105
|
+
|
|
89
106
|
- [ ] [Checkable item 1]
|
|
90
107
|
- [ ] [Checkable item 2]
|
|
91
108
|
- [ ] [Checkable item 3]
|
|
92
109
|
|
|
93
110
|
## Output
|
|
111
|
+
|
|
94
112
|
[What files or artifacts this skill produces, with exact paths]
|
|
95
113
|
```
|
|
96
114
|
|
|
97
|
-
## Writing
|
|
115
|
+
## Writing Good Trigger Keywords
|
|
116
|
+
|
|
98
117
|
- Specific beats generic: `argon2` beats `hash`
|
|
99
118
|
- Include common misspellings and abbreviations: `optimise, optimize`
|
|
100
119
|
- Include acronyms and their expansions: `a11y, accessibility, WCAG, wcag`
|
|
@@ -102,7 +121,7 @@ changelog:
|
|
|
102
121
|
- Aim for 10-30 triggers per skill
|
|
103
122
|
- Avoid single-letter words and extremely common words (the, be, is, to)
|
|
104
123
|
|
|
105
|
-
## Security
|
|
124
|
+
## Security Notice for Skill Authors
|
|
106
125
|
|
|
107
126
|
MindForge skills are injected directly into AI agent contexts. A skill file
|
|
108
127
|
with adversarial content could manipulate agent behaviour.
|
|
@@ -117,8 +136,10 @@ and Tier 3 skills — should:
|
|
|
117
136
|
4. Restrict who can write to `.mindforge/personas/overrides/` and
|
|
118
137
|
`.mindforge/org/skills/` directories
|
|
119
138
|
|
|
120
|
-
## Registering
|
|
139
|
+
## Registering Your Skill
|
|
140
|
+
|
|
121
141
|
After creating SKILL.md:
|
|
142
|
+
|
|
122
143
|
```bash
|
|
123
144
|
/mindforge:skills add .mindforge/skills/[your-skill-name]
|
|
124
145
|
# Choose tier: 2 (org) or 3 (project)
|
|
@@ -126,21 +147,28 @@ After creating SKILL.md:
|
|
|
126
147
|
```
|
|
127
148
|
|
|
128
149
|
### Quality Scoring
|
|
150
|
+
|
|
129
151
|
All skills (automated or manual) are passed through the **7-Dimension Scorer**. To manually score a skill:
|
|
152
|
+
|
|
130
153
|
```bash
|
|
131
154
|
/mindforge:skills validate .mindforge/skills/[your-skill]
|
|
132
155
|
```
|
|
156
|
+
|
|
133
157
|
A minimum score of **60** is required for registration.
|
|
134
158
|
|
|
135
|
-
## Tier
|
|
159
|
+
## Tier Guidance
|
|
160
|
+
|
|
161
|
+
| Tier | Scope | Local Path | Description |
|
|
162
|
+
| :--- | :--- | :--- | :--- |
|
|
163
|
+
| **1 (Core)** | Platform | `.mindforge/skills/` | Universal engineering best practices across all stacks. |
|
|
164
|
+
| **2 (Org)** | Enterprise | `.mindforge/org/skills/` | Corporate standards, security policies, and internal libraries. |
|
|
165
|
+
| **3 (Project)** | Repository | `.agent/skills/` | Local project conventions, module patterns, and specific logic. |
|
|
166
|
+
|
|
167
|
+
> [!NOTE]
|
|
168
|
+
> Lower tiers (Project) override higher tiers (Org/Core) when skill names or triggers conflict, allowing for project-level specialization of global rules.
|
|
136
169
|
|
|
137
|
-
|
|
138
|
-
|---|---|---|
|
|
139
|
-
| 1 (Core) | Universal best practices — all projects | `.mindforge/skills/` |
|
|
140
|
-
| 2 (Org) | Your org's standards — all projects | `.mindforge/org/skills/` or separate repo |
|
|
141
|
-
| 3 (Project) | This project specifically | `.mindforge/skills/project/` |
|
|
170
|
+
## Version Your Skill
|
|
142
171
|
|
|
143
|
-
## Version your skill
|
|
144
172
|
Every change to mandatory actions or trigger keywords = MINOR version bump.
|
|
145
173
|
Every removal of triggers or outputs = MAJOR version bump.
|
|
146
174
|
Typo fixes = PATCH version bump.
|
package/docs/tutorial.md
CHANGED
|
@@ -1,195 +1,162 @@
|
|
|
1
|
-
# MindForge
|
|
1
|
+
# MindForge v2.1.1 — Full Tutorial (Install → Advanced Usage)
|
|
2
2
|
|
|
3
|
-
This tutorial walks a new user from installation to advanced usage. It is
|
|
4
|
-
written for engineers who want to adopt MindForge in a real codebase.
|
|
3
|
+
This tutorial walks a new user from installation to advanced usage. It is written for engineers who want to adopt MindForge in a real codebase.
|
|
5
4
|
|
|
6
5
|
---
|
|
7
6
|
|
|
8
7
|
## 1. Install MindForge
|
|
9
8
|
|
|
10
|
-
### Claude Code (global)
|
|
11
|
-
```bash
|
|
12
|
-
npx mindforge-cc@latest --claude --global
|
|
13
|
-
```
|
|
14
|
-
|
|
15
9
|
### Claude Code (local, per repo)
|
|
10
|
+
|
|
16
11
|
```bash
|
|
17
12
|
npx mindforge-cc@latest --claude --local
|
|
18
13
|
```
|
|
19
14
|
|
|
20
15
|
### Antigravity
|
|
16
|
+
|
|
21
17
|
```bash
|
|
22
|
-
npx mindforge-cc@latest --antigravity --
|
|
18
|
+
npx mindforge-cc@latest --antigravity --local
|
|
23
19
|
```
|
|
24
20
|
|
|
25
|
-
|
|
21
|
+
### Specific Runtime (Universal)
|
|
26
22
|
|
|
27
|
-
|
|
28
|
-
|
|
23
|
+
```bash
|
|
24
|
+
npx mindforge-cc@latest --runtime <name>
|
|
29
25
|
```
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
## 2. Verify Installation
|
|
30
|
+
|
|
31
|
+
Open your agentic runtime (Claude Code, Antigravity, etc.) in your repo and run:
|
|
32
|
+
|
|
33
|
+
```bash
|
|
30
34
|
/mindforge:health
|
|
31
35
|
```
|
|
32
|
-
|
|
33
|
-
|
|
36
|
+
|
|
37
|
+
If anything is wrong, run the repair command:
|
|
38
|
+
|
|
39
|
+
```bash
|
|
34
40
|
/mindforge:health --repair
|
|
35
41
|
```
|
|
36
42
|
|
|
37
43
|
---
|
|
38
44
|
|
|
39
|
-
## 3. Create a
|
|
40
|
-
|
|
45
|
+
## 3. Create a New Project
|
|
46
|
+
|
|
47
|
+
```bash
|
|
41
48
|
/mindforge:init-project
|
|
42
49
|
```
|
|
43
|
-
This creates:
|
|
44
|
-
- `.planning/PROJECT.md`
|
|
45
|
-
- `.planning/REQUIREMENTS.md`
|
|
46
|
-
- `.planning/STATE.md`
|
|
47
|
-
- `.planning/HANDOFF.json`
|
|
48
|
-
- `.planning/AUDIT.jsonl`
|
|
49
50
|
|
|
50
|
-
|
|
51
|
+
This command scaffolds the framework in `.agent/` and initializes project planning:
|
|
51
52
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
/
|
|
55
|
-
```
|
|
56
|
-
This generates:
|
|
57
|
-
- `.planning/ARCHITECTURE.md`
|
|
58
|
-
- `.mindforge/org/CONVENTIONS.md`
|
|
53
|
+
- `.planning/PROJECT.md`: High-level vision and roadmap.
|
|
54
|
+
- `.planning/REQUIREMENTS.md`: Functional and technical specs.
|
|
55
|
+
- `.planning/STATE.md`: Real-time project health and milestone status.
|
|
59
56
|
|
|
60
57
|
---
|
|
61
58
|
|
|
62
|
-
##
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
/mindforge:
|
|
66
|
-
/mindforge:verify-phase 1
|
|
67
|
-
/mindforge:ship 1
|
|
59
|
+
## 4. Onboarding an Existing Codebase
|
|
60
|
+
|
|
61
|
+
```bash
|
|
62
|
+
/mindforge:map-codebase
|
|
68
63
|
```
|
|
69
64
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
-
|
|
73
|
-
-
|
|
74
|
-
- **ship**: generates release output
|
|
65
|
+
This command generates architectural insights:
|
|
66
|
+
|
|
67
|
+
- `.planning/ARCHITECTURE.md`: Module relationships and data flow.
|
|
68
|
+
- `.planning/CONVENTIONS.md`: Inferred coding styles and patterns.
|
|
75
69
|
|
|
76
70
|
---
|
|
77
71
|
|
|
78
|
-
##
|
|
79
|
-
Skills load automatically by keyword triggers. You can also manage them:
|
|
80
|
-
```
|
|
81
|
-
/mindforge:skills list
|
|
82
|
-
/mindforge:skills validate
|
|
83
|
-
```
|
|
72
|
+
## 5. Unified Workflow (Phase 1)
|
|
84
73
|
|
|
85
|
-
|
|
74
|
+
MindForge uses a 4-pillar iterative cycle:
|
|
75
|
+
|
|
76
|
+
```bash
|
|
77
|
+
/mindforge:plan-phase 1 # discuss → research → plan
|
|
78
|
+
/mindforge:execute-phase 1 # parallel execution of task plans
|
|
79
|
+
/mindforge:verify-phase 1 # UAT + automated validation
|
|
80
|
+
/mindforge:ship 1 # generate release output + PR
|
|
81
|
+
```
|
|
86
82
|
|
|
87
83
|
---
|
|
88
84
|
|
|
89
|
-
##
|
|
90
|
-
MindForge enforces compliance gates by design.
|
|
85
|
+
## 6. High-Performance Personas
|
|
91
86
|
|
|
92
|
-
|
|
93
|
-
```
|
|
94
|
-
/mindforge:security-scan --deep --secrets --deps
|
|
95
|
-
```
|
|
87
|
+
MindForge v2.1.1 provides 32+ specialized personas. Each is a "digital twin" of a senior role.
|
|
96
88
|
|
|
97
|
-
|
|
89
|
+
- To list all personas: `/mindforge:personas --list`
|
|
90
|
+
- To switch persona: `/mindforge:personas --set executor`
|
|
98
91
|
|
|
99
92
|
---
|
|
100
93
|
|
|
101
|
-
##
|
|
102
|
-
Plugins add commands, skills, personas, and hooks.
|
|
94
|
+
## 7. Real-time Dashboard
|
|
103
95
|
|
|
104
|
-
|
|
105
|
-
```
|
|
106
|
-
/mindforge:plugins install mindforge-plugin-<name>
|
|
107
|
-
```
|
|
96
|
+
Observable engineering is core to MindForge. Start the dashboard to see live agent activity:
|
|
108
97
|
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
/mindforge:plugins validate
|
|
98
|
+
```bash
|
|
99
|
+
/mindforge:dashboard --start --open
|
|
112
100
|
```
|
|
113
101
|
|
|
102
|
+
Visit `http://localhost:7339` for the premium web interface.
|
|
103
|
+
|
|
114
104
|
---
|
|
115
105
|
|
|
116
|
-
##
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
/mindforge:tokens --summary
|
|
120
|
-
```
|
|
106
|
+
## 8. Knowledge & Memory Management
|
|
107
|
+
|
|
108
|
+
MindForge records architectural decisions to prevent regression.
|
|
121
109
|
|
|
122
|
-
|
|
110
|
+
- Capture a note: `/mindforge:note "Preference: Use absolute imports for shared libs"`
|
|
111
|
+
- Search memory: `/mindforge:remember --search "api patterns"`
|
|
123
112
|
|
|
124
113
|
---
|
|
125
114
|
|
|
126
|
-
##
|
|
127
|
-
Check for updates:
|
|
128
|
-
```
|
|
129
|
-
/mindforge:update
|
|
130
|
-
```
|
|
115
|
+
## 9. Self-Building Skills
|
|
131
116
|
|
|
132
|
-
|
|
133
|
-
```
|
|
134
|
-
/mindforge:update --apply
|
|
135
|
-
```
|
|
117
|
+
Learn new capabilities from documentation URL or local files:
|
|
136
118
|
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
/mindforge:migrate --from v0.6.0 --to v1.0.0
|
|
119
|
+
```bash
|
|
120
|
+
/mindforge:learn https://docs.nextjs.org "nextjs-best-practices"
|
|
140
121
|
```
|
|
141
122
|
|
|
142
123
|
---
|
|
143
124
|
|
|
144
|
-
##
|
|
145
|
-
In CI, MindForge is non‑interactive by default.
|
|
125
|
+
## 10. Security & Governance
|
|
146
126
|
|
|
147
|
-
|
|
148
|
-
```bash
|
|
149
|
-
CI=true
|
|
150
|
-
MINDFORGE_CI=true
|
|
151
|
-
```
|
|
127
|
+
MindForge enforces strict compliance gates.
|
|
152
128
|
|
|
153
|
-
Run tests:
|
|
154
129
|
```bash
|
|
155
|
-
|
|
130
|
+
/mindforge:security-scan --deep
|
|
156
131
|
```
|
|
157
132
|
|
|
158
|
-
|
|
133
|
+
This checks for secrets, dependency vulnerabilities, and architectural drift.
|
|
159
134
|
|
|
160
135
|
---
|
|
161
136
|
|
|
162
|
-
##
|
|
163
|
-
Use the SDK in tooling or CI:
|
|
137
|
+
## 11. CI/CD Integration
|
|
164
138
|
|
|
165
|
-
|
|
166
|
-
import { MindForgeClient } from '@mindforge/sdk';
|
|
139
|
+
MindForge is designed for non-interactive execution in CI environments.
|
|
167
140
|
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
141
|
+
- Set `CI=true` in your environment.
|
|
142
|
+
- Use `/mindforge:ship --auto-pr` for automated delivery.
|
|
143
|
+
|
|
144
|
+
See `docs/ci-cd-integration.md` for full pipeline examples.
|
|
172
145
|
|
|
173
146
|
---
|
|
174
147
|
|
|
175
|
-
##
|
|
176
|
-
- Run `/mindforge:health` after install and upgrades
|
|
177
|
-
- Keep PLAN `<action>` fields lean (150–400 words)
|
|
178
|
-
- Use local install per repo for isolation
|
|
179
|
-
- Pin plugin versions in production workflows
|
|
180
|
-
- Review `.planning/AUDIT.jsonl` for traceability
|
|
148
|
+
## 12. Troubleshooting
|
|
181
149
|
|
|
182
|
-
|
|
150
|
+
If you hit issues, consult these specialized guides:
|
|
183
151
|
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
- `docs/
|
|
187
|
-
- `docs/faq.md`
|
|
188
|
-
- `docs/upgrade.md`
|
|
152
|
+
- `docs/troubleshooting.md`: Common technical fixes.
|
|
153
|
+
- `docs/faq.md`: Frequent questions and architectural patterns.
|
|
154
|
+
- `docs/upgrade.md`: Migration guides between versions.
|
|
189
155
|
|
|
190
156
|
---
|
|
191
157
|
|
|
192
|
-
##
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
158
|
+
## 13. Next Steps
|
|
159
|
+
|
|
160
|
+
1. Configure your team preferences in `docs/Templates/Profile/user-profile.md`.
|
|
161
|
+
2. Start your first Phase 1 planning.
|
|
162
|
+
3. Join our community: `/mindforge:join-discord`.
|