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.
Files changed (115) hide show
  1. package/.agent/mindforge/add-backlog.md +32 -0
  2. package/.agent/mindforge/agent.md +31 -0
  3. package/.agent/mindforge/do.md +31 -0
  4. package/.agent/mindforge/note.md +35 -0
  5. package/.agent/mindforge/plant-seed.md +31 -0
  6. package/.agent/mindforge/review-backlog.md +34 -0
  7. package/.agent/mindforge/session-report.md +39 -0
  8. package/.agent/mindforge/ui-phase.md +34 -0
  9. package/.agent/mindforge/ui-review.md +36 -0
  10. package/.agent/mindforge/validate-phase.md +31 -0
  11. package/.agent/mindforge/workstreams.md +35 -0
  12. package/.claude/commands/mindforge/add-backlog.md +32 -0
  13. package/.claude/commands/mindforge/agent.md +31 -0
  14. package/.claude/commands/mindforge/approve.md +27 -15
  15. package/.claude/commands/mindforge/audit.md +30 -26
  16. package/.claude/commands/mindforge/auto.md +29 -18
  17. package/.claude/commands/mindforge/benchmark.md +26 -29
  18. package/.claude/commands/mindforge/browse.md +24 -22
  19. package/.claude/commands/mindforge/complete-milestone.md +28 -14
  20. package/.claude/commands/mindforge/costs.md +26 -9
  21. package/.claude/commands/mindforge/cross-review.md +27 -13
  22. package/.claude/commands/mindforge/dashboard.md +35 -98
  23. package/.claude/commands/mindforge/debug.md +34 -126
  24. package/.claude/commands/mindforge/discuss-phase.md +36 -138
  25. package/.claude/commands/mindforge/do.md +31 -0
  26. package/.claude/commands/mindforge/execute-phase.md +37 -190
  27. package/.claude/commands/mindforge/health.md +27 -17
  28. package/.claude/commands/mindforge/help.md +25 -19
  29. package/.claude/commands/mindforge/init-org.md +37 -131
  30. package/.claude/commands/mindforge/init-project.md +40 -155
  31. package/.claude/commands/mindforge/install-skill.md +32 -15
  32. package/.claude/commands/mindforge/learn.md +36 -142
  33. package/.claude/commands/mindforge/map-codebase.md +36 -298
  34. package/.claude/commands/mindforge/marketplace.md +33 -120
  35. package/.claude/commands/mindforge/metrics.md +29 -18
  36. package/.claude/commands/mindforge/migrate.md +33 -40
  37. package/.claude/commands/mindforge/milestone.md +35 -12
  38. package/.claude/commands/mindforge/new-runtime.md +25 -15
  39. package/.claude/commands/mindforge/next.md +34 -105
  40. package/.claude/commands/mindforge/note.md +35 -0
  41. package/.claude/commands/mindforge/plan-phase.md +34 -125
  42. package/.claude/commands/mindforge/plant-seed.md +31 -0
  43. package/.claude/commands/mindforge/plugins.md +30 -36
  44. package/.claude/commands/mindforge/pr-review.md +32 -41
  45. package/.claude/commands/mindforge/profile-team.md +26 -19
  46. package/.claude/commands/mindforge/publish-skill.md +28 -17
  47. package/.claude/commands/mindforge/qa.md +27 -12
  48. package/.claude/commands/mindforge/quick.md +35 -135
  49. package/.claude/commands/mindforge/release.md +27 -8
  50. package/.claude/commands/mindforge/remember.md +25 -10
  51. package/.claude/commands/mindforge/research.md +27 -9
  52. package/.claude/commands/mindforge/retrospective.md +28 -22
  53. package/.claude/commands/mindforge/review-backlog.md +34 -0
  54. package/.claude/commands/mindforge/review.md +37 -157
  55. package/.claude/commands/mindforge/security-scan.md +34 -233
  56. package/.claude/commands/mindforge/session-report.md +39 -0
  57. package/.claude/commands/mindforge/ship.md +34 -100
  58. package/.claude/commands/mindforge/skills.md +36 -141
  59. package/.claude/commands/mindforge/status.md +30 -104
  60. package/.claude/commands/mindforge/steer.md +25 -10
  61. package/.claude/commands/mindforge/sync-confluence.md +28 -9
  62. package/.claude/commands/mindforge/sync-jira.md +32 -12
  63. package/.claude/commands/mindforge/tokens.md +25 -6
  64. package/.claude/commands/mindforge/ui-phase.md +34 -0
  65. package/.claude/commands/mindforge/ui-review.md +36 -0
  66. package/.claude/commands/mindforge/update.md +33 -42
  67. package/.claude/commands/mindforge/validate-phase.md +31 -0
  68. package/.claude/commands/mindforge/verify-phase.md +30 -62
  69. package/.claude/commands/mindforge/workspace.md +28 -25
  70. package/.claude/commands/mindforge/workstreams.md +35 -0
  71. package/.mindforge/memory/decision-library.jsonl +0 -0
  72. package/.mindforge/memory/knowledge-base.jsonl +7 -0
  73. package/.mindforge/memory/pattern-library.jsonl +1 -0
  74. package/.mindforge/memory/team-preferences.jsonl +4 -0
  75. package/.mindforge/personas/advisor-researcher.md +89 -0
  76. package/.mindforge/personas/analyst.md +112 -52
  77. package/.mindforge/personas/architect.md +100 -67
  78. package/.mindforge/personas/assumptions-analyzer-extend.md +87 -0
  79. package/.mindforge/personas/assumptions-analyzer.md +109 -0
  80. package/.mindforge/personas/codebase-mapper-extend.md +93 -0
  81. package/.mindforge/personas/codebase-mapper.md +770 -0
  82. package/.mindforge/personas/coverage-specialist.md +104 -0
  83. package/.mindforge/personas/debug-specialist.md +118 -52
  84. package/.mindforge/personas/debugger.md +97 -0
  85. package/.mindforge/personas/decision-architect.md +102 -0
  86. package/.mindforge/personas/developer.md +97 -85
  87. package/.mindforge/personas/executor.md +88 -0
  88. package/.mindforge/personas/integration-checker.md +92 -0
  89. package/.mindforge/personas/nyquist-auditor.md +84 -0
  90. package/.mindforge/personas/phase-researcher.md +107 -0
  91. package/.mindforge/personas/plan-checker.md +92 -0
  92. package/.mindforge/personas/planner.md +105 -0
  93. package/.mindforge/personas/project-researcher.md +99 -0
  94. package/.mindforge/personas/qa-engineer.md +113 -61
  95. package/.mindforge/personas/release-manager.md +102 -64
  96. package/.mindforge/personas/research-agent.md +108 -24
  97. package/.mindforge/personas/research-synthesizer.md +101 -0
  98. package/.mindforge/personas/roadmapper-extend.md +100 -0
  99. package/.mindforge/personas/roadmapper.md +103 -0
  100. package/.mindforge/personas/security-reviewer.md +114 -91
  101. package/.mindforge/personas/tech-writer.md +118 -51
  102. package/.mindforge/personas/ui-auditor.md +94 -0
  103. package/.mindforge/personas/ui-checker.md +89 -0
  104. package/.mindforge/personas/ui-researcher.md +99 -0
  105. package/.mindforge/personas/user-profiler.md +93 -0
  106. package/.mindforge/personas/verifier.md +101 -0
  107. package/.planning/browser-daemon.log +32 -0
  108. package/CHANGELOG.md +26 -0
  109. package/MINDFORGE.md +2 -0
  110. package/README.md +38 -1
  111. package/bin/installer-core.js +3 -4
  112. package/docs/Context/Master-Context.md +6 -13
  113. package/docs/PERSONAS.md +611 -0
  114. package/docs/reference/commands.md +53 -43
  115. package/package.json +1 -1
