mindforge-cc 11.9.0 → 11.9.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/.agent/mindforge/consult.md +1 -1
- package/.agent/mindforge/cost-report.md +1 -1
- package/.agent/mindforge/ship.md +2 -2
- package/.agent/mindforge/update.md +1 -1
- package/.agent/mindforge/wf-catalog.md +5 -2
- package/.claude/commands/mindforge/consult.md +1 -1
- package/.claude/commands/mindforge/cost-report.md +1 -1
- package/.claude/commands/mindforge/ship.md +2 -2
- package/.claude/commands/mindforge/skill-tdd.md +53 -0
- package/.claude/commands/mindforge/skills-index.md +118 -0
- package/.claude/commands/mindforge/systematic-debug.md +60 -0
- package/.claude/commands/mindforge/update.md +1 -1
- package/.claude/commands/mindforge/wf-accessibility-audit.md +31 -0
- package/.claude/commands/mindforge/wf-ai-model-eval.md +31 -0
- package/.claude/commands/mindforge/wf-api-migration.md +31 -0
- package/.claude/commands/mindforge/wf-architecture-modernization.md +32 -0
- package/.claude/commands/mindforge/wf-catalog.md +62 -0
- package/.claude/commands/mindforge/wf-code-audit.md +31 -0
- package/.claude/commands/mindforge/wf-code-explainer.md +31 -0
- package/.claude/commands/mindforge/wf-competitive-analysis.md +31 -0
- package/.claude/commands/mindforge/wf-competitive-teardown.md +31 -0
- package/.claude/commands/mindforge/wf-cost-analysis.md +31 -0
- package/.claude/commands/mindforge/wf-data-pipeline-validate.md +31 -0
- package/.claude/commands/mindforge/wf-database-migration.md +31 -0
- package/.claude/commands/mindforge/wf-debug-detective.md +32 -0
- package/.claude/commands/mindforge/wf-design-system-audit.md +31 -0
- package/.claude/commands/mindforge/wf-documentation-gen.md +31 -0
- package/.claude/commands/mindforge/wf-feature-planner.md +31 -0
- package/.claude/commands/mindforge/wf-incident-response.md +31 -0
- package/.claude/commands/mindforge/wf-multi-repo-sync.md +31 -0
- package/.claude/commands/mindforge/wf-mutation-testing.md +31 -0
- package/.claude/commands/mindforge/wf-onboard-codebase.md +31 -0
- package/.claude/commands/mindforge/wf-orchestrate-review.md +35 -0
- package/.claude/commands/mindforge/wf-perf-optimize.md +31 -0
- package/.claude/commands/mindforge/wf-pr-review.md +31 -0
- package/.claude/commands/mindforge/wf-refactor-plan.md +31 -0
- package/.claude/commands/mindforge/wf-release-prep.md +31 -0
- package/.claude/commands/mindforge/wf-security-threat-model.md +31 -0
- package/.claude/commands/mindforge/wf-tdd-sprint.md +31 -0
- package/.claude/commands/mindforge/wf-tech-evaluation.md +31 -0
- package/.claude/commands/mindforge/wf-ux-heuristic-audit.md +31 -0
- package/.claude/commands/mindforge/wf-verification-loop.md +45 -0
- package/.claude/commands/mindforge/wf-workflow-optimizer.md +51 -0
- package/.claude/commands/mindforge/wf-writer-reviewer.md +30 -0
- package/.mindforge/MINDFORGE-SCHEMA.json +126 -13
- package/.mindforge/config.json +3 -3
- package/.mindforge/engine/cost-tracking/router.md +1 -1
- package/.mindforge/engine/cost-tracking/token-ledger.md +21 -24
- package/.mindforge/memory/sync-manifest.json +1 -1
- package/.mindforge/metrics/METRICS-SCHEMA.md +13 -4
- package/.mindforge/personas/cost-optimizer.md +2 -2
- package/.mindforge/personas/doc-auditor.md +1 -1
- package/.mindforge/personas/monorepo-architect.md +2 -1
- package/.mindforge/personas/multi-model-bridge.md +1 -1
- package/.mindforge/personas/release-manager.md +5 -3
- package/.mindforge/skills/cost-aware-routing/SKILL.md +3 -3
- package/.mindforge/skills/documentation/SKILL.md +4 -1
- package/.mindforge/skills/multi-llm-consult/SKILL.md +2 -2
- package/CHANGELOG.md +216 -1821
- package/MINDFORGE.md +4 -4
- package/README.md +103 -509
- package/RELEASENOTES.md +75 -0
- package/SECURITY.md +1 -1
- package/bin/autonomous/audit-writer.js +48 -33
- package/bin/dashboard/api-router.js +11 -10
- package/bin/dashboard/error-response.js +44 -0
- package/bin/dashboard/frontend/index.html +20 -3
- package/bin/dashboard/metrics-aggregator.js +29 -8
- package/bin/dashboard/revops-api.js +12 -2
- package/bin/dashboard/server.js +85 -5
- package/bin/dashboard/temporal-api.js +11 -5
- package/bin/engine/remediation-engine.js +12 -1
- package/bin/engine/temporal-hub.js +41 -9
- package/bin/eval/eval-harness.js +212 -1
- package/bin/eval/golden-set-retrieval.json +9 -0
- package/bin/governance/policy-engine.js +8 -0
- package/bin/hindsight-injector.js +8 -2
- package/bin/hooks/instinct-capture-hook.js +7 -1
- package/bin/install.js +1 -1
- package/bin/learning/instinct-cli.js +7 -24
- package/bin/memory/knowledge-capture.js +23 -3
- package/bin/memory/knowledge-graph.js +70 -31
- package/bin/memory/vector-hub.js +304 -31
- package/bin/mindforge-cli.js +43 -11
- package/bin/models/cost-tracker.js +22 -23
- package/bin/models/model-router.js +28 -7
- package/bin/models/usage-record.js +71 -0
- package/bin/updater/changelog-fetcher.js +95 -5
- package/bin/utils/file-lock.js +106 -0
- package/bin/utils/mindforge-params.js +124 -0
- package/bin/utils/readiness-gate.js +3 -3
- package/bin/validate-config.js +34 -16
- package/changelogs/README.md +109 -0
- package/changelogs/index.json +103 -0
- package/changelogs/v0.1.0.md +21 -0
- package/changelogs/v0.2.0.md +15 -0
- package/changelogs/v0.3.0.md +28 -0
- package/changelogs/v0.4.0.md +29 -0
- package/changelogs/v0.5.0.md +34 -0
- package/changelogs/v0.6.0.md +34 -0
- package/changelogs/v1.0.0.md +60 -0
- package/changelogs/v1.0.1.md +15 -0
- package/changelogs/v1.0.2.md +10 -0
- package/changelogs/v1.0.3.md +10 -0
- package/changelogs/v1.0.4.md +10 -0
- package/changelogs/v1.0.5.md +10 -0
- package/changelogs/v10.0.0.md +71 -0
- package/changelogs/v10.0.2.md +15 -0
- package/changelogs/v10.0.3.md +21 -0
- package/changelogs/v10.0.4.md +16 -0
- package/changelogs/v10.0.5.md +16 -0
- package/changelogs/v10.0.6.md +15 -0
- package/changelogs/v10.0.7.md +15 -0
- package/changelogs/v10.0.8.md +15 -0
- package/changelogs/v10.0.9.md +15 -0
- package/changelogs/v10.1.0.md +16 -0
- package/changelogs/v10.1.1.md +15 -0
- package/changelogs/v10.2.0.md +14 -0
- package/changelogs/v10.3.0.md +13 -0
- package/changelogs/v10.4.0.md +13 -0
- package/changelogs/v10.5.0.md +13 -0
- package/changelogs/v10.6.0.md +13 -0
- package/changelogs/v10.7.0.md +15 -0
- package/changelogs/v11.0.0.md +66 -0
- package/changelogs/v11.0.1.md +10 -0
- package/changelogs/v11.1.0.md +56 -0
- package/changelogs/v11.2.0.md +41 -0
- package/changelogs/v11.2.1.md +38 -0
- package/changelogs/v11.3.0.md +45 -0
- package/changelogs/v11.3.1.md +39 -0
- package/changelogs/v11.4.0.md +38 -0
- package/changelogs/v11.5.0.md +77 -0
- package/changelogs/v11.5.1.md +47 -0
- package/changelogs/v11.6.0.md +45 -0
- package/changelogs/v11.7.0.md +30 -0
- package/changelogs/v11.7.1.md +8 -0
- package/changelogs/v11.8.0.md +19 -0
- package/changelogs/v11.8.1.md +28 -0
- package/changelogs/v11.8.2.md +22 -0
- package/changelogs/v11.8.3.md +22 -0
- package/changelogs/v11.9.0.md +17 -0
- package/changelogs/v11.9.1.md +8 -0
- package/changelogs/v11.9.2.md +209 -0
- package/changelogs/v2.0.0-alpha.1.md +42 -0
- package/changelogs/v2.0.0-alpha.10.md +13 -0
- package/changelogs/v2.0.0-alpha.11.md +14 -0
- package/changelogs/v2.0.0-alpha.12.md +16 -0
- package/changelogs/v2.0.0-alpha.2.md +14 -0
- package/changelogs/v2.0.0-alpha.3.md +17 -0
- package/changelogs/v2.0.0-alpha.4.md +17 -0
- package/changelogs/v2.0.0-alpha.7.md +18 -0
- package/changelogs/v2.0.0-alpha.8.md +11 -0
- package/changelogs/v2.0.0-alpha.9.md +12 -0
- package/changelogs/v2.0.0.md +35 -0
- package/changelogs/v2.1.0.md +22 -0
- package/changelogs/v2.1.1.md +25 -0
- package/changelogs/v2.1.2.md +21 -0
- package/changelogs/v2.3.2.md +19 -0
- package/changelogs/v2.3.3.md +16 -0
- package/changelogs/v2.3.4.md +16 -0
- package/changelogs/v2.3.5.md +21 -0
- package/changelogs/v2.4.0.md +29 -0
- package/changelogs/v2.5.0.md +26 -0
- package/changelogs/v2.6.0.md +26 -0
- package/changelogs/v3.0.0.md +17 -0
- package/changelogs/v4.0.0.md +19 -0
- package/changelogs/v4.1.0.md +19 -0
- package/changelogs/v4.3.0.md +31 -0
- package/changelogs/v5.0.0-alpha.1.md +35 -0
- package/changelogs/v5.0.0-alpha.2.md +22 -0
- package/changelogs/v5.1.0.md +42 -0
- package/changelogs/v5.2.0.md +18 -0
- package/changelogs/v5.3.0.md +14 -0
- package/changelogs/v5.4.0.md +28 -0
- package/changelogs/v5.5.0.md +11 -0
- package/changelogs/v5.6.0.md +11 -0
- package/changelogs/v5.7.0.md +12 -0
- package/changelogs/v5.8.0.md +12 -0
- package/changelogs/v5.9.0.md +11 -0
- package/changelogs/v6.0.0-alpha.md +45 -0
- package/changelogs/v6.1.0-alpha.md +29 -0
- package/changelogs/v6.2.0-alpha.md +30 -0
- package/changelogs/v6.2.0.md +21 -0
- package/changelogs/v6.3.0.md +14 -0
- package/changelogs/v6.4.0.md +13 -0
- package/changelogs/v6.5.0.md +13 -0
- package/changelogs/v6.6.0.md +12 -0
- package/changelogs/v6.7.0.md +12 -0
- package/changelogs/v7.0.0.md +13 -0
- package/changelogs/v8.0.0.md +14 -0
- package/changelogs/v8.1.0.md +13 -0
- package/changelogs/v8.2.0.md +12 -0
- package/changelogs/v8.2.1.md +11 -0
- package/changelogs/v9.0.0.md +20 -0
- package/docs/References/config-reference.md +73 -14
- package/docs/commands-reference.md +12 -6
- package/docs/faq.md +3 -3
- package/docs/getting-started.md +28 -3
- package/docs/sdk-reference.md +1 -1
- package/docs/user-guide.md +2 -2
- package/package.json +5 -2
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "5 parallel competitor angle agents → pipeline synthesis into competitive positioning report"
|
|
3
|
+
---
|
|
4
|
+
# /mindforge:wf-competitive-teardown
|
|
5
|
+
|
|
6
|
+
Runs the **Competitive Teardown** dynamic workflow.
|
|
7
|
+
|
|
8
|
+
## Usage
|
|
9
|
+
`/mindforge:wf-competitive-teardown <your product and competitors to analyze>`
|
|
10
|
+
|
|
11
|
+
## What it does
|
|
12
|
+
- **Scope**: Identify competitors and define evaluation framework
|
|
13
|
+
- **Research**: 5 parallel competitor angle agents: product/tech/pricing/hiring/community
|
|
14
|
+
- **Analyze**: Synthesize competitive landscape from all angles
|
|
15
|
+
- **Synthesis**: Competitive positioning report with differentiation opportunities
|
|
16
|
+
|
|
17
|
+
## Running
|
|
18
|
+
|
|
19
|
+
Invoke via Claude Code's Workflow tool:
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
Workflow({
|
|
23
|
+
scriptPath: ".mindforge/dynamic-workflows/scripts/competitive-teardown.js",
|
|
24
|
+
args: "<your input>"
|
|
25
|
+
})
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
Or discover via CLI:
|
|
29
|
+
```bash
|
|
30
|
+
node bin/mindforge-cli.js workflow info competitive-teardown
|
|
31
|
+
```
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "Parallel infra/API/query/bundle cost agents → reduction plan with ROI estimates"
|
|
3
|
+
---
|
|
4
|
+
# /mindforge:wf-cost-analysis
|
|
5
|
+
|
|
6
|
+
Runs the **Cost Analysis** dynamic workflow.
|
|
7
|
+
|
|
8
|
+
## Usage
|
|
9
|
+
`/mindforge:wf-cost-analysis <project or service to analyze>`
|
|
10
|
+
|
|
11
|
+
## What it does
|
|
12
|
+
- **Scope**: Identify cost centers and establish current baseline
|
|
13
|
+
- **Analyze**: 4 parallel cost dimension agents: infra / API / database / bundle
|
|
14
|
+
- **Model**: Cost model with reduction opportunities and ROI estimates
|
|
15
|
+
- **Plan**: Prioritized cost reduction plan with implementation steps
|
|
16
|
+
|
|
17
|
+
## Running
|
|
18
|
+
|
|
19
|
+
Invoke via Claude Code's Workflow tool:
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
Workflow({
|
|
23
|
+
scriptPath: ".mindforge/dynamic-workflows/scripts/cost-analysis.js",
|
|
24
|
+
args: "<your input>"
|
|
25
|
+
})
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
Or discover via CLI:
|
|
29
|
+
```bash
|
|
30
|
+
node bin/mindforge-cli.js workflow info cost-analysis
|
|
31
|
+
```
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "Pipeline stage-by-stage validation → data quality gates → anomaly detection report"
|
|
3
|
+
---
|
|
4
|
+
# /mindforge:wf-data-pipeline-validate
|
|
5
|
+
|
|
6
|
+
Runs the **Data Pipeline Validation** dynamic workflow.
|
|
7
|
+
|
|
8
|
+
## Usage
|
|
9
|
+
`/mindforge:wf-data-pipeline-validate <pipeline directory or description>`
|
|
10
|
+
|
|
11
|
+
## What it does
|
|
12
|
+
- **Map**: Map all pipeline stages from source to sink
|
|
13
|
+
- **Validate**: Parallel validation per stage (schema / completeness / transforms / outputs)
|
|
14
|
+
- **Quality**: Data quality gate assessment — freshness, completeness, consistency
|
|
15
|
+
- **Report**: Validation report with stage health scores and fix recommendations
|
|
16
|
+
|
|
17
|
+
## Running
|
|
18
|
+
|
|
19
|
+
Invoke via Claude Code's Workflow tool:
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
Workflow({
|
|
23
|
+
scriptPath: ".mindforge/dynamic-workflows/scripts/data-pipeline-validate.js",
|
|
24
|
+
args: "<your input>"
|
|
25
|
+
})
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
Or discover via CLI:
|
|
29
|
+
```bash
|
|
30
|
+
node bin/mindforge-cli.js workflow info data-pipeline-validate
|
|
31
|
+
```
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "Schema diff → risk analysis → migration scripts → rollback plan"
|
|
3
|
+
---
|
|
4
|
+
# /mindforge:wf-database-migration
|
|
5
|
+
|
|
6
|
+
Runs the **Database Migration** dynamic workflow.
|
|
7
|
+
|
|
8
|
+
## Usage
|
|
9
|
+
`/mindforge:wf-database-migration <migration files or schema diff path>`
|
|
10
|
+
|
|
11
|
+
## What it does
|
|
12
|
+
- **SchemaDiff**: Parse current and target schema, compute structural diff
|
|
13
|
+
- **RiskAnalysis**: Assess data loss risk, locking impact, and rollback complexity
|
|
14
|
+
- **Scripts**: Generate forward migration + rollback scripts
|
|
15
|
+
- **Runbook**: Step-by-step production runbook with verification checks
|
|
16
|
+
|
|
17
|
+
## Running
|
|
18
|
+
|
|
19
|
+
Invoke via Claude Code's Workflow tool:
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
Workflow({
|
|
23
|
+
scriptPath: ".mindforge/dynamic-workflows/scripts/database-migration.js",
|
|
24
|
+
args: "<your input>"
|
|
25
|
+
})
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
Or discover via CLI:
|
|
29
|
+
```bash
|
|
30
|
+
node bin/mindforge-cli.js workflow info database-migration
|
|
31
|
+
```
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "4-hypothesis parallel investigation → evidence gathering → scientific RCA"
|
|
3
|
+
---
|
|
4
|
+
# /mindforge:wf-debug-detective
|
|
5
|
+
|
|
6
|
+
Runs the **Debug Detective** dynamic workflow.
|
|
7
|
+
|
|
8
|
+
## Usage
|
|
9
|
+
`/mindforge:wf-debug-detective <bug description, symptoms, and context>`
|
|
10
|
+
|
|
11
|
+
## What it does
|
|
12
|
+
- **Intake**: Document symptoms, context, and reproduction steps
|
|
13
|
+
- **Hypothesize**: 4 parallel hypothesis agents from different angles
|
|
14
|
+
- **Evidence**: Parallel evidence gathering per hypothesis
|
|
15
|
+
- **RCA**: Scientific root cause analysis from evidence
|
|
16
|
+
- **Fix**: Targeted fix plan with regression test spec
|
|
17
|
+
|
|
18
|
+
## Running
|
|
19
|
+
|
|
20
|
+
Invoke via Claude Code's Workflow tool:
|
|
21
|
+
|
|
22
|
+
```
|
|
23
|
+
Workflow({
|
|
24
|
+
scriptPath: ".mindforge/dynamic-workflows/scripts/debug-detective.js",
|
|
25
|
+
args: "<your input>"
|
|
26
|
+
})
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
Or discover via CLI:
|
|
30
|
+
```bash
|
|
31
|
+
node bin/mindforge-cli.js workflow info debug-detective
|
|
32
|
+
```
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "5 parallel dimension auditors (spacing/color/typography/icons/a11y) → consistency score"
|
|
3
|
+
---
|
|
4
|
+
# /mindforge:wf-design-system-audit
|
|
5
|
+
|
|
6
|
+
Runs the **Design System Audit** dynamic workflow.
|
|
7
|
+
|
|
8
|
+
## Usage
|
|
9
|
+
`/mindforge:wf-design-system-audit <frontend codebase or design system path>`
|
|
10
|
+
|
|
11
|
+
## What it does
|
|
12
|
+
- **Inventory**: Discover design tokens, component files, and styling approach
|
|
13
|
+
- **Audit**: 5 parallel dimension auditors: spacing, color, typography, icons, accessibility
|
|
14
|
+
- **Score**: Aggregate consistency scores per dimension and overall
|
|
15
|
+
- **Report**: Design system health report with specific violation fixes
|
|
16
|
+
|
|
17
|
+
## Running
|
|
18
|
+
|
|
19
|
+
Invoke via Claude Code's Workflow tool:
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
Workflow({
|
|
23
|
+
scriptPath: ".mindforge/dynamic-workflows/scripts/design-system-audit.js",
|
|
24
|
+
args: "<your input>"
|
|
25
|
+
})
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
Or discover via CLI:
|
|
29
|
+
```bash
|
|
30
|
+
node bin/mindforge-cli.js workflow info design-system-audit
|
|
31
|
+
```
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "Parallel per-file doc generation → style normalization → publish-ready documentation"
|
|
3
|
+
---
|
|
4
|
+
# /mindforge:wf-documentation-gen
|
|
5
|
+
|
|
6
|
+
Runs the **Documentation Generation** dynamic workflow.
|
|
7
|
+
|
|
8
|
+
## Usage
|
|
9
|
+
`/mindforge:wf-documentation-gen <codebase or module path>`
|
|
10
|
+
|
|
11
|
+
## What it does
|
|
12
|
+
- **Scope**: Discover files needing documentation
|
|
13
|
+
- **Generate**: Parallel doc generation per file/module
|
|
14
|
+
- **Normalize**: Style consistency pass across all generated docs
|
|
15
|
+
- **Publish**: Assemble README, API reference, and changelog entries
|
|
16
|
+
|
|
17
|
+
## Running
|
|
18
|
+
|
|
19
|
+
Invoke via Claude Code's Workflow tool:
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
Workflow({
|
|
23
|
+
scriptPath: ".mindforge/dynamic-workflows/scripts/documentation-gen.js",
|
|
24
|
+
args: "<your input>"
|
|
25
|
+
})
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
Or discover via CLI:
|
|
29
|
+
```bash
|
|
30
|
+
node bin/mindforge-cli.js workflow info documentation-gen
|
|
31
|
+
```
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "Sequential pipeline: brief → PRD → architecture → user stories"
|
|
3
|
+
---
|
|
4
|
+
# /mindforge:wf-feature-planner
|
|
5
|
+
|
|
6
|
+
Runs the **Feature Planner** dynamic workflow.
|
|
7
|
+
|
|
8
|
+
## Usage
|
|
9
|
+
`/mindforge:wf-feature-planner <feature description>`
|
|
10
|
+
|
|
11
|
+
## What it does
|
|
12
|
+
- **Brief**: Clarifies goals, target users, success criteria, and out-of-scope items
|
|
13
|
+
- **PRD**: Generates functional + non-functional requirements with priorities
|
|
14
|
+
- **Architecture**: Designs technical approach, components, data flow, files to create/modify
|
|
15
|
+
- **Stories**: Breaks feature into user stories with Given/When/Then and t-shirt estimates
|
|
16
|
+
|
|
17
|
+
## Running
|
|
18
|
+
|
|
19
|
+
Invoke via Claude Code's Workflow tool:
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
Workflow({
|
|
23
|
+
scriptPath: ".mindforge/dynamic-workflows/scripts/feature-planner.js",
|
|
24
|
+
args: "<your input>"
|
|
25
|
+
})
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
Or discover via CLI:
|
|
29
|
+
```bash
|
|
30
|
+
node bin/mindforge-cli.js workflow info feature-planner
|
|
31
|
+
```
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "Parallel investigation across logs, metrics, traces, and code → mitigation → RCA → postmortem"
|
|
3
|
+
---
|
|
4
|
+
# /mindforge:wf-incident-response
|
|
5
|
+
|
|
6
|
+
Runs the **Incident Response** dynamic workflow.
|
|
7
|
+
|
|
8
|
+
## Usage
|
|
9
|
+
`/mindforge:wf-incident-response <incident description and symptoms>`
|
|
10
|
+
|
|
11
|
+
## What it does
|
|
12
|
+
- **Alert**: Characterizes severity (P0-P3), affected systems, and initial hypothesis
|
|
13
|
+
- **Investigate**: 4 parallel agents — logs, metrics, distributed traces, recent code changes
|
|
14
|
+
- **Mitigate**: Identifies immediate mitigation steps with risk level and rollback procedures
|
|
15
|
+
- **RCA**: Blameless postmortem with root cause, timeline, action items, lessons learned
|
|
16
|
+
|
|
17
|
+
## Running
|
|
18
|
+
|
|
19
|
+
Invoke via Claude Code's Workflow tool:
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
Workflow({
|
|
23
|
+
scriptPath: ".mindforge/dynamic-workflows/scripts/incident-response.js",
|
|
24
|
+
args: "<your input>"
|
|
25
|
+
})
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
Or discover via CLI:
|
|
29
|
+
```bash
|
|
30
|
+
node bin/mindforge-cli.js workflow info incident-response
|
|
31
|
+
```
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "Parallel per-repo audit → cross-repo divergence map → sync plan"
|
|
3
|
+
---
|
|
4
|
+
# /mindforge:wf-multi-repo-sync
|
|
5
|
+
|
|
6
|
+
Runs the **Multi-Repo Sync** dynamic workflow.
|
|
7
|
+
|
|
8
|
+
## Usage
|
|
9
|
+
`/mindforge:wf-multi-repo-sync <workspace path or comma-separated repo paths>`
|
|
10
|
+
|
|
11
|
+
## What it does
|
|
12
|
+
- **Discover**: List target repos and their relationships
|
|
13
|
+
- **Audit**: Parallel audit per repo for divergence from the reference
|
|
14
|
+
- **DivergenceMap**: Cross-repo divergence map with severity
|
|
15
|
+
- **SyncPlan**: Prioritized sync plan — what to align and how
|
|
16
|
+
|
|
17
|
+
## Running
|
|
18
|
+
|
|
19
|
+
Invoke via Claude Code's Workflow tool:
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
Workflow({
|
|
23
|
+
scriptPath: ".mindforge/dynamic-workflows/scripts/multi-repo-sync.js",
|
|
24
|
+
args: "<your input>"
|
|
25
|
+
})
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
Or discover via CLI:
|
|
29
|
+
```bash
|
|
30
|
+
node bin/mindforge-cli.js workflow info multi-repo-sync
|
|
31
|
+
```
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "Mutant generator → parallel kill-test agents → mutation score + survival report"
|
|
3
|
+
---
|
|
4
|
+
# /mindforge:wf-mutation-testing
|
|
5
|
+
|
|
6
|
+
Runs the **Mutation Testing** dynamic workflow.
|
|
7
|
+
|
|
8
|
+
## Usage
|
|
9
|
+
`/mindforge:wf-mutation-testing <source file or module to mutation-test>`
|
|
10
|
+
|
|
11
|
+
## What it does
|
|
12
|
+
- **Analyze**: Identify mutable source lines: conditions, operators, return values
|
|
13
|
+
- **Mutate**: Generate 10-15 specific mutation descriptions
|
|
14
|
+
- **Kill**: Parallel kill-test per mutation — would existing tests catch it?
|
|
15
|
+
- **Report**: Mutation score report with killed/survived/timeout breakdown
|
|
16
|
+
|
|
17
|
+
## Running
|
|
18
|
+
|
|
19
|
+
Invoke via Claude Code's Workflow tool:
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
Workflow({
|
|
23
|
+
scriptPath: ".mindforge/dynamic-workflows/scripts/mutation-testing.js",
|
|
24
|
+
args: "<your input>"
|
|
25
|
+
})
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
Or discover via CLI:
|
|
29
|
+
```bash
|
|
30
|
+
node bin/mindforge-cli.js workflow info mutation-testing
|
|
31
|
+
```
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "Map structure → domain analysis → architecture → generate guided tour and onboarding docs"
|
|
3
|
+
---
|
|
4
|
+
# /mindforge:wf-onboard-codebase
|
|
5
|
+
|
|
6
|
+
Runs the **Onboard Codebase** dynamic workflow.
|
|
7
|
+
|
|
8
|
+
## Usage
|
|
9
|
+
`/mindforge:wf-onboard-codebase [repo path or description]`
|
|
10
|
+
|
|
11
|
+
## What it does
|
|
12
|
+
- **Map**: Discovers languages, frameworks, entry points, and key directory purposes
|
|
13
|
+
- **Domain**: Identifies business domains, core abstractions, and the software's purpose
|
|
14
|
+
- **Architecture**: Maps layers, data flow, key patterns, and developer gotchas
|
|
15
|
+
- **Tour**: Generates a 5-10 step guided tour, conventions guide, and quick-start
|
|
16
|
+
|
|
17
|
+
## Running
|
|
18
|
+
|
|
19
|
+
Invoke via Claude Code's Workflow tool:
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
Workflow({
|
|
23
|
+
scriptPath: ".mindforge/dynamic-workflows/scripts/onboard-codebase.js",
|
|
24
|
+
args: "<your input>"
|
|
25
|
+
})
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
Or discover via CLI:
|
|
29
|
+
```bash
|
|
30
|
+
node bin/mindforge-cli.js workflow info onboard-codebase
|
|
31
|
+
```
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "4-lens parallel review — factual, domain, safety, style — coordinated as one panel and merged into a single verdict"
|
|
3
|
+
---
|
|
4
|
+
# /mindforge:wf-orchestrate-review
|
|
5
|
+
|
|
6
|
+
Runs the **Orchestrate Review** dynamic workflow.
|
|
7
|
+
|
|
8
|
+
## Usage
|
|
9
|
+
`/mindforge:wf-orchestrate-review [target artifact, or describe what to review]`
|
|
10
|
+
|
|
11
|
+
## What it does
|
|
12
|
+
- **Scope**: Pins the target and any domain context
|
|
13
|
+
- **Panel**: 4 parallel lenses — factual accuracy, domain correctness, safety, style/voice
|
|
14
|
+
- **Consensus**: Merges all findings, deduplicates, assigns severity (blocking/major/minor)
|
|
15
|
+
- **Verdict**: APPROVED / APPROVED_WITH_SUGGESTIONS / CHANGES_REQUIRED / BLOCKING
|
|
16
|
+
|
|
17
|
+
## Running
|
|
18
|
+
|
|
19
|
+
Invoke via Claude Code's Workflow tool:
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
Workflow({
|
|
23
|
+
scriptPath: ".mindforge/dynamic-workflows/scripts/orchestrate-review.js",
|
|
24
|
+
args: "<your input>"
|
|
25
|
+
})
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
`args` can be a plain string target, or `{ target, domainContext }` for reviews that need
|
|
29
|
+
subject-matter framing (e.g. "this is a medical dosage guide" so the domain lens knows
|
|
30
|
+
what expertise to check against).
|
|
31
|
+
|
|
32
|
+
Or discover via CLI:
|
|
33
|
+
```bash
|
|
34
|
+
node bin/mindforge-cli.js workflow info orchestrate-review
|
|
35
|
+
```
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "Profile → parallel bottleneck hunt across DB/network/CPU/memory → prioritized fix plan"
|
|
3
|
+
---
|
|
4
|
+
# /mindforge:wf-perf-optimize
|
|
5
|
+
|
|
6
|
+
Runs the **Perf Optimize** dynamic workflow.
|
|
7
|
+
|
|
8
|
+
## Usage
|
|
9
|
+
`/mindforge:wf-perf-optimize [application or path description]`
|
|
10
|
+
|
|
11
|
+
## What it does
|
|
12
|
+
- **Profile**: Establishes baseline, identifies slowest paths, forms bottleneck hypothesis
|
|
13
|
+
- **Identify**: 4 parallel agents — DB queries, network, CPU/compute, memory
|
|
14
|
+
- **Plan**: Prioritizes fixes by impact-to-effort ratio with implementation guidance
|
|
15
|
+
- **Benchmark**: Defines before/after benchmark tests and success criteria for each fix
|
|
16
|
+
|
|
17
|
+
## Running
|
|
18
|
+
|
|
19
|
+
Invoke via Claude Code's Workflow tool:
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
Workflow({
|
|
23
|
+
scriptPath: ".mindforge/dynamic-workflows/scripts/perf-optimize.js",
|
|
24
|
+
args: "<your input>"
|
|
25
|
+
})
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
Or discover via CLI:
|
|
29
|
+
```bash
|
|
30
|
+
node bin/mindforge-cli.js workflow info perf-optimize
|
|
31
|
+
```
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "4-dimensional parallel PR review: correctness, security, performance, style → consensus verdict"
|
|
3
|
+
---
|
|
4
|
+
# /mindforge:wf-pr-review
|
|
5
|
+
|
|
6
|
+
Runs the **Pr Review** dynamic workflow.
|
|
7
|
+
|
|
8
|
+
## Usage
|
|
9
|
+
`/mindforge:wf-pr-review [diff target or 'current HEAD~1']`
|
|
10
|
+
|
|
11
|
+
## What it does
|
|
12
|
+
- **Scope**: Reads the diff and gathers review context
|
|
13
|
+
- **Review**: 4 parallel reviewers — correctness, security, performance, code style
|
|
14
|
+
- **Consensus**: Merges all findings, deduplicates, assigns severity (blocking/major/minor)
|
|
15
|
+
- **Verdict**: APPROVED / APPROVED_WITH_SUGGESTIONS / CHANGES_REQUIRED / BLOCKING
|
|
16
|
+
|
|
17
|
+
## Running
|
|
18
|
+
|
|
19
|
+
Invoke via Claude Code's Workflow tool:
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
Workflow({
|
|
23
|
+
scriptPath: ".mindforge/dynamic-workflows/scripts/pr-review.js",
|
|
24
|
+
args: "<your input>"
|
|
25
|
+
})
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
Or discover via CLI:
|
|
29
|
+
```bash
|
|
30
|
+
node bin/mindforge-cli.js workflow info pr-review
|
|
31
|
+
```
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "Technical debt scan → risk-sorted sequence → safe refactor implementation plan"
|
|
3
|
+
---
|
|
4
|
+
# /mindforge:wf-refactor-plan
|
|
5
|
+
|
|
6
|
+
Runs the **Refactor Plan** dynamic workflow.
|
|
7
|
+
|
|
8
|
+
## Usage
|
|
9
|
+
`/mindforge:wf-refactor-plan [path or 'current codebase']`
|
|
10
|
+
|
|
11
|
+
## What it does
|
|
12
|
+
- **Scan**: 3 parallel scans — structural debt, complexity debt, maintenance debt
|
|
13
|
+
- **Prioritize**: Risk-sorts items by blast radius × test coverage inverse
|
|
14
|
+
- **Sequence**: Orders changes to minimize conflicts and risk
|
|
15
|
+
- **Plan**: Step-by-step refactor plan with verification gates and rollback procedures
|
|
16
|
+
|
|
17
|
+
## Running
|
|
18
|
+
|
|
19
|
+
Invoke via Claude Code's Workflow tool:
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
Workflow({
|
|
23
|
+
scriptPath: ".mindforge/dynamic-workflows/scripts/refactor-plan.js",
|
|
24
|
+
args: "<your input>"
|
|
25
|
+
})
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
Or discover via CLI:
|
|
29
|
+
```bash
|
|
30
|
+
node bin/mindforge-cli.js workflow info refactor-plan
|
|
31
|
+
```
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "Automated release pipeline: tests → changelog → version bump → PR → announcement draft"
|
|
3
|
+
---
|
|
4
|
+
# /mindforge:wf-release-prep
|
|
5
|
+
|
|
6
|
+
Runs the **Release Prep** dynamic workflow.
|
|
7
|
+
|
|
8
|
+
## Usage
|
|
9
|
+
`/mindforge:wf-release-prep [repo context]`
|
|
10
|
+
|
|
11
|
+
## What it does
|
|
12
|
+
- **Check**: Verifies readiness — no uncommitted changes, tests passing, no critical open bugs
|
|
13
|
+
- **Changelog**: Generates changelog from conventional commits since last release
|
|
14
|
+
- **Bump**: Determines next semver version based on breaking/feature/fix counts
|
|
15
|
+
- **PR**: Drafts the release PR body, release notes, and social announcement
|
|
16
|
+
|
|
17
|
+
## Running
|
|
18
|
+
|
|
19
|
+
Invoke via Claude Code's Workflow tool:
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
Workflow({
|
|
23
|
+
scriptPath: ".mindforge/dynamic-workflows/scripts/release-prep.js",
|
|
24
|
+
args: "<your input>"
|
|
25
|
+
})
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
Or discover via CLI:
|
|
29
|
+
```bash
|
|
30
|
+
node bin/mindforge-cli.js workflow info release-prep
|
|
31
|
+
```
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "Asset inventory → STRIDE threat enumeration → parallel mitigations → CVSS-style score matrix"
|
|
3
|
+
---
|
|
4
|
+
# /mindforge:wf-security-threat-model
|
|
5
|
+
|
|
6
|
+
Runs the **Security Threat Model** dynamic workflow.
|
|
7
|
+
|
|
8
|
+
## Usage
|
|
9
|
+
`/mindforge:wf-security-threat-model <system or codebase to threat model>`
|
|
10
|
+
|
|
11
|
+
## What it does
|
|
12
|
+
- **Assets**: Inventory system assets, data flows, and trust boundaries
|
|
13
|
+
- **STRIDE**: 6 parallel STRIDE threat agents — one per threat category
|
|
14
|
+
- **Mitigate**: Parallel mitigation agent per identified threat
|
|
15
|
+
- **Score**: CVSS-style risk score matrix with remediation priority
|
|
16
|
+
|
|
17
|
+
## Running
|
|
18
|
+
|
|
19
|
+
Invoke via Claude Code's Workflow tool:
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
Workflow({
|
|
23
|
+
scriptPath: ".mindforge/dynamic-workflows/scripts/security-threat-model.js",
|
|
24
|
+
args: "<your input>"
|
|
25
|
+
})
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
Or discover via CLI:
|
|
29
|
+
```bash
|
|
30
|
+
node bin/mindforge-cli.js workflow info security-threat-model
|
|
31
|
+
```
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "Strict Red-Green-Refactor TDD loop with spec-first discipline"
|
|
3
|
+
---
|
|
4
|
+
# /mindforge:wf-tdd-sprint
|
|
5
|
+
|
|
6
|
+
Runs the **Tdd Sprint** dynamic workflow.
|
|
7
|
+
|
|
8
|
+
## Usage
|
|
9
|
+
`/mindforge:wf-tdd-sprint <feature or behavior to implement>`
|
|
10
|
+
|
|
11
|
+
## What it does
|
|
12
|
+
- **Spec**: Writes a precise Given-When-Then behavioral spec with edge cases
|
|
13
|
+
- **Red**: Writes a failing test that captures exactly the required behavior
|
|
14
|
+
- **Green**: Writes the MINIMAL implementation to make the test pass
|
|
15
|
+
- **Refactor**: Cleans up the passing implementation with specific improvements listed
|
|
16
|
+
|
|
17
|
+
## Running
|
|
18
|
+
|
|
19
|
+
Invoke via Claude Code's Workflow tool:
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
Workflow({
|
|
23
|
+
scriptPath: ".mindforge/dynamic-workflows/scripts/tdd-sprint.js",
|
|
24
|
+
args: "<your input>"
|
|
25
|
+
})
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
Or discover via CLI:
|
|
29
|
+
```bash
|
|
30
|
+
node bin/mindforge-cli.js workflow info tdd-sprint
|
|
31
|
+
```
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "Scored technology evaluation across DX, performance, security, ecosystem, community"
|
|
3
|
+
---
|
|
4
|
+
# /mindforge:wf-tech-evaluation
|
|
5
|
+
|
|
6
|
+
Runs the **Tech Evaluation** dynamic workflow.
|
|
7
|
+
|
|
8
|
+
## Usage
|
|
9
|
+
`/mindforge:wf-tech-evaluation <TechA vs TechB vs TechC for [use case]>`
|
|
10
|
+
|
|
11
|
+
## What it does
|
|
12
|
+
- **Scope**: Parses candidates and evaluation criteria from your input
|
|
13
|
+
- **Evaluate**: 5 parallel dimension agents — DX, performance, security, ecosystem, community
|
|
14
|
+
- **Score**: Builds a weighted 1-10 scoring matrix per dimension
|
|
15
|
+
- **Recommend**: Produces ranked recommendation with trade-offs for each option
|
|
16
|
+
|
|
17
|
+
## Running
|
|
18
|
+
|
|
19
|
+
Invoke via Claude Code's Workflow tool:
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
Workflow({
|
|
23
|
+
scriptPath: ".mindforge/dynamic-workflows/scripts/tech-evaluation.js",
|
|
24
|
+
args: "<your input>"
|
|
25
|
+
})
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
Or discover via CLI:
|
|
29
|
+
```bash
|
|
30
|
+
node bin/mindforge-cli.js workflow info tech-evaluation
|
|
31
|
+
```
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "10 Nielsen heuristics parallel audit → severity ranking → fix brief"
|
|
3
|
+
---
|
|
4
|
+
# /mindforge:wf-ux-heuristic-audit
|
|
5
|
+
|
|
6
|
+
Runs the **UX Heuristic Audit** dynamic workflow.
|
|
7
|
+
|
|
8
|
+
## Usage
|
|
9
|
+
`/mindforge:wf-ux-heuristic-audit <UI codebase or app description>`
|
|
10
|
+
|
|
11
|
+
## What it does
|
|
12
|
+
- **Scope**: Define target UI and identify key user flows to audit
|
|
13
|
+
- **Audit**: 10 parallel heuristic evaluators — one per Nielsen heuristic
|
|
14
|
+
- **Rank**: Severity ranking of all violations by impact on user experience
|
|
15
|
+
- **Brief**: Prioritized fix brief with specific design recommendations
|
|
16
|
+
|
|
17
|
+
## Running
|
|
18
|
+
|
|
19
|
+
Invoke via Claude Code's Workflow tool:
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
Workflow({
|
|
23
|
+
scriptPath: ".mindforge/dynamic-workflows/scripts/ux-heuristic-audit.js",
|
|
24
|
+
args: "<your input>"
|
|
25
|
+
})
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
Or discover via CLI:
|
|
29
|
+
```bash
|
|
30
|
+
node bin/mindforge-cli.js workflow info ux-heuristic-audit
|
|
31
|
+
```
|