mindforge-cc 11.8.3 → 11.9.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/wf-orchestrate-review.md +35 -0
- package/.agent/mindforge/wf-verification-loop.md +45 -0
- package/.agent/mindforge/wf-workflow-optimizer.md +51 -0
- package/.agent/skills/article-illustrator/SKILL.md +7 -7
- package/.agent/skills/arxiv/SKILL.md +6 -6
- package/.agent/skills/code-wiki/SKILL.md +11 -11
- package/.agent/skills/concept-diagrams/SKILL.md +6 -6
- package/.agent/skills/concept-diagrams/examples/apartment-floor-plan-conversion.md +244 -0
- package/.agent/skills/concept-diagrams/examples/automated-password-reset-flow.md +276 -0
- package/.agent/skills/concept-diagrams/examples/autonomous-llm-research-agent-flow.md +240 -0
- package/.agent/skills/concept-diagrams/examples/banana-journey-tree-to-smoothie.md +161 -0
- package/.agent/skills/concept-diagrams/examples/commercial-aircraft-structure.md +209 -0
- package/.agent/skills/concept-diagrams/examples/cpu-ooo-microarchitecture.md +236 -0
- package/.agent/skills/concept-diagrams/examples/electricity-grid-flow.md +182 -0
- package/.agent/skills/concept-diagrams/examples/feature-film-production-pipeline.md +172 -0
- package/.agent/skills/concept-diagrams/examples/hospital-emergency-department-flow.md +165 -0
- package/.agent/skills/concept-diagrams/examples/ml-benchmark-grouped-bar-chart.md +114 -0
- package/.agent/skills/concept-diagrams/examples/place-order-uml-sequence.md +325 -0
- package/.agent/skills/concept-diagrams/examples/smart-city-infrastructure.md +173 -0
- package/.agent/skills/concept-diagrams/examples/smartphone-layer-anatomy.md +154 -0
- package/.agent/skills/concept-diagrams/examples/sn2-reaction-mechanism.md +247 -0
- package/.agent/skills/concept-diagrams/examples/wind-turbine-structure.md +338 -0
- package/.agent/skills/concept-diagrams/templates/template.html +174 -0
- package/.agent/skills/domain-intel/SKILL.md +7 -7
- package/.agent/skills/duckduckgo-search/SKILL.md +17 -17
- package/.agent/skills/github-auth/scripts/gh-env.sh +66 -0
- package/.agent/skills/github-code-review/SKILL.md +9 -9
- package/.agent/skills/github-pr-workflow/SKILL.md +3 -3
- package/.agent/skills/godmode/SKILL.md +8 -8
- package/.agent/skills/jupyter-live-kernel/SKILL.md +3 -3
- package/.agent/skills/kanban-orchestrator/SKILL.md +10 -10
- package/.agent/skills/kanban-worker/SKILL.md +6 -6
- package/.agent/skills/llm-wiki/SKILL.md +7 -7
- package/.agent/skills/mindforge-autonomous/SKILL.md +1 -1
- package/.agent/skills/mindforge-complete-milestone/SKILL.md +1 -1
- package/.agent/skills/mindforge-discuss-phase/SKILL.md +1 -1
- package/.agent/skills/mindforge-do/SKILL.md +1 -1
- package/.agent/skills/mindforge-execute-phase/SKILL.md +1 -1
- package/.agent/skills/mindforge-list-workspaces/SKILL.md +1 -1
- package/.agent/skills/mindforge-manager/SKILL.md +1 -1
- package/.agent/skills/mindforge-neural-orchestrator/SKILL.md +1 -1
- package/.agent/skills/mindforge-new-milestone/SKILL.md +4 -4
- package/.agent/skills/mindforge-new-project/SKILL.md +4 -4
- package/.agent/skills/mindforge-new-workspace/SKILL.md +1 -1
- package/.agent/skills/mindforge-note/SKILL.md +1 -1
- package/.agent/skills/mindforge-plan-phase/SKILL.md +1 -1
- package/.agent/skills/mindforge-profile-user/SKILL.md +1 -1
- package/.agent/skills/mindforge-remove-workspace/SKILL.md +1 -1
- package/.agent/skills/mindforge-research-phase/SKILL.md +1 -1
- package/.agent/skills/mindforge-ui-phase/SKILL.md +1 -1
- package/.agent/skills/mindforge-ui-review/SKILL.md +1 -1
- package/.agent/skills/mindforge-verify-work/SKILL.md +1 -1
- package/.agent/skills/mindforge-workspace-isolated/SKILL.md +1 -1
- package/.agent/skills/node-inspect-debugger/SKILL.md +1 -1
- package/.agent/skills/obsidian/SKILL.md +15 -15
- package/.agent/skills/osint-investigation/SKILL.md +3 -2
- package/.agent/skills/osint-investigation/references/sources/courtlistener.md +98 -0
- package/.agent/skills/osint-investigation/references/sources/gdelt.md +104 -0
- package/.agent/skills/osint-investigation/references/sources/icij-offshore.md +104 -0
- package/.agent/skills/osint-investigation/references/sources/nyc-acris.md +90 -0
- package/.agent/skills/osint-investigation/references/sources/ofac-sdn.md +92 -0
- package/.agent/skills/osint-investigation/references/sources/opencorporates.md +103 -0
- package/.agent/skills/osint-investigation/references/sources/sec-edgar.md +83 -0
- package/.agent/skills/osint-investigation/references/sources/senate-ld.md +89 -0
- package/.agent/skills/osint-investigation/references/sources/usaspending.md +97 -0
- package/.agent/skills/osint-investigation/references/sources/wayback.md +93 -0
- package/.agent/skills/osint-investigation/references/sources/wikipedia.md +107 -0
- package/.agent/skills/osint-investigation/scripts/_http.py +82 -0
- package/.agent/skills/osint-investigation/scripts/_normalize.py +67 -0
- package/.agent/skills/osint-investigation/scripts/build_findings.py +221 -0
- package/.agent/skills/osint-investigation/scripts/entity_resolution.py +228 -0
- package/.agent/skills/osint-investigation/scripts/fetch_courtlistener.py +149 -0
- package/.agent/skills/osint-investigation/scripts/fetch_gdelt.py +161 -0
- package/.agent/skills/osint-investigation/scripts/fetch_icij_offshore.py +234 -0
- package/.agent/skills/osint-investigation/scripts/fetch_nyc_acris.py +203 -0
- package/.agent/skills/osint-investigation/scripts/fetch_ofac_sdn.py +175 -0
- package/.agent/skills/osint-investigation/scripts/fetch_opencorporates.py +191 -0
- package/.agent/skills/osint-investigation/scripts/fetch_sec_edgar.py +184 -0
- package/.agent/skills/osint-investigation/scripts/fetch_senate_ld.py +146 -0
- package/.agent/skills/osint-investigation/scripts/fetch_usaspending.py +170 -0
- package/.agent/skills/osint-investigation/scripts/fetch_wayback.py +142 -0
- package/.agent/skills/osint-investigation/scripts/fetch_wikipedia.py +266 -0
- package/.agent/skills/osint-investigation/scripts/timing_analysis.py +252 -0
- package/.agent/skills/oss-forensics/SKILL.md +10 -9
- package/.agent/skills/oss-forensics/scripts/evidence-store.py +313 -0
- package/.agent/skills/parallel-cli/SKILL.md +2 -2
- package/.agent/skills/pinggy-tunnel/SKILL.md +3 -3
- package/.agent/skills/pixel-art/SKILL.md +2 -2
- package/.agent/skills/plan/SKILL.md +10 -10
- package/.agent/skills/requesting-code-review/SKILL.md +4 -6
- package/.agent/skills/research-paper-writing/SKILL.md +32 -32
- package/.agent/skills/rest-graphql-debug/SKILL.md +31 -32
- package/.agent/skills/s6-container-supervision/SKILL.md +1 -1
- package/.agent/skills/scrapling/SKILL.md +1 -1
- package/.agent/skills/sherlock/SKILL.md +1 -1
- package/.agent/skills/simplify-code/SKILL.md +5 -7
- package/.agent/skills/skill-authoring/SKILL.md +4 -4
- package/.agent/skills/spike/SKILL.md +11 -13
- package/.agent/skills/subagent-driven-development/SKILL.md +7 -11
- package/.agent/skills/systematic-debugging/SKILL.md +13 -14
- package/.agent/skills/test-driven-development/SKILL.md +6 -7
- package/.agent/skills/video-orchestrator/SKILL.md +1 -1
- package/.agent/skills/web-pentest/SKILL.md +7 -7
- package/.mindforge/config.json +3 -3
- package/.mindforge/dynamic-workflows/REGISTRY.md +4 -1
- package/.mindforge/dynamic-workflows/index.json +910 -840
- package/.mindforge/dynamic-workflows/scripts/accessibility-audit.js +88 -90
- package/.mindforge/dynamic-workflows/scripts/ai-model-eval.js +59 -61
- package/.mindforge/dynamic-workflows/scripts/api-contract-test.js +87 -85
- package/.mindforge/dynamic-workflows/scripts/api-migration.js +120 -122
- package/.mindforge/dynamic-workflows/scripts/architecture-modernization.js +84 -86
- package/.mindforge/dynamic-workflows/scripts/code-audit.js +75 -77
- package/.mindforge/dynamic-workflows/scripts/code-explainer.js +99 -101
- package/.mindforge/dynamic-workflows/scripts/competitive-analysis.js +62 -64
- package/.mindforge/dynamic-workflows/scripts/competitive-teardown.js +106 -108
- package/.mindforge/dynamic-workflows/scripts/cost-analysis.js +78 -80
- package/.mindforge/dynamic-workflows/scripts/data-pipeline-validate.js +47 -49
- package/.mindforge/dynamic-workflows/scripts/database-migration.js +85 -87
- package/.mindforge/dynamic-workflows/scripts/debug-detective.js +97 -99
- package/.mindforge/dynamic-workflows/scripts/dependency-health.js +81 -83
- package/.mindforge/dynamic-workflows/scripts/design-system-audit.js +84 -86
- package/.mindforge/dynamic-workflows/scripts/documentation-gen.js +65 -67
- package/.mindforge/dynamic-workflows/scripts/feature-planner.js +78 -80
- package/.mindforge/dynamic-workflows/scripts/incident-response.js +81 -83
- package/.mindforge/dynamic-workflows/scripts/multi-repo-sync.js +49 -51
- package/.mindforge/dynamic-workflows/scripts/mutation-testing.js +113 -115
- package/.mindforge/dynamic-workflows/scripts/onboard-codebase.js +79 -81
- package/.mindforge/dynamic-workflows/scripts/orchestrate-review.js +115 -0
- package/.mindforge/dynamic-workflows/scripts/perf-optimize.js +97 -99
- package/.mindforge/dynamic-workflows/scripts/pr-review.js +61 -63
- package/.mindforge/dynamic-workflows/scripts/refactor-plan.js +88 -90
- package/.mindforge/dynamic-workflows/scripts/release-prep.js +79 -81
- package/.mindforge/dynamic-workflows/scripts/security-hardening.js +117 -119
- package/.mindforge/dynamic-workflows/scripts/security-threat-model.js +119 -121
- package/.mindforge/dynamic-workflows/scripts/tdd-sprint.js +80 -82
- package/.mindforge/dynamic-workflows/scripts/tech-evaluation.js +50 -52
- package/.mindforge/dynamic-workflows/scripts/test-coverage-gap.js +68 -70
- package/.mindforge/dynamic-workflows/scripts/ux-heuristic-audit.js +89 -91
- package/.mindforge/dynamic-workflows/scripts/verification-loop.js +138 -0
- package/.mindforge/dynamic-workflows/scripts/workflow-optimizer.js +136 -0
- package/.mindforge/dynamic-workflows/scripts/writer-reviewer.js +63 -65
- package/.mindforge/memory/sync-manifest.json +1 -1
- package/.mindforge/personas/advisor-researcher.md +2 -2
- package/.mindforge/personas/api-load-tester.md +1 -1
- package/.mindforge/personas/authentication-architect.md +1 -1
- package/.mindforge/personas/backup-recovery-specialist.md +1 -1
- package/.mindforge/personas/build-optimizer.md +1 -1
- package/.mindforge/personas/caching-strategist.md +1 -1
- package/.mindforge/personas/chaos-engineer.md +1 -1
- package/.mindforge/personas/compliance-auditor.md +1 -1
- package/.mindforge/personas/config-management-expert.md +1 -1
- package/.mindforge/personas/coverage-specialist.md +1 -1
- package/.mindforge/personas/debug-specialist.md +2 -2
- package/.mindforge/personas/debugger.md +2 -2
- package/.mindforge/personas/dependency-auditor.md +1 -1
- package/.mindforge/personas/developer.md +1 -1
- package/.mindforge/personas/devops-engineer.md +1 -1
- package/.mindforge/personas/executor.md +1 -1
- package/.mindforge/personas/go-specialist.md +1 -1
- package/.mindforge/personas/incident-commander.md +1 -1
- package/.mindforge/personas/java-specialist.md +1 -1
- package/.mindforge/personas/kubernetes-debugger.md +1 -1
- package/.mindforge/personas/logging-architect.md +1 -1
- package/.mindforge/personas/mf-planner.md +1 -1
- package/.mindforge/personas/mf-researcher.md +1 -1
- package/.mindforge/personas/mf-reviewer.md +1 -1
- package/.mindforge/personas/nyquist-auditor.md +1 -1
- package/.mindforge/personas/observability-engineer.md +1 -1
- package/.mindforge/personas/performance-optimizer.md +1 -1
- package/.mindforge/personas/phase-researcher.md +5 -5
- package/.mindforge/personas/planner.md +1 -1
- package/.mindforge/personas/project-researcher.md +2 -2
- package/.mindforge/personas/python-specialist.md +1 -1
- package/.mindforge/personas/qa-engineer.md +1 -1
- package/.mindforge/personas/release-manager.md +1 -1
- package/.mindforge/personas/research-agent.md +4 -4
- package/.mindforge/personas/roadmapper-extend.md +1 -1
- package/.mindforge/personas/rust-specialist.md +1 -1
- package/.mindforge/personas/security-reviewer.md +1 -1
- package/.mindforge/personas/tech-writer.md +1 -1
- package/.mindforge/personas/typescript-wizard.md +1 -1
- package/.mindforge/personas/ui-researcher.md +1 -1
- package/.mindforge/skills/accessibility/SKILL.md +2 -2
- package/.mindforge/skills/agent-architecture-audit/SKILL.md +11 -0
- package/.mindforge/skills/arxiv/SKILL.md +6 -6
- package/.mindforge/skills/arxiv/scripts/search_arxiv.py +114 -0
- package/.mindforge/skills/code-tour/SKILL.md +2 -2
- package/.mindforge/skills/code-wiki/SKILL.md +11 -11
- package/.mindforge/skills/code-wiki/templates/README.md +31 -0
- package/.mindforge/skills/code-wiki/templates/architecture.md +30 -0
- package/.mindforge/skills/code-wiki/templates/getting-started.md +47 -0
- package/.mindforge/skills/code-wiki/templates/module.md +38 -0
- package/.mindforge/skills/concept-diagrams/SKILL.md +6 -6
- package/.mindforge/skills/concept-diagrams/examples/apartment-floor-plan-conversion.md +244 -0
- package/.mindforge/skills/concept-diagrams/examples/automated-password-reset-flow.md +276 -0
- package/.mindforge/skills/concept-diagrams/examples/autonomous-llm-research-agent-flow.md +240 -0
- package/.mindforge/skills/concept-diagrams/examples/banana-journey-tree-to-smoothie.md +161 -0
- package/.mindforge/skills/concept-diagrams/examples/commercial-aircraft-structure.md +209 -0
- package/.mindforge/skills/concept-diagrams/examples/cpu-ooo-microarchitecture.md +236 -0
- package/.mindforge/skills/concept-diagrams/examples/electricity-grid-flow.md +182 -0
- package/.mindforge/skills/concept-diagrams/examples/feature-film-production-pipeline.md +172 -0
- package/.mindforge/skills/concept-diagrams/examples/hospital-emergency-department-flow.md +165 -0
- package/.mindforge/skills/concept-diagrams/examples/ml-benchmark-grouped-bar-chart.md +114 -0
- package/.mindforge/skills/concept-diagrams/examples/place-order-uml-sequence.md +325 -0
- package/.mindforge/skills/concept-diagrams/examples/smart-city-infrastructure.md +173 -0
- package/.mindforge/skills/concept-diagrams/examples/smartphone-layer-anatomy.md +154 -0
- package/.mindforge/skills/concept-diagrams/examples/sn2-reaction-mechanism.md +247 -0
- package/.mindforge/skills/concept-diagrams/examples/wind-turbine-structure.md +338 -0
- package/.mindforge/skills/concept-diagrams/references/dashboard-patterns.md +43 -0
- package/.mindforge/skills/concept-diagrams/references/infrastructure-patterns.md +144 -0
- package/.mindforge/skills/concept-diagrams/references/physical-shape-cookbook.md +42 -0
- package/.mindforge/skills/concept-diagrams/templates/template.html +174 -0
- package/.mindforge/skills/creative-ideation/references/full-prompt-library.md +110 -0
- package/.mindforge/skills/domain-intel/SKILL.md +7 -7
- package/.mindforge/skills/domain-intel/scripts/domain_intel.py +397 -0
- package/.mindforge/skills/duckduckgo-search/SKILL.md +17 -17
- package/.mindforge/skills/duckduckgo-search/scripts/duckduckgo.sh +28 -0
- package/.mindforge/skills/environment-management/SKILL.md +1 -1
- package/.mindforge/skills/github-code-review/SKILL.md +9 -9
- package/.mindforge/skills/github-code-review/references/review-output-template.md +74 -0
- package/.mindforge/skills/github-issues/templates/bug-report.md +35 -0
- package/.mindforge/skills/github-issues/templates/feature-request.md +31 -0
- package/.mindforge/skills/github-pr-workflow/SKILL.md +3 -3
- package/.mindforge/skills/github-pr-workflow/references/ci-troubleshooting.md +183 -0
- package/.mindforge/skills/github-pr-workflow/references/conventional-commits.md +71 -0
- package/.mindforge/skills/github-pr-workflow/templates/pr-body-bugfix.md +35 -0
- package/.mindforge/skills/github-pr-workflow/templates/pr-body-feature.md +33 -0
- package/.mindforge/skills/jupyter-live-kernel/SKILL.md +3 -3
- package/.mindforge/skills/kanban-orchestrator/SKILL.md +10 -10
- package/.mindforge/skills/kanban-worker/SKILL.md +6 -6
- package/.mindforge/skills/meme-generation/SKILL.md +1 -1
- package/.mindforge/skills/meme-generation/scripts/generate_meme.py +470 -0
- package/.mindforge/skills/meme-generation/scripts/templates.json +97 -0
- package/.mindforge/skills/obsidian/SKILL.md +15 -15
- package/.mindforge/skills/orch-pipeline/SKILL.md +2 -2
- package/.mindforge/skills/osint-investigation/SKILL.md +3 -2
- package/.mindforge/skills/osint-investigation/references/sources/courtlistener.md +98 -0
- package/.mindforge/skills/osint-investigation/references/sources/gdelt.md +104 -0
- package/.mindforge/skills/osint-investigation/references/sources/icij-offshore.md +104 -0
- package/.mindforge/skills/osint-investigation/references/sources/nyc-acris.md +90 -0
- package/.mindforge/skills/osint-investigation/references/sources/ofac-sdn.md +92 -0
- package/.mindforge/skills/osint-investigation/references/sources/opencorporates.md +103 -0
- package/.mindforge/skills/osint-investigation/references/sources/sec-edgar.md +83 -0
- package/.mindforge/skills/osint-investigation/references/sources/senate-ld.md +89 -0
- package/.mindforge/skills/osint-investigation/references/sources/usaspending.md +97 -0
- package/.mindforge/skills/osint-investigation/references/sources/wayback.md +93 -0
- package/.mindforge/skills/osint-investigation/references/sources/wikipedia.md +107 -0
- package/.mindforge/skills/osint-investigation/scripts/_http.py +82 -0
- package/.mindforge/skills/osint-investigation/scripts/_normalize.py +67 -0
- package/.mindforge/skills/osint-investigation/scripts/build_findings.py +221 -0
- package/.mindforge/skills/osint-investigation/scripts/entity_resolution.py +228 -0
- package/.mindforge/skills/osint-investigation/scripts/fetch_courtlistener.py +149 -0
- package/.mindforge/skills/osint-investigation/scripts/fetch_gdelt.py +161 -0
- package/.mindforge/skills/osint-investigation/scripts/fetch_icij_offshore.py +234 -0
- package/.mindforge/skills/osint-investigation/scripts/fetch_nyc_acris.py +203 -0
- package/.mindforge/skills/osint-investigation/scripts/fetch_ofac_sdn.py +175 -0
- package/.mindforge/skills/osint-investigation/scripts/fetch_opencorporates.py +191 -0
- package/.mindforge/skills/osint-investigation/scripts/fetch_sec_edgar.py +184 -0
- package/.mindforge/skills/osint-investigation/scripts/fetch_senate_ld.py +146 -0
- package/.mindforge/skills/osint-investigation/scripts/fetch_usaspending.py +170 -0
- package/.mindforge/skills/osint-investigation/scripts/fetch_wayback.py +142 -0
- package/.mindforge/skills/osint-investigation/scripts/fetch_wikipedia.py +266 -0
- package/.mindforge/skills/osint-investigation/scripts/timing_analysis.py +252 -0
- package/.mindforge/skills/osint-investigation/templates/source-template.md +59 -0
- package/.mindforge/skills/oss-forensics/SKILL.md +6 -6
- package/.mindforge/skills/oss-forensics/references/evidence-types.md +89 -0
- package/.mindforge/skills/oss-forensics/references/github-archive-guide.md +184 -0
- package/.mindforge/skills/oss-forensics/references/investigation-templates.md +131 -0
- package/.mindforge/skills/oss-forensics/references/recovery-techniques.md +164 -0
- package/.mindforge/skills/oss-forensics/scripts/evidence-store.py +313 -0
- package/.mindforge/skills/oss-forensics/templates/forensic-report.md +151 -0
- package/.mindforge/skills/oss-forensics/templates/malicious-package-report.md +43 -0
- package/.mindforge/skills/pixel-art/SKILL.md +2 -2
- package/.mindforge/skills/pixel-art/references/palettes.md +49 -0
- package/.mindforge/skills/plan/SKILL.md +10 -10
- package/.mindforge/skills/requesting-code-review/SKILL.md +4 -6
- package/.mindforge/skills/research-paper-writing/SKILL.md +32 -32
- package/.mindforge/skills/research-paper-writing/references/autoreason-methodology.md +394 -0
- package/.mindforge/skills/research-paper-writing/references/checklists.md +434 -0
- package/.mindforge/skills/research-paper-writing/references/citation-workflow.md +563 -0
- package/.mindforge/skills/research-paper-writing/references/experiment-patterns.md +728 -0
- package/.mindforge/skills/research-paper-writing/references/human-evaluation.md +476 -0
- package/.mindforge/skills/research-paper-writing/references/paper-types.md +481 -0
- package/.mindforge/skills/research-paper-writing/references/reviewer-guidelines.md +433 -0
- package/.mindforge/skills/research-paper-writing/references/sources.md +191 -0
- package/.mindforge/skills/research-paper-writing/references/writing-guide.md +474 -0
- package/.mindforge/skills/research-paper-writing/templates/README.md +251 -0
- package/.mindforge/skills/scrapling/SKILL.md +1 -1
- package/.mindforge/skills/sherlock/SKILL.md +1 -1
- package/.mindforge/skills/simplify-code/SKILL.md +5 -7
- package/.mindforge/skills/spike/SKILL.md +11 -13
- package/.mindforge/skills/subagent-driven-development/SKILL.md +7 -11
- package/.mindforge/skills/subagent-driven-development/references/context-budget-discipline.md +53 -0
- package/.mindforge/skills/subagent-driven-development/references/gates-taxonomy.md +93 -0
- package/.mindforge/skills/systematic-debugging/SKILL.md +13 -14
- package/.mindforge/skills/test-driven-development/SKILL.md +6 -7
- package/.mindforge/skills/testing-standards/SKILL.md +1 -1
- package/.mindforge/skills/web-pentest/SKILL.md +2 -2
- package/.mindforge/skills/web-pentest/references/bypass-techniques.md +133 -0
- package/.mindforge/skills/web-pentest/references/exploitation-techniques.md +204 -0
- package/.mindforge/skills/web-pentest/references/scope-enforcement.md +110 -0
- package/.mindforge/skills/web-pentest/references/vuln-taxonomy.md +81 -0
- package/.mindforge/skills/web-pentest/templates/authorization.md +69 -0
- package/.mindforge/skills/web-pentest/templates/pentest-report.md +178 -0
- package/.mindforge/skills/writing-skills/SKILL.md +4 -3
- package/CHANGELOG.md +15 -0
- package/MINDFORGE.md +3 -3
- package/README.md +9 -7
- package/RELEASENOTES.md +65 -2
- package/SECURITY.md +5 -3
- package/bin/models/bedrock-provider.js +192 -0
- package/bin/models/model-client.js +19 -0
- package/docs/commands-reference.md +66 -4
- package/docs/faq.md +38 -1
- package/docs/getting-started.md +27 -12
- package/docs/sdk-reference.md +36 -3
- package/docs/troubleshooting.md +59 -1
- package/docs/user-guide.md +7 -4
- package/package.json +3 -3
- package/.claude/commands/mindforge/skill-tdd.md +0 -53
- package/.claude/commands/mindforge/skills-index.md +0 -118
- package/.claude/commands/mindforge/systematic-debug.md +0 -60
- package/.claude/commands/mindforge/wf-accessibility-audit.md +0 -31
- package/.claude/commands/mindforge/wf-ai-model-eval.md +0 -31
- package/.claude/commands/mindforge/wf-api-migration.md +0 -31
- package/.claude/commands/mindforge/wf-architecture-modernization.md +0 -32
- package/.claude/commands/mindforge/wf-catalog.md +0 -59
- package/.claude/commands/mindforge/wf-code-audit.md +0 -31
- package/.claude/commands/mindforge/wf-code-explainer.md +0 -31
- package/.claude/commands/mindforge/wf-competitive-analysis.md +0 -31
- package/.claude/commands/mindforge/wf-competitive-teardown.md +0 -31
- package/.claude/commands/mindforge/wf-cost-analysis.md +0 -31
- package/.claude/commands/mindforge/wf-data-pipeline-validate.md +0 -31
- package/.claude/commands/mindforge/wf-database-migration.md +0 -31
- package/.claude/commands/mindforge/wf-debug-detective.md +0 -32
- package/.claude/commands/mindforge/wf-design-system-audit.md +0 -31
- package/.claude/commands/mindforge/wf-documentation-gen.md +0 -31
- package/.claude/commands/mindforge/wf-feature-planner.md +0 -31
- package/.claude/commands/mindforge/wf-incident-response.md +0 -31
- package/.claude/commands/mindforge/wf-multi-repo-sync.md +0 -31
- package/.claude/commands/mindforge/wf-mutation-testing.md +0 -31
- package/.claude/commands/mindforge/wf-onboard-codebase.md +0 -31
- package/.claude/commands/mindforge/wf-perf-optimize.md +0 -31
- package/.claude/commands/mindforge/wf-pr-review.md +0 -31
- package/.claude/commands/mindforge/wf-refactor-plan.md +0 -31
- package/.claude/commands/mindforge/wf-release-prep.md +0 -31
- package/.claude/commands/mindforge/wf-security-threat-model.md +0 -31
- package/.claude/commands/mindforge/wf-tdd-sprint.md +0 -31
- package/.claude/commands/mindforge/wf-tech-evaluation.md +0 -31
- package/.claude/commands/mindforge/wf-ux-heuristic-audit.md +0 -31
- package/.claude/commands/mindforge/wf-writer-reviewer.md +0 -30
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "4-parallel model benchmark agents → scoring matrix → cost/performance recommendation"
|
|
3
|
-
---
|
|
4
|
-
# /mindforge:wf-ai-model-eval
|
|
5
|
-
|
|
6
|
-
Runs the **AI Model Evaluation** dynamic workflow.
|
|
7
|
-
|
|
8
|
-
## Usage
|
|
9
|
-
`/mindforge:wf-ai-model-eval <use case description>`
|
|
10
|
-
|
|
11
|
-
## What it does
|
|
12
|
-
- **Scope**: Define evaluation criteria and test prompts for the use case
|
|
13
|
-
- **Benchmark**: 4 parallel model evaluators (quality / reasoning / speed / cost)
|
|
14
|
-
- **Score**: Scoring matrix across all dimensions
|
|
15
|
-
- **Recommend**: Ranked recommendation with break-even cost analysis
|
|
16
|
-
|
|
17
|
-
## Running
|
|
18
|
-
|
|
19
|
-
Invoke via Claude Code's Workflow tool:
|
|
20
|
-
|
|
21
|
-
```
|
|
22
|
-
Workflow({
|
|
23
|
-
scriptPath: ".mindforge/dynamic-workflows/scripts/ai-model-eval.js",
|
|
24
|
-
args: "<your input>"
|
|
25
|
-
})
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
Or discover via CLI:
|
|
29
|
-
```bash
|
|
30
|
-
node bin/mindforge-cli.js workflow info ai-model-eval
|
|
31
|
-
```
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "Breaking change detection → versioning strategy → migration guide → compatibility matrix"
|
|
3
|
-
---
|
|
4
|
-
# /mindforge:wf-api-migration
|
|
5
|
-
|
|
6
|
-
Runs the **API Migration** dynamic workflow.
|
|
7
|
-
|
|
8
|
-
## Usage
|
|
9
|
-
`/mindforge:wf-api-migration <old API path or description of changes>`
|
|
10
|
-
|
|
11
|
-
## What it does
|
|
12
|
-
- **Detect**: Detect breaking vs non-breaking changes between old and new API versions
|
|
13
|
-
- **Version**: Propose versioning strategy: semver, URL versioning, or header versioning
|
|
14
|
-
- **Guide**: Generate migration guide for API consumers
|
|
15
|
-
- **Matrix**: Compatibility matrix: which client versions work with which API versions
|
|
16
|
-
|
|
17
|
-
## Running
|
|
18
|
-
|
|
19
|
-
Invoke via Claude Code's Workflow tool:
|
|
20
|
-
|
|
21
|
-
```
|
|
22
|
-
Workflow({
|
|
23
|
-
scriptPath: ".mindforge/dynamic-workflows/scripts/api-migration.js",
|
|
24
|
-
args: "<your input>"
|
|
25
|
-
})
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
Or discover via CLI:
|
|
29
|
-
```bash
|
|
30
|
-
node bin/mindforge-cli.js workflow info api-migration
|
|
31
|
-
```
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "Legacy architecture map → target design → migration sequencing → risk gates"
|
|
3
|
-
---
|
|
4
|
-
# /mindforge:wf-architecture-modernization
|
|
5
|
-
|
|
6
|
-
Runs the **Architecture Modernization** dynamic workflow.
|
|
7
|
-
|
|
8
|
-
## Usage
|
|
9
|
-
`/mindforge:wf-architecture-modernization <codebase or modernization goal>`
|
|
10
|
-
|
|
11
|
-
## What it does
|
|
12
|
-
- **Map**: Map current architecture: components, dependencies, coupling, pain points
|
|
13
|
-
- **Design**: 3 parallel target architecture proposals with trade-off analysis
|
|
14
|
-
- **Select**: Judge panel selects best design, synthesizes hybrid
|
|
15
|
-
- **Sequence**: Migration sequencing with risk gates and rollback checkpoints
|
|
16
|
-
- **Roadmap**: Sprint-by-sprint modernization roadmap
|
|
17
|
-
|
|
18
|
-
## Running
|
|
19
|
-
|
|
20
|
-
Invoke via Claude Code's Workflow tool:
|
|
21
|
-
|
|
22
|
-
```
|
|
23
|
-
Workflow({
|
|
24
|
-
scriptPath: ".mindforge/dynamic-workflows/scripts/architecture-modernization.js",
|
|
25
|
-
args: "<your input>"
|
|
26
|
-
})
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
Or discover via CLI:
|
|
30
|
-
```bash
|
|
31
|
-
node bin/mindforge-cli.js workflow info architecture-modernization
|
|
32
|
-
```
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "Browse the MindForge dynamic workflow library — 32 pre-built multi-agent workflows across 5 tiers"
|
|
3
|
-
---
|
|
4
|
-
# /mindforge:wf-catalog
|
|
5
|
-
|
|
6
|
-
Browse and discover the MindForge **Dynamic Workflow Library** — 32 pre-built multi-agent workflows that run via Claude Code's Workflow tool.
|
|
7
|
-
|
|
8
|
-
## Usage
|
|
9
|
-
`/mindforge:wf-catalog` — show all workflows grouped by tier
|
|
10
|
-
|
|
11
|
-
## Tiers
|
|
12
|
-
|
|
13
|
-
**Research** — Fan-out search, adversarial verification, cited synthesis
|
|
14
|
-
- `/mindforge:wf-competitive-analysis` — SWOT and positioning summary
|
|
15
|
-
- `/mindforge:wf-tech-evaluation` — Scored technology comparison matrix
|
|
16
|
-
- `/mindforge:wf-ai-model-eval` — Benchmark AI models → scoring matrix → recommendation
|
|
17
|
-
- `/mindforge:wf-ux-heuristic-audit` — 10 Nielsen heuristics parallel audit → fix brief
|
|
18
|
-
- `/mindforge:wf-competitive-teardown` — 5 competitor angles → positioning report
|
|
19
|
-
|
|
20
|
-
**Dev** — Coding-assistant power workflows
|
|
21
|
-
- `/mindforge:wf-code-audit` — Parallel security + quality + performance audit
|
|
22
|
-
- `/mindforge:wf-feature-planner` — Brief → PRD → architecture → user stories
|
|
23
|
-
- `/mindforge:wf-pr-review` — 4-dimensional parallel PR review
|
|
24
|
-
- `/mindforge:wf-tdd-sprint` — Strict Red-Green-Refactor TDD loop
|
|
25
|
-
- `/mindforge:wf-refactor-plan` — Technical debt scan → safe refactor plan
|
|
26
|
-
- `/mindforge:wf-test-coverage-gap` — Per-module coverage analysis → test-writing plan
|
|
27
|
-
- `/mindforge:wf-api-contract-test` — Spec vs impl Writer/Reviewer → violation report
|
|
28
|
-
- `/mindforge:wf-debug-detective` — 4-hypothesis parallel investigation → scientific RCA
|
|
29
|
-
- `/mindforge:wf-writer-reviewer` — Implement → fresh context review → verdict
|
|
30
|
-
- `/mindforge:wf-mutation-testing` — Mutant generator → parallel kill-test → score
|
|
31
|
-
- `/mindforge:wf-code-explainer` — Structure → domain → architecture → narrative tour
|
|
32
|
-
- `/mindforge:wf-design-system-audit` — 5-dimension parallel audit → consistency score
|
|
33
|
-
|
|
34
|
-
**Ops** — Infrastructure and release workflows
|
|
35
|
-
- `/mindforge:wf-incident-response` — Parallel investigation → RCA → postmortem
|
|
36
|
-
- `/mindforge:wf-release-prep` — Tests → changelog → version bump → PR
|
|
37
|
-
- `/mindforge:wf-dependency-health` — CVE + license + staleness audit → risk matrix
|
|
38
|
-
- `/mindforge:wf-database-migration` — Schema diff → risk → scripts → runbook
|
|
39
|
-
- `/mindforge:wf-multi-repo-sync` — Per-repo audit → divergence map → sync plan
|
|
40
|
-
- `/mindforge:wf-cost-analysis` — Infra/API/query/bundle cost agents → ROI plan
|
|
41
|
-
|
|
42
|
-
**Intelligence** — Deep analysis and optimization
|
|
43
|
-
- `/mindforge:wf-onboard-codebase` — Map → domain → architecture → guided tour
|
|
44
|
-
- `/mindforge:wf-perf-optimize` — Profile → bottleneck hunt → prioritized fix plan
|
|
45
|
-
- `/mindforge:wf-architecture-modernization` — Legacy map → 3 designs → migration roadmap
|
|
46
|
-
- `/mindforge:wf-documentation-gen` — Parallel doc gen → normalize → publish-ready
|
|
47
|
-
- `/mindforge:wf-api-migration` — Breaking change detection → guide → compat matrix
|
|
48
|
-
- `/mindforge:wf-data-pipeline-validate` — Stage-by-stage validation → quality gates
|
|
49
|
-
|
|
50
|
-
**Beast** — Compound workflows (5 phases, 8+ agents, adversarial verification)
|
|
51
|
-
- `/mindforge:wf-security-hardening` — 5-angle OWASP scout → 3-vote verify → STRIDE → roadmap
|
|
52
|
-
- `/mindforge:wf-accessibility-audit` — WCAG 2.2 per-criterion → 3-vote verify → remediation spec
|
|
53
|
-
- `/mindforge:wf-security-threat-model` — Asset inventory → STRIDE x6 → mitigations → CVSS matrix
|
|
54
|
-
|
|
55
|
-
## CLI Discovery
|
|
56
|
-
```bash
|
|
57
|
-
node bin/mindforge-cli.js workflow list
|
|
58
|
-
node bin/mindforge-cli.js workflow info <name>
|
|
59
|
-
```
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "Parallel security + quality + performance audit with adversarial finding verification"
|
|
3
|
-
---
|
|
4
|
-
# /mindforge:wf-code-audit
|
|
5
|
-
|
|
6
|
-
Runs the **Code Audit** dynamic workflow.
|
|
7
|
-
|
|
8
|
-
## Usage
|
|
9
|
-
`/mindforge:wf-code-audit [path or 'current git diff']`
|
|
10
|
-
|
|
11
|
-
## What it does
|
|
12
|
-
- **Scope**: Builds file list from git diff, specified path, or entire codebase
|
|
13
|
-
- **Audit**: 3 parallel auditors — OWASP security, code quality, performance patterns
|
|
14
|
-
- **Verify**: Adversarial 2-vote verification for all high/critical severity findings
|
|
15
|
-
- **Report**: Risk-ranked report with remediation steps for each confirmed finding
|
|
16
|
-
|
|
17
|
-
## Running
|
|
18
|
-
|
|
19
|
-
Invoke via Claude Code's Workflow tool:
|
|
20
|
-
|
|
21
|
-
```
|
|
22
|
-
Workflow({
|
|
23
|
-
scriptPath: ".mindforge/dynamic-workflows/scripts/code-audit.js",
|
|
24
|
-
args: "<your input>"
|
|
25
|
-
})
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
Or discover via CLI:
|
|
29
|
-
```bash
|
|
30
|
-
node bin/mindforge-cli.js workflow info code-audit
|
|
31
|
-
```
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "Structural map → domain extraction → architecture patterns → guided narrative tour for onboarding"
|
|
3
|
-
---
|
|
4
|
-
# /mindforge:wf-code-explainer
|
|
5
|
-
|
|
6
|
-
Runs the **Code Explainer** dynamic workflow.
|
|
7
|
-
|
|
8
|
-
## Usage
|
|
9
|
-
`/mindforge:wf-code-explainer <codebase path or module to explain>`
|
|
10
|
-
|
|
11
|
-
## What it does
|
|
12
|
-
- **Structure**: Map file structure, entry points, and module boundaries
|
|
13
|
-
- **Domain**: Extract domain concepts, business logic, and key abstractions
|
|
14
|
-
- **Architecture**: Identify architectural patterns, data flow, and design decisions
|
|
15
|
-
- **Tour**: Synthesize a guided narrative tour for a new developer
|
|
16
|
-
|
|
17
|
-
## Running
|
|
18
|
-
|
|
19
|
-
Invoke via Claude Code's Workflow tool:
|
|
20
|
-
|
|
21
|
-
```
|
|
22
|
-
Workflow({
|
|
23
|
-
scriptPath: ".mindforge/dynamic-workflows/scripts/code-explainer.js",
|
|
24
|
-
args: "<your input>"
|
|
25
|
-
})
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
Or discover via CLI:
|
|
29
|
-
```bash
|
|
30
|
-
node bin/mindforge-cli.js workflow info code-explainer
|
|
31
|
-
```
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "Multi-angle competitive research producing a SWOT and positioning summary"
|
|
3
|
-
---
|
|
4
|
-
# /mindforge:wf-competitive-analysis
|
|
5
|
-
|
|
6
|
-
Runs the **Competitive Analysis** dynamic workflow.
|
|
7
|
-
|
|
8
|
-
## Usage
|
|
9
|
-
`/mindforge:wf-competitive-analysis <product/company/technology>`
|
|
10
|
-
|
|
11
|
-
## What it does
|
|
12
|
-
- **Scope**: Defines the competitive landscape target
|
|
13
|
-
- **Research**: 5 parallel angles — product features, pricing, reviews, community, roadmap
|
|
14
|
-
- **SWOT**: Synthesizes strengths, weaknesses, opportunities, threats
|
|
15
|
-
- **Position**: Produces strategic positioning and differentiation recommendations
|
|
16
|
-
|
|
17
|
-
## Running
|
|
18
|
-
|
|
19
|
-
Invoke via Claude Code's Workflow tool:
|
|
20
|
-
|
|
21
|
-
```
|
|
22
|
-
Workflow({
|
|
23
|
-
scriptPath: ".mindforge/dynamic-workflows/scripts/competitive-analysis.js",
|
|
24
|
-
args: "<your input>"
|
|
25
|
-
})
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
Or discover via CLI:
|
|
29
|
-
```bash
|
|
30
|
-
node bin/mindforge-cli.js workflow info competitive-analysis
|
|
31
|
-
```
|
|
@@ -1,31 +0,0 @@
|
|
|
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
|
-
```
|
|
@@ -1,31 +0,0 @@
|
|
|
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
|
-
```
|
|
@@ -1,31 +0,0 @@
|
|
|
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
|
-
```
|
|
@@ -1,31 +0,0 @@
|
|
|
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
|
-
```
|
|
@@ -1,32 +0,0 @@
|
|
|
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
|
-
```
|
|
@@ -1,31 +0,0 @@
|
|
|
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
|
-
```
|
|
@@ -1,31 +0,0 @@
|
|
|
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
|
-
```
|
|
@@ -1,31 +0,0 @@
|
|
|
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
|
-
```
|
|
@@ -1,31 +0,0 @@
|
|
|
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
|
-
```
|
|
@@ -1,31 +0,0 @@
|
|
|
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
|
-
```
|
|
@@ -1,31 +0,0 @@
|
|
|
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
|
-
```
|
|
@@ -1,31 +0,0 @@
|
|
|
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
|
-
```
|
|
@@ -1,31 +0,0 @@
|
|
|
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
|
-
```
|