@@ -1,89 +1,99 @@
1
1
  # MindForge v2.0.0 — Complete Commands Reference
2
2
 
3
- ## All 40+ commands
3
+ ## All 50+ commands
4
4
 
5
5
  ### Lifecycle commands (core workflow)
6
6
 
7
7
  | Command | Usage | Description | Added |
8
8
  |---|---|---|---|
9
- | `/mindforge:init-project` | `init-project` | Guided project setup — creates all `.planning/` files |
10
- | `/mindforge:discuss-phase` | `discuss-phase [N] [--batch|--auto]` | Pre-planning interview to capture implementation decisions |
11
- | `/mindforge:plan-phase` | `plan-phase [N]` | Research, decompose, and create atomic task plans |
9
+ | `/mindforge:init-project` | `init-project` | Guided project setup — creates all `.planning/` files | |
10
+ | `/mindforge:discuss-phase` | `discuss-phase [N] [--batch|--auto]` | Pre-planning interview to capture implementation decisions | |
11
+ | `/mindforge:ui-phase` | `ui-phase [N]` | Generate UI design contract (UI-SPEC.md) | v2.0.0 |
12
+ | `/mindforge:plan-phase` | `plan-phase [N]` | Research, decompose, and create atomic task plans | |
12
13
  | `/mindforge:execute-phase` | `execute-phase [N]` | Wave-based parallel execution of all phase plans | Day 1+2 |
