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
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
# Forensic Investigation Report
|
|
2
|
+
|
|
3
|
+
> **Instructions**: Fill in all sections. Every factual claim must cite at least one `[EV-XXXX]` evidence ID.
|
|
4
|
+
> Remove placeholder text and instruction notes before finalizing. Redact all secrets to `[REDACTED]`.
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## Executive Summary
|
|
9
|
+
|
|
10
|
+
**Target Repository**: `OWNER/REPO`
|
|
11
|
+
**Investigation Period**: YYYY-MM-DD to YYYY-MM-DD
|
|
12
|
+
**Verdict**: <!-- Compromised / Clean / Inconclusive -->
|
|
13
|
+
**Confidence Level**: <!-- High / Medium / Low -->
|
|
14
|
+
**Report Date**: YYYY-MM-DD
|
|
15
|
+
**Investigator**: <!-- Agent session ID or analyst name -->
|
|
16
|
+
|
|
17
|
+
<!-- One paragraph: what was investigated, what was found, what is recommended. -->
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
## Timeline of Events
|
|
22
|
+
|
|
23
|
+
> All timestamps in UTC. Each event must cite at least one evidence ID.
|
|
24
|
+
|
|
25
|
+
| Timestamp (UTC) | Event | Evidence IDs | Source |
|
|
26
|
+
|-----------------|-------|--------------|--------|
|
|
27
|
+
| YYYY-MM-DDTHH:MM:SSZ | _Describe event_ | [EV-XXXX] | git / gh_api / gh_archive / web_archive |
|
|
28
|
+
| | | | |
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
## Validated Hypotheses
|
|
33
|
+
|
|
34
|
+
### Hypothesis 1: <!-- Short title -->
|
|
35
|
+
|
|
36
|
+
**Status**: <!-- VALIDATED / INCONCLUSIVE / REJECTED -->
|
|
37
|
+
|
|
38
|
+
**Claim**: _Full statement of the hypothesis._
|
|
39
|
+
|
|
40
|
+
**Supporting Evidence**:
|
|
41
|
+
- [EV-XXXX]: _What this evidence shows_
|
|
42
|
+
- [EV-YYYY]: _What this evidence shows_
|
|
43
|
+
|
|
44
|
+
**Counter-Evidence Considered**: _What might disprove this, and why it was ruled out or not._
|
|
45
|
+
|
|
46
|
+
**Confidence**: <!-- High / Medium / Low, and why -->
|
|
47
|
+
|
|
48
|
+
---
|
|
49
|
+
|
|
50
|
+
## Indicators of Compromise (IOC List)
|
|
51
|
+
|
|
52
|
+
| Type | Value | Status | Evidence |
|
|
53
|
+
|------|-------|--------|----------|
|
|
54
|
+
| COMMIT_SHA | `abc123...` | Confirmed malicious | [EV-XXXX] |
|
|
55
|
+
| ACTOR_USERNAME | `handle` | Suspected compromised | [EV-YYYY] |
|
|
56
|
+
| FILE_PATH | `src/evil.js` | Confirmed malicious | [EV-ZZZZ] |
|
|
57
|
+
| DOMAIN | `evil-cdn.io` | Confirmed C2 | [EV-WWWW] |
|
|
58
|
+
|
|
59
|
+
---
|
|
60
|
+
|
|
61
|
+
## Affected Versions
|
|
62
|
+
|
|
63
|
+
| Version / Tag | Published | Contains Malicious Code | Evidence |
|
|
64
|
+
|---------------|-----------|------------------------|----------|
|
|
65
|
+
| `v1.2.3` | YYYY-MM-DD | Yes / No / Unknown | [EV-XXXX] |
|
|
66
|
+
|
|
67
|
+
---
|
|
68
|
+
|
|
69
|
+
## Evidence Registry
|
|
70
|
+
|
|
71
|
+
> Generated by: `python3 SKILL_DIR/scripts/evidence-store.py --store evidence.json export`
|
|
72
|
+
|
|
73
|
+
<!-- Paste the Markdown table output from the evidence-store.py export command here -->
|
|
74
|
+
|
|
75
|
+
| ID | Type | Source | Actor | Verification | Event Timestamp | URL |
|
|
76
|
+
|----|------|--------|-------|--------------|-----------------|-----|
|
|
77
|
+
| EV-0001 | | | | | | |
|
|
78
|
+
|
|
79
|
+
---
|
|
80
|
+
|
|
81
|
+
## Chain of Custody
|
|
82
|
+
|
|
83
|
+
> Generated by: `python3 SKILL_DIR/scripts/evidence-store.py --store evidence.json export`
|
|
84
|
+
|
|
85
|
+
<!-- Paste the chain of custody section from the export output here -->
|
|
86
|
+
|
|
87
|
+
| Evidence ID | Action | Timestamp | Source |
|
|
88
|
+
|-------------|--------|-----------|--------|
|
|
89
|
+
| EV-0001 | add | | |
|
|
90
|
+
|
|
91
|
+
---
|
|
92
|
+
|
|
93
|
+
## Technical Findings
|
|
94
|
+
|
|
95
|
+
### Git History Analysis
|
|
96
|
+
|
|
97
|
+
_Summarize findings from local git analysis: dangling commits, reflog anomalies, unsigned commits, binary additions, etc._
|
|
98
|
+
|
|
99
|
+
### GitHub API Analysis
|
|
100
|
+
|
|
101
|
+
_Summarize findings from GitHub REST API: deleted PRs/issues, contributor changes, release anomalies, etc._
|
|
102
|
+
|
|
103
|
+
### GitHub Archive Analysis
|
|
104
|
+
|
|
105
|
+
_Summarize findings from BigQuery: force-push events, delete events, workflow anomalies, member changes, etc._
|
|
106
|
+
_Note: If BigQuery was unavailable, state this explicitly._
|
|
107
|
+
|
|
108
|
+
### Wayback Machine Analysis
|
|
109
|
+
|
|
110
|
+
_Summarize findings from archive.org: recovered deleted pages, historical content differences, etc._
|
|
111
|
+
|
|
112
|
+
### IOC Enrichment
|
|
113
|
+
|
|
114
|
+
_Summarize enrichment results: WHOIS data for domains, recovered commit content, actor account analysis, etc._
|
|
115
|
+
|
|
116
|
+
---
|
|
117
|
+
|
|
118
|
+
## Recommendations
|
|
119
|
+
|
|
120
|
+
### Immediate Actions (If Compromise Confirmed)
|
|
121
|
+
|
|
122
|
+
- [ ] Rotate all GitHub tokens, API keys, and credentials that may have been exposed
|
|
123
|
+
- [ ] Pin dependency versions to hashes in all affected packages
|
|
124
|
+
- [ ] Publish a security advisory / CVE if applicable
|
|
125
|
+
- [ ] Notify downstream users/package registries (npm, PyPI, etc.)
|
|
126
|
+
- [ ] Revoke access for the compromised account and re-secure with hardware 2FA
|
|
127
|
+
- [ ] Audit all CI/CD workflow files for unauthorized modifications
|
|
128
|
+
- [ ] Review all releases published during the compromise window
|
|
129
|
+
|
|
130
|
+
### Monitoring Recommendations
|
|
131
|
+
|
|
132
|
+
- [ ] Enable branch protection on `main`/`master` (require code review, disallow force-push)
|
|
133
|
+
- [ ] Enable required commit signing (GPG/SSH)
|
|
134
|
+
- [ ] Set up GitHub audit log streaming for future monitoring
|
|
135
|
+
- [ ] Pin critical dependencies to known-good SHAs in lock files
|
|
136
|
+
|
|
137
|
+
---
|
|
138
|
+
|
|
139
|
+
## Limitations and Caveats
|
|
140
|
+
|
|
141
|
+
- _List any data sources that were unavailable (e.g., no BigQuery access)_
|
|
142
|
+
- _Note any evidence that is single-source only (not independently verified)_
|
|
143
|
+
- _Note any hypotheses that could not be confirmed or denied_
|
|
144
|
+
|
|
145
|
+
---
|
|
146
|
+
|
|
147
|
+
## References
|
|
148
|
+
|
|
149
|
+
- Evidence store: `evidence.json` (SHA-256 integrity: run `python3 SKILL_DIR/scripts/evidence-store.py --store evidence.json verify`)
|
|
150
|
+
- Related issues: <!-- Link to GitHub issues, CVEs, security advisories -->
|
|
151
|
+
- RAPTOR framework: https://github.com/gadievron/raptor
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# Malicious Package Investigation Report
|
|
2
|
+
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
## 📦 Package Metadata
|
|
6
|
+
- **Package Name**:
|
|
7
|
+
- **Registry**: [NPM / PyPI / RubyGems / etc.]
|
|
8
|
+
- **Affected Versions**:
|
|
9
|
+
- **Malicious Version(s)**:
|
|
10
|
+
- **Downloads at Time of Detection**:
|
|
11
|
+
- **Package URL**:
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## 🚩 Indicators of Compromise (IOCs)
|
|
16
|
+
- **Malicious URL(s)**:
|
|
17
|
+
- **Exfiltrated Data Types**: [Environment variables, ~/.ssh/id_rsa, /etc/shadow, etc.]
|
|
18
|
+
- **Exfiltration Method**: [DNS tunneling, HTTP POST to C2, etc.]
|
|
19
|
+
- **C2 IP/Domain**:
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## 🛠️ Analysis Summary
|
|
24
|
+
- **Primary Mechanism**: [Typosquatting / Dependency Confusion / Maintainer Takeover]
|
|
25
|
+
- **Behavior Description**:
|
|
26
|
+
- [Example: Installs a postinstall script that exfiltrates environment variables.]
|
|
27
|
+
- [Example: Patches `setup.py` to download a secondary payload.]
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
## 🔍 Evidence Registry
|
|
32
|
+
| Evidence ID | Type | Source | Description |
|
|
33
|
+
|-------------|------|--------|-------------|
|
|
34
|
+
| EV-XXXX | ioc | NPM | Package install script snapshot |
|
|
35
|
+
| EV-YYYY | web | Wayback| Historical version comparison |
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
## 🛡️ Recommended Mitigations
|
|
40
|
+
1. [ ] Unpublish/Report the package to the registry.
|
|
41
|
+
2. [ ] Audit `package-lock.json` or `requirements.txt` across all projects.
|
|
42
|
+
3. [ ] Rotate secrets exfiltrated via environment variables.
|
|
43
|
+
4. [ ] Pin specific hashes (SHASUM) for mission-critical dependencies.
|
|
@@ -130,7 +130,7 @@ pixel_art("in.png", "out.png", preset="snes", palette="PICO_8", block=6)
|
|
|
130
130
|
|
|
131
131
|
```python
|
|
132
132
|
import sys
|
|
133
|
-
sys.path.insert(0, "/
|
|
133
|
+
sys.path.insert(0, "<path-to-this-skill>/scripts") # e.g. ~/.mindforge/skills/pixel-art/scripts
|
|
134
134
|
from pixel_art import pixel_art
|
|
135
135
|
from pixel_art_video import pixel_art_video
|
|
136
136
|
|
|
@@ -152,7 +152,7 @@ pixel_art_video(
|
|
|
152
152
|
### CLI
|
|
153
153
|
|
|
154
154
|
```bash
|
|
155
|
-
cd /
|
|
155
|
+
cd <path-to-this-skill>/scripts # e.g. ~/.mindforge/skills/pixel-art/scripts
|
|
156
156
|
|
|
157
157
|
python pixel_art.py in.jpg out.png --preset gameboy
|
|
158
158
|
python pixel_art.py in.jpg out.png --preset snes --palette PICO_8 --block 6
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# Named Palettes
|
|
2
|
+
|
|
3
|
+
28 hardware-accurate and artistic palettes available to `pixel_art()`.
|
|
4
|
+
Palette values are sourced from `pixel-art-studio` (MIT) — see ATTRIBUTION.md in the skill root.
|
|
5
|
+
|
|
6
|
+
Usage: pass the palette name as `palette=` or let a preset select it.
|
|
7
|
+
|
|
8
|
+
```python
|
|
9
|
+
pixel_art("in.png", "out.png", preset="nes") # preset selects NES
|
|
10
|
+
pixel_art("in.png", "out.png", preset="custom", palette="PICO_8", block=6)
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Hardware Palettes
|
|
14
|
+
|
|
15
|
+
| Name | Colors | Source |
|
|
16
|
+
|------|--------|--------|
|
|
17
|
+
| `NES` | 54 | Nintendo NES |
|
|
18
|
+
| `C64` | 16 | Commodore 64 |
|
|
19
|
+
| `COMMODORE_64` | 16 | Commodore 64 (alt) |
|
|
20
|
+
| `ZX_SPECTRUM` | 8 | Sinclair ZX Spectrum |
|
|
21
|
+
| `APPLE_II_LO` | 16 | Apple II lo-res |
|
|
22
|
+
| `APPLE_II_HI` | 6 | Apple II hi-res |
|
|
23
|
+
| `GAMEBOY_ORIGINAL` | 4 | Game Boy DMG (green) |
|
|
24
|
+
| `GAMEBOY_POCKET` | 4 | Game Boy Pocket (grey) |
|
|
25
|
+
| `GAMEBOY_VIRTUALBOY` | 4 | Virtual Boy (red) |
|
|
26
|
+
| `PICO_8` | 16 | PICO-8 fantasy console |
|
|
27
|
+
| `TELETEXT` | 8 | BBC Teletext |
|
|
28
|
+
| `CGA_MODE4_PAL1` | 4 | IBM CGA |
|
|
29
|
+
| `MSX` | 15 | MSX |
|
|
30
|
+
| `MICROSOFT_WINDOWS_16` | 16 | Windows 3.x default |
|
|
31
|
+
| `MICROSOFT_WINDOWS_PAINT` | 24 | MS Paint classic |
|
|
32
|
+
| `MONO_BW` | 2 | Black and white |
|
|
33
|
+
| `MONO_AMBER` | 2 | Amber monochrome |
|
|
34
|
+
| `MONO_GREEN` | 2 | Green monochrome |
|
|
35
|
+
|
|
36
|
+
## Artistic Palettes
|
|
37
|
+
|
|
38
|
+
| Name | Colors | Feel |
|
|
39
|
+
|------|--------|------|
|
|
40
|
+
| `PASTEL_DREAM` | 10 | Soft pastels |
|
|
41
|
+
| `NEON_CYBER` | 10 | Cyberpunk neon |
|
|
42
|
+
| `RETRO_WARM` | 10 | Warm 70s |
|
|
43
|
+
| `OCEAN_DEEP` | 10 | Blue gradient |
|
|
44
|
+
| `FOREST_MOSS` | 10 | Green naturals |
|
|
45
|
+
| `SUNSET_FIRE` | 10 | Red to yellow |
|
|
46
|
+
| `ARCTIC_ICE` | 10 | Cool blues and whites |
|
|
47
|
+
| `VINTAGE_ROSE` | 10 | Rose mauves |
|
|
48
|
+
| `EARTH_CLAY` | 10 | Terracotta browns |
|
|
49
|
+
| `ELECTRIC_VIOLET` | 10 | Violet gradient |
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: plan
|
|
3
|
-
description: "Plan mode: write an actionable markdown plan to .
|
|
3
|
+
description: "Plan mode: write an actionable markdown plan to .planning/plans/, no execution. Bite-sized tasks, exact paths, complete code."
|
|
4
4
|
version: 2.0.0
|
|
5
5
|
status: stable
|
|
6
6
|
min_mindforge_version: 11.5.1
|
|
@@ -19,7 +19,7 @@ For this turn, you are planning only.
|
|
|
19
19
|
- Do not edit project files except the plan markdown file.
|
|
20
20
|
- Do not run mutating terminal commands, commit, push, or perform external actions.
|
|
21
21
|
- You may inspect the repo or other context with read-only commands/tools when needed.
|
|
22
|
-
- Your deliverable is a markdown plan saved inside the active workspace under `.
|
|
22
|
+
- Your deliverable is a markdown plan saved inside the active workspace under `.planning/plans/`.
|
|
23
23
|
|
|
24
24
|
## Output requirements
|
|
25
25
|
|
|
@@ -38,13 +38,13 @@ If the task is code-related, include exact file paths, likely test targets, and
|
|
|
38
38
|
|
|
39
39
|
## Save location
|
|
40
40
|
|
|
41
|
-
Save the plan with `
|
|
42
|
-
- `.
|
|
41
|
+
Save the plan with `Write` under:
|
|
42
|
+
- `.planning/plans/YYYY-MM-DD_HHMMSS-<slug>.md`
|
|
43
43
|
|
|
44
44
|
Treat that as relative to the active working directory / backend workspace. file tools are backend-aware, so using this relative path keeps the plan with the workspace on local, docker, ssh, modal, and daytona backends.
|
|
45
45
|
|
|
46
46
|
If the runtime provides a specific target path, use that exact path.
|
|
47
|
-
If not, create a sensible timestamped filename yourself under `.
|
|
47
|
+
If not, create a sensible timestamped filename yourself under `.planning/plans/`.
|
|
48
48
|
|
|
49
49
|
## Interaction style
|
|
50
50
|
|
|
@@ -191,16 +191,16 @@ Use available tools to understand the project:
|
|
|
191
191
|
|
|
192
192
|
```python
|
|
193
193
|
# Understand project structure
|
|
194
|
-
|
|
194
|
+
Grep("*.py", target="files", path="src/")
|
|
195
195
|
|
|
196
196
|
# Look at similar features
|
|
197
|
-
|
|
197
|
+
Grep("similar_pattern", path="src/", file_glob="*.py")
|
|
198
198
|
|
|
199
199
|
# Check existing tests
|
|
200
|
-
|
|
200
|
+
Grep("*.py", target="files", path="tests/")
|
|
201
201
|
|
|
202
202
|
# Read key files
|
|
203
|
-
|
|
203
|
+
Read("src/app.py")
|
|
204
204
|
```
|
|
205
205
|
|
|
206
206
|
### Step 3: Design Approach
|
|
@@ -314,7 +314,7 @@ After saving the plan, offer the execution approach:
|
|
|
314
314
|
**"Plan complete and saved. Ready to execute using subagent-driven-development — I'll dispatch a fresh subagent per task with two-stage review (spec compliance then code quality). Shall I proceed?"**
|
|
315
315
|
|
|
316
316
|
When executing, use the `subagent-driven-development` skill:
|
|
317
|
-
- Fresh `
|
|
317
|
+
- Fresh `Agent` per task with full context
|
|
318
318
|
- Spec compliance review after each task
|
|
319
319
|
- Code quality review after spec passes
|
|
320
320
|
- Proceed only when both reviews approve
|
|
@@ -120,13 +120,13 @@ Quick scan before dispatching the reviewer:
|
|
|
120
120
|
|
|
121
121
|
## Step 5 — Independent reviewer subagent
|
|
122
122
|
|
|
123
|
-
Call `
|
|
123
|
+
Call `Agent` directly — it is NOT available inside Bash or scripts.
|
|
124
124
|
|
|
125
125
|
The reviewer gets ONLY the diff and static scan results. No shared context with
|
|
126
126
|
the implementer. Fail-closed: unparseable response = fail.
|
|
127
127
|
|
|
128
128
|
```python
|
|
129
|
-
|
|
129
|
+
Agent(
|
|
130
130
|
goal="""You are an independent code reviewer. You have no context about how
|
|
131
131
|
these changes were made. Review the git diff and return ONLY valid JSON.
|
|
132
132
|
|
|
@@ -165,7 +165,6 @@ Return ONLY this JSON:
|
|
|
165
165
|
"summary": "one sentence verdict"
|
|
166
166
|
}""",
|
|
167
167
|
context="Independent code review. Return only JSON verdict.",
|
|
168
|
-
toolsets=["terminal"]
|
|
169
168
|
)
|
|
170
169
|
```
|
|
171
170
|
|
|
@@ -195,7 +194,7 @@ Spawn a THIRD agent context — not you (the implementer), not the reviewer.
|
|
|
195
194
|
It fixes ONLY the reported issues:
|
|
196
195
|
|
|
197
196
|
```python
|
|
198
|
-
|
|
197
|
+
Agent(
|
|
199
198
|
goal="""You are a code fix agent. Fix ONLY the specific issues listed below.
|
|
200
199
|
Do NOT refactor, rename, or change anything else. Do NOT add features.
|
|
201
200
|
|
|
@@ -211,7 +210,6 @@ Current diff for context:
|
|
|
211
210
|
|
|
212
211
|
Fix each issue precisely. Describe what you changed and why.""",
|
|
213
212
|
context="Fix only the reported issues. Do not change anything else.",
|
|
214
|
-
toolsets=["terminal", "file"]
|
|
215
213
|
)
|
|
216
214
|
```
|
|
217
215
|
|
|
@@ -269,7 +267,7 @@ tests exist, tests pass, no regressions.
|
|
|
269
267
|
- **Empty diff** — check `git status`, tell user nothing to verify
|
|
270
268
|
- **Not a git repo** — skip and tell user
|
|
271
269
|
- **Large diff (>15k chars)** — split by file, review each separately
|
|
272
|
-
- **
|
|
270
|
+
- **Agent returns non-JSON** — retry once with stricter prompt, then treat as FAIL
|
|
273
271
|
- **False positives** — if reviewer flags something intentional, note it in fix prompt
|
|
274
272
|
- **No test framework found** — skip regression check, reviewer verdict still runs
|
|
275
273
|
- **Lint tools not installed** — skip that check silently, don't fail
|
|
@@ -237,17 +237,17 @@ find . -name "*.bib"
|
|
|
237
237
|
|
|
238
238
|
### Step 1.2: Search for Related Work
|
|
239
239
|
|
|
240
|
-
**Load the `arxiv` skill** for structured paper discovery: `
|
|
240
|
+
**Load the `arxiv` skill** for structured paper discovery: `Skill(skill="arxiv")`. It provides arXiv REST API search, Semantic Scholar citation graphs, author profiles, and BibTeX generation.
|
|
241
241
|
|
|
242
|
-
Use `
|
|
242
|
+
Use `WebSearch` for broad discovery, `WebFetch` for fetching specific papers:
|
|
243
243
|
|
|
244
244
|
```
|
|
245
|
-
# Via
|
|
246
|
-
|
|
247
|
-
|
|
245
|
+
# Via WebSearch:
|
|
246
|
+
WebSearch("[main technique] + [application domain] site:arxiv.org")
|
|
247
|
+
WebSearch("[baseline method] comparison ICML NeurIPS 2024")
|
|
248
248
|
|
|
249
|
-
# Via
|
|
250
|
-
|
|
249
|
+
# Via WebFetch (for specific papers):
|
|
250
|
+
WebFetch("https://arxiv.org/abs/2303.17651")
|
|
251
251
|
```
|
|
252
252
|
|
|
253
253
|
Additional search queries to try:
|
|
@@ -294,7 +294,7 @@ Round 3 (Targeted): Fill specific gaps
|
|
|
294
294
|
|
|
295
295
|
**When to stop**: If a round returns >80% papers already in your collection, the search is saturated. Typically 2-3 rounds suffice. For survey papers, expect 4-5 rounds.
|
|
296
296
|
|
|
297
|
-
**For agent-based workflows**: Delegate each round's queries in parallel via `
|
|
297
|
+
**For agent-based workflows**: Delegate each round's queries in parallel via `Agent`. Collect results, deduplicate, then generate the next round's queries from the combined learnings.
|
|
298
298
|
|
|
299
299
|
### Step 1.3: Verify Every Citation
|
|
300
300
|
|
|
@@ -2115,12 +2115,12 @@ Compose this skill with other skills for specific phases:
|
|
|
2115
2115
|
|
|
2116
2116
|
| Skill | When to Use | How to Load |
|
|
2117
2117
|
|-------|-------------|-------------|
|
|
2118
|
-
| **arxiv** | Phase 1 (Literature Review): searching arXiv, generating BibTeX, finding related papers via Semantic Scholar | `
|
|
2119
|
-
| **subagent-driven-development** | Phase 5 (Drafting): parallel section writing with 2-stage review (spec compliance then quality) | `
|
|
2120
|
-
| **plan** | Phase 0 (Setup): creating structured plans before execution. Writes to `.
|
|
2118
|
+
| **arxiv** | Phase 1 (Literature Review): searching arXiv, generating BibTeX, finding related papers via Semantic Scholar | `Skill(skill="arxiv")` |
|
|
2119
|
+
| **subagent-driven-development** | Phase 5 (Drafting): parallel section writing with 2-stage review (spec compliance then quality) | `Skill(skill="subagent-driven-development")` |
|
|
2120
|
+
| **plan** | Phase 0 (Setup): creating structured plans before execution. Writes to `.planning/plans/` | `Skill(skill="plan")` |
|
|
2121
2121
|
| **qmd** | Phase 1 (Literature): searching local knowledge bases (notes, transcripts, docs) via hybrid BM25+vector search | Install: `skill_manage("install", "qmd")` |
|
|
2122
|
-
| **
|
|
2123
|
-
| **
|
|
2122
|
+
| **concept-diagrams** | Phase 4-5: creating Excalidraw-based figures and architecture diagrams | `Skill(skill="concept-diagrams")` |
|
|
2123
|
+
| **jupyter-live-kernel** | Phase 4 (Analysis): Jupyter live kernel for interactive analysis and visualization | `Skill(skill="jupyter-live-kernel")` |
|
|
2124
2124
|
|
|
2125
2125
|
**This skill supersedes `ml-paper-writing`** — it contains all of ml-paper-writing's content plus the full experiment/analysis pipeline and autoreason methodology.
|
|
2126
2126
|
|
|
@@ -2128,13 +2128,13 @@ Compose this skill with other skills for specific phases:
|
|
|
2128
2128
|
|
|
2129
2129
|
| Tool | Usage in This Pipeline |
|
|
2130
2130
|
|------|----------------------|
|
|
2131
|
-
| **`
|
|
2131
|
+
| **`Bash`** | LaTeX compilation (`latexmk -pdf`), git operations, launching experiments (`nohup python run.py &`), process checks |
|
|
2132
2132
|
| **`process`** | Background experiment management: `process("start", ...)`, `process("poll", pid)`, `process("log", pid)`, `process("kill", pid)` |
|
|
2133
|
-
| **`
|
|
2134
|
-
| **`
|
|
2135
|
-
| **`
|
|
2136
|
-
| **`
|
|
2137
|
-
| **`
|
|
2133
|
+
| **`Bash`** | Run Python for citation verification, statistical analysis, data aggregation. Has tool access via RPC. |
|
|
2134
|
+
| **`Read`** / **`Write`** / **`Edit`** | Paper editing, experiment scripts, result files. Use `Edit` for targeted edits to large .tex files. |
|
|
2135
|
+
| **`WebSearch`** | Literature discovery: `WebSearch("transformer attention mechanism 2024")` |
|
|
2136
|
+
| **`WebFetch`** | Fetch paper content, verify citations: `WebFetch("https://arxiv.org/abs/2303.17651")` |
|
|
2137
|
+
| **`Agent`** | **Parallel section drafting** — spawn isolated subagents for each section. Also for concurrent citation verification. |
|
|
2138
2138
|
| **`todo`** | Primary state tracker across sessions. Update after every phase transition. |
|
|
2139
2139
|
| **`memory`** | Persist key decisions across sessions: contribution framing, venue choice, reviewer feedback. |
|
|
2140
2140
|
| **`cronjob`** | Schedule experiment monitoring, deadline countdowns, automated arXiv checks. |
|
|
@@ -2145,32 +2145,32 @@ Compose this skill with other skills for specific phases:
|
|
|
2145
2145
|
|
|
2146
2146
|
**Experiment monitoring** (most common):
|
|
2147
2147
|
```
|
|
2148
|
-
|
|
2149
|
-
→
|
|
2150
|
-
→
|
|
2151
|
-
→
|
|
2152
|
-
→
|
|
2148
|
+
Bash("ps aux | grep <pattern>")
|
|
2149
|
+
→ Bash("tail -30 <logfile>")
|
|
2150
|
+
→ Bash("ls results/")
|
|
2151
|
+
→ Bash("analyze results JSON, compute metrics")
|
|
2152
|
+
→ Bash("git add -A && git commit -m '<descriptive message>' && git push")
|
|
2153
2153
|
→ send_message("Experiment complete: <summary>")
|
|
2154
2154
|
```
|
|
2155
2155
|
|
|
2156
2156
|
**Parallel section drafting** (using delegation):
|
|
2157
2157
|
```
|
|
2158
|
-
|
|
2158
|
+
Agent("Draft the Methods section based on these experiment scripts and configs.
|
|
2159
2159
|
Include: pseudocode, all hyperparameters, architectural details sufficient for
|
|
2160
2160
|
reproduction. Write in LaTeX using the neurips2025 template conventions.")
|
|
2161
2161
|
|
|
2162
|
-
|
|
2162
|
+
Agent("Draft the Related Work section. Use WebSearch and WebFetch to
|
|
2163
2163
|
find papers. Verify every citation via Semantic Scholar. Group by methodology.")
|
|
2164
2164
|
|
|
2165
|
-
|
|
2165
|
+
Agent("Draft the Experiments section. Read all result files in results/.
|
|
2166
2166
|
State which claim each experiment supports. Include error bars and significance.")
|
|
2167
2167
|
```
|
|
2168
2168
|
|
|
2169
2169
|
Each delegate runs as a **fresh subagent** with no shared context — provide all necessary information in the prompt. Collect outputs and integrate.
|
|
2170
2170
|
|
|
2171
|
-
**Citation verification** (using
|
|
2171
|
+
**Citation verification** (using Bash):
|
|
2172
2172
|
```python
|
|
2173
|
-
# In
|
|
2173
|
+
# In Bash:
|
|
2174
2174
|
from semanticscholar import SemanticScholar
|
|
2175
2175
|
import requests
|
|
2176
2176
|
|
|
@@ -2211,9 +2211,9 @@ todo("update", id=1, status="completed")
|
|
|
2211
2211
|
```
|
|
2212
2212
|
1. todo("list") # Check current task list
|
|
2213
2213
|
2. memory("read") # Recall key decisions
|
|
2214
|
-
3.
|
|
2215
|
-
4.
|
|
2216
|
-
5.
|
|
2214
|
+
3. Bash("git log --oneline -10") # Check recent commits
|
|
2215
|
+
4. Bash("ps aux | grep python") # Check running experiments
|
|
2216
|
+
5. Bash("ls results/ | tail -20") # Check for new results
|
|
2217
2217
|
6. Report status to user, ask for direction
|
|
2218
2218
|
```
|
|
2219
2219
|
|