mindforge-cc 2.1.0 → 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.
Files changed (236) hide show
  1. package/.agent/bin/lib/commands.cjs +959 -0
  2. package/.agent/bin/lib/config.cjs +421 -0
  3. package/.agent/bin/lib/core.cjs +1166 -0
  4. package/.agent/bin/lib/frontmatter.cjs +307 -0
  5. package/.agent/bin/lib/init.cjs +1336 -0
  6. package/.agent/bin/lib/milestone.cjs +252 -0
  7. package/.agent/bin/lib/model-profiles.cjs +68 -0
  8. package/.agent/bin/lib/phase.cjs +888 -0
  9. package/.agent/bin/lib/profile-output.cjs +952 -0
  10. package/.agent/bin/lib/profile-pipeline.cjs +539 -0
  11. package/.agent/bin/lib/roadmap.cjs +329 -0
  12. package/.agent/bin/lib/security.cjs +356 -0
  13. package/.agent/bin/lib/state.cjs +969 -0
  14. package/.agent/bin/lib/template.cjs +222 -0
  15. package/.agent/bin/lib/uat.cjs +189 -0
  16. package/.agent/bin/lib/verify.cjs +851 -0
  17. package/.agent/bin/lib/workstream.cjs +491 -0
  18. package/.agent/bin/mindforge-tools.cjs +897 -0
  19. package/.agent/file-manifest.json +219 -0
  20. package/.agent/hooks/mindforge-check-update.js +114 -0
  21. package/.agent/hooks/mindforge-context-monitor.js +156 -0
  22. package/.agent/hooks/mindforge-prompt-guard.js +96 -0
  23. package/.agent/hooks/mindforge-statusline.js +119 -0
  24. package/.agent/hooks/mindforge-workflow-guard.js +94 -0
  25. package/.agent/mindforge/discuss-phase.md +1 -1
  26. package/.agent/mindforge/help.md +1 -1
  27. package/.agent/mindforge/learn.md +3 -2
  28. package/.agent/mindforge/research.md +3 -2
  29. package/.agent/mindforge/steer.md +1 -1
  30. package/.agent/settings.json +38 -0
  31. package/.agent/skills/mindforge-add-backlog/SKILL.md +72 -0
  32. package/.agent/skills/mindforge-add-phase/SKILL.md +39 -0
  33. package/.agent/skills/mindforge-add-tests/SKILL.md +28 -0
  34. package/.agent/skills/mindforge-add-todo/SKILL.md +42 -0
  35. package/.agent/skills/mindforge-audit-milestone/SKILL.md +29 -0
  36. package/.agent/skills/mindforge-audit-uat/SKILL.md +20 -0
  37. package/.agent/skills/mindforge-autonomous/SKILL.md +33 -0
  38. package/.agent/skills/mindforge-check-todos/SKILL.md +40 -0
  39. package/.agent/skills/mindforge-cleanup/SKILL.md +19 -0
  40. package/.agent/skills/mindforge-complete-milestone/SKILL.md +131 -0
  41. package/.agent/skills/mindforge-debug/SKILL.md +163 -0
  42. package/.agent/skills/mindforge-discuss-phase/SKILL.md +54 -0
  43. package/.agent/skills/mindforge-do/SKILL.md +26 -0
  44. package/.agent/skills/mindforge-execute-phase/SKILL.md +49 -0
  45. package/.agent/skills/mindforge-fast/SKILL.md +23 -0
  46. package/.agent/skills/mindforge-forensics/SKILL.md +49 -0
  47. package/.agent/skills/mindforge-health/SKILL.md +17 -0
  48. package/.agent/skills/mindforge-help/SKILL.md +23 -0
  49. package/.agent/skills/mindforge-insert-phase/SKILL.md +28 -0
  50. package/.agent/skills/mindforge-join-discord/SKILL.md +19 -0
  51. package/.agent/skills/mindforge-list-phase-assumptions/SKILL.md +41 -0
  52. package/.agent/skills/mindforge-list-workspaces/SKILL.md +17 -0
  53. package/.agent/skills/mindforge-manager/SKILL.md +32 -0
  54. package/.agent/skills/mindforge-map-codebase/SKILL.md +64 -0
  55. package/.agent/skills/mindforge-milestone-summary/SKILL.md +44 -0
  56. package/.agent/skills/mindforge-new-milestone/SKILL.md +38 -0
  57. package/.agent/skills/mindforge-new-project/SKILL.md +36 -0
  58. package/.agent/skills/mindforge-new-workspace/SKILL.md +39 -0
  59. package/.agent/skills/mindforge-next/SKILL.md +19 -0
  60. package/.agent/skills/mindforge-note/SKILL.md +29 -0
  61. package/.agent/skills/mindforge-pause-work/SKILL.md +35 -0
  62. package/.agent/skills/mindforge-plan-milestone-gaps/SKILL.md +28 -0
  63. package/.agent/skills/mindforge-plan-phase/SKILL.md +37 -0
  64. package/.agent/skills/mindforge-plant-seed/SKILL.md +22 -0
  65. package/.agent/skills/mindforge-pr-branch/SKILL.md +21 -0
  66. package/.agent/skills/mindforge-profile-user/SKILL.md +38 -0
  67. package/.agent/skills/mindforge-progress/SKILL.md +19 -0
  68. package/.agent/skills/mindforge-quick/SKILL.md +38 -0
  69. package/.agent/skills/mindforge-reapply-patches/SKILL.md +124 -0
  70. package/.agent/skills/mindforge-remove-phase/SKILL.md +26 -0
  71. package/.agent/skills/mindforge-remove-workspace/SKILL.md +22 -0
  72. package/.agent/skills/mindforge-research-phase/SKILL.md +186 -0
  73. package/.agent/skills/mindforge-resume-work/SKILL.md +35 -0
  74. package/.agent/skills/mindforge-review/SKILL.md +31 -0
  75. package/.agent/skills/mindforge-review-backlog/SKILL.md +58 -0
  76. package/.agent/skills/mindforge-session-report/SKILL.md +16 -0
  77. package/.agent/skills/mindforge-set-profile/SKILL.md +9 -0
  78. package/.agent/skills/mindforge-settings/SKILL.md +32 -0
  79. package/.agent/skills/mindforge-ship/SKILL.md +16 -0
  80. package/.agent/skills/mindforge-stats/SKILL.md +16 -0
  81. package/.agent/skills/mindforge-thread/SKILL.md +123 -0
  82. package/.agent/skills/mindforge-ui-phase/SKILL.md +24 -0
  83. package/.agent/skills/mindforge-ui-review/SKILL.md +24 -0
  84. package/.agent/skills/mindforge-update/SKILL.md +35 -0
  85. package/.agent/skills/mindforge-validate-phase/SKILL.md +26 -0
  86. package/.agent/skills/mindforge-verify-work/SKILL.md +30 -0
  87. package/.agent/skills/mindforge-workstreams/SKILL.md +65 -0
  88. package/.agent/workflows/mindforge-add-phase.md +112 -0
  89. package/.agent/workflows/mindforge-add-tests.md +351 -0
  90. package/.agent/workflows/mindforge-add-todo.md +158 -0
  91. package/.agent/workflows/mindforge-audit-milestone.md +332 -0
  92. package/.agent/workflows/mindforge-audit-uat.md +109 -0
  93. package/.agent/workflows/mindforge-autonomous.md +815 -0
  94. package/.agent/workflows/mindforge-check-todos.md +177 -0
  95. package/.agent/workflows/mindforge-cleanup.md +152 -0
  96. package/.agent/workflows/mindforge-complete-milestone.md +766 -0
  97. package/.agent/workflows/mindforge-diagnose-issues.md +220 -0
  98. package/.agent/workflows/mindforge-discovery-phase.md +289 -0
  99. package/.agent/workflows/mindforge-discuss-phase-assumptions.md +645 -0
  100. package/.agent/workflows/mindforge-discuss-phase.md +1047 -0
  101. package/.agent/workflows/mindforge-do.md +104 -0
  102. package/.agent/workflows/mindforge-execute-phase.md +838 -0
  103. package/.agent/workflows/mindforge-execute-plan.md +509 -0
  104. package/.agent/workflows/mindforge-fast.md +105 -0
  105. package/.agent/workflows/mindforge-forensics.md +265 -0
  106. package/.agent/workflows/mindforge-health.md +181 -0
  107. package/.agent/workflows/mindforge-help.md +606 -0
  108. package/.agent/workflows/mindforge-insert-phase.md +130 -0
  109. package/.agent/workflows/mindforge-list-phase-assumptions.md +178 -0
  110. package/.agent/workflows/mindforge-list-workspaces.md +56 -0
  111. package/.agent/workflows/mindforge-manager.md +360 -0
  112. package/.agent/workflows/mindforge-map-codebase.md +370 -0
  113. package/.agent/workflows/mindforge-milestone-summary.md +223 -0
  114. package/.agent/workflows/mindforge-new-milestone.md +469 -0
  115. package/.agent/workflows/mindforge-new-project.md +1226 -0
  116. package/.agent/workflows/mindforge-new-workspace.md +237 -0
  117. package/.agent/workflows/mindforge-next.md +97 -0
  118. package/.agent/workflows/mindforge-node-repair.md +92 -0
  119. package/.agent/workflows/mindforge-note.md +156 -0
  120. package/.agent/workflows/mindforge-pause-work.md +176 -0
  121. package/.agent/workflows/mindforge-plan-milestone-gaps.md +273 -0
  122. package/.agent/workflows/mindforge-plan-phase.md +848 -0
  123. package/.agent/workflows/mindforge-plant-seed.md +169 -0
  124. package/.agent/workflows/mindforge-pr-branch.md +129 -0
  125. package/.agent/workflows/mindforge-profile-user.md +450 -0
  126. package/.agent/workflows/mindforge-progress.md +507 -0
  127. package/.agent/workflows/mindforge-quick.md +732 -0
  128. package/.agent/workflows/mindforge-remove-phase.md +155 -0
  129. package/.agent/workflows/mindforge-remove-workspace.md +90 -0
  130. package/.agent/workflows/mindforge-research-phase.md +74 -0
  131. package/.agent/workflows/mindforge-resume-project.md +325 -0
  132. package/.agent/workflows/mindforge-review.md +228 -0
  133. package/.agent/workflows/mindforge-session-report.md +146 -0
  134. package/.agent/workflows/mindforge-settings.md +283 -0
  135. package/.agent/workflows/mindforge-ship.md +228 -0
  136. package/.agent/workflows/mindforge-stats.md +60 -0
  137. package/.agent/workflows/mindforge-transition.md +671 -0
  138. package/.agent/workflows/mindforge-ui-phase.md +290 -0
  139. package/.agent/workflows/mindforge-ui-review.md +157 -0
  140. package/.agent/workflows/mindforge-update.md +323 -0
  141. package/.agent/workflows/mindforge-validate-phase.md +167 -0
  142. package/.agent/workflows/mindforge-verify-phase.md +254 -0
  143. package/.agent/workflows/mindforge-verify-work.md +623 -0
  144. package/.mindforge/personas/advisor-researcher.md +3 -3
  145. package/.mindforge/personas/debug-specialist.md +1 -1
  146. package/.mindforge/personas/debugger.md +1 -1
  147. package/.mindforge/personas/developer.md +1 -1
  148. package/.mindforge/personas/phase-researcher.md +4 -4
  149. package/.mindforge/personas/project-researcher.md +3 -3
  150. package/.mindforge/personas/research-agent.md +4 -3
  151. package/.mindforge/personas/tech-writer.md +1 -1
  152. package/.mindforge/personas/ui-researcher.md +1 -1
  153. package/.planning/ROADMAP.md +10 -0
  154. package/CHANGELOG.md +34 -0
  155. package/README.md +70 -45
  156. package/RELEASENOTES.md +26 -26
  157. package/bin/install.js +41 -41
  158. package/bin/installer-core.js +67 -26
  159. package/bin/wizard/setup-wizard.js +11 -24
  160. package/bin/wizard/theme.js +141 -0
  161. package/docs/PERSONAS.md +119 -87
  162. package/docs/References/checkpoints.md +778 -0
  163. package/docs/References/config-reference.md +81 -0
  164. package/docs/References/continuation-format.md +249 -0
  165. package/docs/References/decimal-phase-calculation.md +64 -0
  166. package/docs/References/git-integration.md +295 -0
  167. package/docs/References/git-planning-commit.md +38 -0
  168. package/docs/References/model-profile-resolution.md +36 -0
  169. package/docs/References/model-profiles.md +139 -0
  170. package/docs/References/phase-argument-parsing.md +61 -0
  171. package/docs/References/planning-config.md +202 -0
  172. package/docs/References/questioning.md +162 -0
  173. package/docs/References/tdd.md +263 -0
  174. package/docs/References/ui-brand.md +160 -0
  175. package/docs/References/user-profiling.md +681 -0
  176. package/docs/References/verification-patterns.md +612 -0
  177. package/docs/References/workstream-flag.md +58 -0
  178. package/docs/Templates/Agents/CLAUDE-MD.md +122 -0
  179. package/docs/Templates/Agents/COPILOT-INSTRUCTIONS.md +7 -0
  180. package/docs/Templates/Agents/DEBUGGER-PROMPT.md +91 -0
  181. package/docs/Templates/Agents/PLANNER-PROMPT.md +117 -0
  182. package/docs/Templates/Codebase/architecture.md +255 -0
  183. package/docs/Templates/Codebase/concerns.md +310 -0
  184. package/docs/Templates/Codebase/conventions.md +307 -0
  185. package/docs/Templates/Codebase/integrations.md +280 -0
  186. package/docs/Templates/Codebase/stack.md +186 -0
  187. package/docs/Templates/Codebase/structure.md +285 -0
  188. package/docs/Templates/Codebase/testing.md +480 -0
  189. package/docs/Templates/Execution/CONTINUE-HERE.md +78 -0
  190. package/docs/Templates/Execution/DISCUSSION-LOG.md +63 -0
  191. package/docs/Templates/Execution/PHASE-PROMPT.md +610 -0
  192. package/docs/Templates/Execution/STATE.md +176 -0
  193. package/docs/Templates/Execution/SUMMARY-COMPLEX.md +59 -0
  194. package/docs/Templates/Execution/SUMMARY-MINIMAL.md +41 -0
  195. package/docs/Templates/Execution/SUMMARY-STANDARD.md +48 -0
  196. package/docs/Templates/Execution/SUMMARY.md +248 -0
  197. package/docs/Templates/Profile/DEV-PREFERENCES.md +21 -0
  198. package/docs/Templates/Profile/USER-PROFILE.md +146 -0
  199. package/docs/Templates/Profile/USER-SETUP.md +311 -0
  200. package/docs/Templates/Project/DISCOVERY.md +146 -0
  201. package/docs/Templates/Project/MILESTONE-ARCHIVE.md +123 -0
  202. package/docs/Templates/Project/MILESTONE.md +115 -0
  203. package/docs/Templates/Project/PROJECT.md +206 -0
  204. package/docs/Templates/Project/REQUIREMENTS.md +231 -0
  205. package/docs/Templates/Project/RETROSPECTIVE.md +54 -0
  206. package/docs/Templates/Project/ROADMAP.md +202 -0
  207. package/docs/Templates/Quality/DEBUG.md +164 -0
  208. package/docs/Templates/Quality/UAT.md +280 -0
  209. package/docs/Templates/Quality/UI-SPEC.md +100 -0
  210. package/docs/Templates/Quality/VALIDATION.md +76 -0
  211. package/docs/Templates/Quality/VERIFICATION-REPORT.md +322 -0
  212. package/docs/Templates/Research/ARCHITECTURE.md +204 -0
  213. package/docs/Templates/Research/FEATURES.md +147 -0
  214. package/docs/Templates/Research/PITFALLS.md +200 -0
  215. package/docs/Templates/Research/STACK.md +120 -0
  216. package/docs/Templates/Research/SUMMARY.md +170 -0
  217. package/docs/Templates/System/CONFIG.json +43 -0
  218. package/docs/Templates/System/CONTEXT.md +352 -0
  219. package/docs/architecture/README.md +54 -42
  220. package/docs/commands-reference.md +62 -14
  221. package/docs/getting-started.md +26 -18
  222. package/docs/skills-authoring-guide.md +40 -12
  223. package/docs/tutorial.md +83 -116
  224. package/docs/user-guide.md +72 -198
  225. package/package.json +7 -2
  226. package/.mindforge/memory/knowledge-base.jsonl +0 -7
  227. package/.mindforge/memory/pattern-library.jsonl +0 -1
  228. package/.mindforge/memory/team-preferences.jsonl +0 -4
  229. package/.planning/browser-daemon.log +0 -32
  230. package/docs/mindforge-md-reference.md +0 -57
  231. package/docs/reference/config-reference.md +0 -64
  232. /package/{.mindforge/memory/decision-library.jsonl → .planning/phases/01-migrate-gsd-to-mindforge/.gitkeep} +0 -0
  233. /package/docs/{reference → References}/audit-events.md +0 -0
  234. /package/docs/{reference → References}/commands.md +0 -0
  235. /package/docs/{reference → References}/sdk-api.md +0 -0
  236. /package/docs/{reference → References}/skills-api.md +0 -0