13
- | `/mindforge:verify-phase` | `verify-phase [N]` | Automated + human acceptance testing pipeline |
14
- | `/mindforge:ship` | `ship [N]` | Create PR, write release notes, push to remote |
15
- | `/mindforge:auto` | `auto [--phase N] [--milestone M]` | Walk-away autonomous execution with stuck detection |
16
- | `/mindforge:steer` | `steer "instruction"` | Inject guidance into a running autonomous session |
17
- | `/mindforge:next` | `next` | Auto-detect and execute the correct next workflow step |
18
- | `/mindforge:cross-review` | `cross-review` | Adversarial multi-model code review and synthesis |
19
- | `/mindforge:research` | `research "query"` | Deep research using Gemini 1.5 Pro 1M context |
20
- | `/mindforge:remember` | `remember [--add X|--search Y|--promote ID|--stats]` | Persistent knowledge graph management |
14
+ | `/mindforge:ui-review` | `ui-review [N]` | Retroactive 6-pillar visual audit | v2.0.0 |
15
+ | `/mindforge:verify-phase` | `verify-phase [N]` | Automated + human acceptance testing pipeline | |
16
+ | `/mindforge:validate-phase` | `validate-phase [N]` | Requirement coverage and test gap audit | v2.0.0 |
17
+ | `/mindforge:ship` | `ship [N]` | Create PR, write release notes, push to remote | |
18
+ | `/mindforge:auto` | `auto [--phase N] [--milestone M]` | Walk-away autonomous execution with stuck detection | |
19
+ | `/mindforge:steer` | `steer "instruction"` | Inject guidance into a running autonomous session | |
20
+ | `/mindforge:next` | `next` | Auto-detect and execute the correct next workflow step | |
21
+ | `/mindforge:cross-review` | `cross-review` | Adversarial multi-model code review and synthesis | |
22
+ | `/mindforge:research` | `research "query"` | Deep research using Gemini 1.5 Pro 1M context | |
23
+ | `/mindforge:remember` | `remember [--add X|--search Y|--promote ID|--stats]` | Persistent knowledge graph management | |
24
+ | `/mindforge:workstreams` | `workstreams [list|create|switch|status|complete]` | Manage parallel feature tracks with isolated state | v2.0.0 |
21
25
 
22
26
  ### Project setup & discovery
23
27
 
24
28
  | Command | Usage | Description | Added |
25
29
  |---|---|---|---|
