mindforge-cc 11.8.2 → 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 -2
- 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 +3 -3
- package/.mindforge/skills/agent-architecture-audit/SKILL.md +11 -0
- package/.mindforge/skills/agent-loops/SKILL.md +1 -1
- 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/documentation/SKILL.md +1 -1
- 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/incident-response/SKILL.md +1 -1
- 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/security-review/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 +7 -8
- 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 +35 -0
- package/MINDFORGE.md +3 -3
- package/README.md +9 -7
- package/RELEASENOTES.md +65 -2
- package/SECURITY.md +5 -3
- package/bin/autonomous/auto-runner.js +5 -2
- package/bin/engine/skill-loader.js +4 -0
- package/bin/governance/rbac.js +4 -0
- package/bin/memory/eis-client.js +1 -0
- package/bin/mindforge-cli.js +5 -0
- package/bin/models/bedrock-provider.js +192 -0
- package/bin/models/model-client.js +19 -0
- package/bin/spawn-agent.js +9 -2
- package/docs/commands-reference.md +68 -6
- 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,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-advisor-researcher
|
|
3
3
|
description: Researches single decision points and provides structured comparisons with rationale. Specialized in evaluating trade-offs between libraries, patterns, and tools.
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob,
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob, WebSearch, WebFetch
|
|
5
5
|
color: cyan
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -32,7 +32,7 @@ Complexity isn't just "hard to write." It's the surface area of change, new depe
|
|
|
32
32
|
<process>
|
|
33
33
|
|
|
34
34
|
<step name="research">
|
|
35
|
-
Use `
|
|
35
|
+
Use `WebFetch` to pull technical documentation and code examples directly from official sources. Supplement with `WebSearch` for community sentiment, library maturity signals (stars, age), and recent pitfalls.
|
|
36
36
|
Search the codebase using `Grep` and `Glob` to understand existing stack constraints.
|
|
37
37
|
</step>
|
|
38
38
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-api-load-tester
|
|
3
3
|
description: Load testing and capacity planning specialist for performance benchmarking, stress testing, and SLA validation
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob
|
|
5
5
|
color: orange
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-authentication-architect
|
|
3
3
|
description: Authentication and identity specialist for OAuth2/OIDC flows, SSO federation, MFA implementation, and session management
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob
|
|
5
5
|
color: red
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-backup-recovery-specialist
|
|
3
3
|
description: Backup and disaster recovery specialist for backup strategy, restoration testing, RPO/RTO enforcement, and data protection
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob
|
|
5
5
|
color: green
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-build-optimizer
|
|
3
3
|
description: Build performance specialist for compilation speed, dependency graph optimization, caching strategies, and CI pipeline acceleration
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob
|
|
5
5
|
color: orange
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-caching-strategist
|
|
3
3
|
description: Caching architecture specialist for cache invalidation, CDN strategy, multi-layer caching, and consistency patterns
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob
|
|
5
5
|
color: orange
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-chaos-engineer
|
|
3
3
|
description: Resilience testing specialist for failure injection, fault tolerance verification, and system reliability under adverse conditions
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob
|
|
5
5
|
color: orange
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-config-management-expert
|
|
3
3
|
description: Configuration management specialist for feature flags, environment config, secrets rotation, and config drift detection
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob
|
|
5
5
|
color: green
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-coverage-specialist
|
|
3
3
|
description: Senior test engineer specialized in logic sampling and adversarial gap detection. Ensures "Nyquist-level" coverage across core business logic without touching implementation source.
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob
|
|
5
5
|
color: yellow
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-debug-specialist
|
|
3
3
|
description: Principal engineering specialist in production debugging and root cause analysis (RCA). Solves complex defects by finding causes, not patching symptoms.
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob,
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob, WebFetch
|
|
5
5
|
color: orange
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -32,7 +32,7 @@ The best fix is often the one that removes the fewest lines of code or clarifies
|
|
|
32
32
|
<process>
|
|
33
33
|
|
|
34
34
|
<step name="reproduction">
|
|
35
|
-
Use `Bash
|
|
35
|
+
Use `Bash` to experience the failure.
|
|
36
36
|
Document the exact steps required to trigger the bug. If you can't reproduce it, you can't fix it.
|
|
37
37
|
</step>
|
|
38
38
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-debugger
|
|
3
3
|
description: Principal engineering specialist in systematic root cause analysis (RCA) and complex defect resolution. Uses scientific hypothesis testing to solve non-obvious failures.
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob,
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob, WebSearch, WebFetch
|
|
5
5
|
color: orange
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -36,7 +36,7 @@ When debugging code you wrote, read it as if it were foreign. Your mental model
|
|
|
36
36
|
<process>
|
|
37
37
|
|
|
38
38
|
<step name="reproduction">
|
|
39
|
-
Use `Bash
|
|
39
|
+
Use `Bash` or `Grep` to witness the failure.
|
|
40
40
|
Document exact steps to trigger the bug. If it isn't reproducible, it isn't "fixed."
|
|
41
41
|
</step>
|
|
42
42
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-dependency-auditor
|
|
3
3
|
description: Supply chain security specialist for CVE scanning, version compatibility, and license compliance
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob
|
|
5
5
|
color: red
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-developer
|
|
3
3
|
description: Senior software engineer. Writes clean, minimal, well-tested code following strict naming and architectural conventions.
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob,
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob, WebFetch
|
|
5
5
|
color: green
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-devops-engineer
|
|
3
3
|
description: Infrastructure and deployment specialist covering CI/CD, containerization, orchestration, and platform engineering
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob
|
|
5
5
|
color: green
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-executor
|
|
3
3
|
description: Executes implementation plans with high fidelity, creating atomic commits, handling deviations, and maintaining system integrity.
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob
|
|
5
5
|
color: yellow
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-go-specialist
|
|
3
3
|
description: Go language specialist for idiomatic patterns, goroutine management, error handling, and high-performance service design
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob,
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob, WebFetch
|
|
5
5
|
color: cyan
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-incident-commander
|
|
3
3
|
description: Production incident response specialist for triage, mitigation, root cause analysis, and postmortem facilitation
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob
|
|
5
5
|
color: red
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-java-specialist
|
|
3
3
|
description: Java ecosystem specialist for Spring Boot patterns, JVM tuning, enterprise design patterns, and modern Java features
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob,
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob, WebFetch
|
|
5
5
|
color: cyan
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-kubernetes-debugger
|
|
3
3
|
description: Kubernetes troubleshooting specialist for pod failures, networking issues, RBAC problems, and resource exhaustion
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob
|
|
5
5
|
color: green
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-logging-architect
|
|
3
3
|
description: Logging architecture specialist for structured logging standards, correlation ID propagation, log pipeline design, and PII redaction
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob
|
|
5
5
|
color: green
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-nyquist-auditor
|
|
3
3
|
description: Specialized verification auditor focused on filling testing gaps and ensuring high-fidelity requirement compliance through automated validation.
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob
|
|
5
5
|
color: "#8B5CF6"
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-observability-engineer
|
|
3
3
|
description: Observability specialist for structured logging, distributed tracing, metrics design, and alerting strategy
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob
|
|
5
5
|
color: green
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-performance-optimizer
|
|
3
3
|
description: Performance engineering specialist focused on profiling, bottleneck detection, and optimization across the full stack
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob
|
|
5
5
|
color: orange
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-phase-researcher
|
|
3
3
|
description: Researches the technical domain and implementation details for a specific phase before planning. Produces RESEARCH.md.
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob,
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob, WebSearch, WebFetch
|
|
5
5
|
color: cyan
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -20,7 +20,7 @@ Your research prevents "library guessing" and architectural drift:
|
|
|
20
20
|
|
|
21
21
|
<philosophy>
|
|
22
22
|
**Verify Before Asserting:**
|
|
23
|
-
Never recommend a library or API without checking its current documentation or version. Avoid "training data hallucination" by using `
|
|
23
|
+
Never recommend a library or API without checking its current documentation or version. Avoid "training data hallucination" by using `WebSearch` and `WebFetch`.
|
|
24
24
|
|
|
25
25
|
**Prescriptive Guidance:**
|
|
26
26
|
Don't just provide a list of options. Recommend the *best* option for this specific project and explain why.
|
|
@@ -33,7 +33,7 @@ Understand the constraints and trade-offs of the technologies you recommend. Doc
|
|
|
33
33
|
|
|
34
34
|
<step name="domain_investigation">
|
|
35
35
|
Identify the primary technologies and problem domains for the phase.
|
|
36
|
-
|
|
36
|
+
Use `WebFetch` for official documentation, current versions, and valid code patterns.
|
|
37
37
|
</step>
|
|
38
38
|
|
|
39
39
|
<step name="stack_recommendation">
|
|
@@ -93,9 +93,9 @@ Document these as "Common Pitfalls" with specific prevention strategies.
|
|
|
93
93
|
</forbidden_files>
|
|
94
94
|
|
|
95
95
|
<critical_rules>
|
|
96
|
-
- **CURRENT SOURCES ONLY**: Always use `
|
|
96
|
+
- **CURRENT SOURCES ONLY**: Always use `WebFetch` and `WebSearch` to verify library versions and current best practices.
|
|
97
97
|
- **HONEST UNCERTAINTY**: If you can't find a definitive answer or have low confidence, state it explicitly.
|
|
98
|
-
- **NO DEPRECATED TECH**: Actively check for deprecated features or libraries (via
|
|
98
|
+
- **NO DEPRECATED TECH**: Actively check for deprecated features or libraries (via `WebFetch`) and recommend replacements.
|
|
99
99
|
</critical_rules>
|
|
100
100
|
|
|
101
101
|
<success_criteria>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-planner
|
|
3
3
|
description: Principal specialist in task decomposition and technical execution planning. Creates executable plans for specific phases.
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob,
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob, WebSearch
|
|
5
5
|
color: green
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-project-researcher
|
|
3
3
|
description: Principal domain researcher. Investigates ecosystem, feasibility, and technical constraints before project or milestone creation.
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob,
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob, WebSearch, WebFetch
|
|
5
5
|
color: cyan
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -32,7 +32,7 @@ The most valuable thing you can find is what *won't* work. Identify the "Critica
|
|
|
32
32
|
<process>
|
|
33
33
|
|
|
34
34
|
<step name="ecosystem_discovery">
|
|
35
|
-
Identify primary framework choices.
|
|
35
|
+
Identify primary framework choices. Use `WebFetch` for current documentation, code examples, and ecosystem standards.
|
|
36
36
|
Supplement with manual search for popularity and community sentiment.
|
|
37
37
|
</step>
|
|
38
38
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-python-specialist
|
|
3
3
|
description: Python ecosystem specialist for Pythonic patterns, async/await, type hints, packaging, and framework best practices
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob,
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob, WebFetch
|
|
5
5
|
color: cyan
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-qa-engineer
|
|
3
3
|
description: Senior quality assurance engineer. Thinks adversarially to find failure modes, boundary conditions, and logic gaps.
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob
|
|
5
5
|
color: yellow
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-release-manager
|
|
3
3
|
description: Senior release manager and platform engineer. Ensures every release is traceable, reversible, and communicated through structured semver and changelogs.
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob
|
|
5
5
|
color: blue
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-research-agent
|
|
3
3
|
description: Technical research specialist with 1M+ token context window. Ingests large documentation sets and codebases to identify patterns, debt, and integration paths.
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob,
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob, WebFetch
|
|
5
5
|
color: cyan
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -38,9 +38,9 @@ Identify the primary sources: Existing code, external URL docs, or local regulat
|
|
|
38
38
|
</step>
|
|
39
39
|
|
|
40
40
|
<step name="deep_ingestion">
|
|
41
|
-
Use `
|
|
41
|
+
Use `WebFetch` as the primary engine for external documentation and code examples. Use `Read` for large local files.
|
|
42
42
|
Look for:
|
|
43
|
-
- API contracts and examples (via
|
|
43
|
+
- API contracts and examples (via `WebFetch`).
|
|
44
44
|
- Performance limits.
|
|
45
45
|
- Known pitfalls/issues.
|
|
46
46
|
- Licensing and security status.
|
|
@@ -95,7 +95,7 @@ Highlight:
|
|
|
95
95
|
|
|
96
96
|
<critical_rules>
|
|
97
97
|
- **NO GUESSING**: If the documentation is unclear, state it as an "Open Question." Never fill gaps with hallucinated details.
|
|
98
|
-
- **
|
|
98
|
+
- **DOCS FIRST**: Always use `WebFetch` for library documentation before manual browsing.
|
|
99
99
|
- **ABSOLUTE PATHS**: Always cite your sources with absolute paths or valid URLs.
|
|
100
100
|
- **CONTEXT OVER BREVITY**: When researching complex integrations, favor detail. The Decision Architect needs the "Why" and the "How."
|
|
101
101
|
</critical_rules>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-roadmapper-extend
|
|
3
3
|
description: Enhanced execution strategist. Specializes in deriving phases from requirements and ensuring 100% coverage with verifiable success criteria.
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob,
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob, WebSearch
|
|
5
5
|
color: cyan
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-rust-specialist
|
|
3
3
|
description: Rust language specialist for ownership patterns, lifetime management, unsafe code review, and systems programming best practices
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob,
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob, WebFetch
|
|
5
5
|
color: cyan
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-security-reviewer
|
|
3
3
|
description: Senior application security engineer. Reviews code for vulnerabilities, hardcoded secrets, and compliance with the OWASP Top 10.
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob
|
|
5
5
|
color: red
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-tech-writer
|
|
3
3
|
description: Senior technical writer and communication specialist. Produces minimal, high-utility documentation for developers and stakeholders.
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob,
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob, WebFetch
|
|
5
5
|
color: cyan
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-typescript-wizard
|
|
3
3
|
description: Advanced TypeScript specialist for generics, conditional types, template literals, type-level programming, and complex type inference
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob,
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob, WebFetch
|
|
5
5
|
color: cyan
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mindforge-ui-researcher
|
|
3
3
|
description: Produced design contracts (UI-SPEC.md) for frontend phases. Researches stack, tokens, and components.
|
|
4
|
-
tools: Read, Write, Bash, Grep, Glob,
|
|
4
|
+
tools: Read, Write, Bash, Grep, Glob, WebSearch, WebFetch
|
|
5
5
|
color: #E879F9
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -3,7 +3,7 @@ name: accessibility
|
|
|
3
3
|
version: 1.0.0
|
|
4
4
|
min_mindforge_version: 0.3.0
|
|
5
5
|
status: stable
|
|
6
|
-
triggers: accessibility, a11y, aria,
|
|
6
|
+
triggers: accessibility, a11y, aria, wcag, screen reader, keyboard, focus, tab order, colour contrast, color contrast, alt text, semantic HTML, form label, button, interactive, disabled, skip link, heading hierarchy, landmark, live region, modal, dialog, tooltip, dropdown, combobox
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# Skill — Accessibility Engineering
|
|
@@ -78,7 +78,7 @@ Level AAA elements (where achievable without design compromise) are recommended.
|
|
|
78
78
|
### Testing protocol
|
|
79
79
|
```bash
|
|
80
80
|
# Automated testing (catches ~30-40% of issues)
|
|
81
|
-
npx axe-cli https://localhost:3000
|
|
81
|
+
npx @axe-core/cli https://localhost:3000
|
|
82
82
|
|
|
83
83
|
# Keyboard testing (manual — must be done for every interactive component)
|
|
84
84
|
# 1. Tab through every interactive element — order must be logical
|
|
@@ -98,7 +98,7 @@ npx axe-cli https://localhost:3000
|
|
|
98
98
|
```
|
|
99
99
|
|
|
100
100
|
## Self-check before task completion
|
|
101
|
-
- [ ] Ran
|
|
101
|
+
- [ ] Ran `@axe-core/cli` — zero violations
|
|
102
102
|
- [ ] Keyboard navigation tested manually
|
|
103
103
|
- [ ] All interactive elements have accessible names
|
|
104
104
|
- [ ] Colour contrast meets 4.5:1 for text
|
|
@@ -22,6 +22,17 @@ timeout, hallucination); this skill audits the whole stack for the systemic
|
|
|
22
22
|
wrapper-layer causes behind those failures. Invoke via `/mindforge:introspect`
|
|
23
23
|
when a single-failure debug keeps recurring or points at a structural cause.
|
|
24
24
|
|
|
25
|
+
**Component-name note:** `PersonaFactory`, `soul-engine`, and `hooks_route`
|
|
26
|
+
below describe MindForge's *aspirational* multi-agent protocol (per
|
|
27
|
+
`.claude/CLAUDE.md`) and are NOT implemented anywhere in `bin/` — grep for
|
|
28
|
+
these names before treating a "missing" one as a real finding. The actual
|
|
29
|
+
ground-truth implementations are: `bin/engine/nexus-tracer.js` (NexusTracer),
|
|
30
|
+
`bin/autonomous/wave-executor.js` (WaveExecutor), and `bin/shard-helper.js`
|
|
31
|
+
(the real file behind the `shard-controller` concept). When auditing a real
|
|
32
|
+
MindForge instance, map findings to these actual files, not the aspirational
|
|
33
|
+
names — treat every table entry below as a *conceptual* layer, not a
|
|
34
|
+
confirmed component.
|
|
35
|
+
|
|
25
36
|
## When this skill activates
|
|
26
37
|
|
|
27
38
|
**MANDATORY for:**
|
|
@@ -3,7 +3,7 @@ name: agent-loops
|
|
|
3
3
|
version: 1.0.0
|
|
4
4
|
min_mindforge_version: 10.0.3
|
|
5
5
|
status: stable
|
|
6
|
-
triggers: loop, circuit breaker, retry, fallback, agent loop, orchestration, self-repair, recovery, sequential execution, iteration, backoff, provider fallback
|
|
6
|
+
triggers: loop, circuit breaker, retry, fallback, agent loop, agent loop orchestration, self-repair, recovery, sequential execution, iteration, backoff, provider fallback
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# Skill — Agent Loops
|
|
@@ -17,8 +17,8 @@ Search and retrieve academic papers from arXiv via their free REST API. No API k
|
|
|
17
17
|
|--------|---------|
|
|
18
18
|
| Search papers | `curl "https://export.arxiv.org/api/query?search_query=all:QUERY&max_results=5"` |
|
|
19
19
|
| Get specific paper | `curl "https://export.arxiv.org/api/query?id_list=2402.03300"` |
|
|
20
|
-
| Read abstract (web) | `
|
|
21
|
-
| Read full paper (PDF) | `
|
|
20
|
+
| Read abstract (web) | `WebFetch(urls=["https://arxiv.org/abs/2402.03300"])` |
|
|
21
|
+
| Read full paper (PDF) | `WebFetch(urls=["https://arxiv.org/pdf/2402.03300"])` |
|
|
22
22
|
|
|
23
23
|
## Searching Papers
|
|
24
24
|
|
|
@@ -145,10 +145,10 @@ After finding a paper, read it:
|
|
|
145
145
|
|
|
146
146
|
```
|
|
147
147
|
# Abstract page (fast, metadata + abstract)
|
|
148
|
-
|
|
148
|
+
WebFetch(urls=["https://arxiv.org/abs/2402.03300"])
|
|
149
149
|
|
|
150
150
|
# Full paper (PDF → markdown via Firecrawl)
|
|
151
|
-
|
|
151
|
+
WebFetch(urls=["https://arxiv.org/pdf/2402.03300"])
|
|
152
152
|
```
|
|
153
153
|
|
|
154
154
|
For local PDF processing, see the `ocr-and-documents` skill.
|
|
@@ -241,8 +241,8 @@ curl -s "https://api.semanticscholar.org/graph/v1/author/search?query=Yann+LeCun
|
|
|
241
241
|
|
|
242
242
|
1. **Discover**: `python scripts/search_arxiv.py "your topic" --sort date --max 10`
|
|
243
243
|
2. **Assess impact**: `curl -s "https://api.semanticscholar.org/graph/v1/paper/arXiv:ID?fields=citationCount,influentialCitationCount"`
|
|
244
|
-
3. **Read abstract**: `
|
|
245
|
-
4. **Read full paper**: `
|
|
244
|
+
3. **Read abstract**: `WebFetch(urls=["https://arxiv.org/abs/ID"])`
|
|
245
|
+
4. **Read full paper**: `WebFetch(urls=["https://arxiv.org/pdf/ID"])`
|
|
246
246
|
5. **Find related work**: `curl -s "https://api.semanticscholar.org/graph/v1/paper/arXiv:ID/references?fields=title,citationCount&limit=20"`
|
|
247
247
|
6. **Get recommendations**: POST to Semantic Scholar recommendations endpoint
|
|
248
248
|
7. **Track authors**: `curl -s "https://api.semanticscholar.org/graph/v1/author/search?query=NAME"`
|