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
|
@@ -1,89 +1,99 @@
|
|
|
1
1
|
# MindForge v2.0.0 — Complete Commands Reference
|
|
2
2
|
|
|
3
|
-
## All
|
|
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:
|
|
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:
|
|
14
|
-
| `/mindforge:
|
|
15
|
-
| `/mindforge:
|
|
16
|
-
| `/mindforge:
|
|
17
|
-
| `/mindforge:
|
|
18
|
-
| `/mindforge:
|
|
19
|
-
| `/mindforge:
|
|
20
|
-
| `/mindforge:
|
|
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:
|
|
28
|
-
| `/mindforge:
|
|
29
|
-
| `/mindforge:
|
|
30
|
-
| `/mindforge:
|
|
31
|
-
| `/mindforge:
|
|
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:
|
|
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
|
|