@@ -1,45 +1,55 @@
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
 
7
- Skills are loaded just-in-time: the agent discovers them by matching trigger
8
+ Skills are loaded just-in-time: MindForge discovers them by matching trigger
8
9
  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 good trigger keywords
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 notice for skill authors
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 your skill
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 guidance
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
- | Tier | Use when | Location |
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 v1.0.0 — Full Tutorial (Install → Advanced Usage)
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 --global
18
+ npx mindforge-cc@latest --antigravity --local
23
19
  ```
24
20
 
25
- ---
21
+ ### Specific Runtime (Universal)
26
22
 
27
- ## 2. Verify installation
28
- Open Claude Code or Antigravity in your repo and run:
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
- If anything is wrong:
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 new project
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
- ## 4. Brownfield onboarding (existing codebase)
53
- ```
54
- /mindforge:map-codebase
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
- ## 5. Standard workflow (Phase 1)
63
- ```
64
- /mindforge:plan-phase 1
65
- /mindforge:execute-phase 1
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
- What each step does:
71
- - **plan**: creates atomic task plans with dependencies
72
- - **execute**: runs tasks in waves
73
- - **verify**: runs automated + human gates
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
- ## 6. Using skills
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
- Best practice: keep `ALWAYS_LOAD_SKILLS` minimal to avoid token bloat.
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
- ## 7. Security & governance
90
- MindForge enforces compliance gates by design.
85
+ ## 6. High-Performance Personas
91
86
 
92
- Run a deep security scan:
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
- If Tier 3 compliance changes appear, approvals are required.
89
+ - To list all personas: `/mindforge:personas --list`
90
+ - To switch persona: `/mindforge:personas --set executor`
98
91
 
99
92
  ---
100
93
 
101
- ## 8. Plugins (advanced extension)
102
- Plugins add commands, skills, personas, and hooks.
94
+ ## 7. Real-time Dashboard
103
95
 
104
- Install a plugin:
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
- Validate installed plugins:
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
- ## 9. Token usage profiling
117
- ```
118
- /mindforge:tokens --profile
119
- /mindforge:tokens --summary
120
- ```
106
+ ## 8. Knowledge & Memory Management
107
+
108
+ MindForge records architectural decisions to prevent regression.
121
109
 
122
- Use this to reduce wasted tokens and improve session quality.
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
- ## 10. Updates and migrations
127
- Check for updates:
128
- ```
129
- /mindforge:update
130
- ```
115
+ ## 9. Self-Building Skills
131
116
 
132
- Apply updates:
133
- ```
134
- /mindforge:update --apply
135
- ```
117
+ Learn new capabilities from documentation URL or local files:
136
118
 
137
- Migrate schema:
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
- ## 11. CI integration
145
- In CI, MindForge is non‑interactive by default.
125
+ ## 10. Security & Governance
146
126
 
147
- Set environment:
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
- node tests/install.test.js
130
+ /mindforge:security-scan --deep
156
131
  ```
157
132
 
158
- See `docs/ci-quickstart.md` for full pipelines.
133
+ This checks for secrets, dependency vulnerabilities, and architectural drift.
159
134
 
160
135
  ---
161
136
 
162
- ## 12. SDK usage (advanced)
163
- Use the SDK in tooling or CI:
137
+ ## 11. CI/CD Integration
164
138
 
165
- ```ts
166
- import { MindForgeClient } from '@mindforge/sdk';
139
+ MindForge is designed for non-interactive execution in CI environments.
167
140
 
168
- const client = new MindForgeClient({ projectRoot: '.' });
169
- const report = await client.health();
170
- console.log(report);
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
- ## 13. Best practices checklist
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
- ## 14. Troubleshooting
185
- If you hit issues, see:
186
- - `docs/troubleshooting.md`
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
- ## 15. Next steps
193
- - Add your org defaults in `.mindforge/org/ORG.md`
194
- - Configure `MINDFORGE.md` for your team
195
- - Start Phase 2 planning
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`.