26
- | `/mindforge:map-codebase` | `map-codebase` | Brownfield onboarding: infer stack and seed docs |
27
- | `/mindforge:quick` | `quick` | Run a small, single-task plan without a full phase |
28
- | `/mindforge:status` | `status` | Show current phase, plan status, and next action |
29
- | `/mindforge:health` | `health [--repair]` | Validate installation and repair drift |
30
- | `/mindforge:review` | `review [N]` | Run a structured review pass for a phase |
31
- | `/mindforge:debug` | `debug [plan-id]` | Debug a failed plan with root-cause workflow |
30
+ | `/mindforge:map-codebase` | `map-codebase` | Brownfield onboarding: infer stack and seed docs | |
31
+ | `/mindforge:do` | `do <text>` | Smart dispatcher for natural language intent | v2.0.0 |
32
+ | `/mindforge:note` | `note <text> [list|promote N]` | Zero-friction idea capture and todo promotion | v2.0.0 |
33
+ | `/mindforge:quick` | `quick` | Run a small, single-task plan without a full phase | |
34
+ | `/mindforge:status` | `status` | Show current phase, plan status, and next action | |
35
+ | `/mindforge:health` | `health [--repair]` | Validate installation and repair drift | |
36
+ | `/mindforge:review` | `review [N]` | Run a structured review pass for a phase | |
37
+ | `/mindforge:debug` | `debug [plan-id]` | Debug a failed plan with root-cause workflow | |
38
+ | `/mindforge:add-backlog` | `add-backlog <desc>` | Park ideas in 999.x "parking lot" | v2.0.0 |
39
+ | `/mindforge:review-backlog` | `review-backlog` | Review and promote backlog items to active phases | v2.0.0 |
40
+ | `/mindforge:plant-seed` | `plant-seed <idea>` | Capture speculative ideas with triggers | v2.0.0 |
32
41
 
33
42
  ### Governance & compliance
34
43
 
35
44
  | Command | Usage | Description | Added |
36
45
  |---|---|---|---|
37
- | `/mindforge:approve` | `approve [--tier 2|3]` | Process approvals and emergency overrides |
38
- | `/mindforge:audit` | `audit [--phase N] [--event X] [--since DATE]` | Query `AUDIT.jsonl` history |
39
- | `/mindforge:security-scan` | `security-scan [--deep] [--secrets] [--deps]` | Security scan with OWASP classification |
40
- | `/mindforge:milestone` | `milestone [name]` | Create or update milestone definitions |
41
- | `/mindforge:complete-milestone` | `complete-milestone [name]` | Archive milestone and generate release report |
42
- | `/mindforge:retrospective` | `retrospective [N]` | Phase retrospective and improvement actions |
46
+ | `/mindforge:approve` | `approve [--tier 2|3]` | Process approvals and emergency overrides | |
47
+ | `/mindforge:audit` | `audit [--phase N] [--event X] [--since DATE]` | Query `AUDIT.jsonl` history | |
48
+ | `/mindforge:security-scan` | `security-scan [--deep] [--secrets] [--deps]` | Security scan with OWASP classification | |
49
+ | `/mindforge:milestone` | `milestone [name]` | Create or update milestone definitions | |
50
+ | `/mindforge:complete-milestone` | `complete-milestone [name]` | Archive milestone and generate release report | |
51
+ | `/mindforge:retrospective` | `retrospective [N]` | Phase retrospective and improvement actions | |
43
52
 
44
53
  ### Skills & plugins
45
54
 
46
55
  | Command | Usage | Description | Added |
47
56
  |---|---|---|---|
48
- | `/mindforge:skills` | `skills [list|validate|refresh]` | Manage core/org/project skills |
49
- | `/mindforge:install-skill` | `install-skill <name> [--version]` | Install skill from registry |
50
- | `/mindforge:publish-skill` | `publish-skill <path>` | Publish a skill to the registry |
51
- | `/mindforge:plugins` | `plugins [list|install|uninstall|validate]` | Manage plugin lifecycle |
57
+ | `/mindforge:skills` | `skills [list|validate|refresh]` | Manage core/org/project skills | |
58
+ | `/mindforge:install-skill` | `install-skill <name> [--version]` | Install skill from registry | |
59
+ | `/mindforge:publish-skill` | `publish-skill <path>` | Publish a skill to the registry | |
60
+ | `/mindforge:plugins` | `plugins [list|install|uninstall|validate]` | Manage plugin lifecycle | |
52
61
 
53
62
  ### Intelligence & metrics
54
63
 
55
64
  | Command | Usage | Description | Added |
56
65
  |---|---|---|---|
57
- | `/mindforge:metrics` | `metrics [--phase N]` | Compute quality and throughput metrics |
58
- | `/mindforge:profile-team` | `profile-team` | Generate team skill and ownership profile |
59
- | `/mindforge:benchmark` | `benchmark [--skill X]` | Measure skill effectiveness |
60
- | `/mindforge:tokens` | `tokens [--profile] [--summary]` | Token usage profiling and optimisation |
66
+ | `/mindforge:metrics` | `metrics [--phase N]` | Compute quality and throughput metrics | |
67
+ | `/mindforge:profile-team` | `profile-team` | Generate team skill and ownership profile | |
68
+ | `/mindforge:benchmark` | `benchmark [--skill X]` | Measure skill effectiveness | |
69
+ | `/mindforge:tokens` | `tokens [--profile] [--summary]` | Token usage profiling and optimisation | |
61
70
 
62
71
  ### Integrations & distribution
63
72
 
64
73
  | Command | Usage | Description | Added |
65
74
  |---|---|---|---|
66
- | `/mindforge:init-org` | `init-org` | Org-wide MindForge setup |
67
- | `/mindforge:sync-jira` | `sync-jira [--project KEY]` | Sync phases and plans to Jira |
68
- | `/mindforge:sync-confluence` | `sync-confluence [--page ...]` | Publish docs to Confluence |
69
- | `/mindforge:pr-review` | `pr-review [--range A..B]` | AI PR review with context |
70
- | `/mindforge:workspace` | `workspace [detect|plan|test]` | Monorepo workspace management |
71
- | `/mindforge:browse` | `browse [--navigate URL] [--command]` | Control persistent browser daemon and sessions |
72
- | `/mindforge:qa` | `qa [--diff] [--all]` | Run systematic visual QA and regression tests |
75
+ | `/mindforge:init-org` | `init-org` | Org-wide MindForge setup | |
76
+ | `/mindforge:sync-jira` | `sync-jira [--project KEY]` | Sync phases and plans to Jira | |
77
+ | `/mindforge:sync-confluence` | `sync-confluence [--page ...]` | Publish docs to Confluence | |
78
+ | `/mindforge:pr-review` | `pr-review [--range A..B]` | AI PR review with context | |
79
+ | `/mindforge:workspace` | `workspace [detect|plan|test]` | Monorepo workspace management | |
80
+ | `/mindforge:browse` | `browse [--navigate URL] [--command]` | Control persistent browser daemon and sessions | |
81
+ | `/mindforge:qa` | `qa [--diff] [--all]` | Run systematic visual QA and regression tests | |
73
82
 
74
83
  ### Release & maintenance
75
84
 
76
85
  | Command | Usage | Description | Added |
77
86
  |---|---|---|---|
78
- | `/mindforge:update` | `update [--apply] [--force] [--check]` | Check for and apply framework updates |
79
- | `/mindforge:migrate` | `migrate [--from vX] [--to vY] [--dry-run]` | Run schema migrations |
80
- | `/mindforge:release` | `release [--tag vX]` | Framework release pipeline (core team) |
87
+ | `/mindforge:update` | `update [--apply] [--force] [--check]` | Check for and apply framework updates | |
88
+ | `/mindforge:migrate` | `migrate [--from vX] [--to vY] [--dry-run]` | Run schema migrations | |
89
+ | `/mindforge:session-report` | `session-report` | Generate post-session summary and resource profiling | v2.0.0 |
90
+ | `/mindforge:release` | `release [--tag vX]` | Framework release pipeline (core team) | |
81
91
 
82
92
  ### Utility
83
93
 
84
94
  | Command | Usage | Description | Added |
85
95
  |---|---|---|---|
86
- | `/mindforge:help` | `help` | Show all available commands and current project status |
96
+ | `/mindforge:help` | `help` | Show all available commands and current project status | |
87
97
 
88
98
  ## Command interface contract (v1.0.0 stable)
89
99
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mindforge-cc",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "description": "MindForge - Enterprise Agentic Framework for Claude Code and Antigravity",
5
5
  "bin": {
6
6
  "mindforge-cc": "bin/install.js"