@monoes/monomindcli 1.10.54 → 1.10.55
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/.claude/agents/optimization/benchmark-suite.md +2 -0
- package/.claude/agents/optimization/load-balancer.md +2 -0
- package/.claude/agents/optimization/performance-monitor.md +2 -0
- package/.claude/agents/optimization/resource-allocator.md +3 -1
- package/.claude/agents/optimization/topology-optimizer.md +2 -0
- package/.claude/commands/mastermind/_repeat.md +21 -0
- package/.claude/commands/mastermind/_taskfile.md +235 -0
- package/.claude/commands/mastermind/adr.md +11 -0
- package/.claude/commands/mastermind/approve.md +94 -0
- package/.claude/commands/mastermind/autodev.md +32 -0
- package/.claude/commands/mastermind/budget.md +7 -0
- package/.claude/commands/mastermind/code-review.md +317 -0
- package/.claude/commands/mastermind/createorg.md +40 -1
- package/.claude/commands/mastermind/createtask.md +383 -0
- package/.claude/commands/mastermind/debug.md +22 -0
- package/.claude/commands/mastermind/design.md +20 -0
- package/.claude/commands/mastermind/do.md +526 -0
- package/.claude/commands/mastermind/execute.md +20 -0
- package/.claude/commands/mastermind/finish.md +20 -0
- package/.claude/commands/mastermind/graph-status.md +7 -0
- package/.claude/commands/mastermind/help.md +118 -0
- package/.claude/commands/mastermind/ideate.md +261 -0
- package/.claude/commands/mastermind/improve.md +345 -0
- package/.claude/commands/mastermind/loops.md +7 -0
- package/.claude/commands/mastermind/master.md +186 -6
- package/.claude/commands/mastermind/memory.md +230 -0
- package/.claude/commands/mastermind/plan.md +26 -0
- package/.claude/commands/mastermind/receive-review.md +20 -0
- package/.claude/commands/mastermind/repeat.md +257 -0
- package/.claude/commands/mastermind/runorg.md +3 -0
- package/.claude/commands/mastermind/skill-builder.md +20 -0
- package/.claude/commands/mastermind/specialagents.md +125 -0
- package/.claude/commands/mastermind/swarm.md +161 -0
- package/.claude/commands/mastermind/taskdev.md +26 -0
- package/.claude/commands/mastermind/tdd.md +22 -0
- package/.claude/commands/mastermind/techport.md +4 -0
- package/.claude/commands/mastermind/understand.md +139 -0
- package/.claude/commands/mastermind/verify.md +22 -0
- package/.claude/commands/mastermind/worktree.md +20 -0
- package/.claude/helpers/handlers/graph-status-handler.cjs +2 -1
- package/.claude/helpers/hook-handler.cjs +19 -0
- package/.claude/helpers/skill-registry.json +23 -0
- package/.claude/helpers/statusline.cjs +1 -1
- package/.claude/skills/mastermind/approve.md +15 -7
- package/.claude/skills/mastermind/autodev.md +534 -0
- package/.claude/skills/mastermind/createorg.md +21 -5
- package/.claude/skills/mastermind/debug.md +232 -0
- package/.claude/skills/mastermind/design.md +187 -0
- package/.claude/skills/mastermind/execute.md +104 -0
- package/.claude/skills/mastermind/finish.md +251 -0
- package/.claude/skills/mastermind/plan.md +180 -0
- package/.claude/skills/mastermind/receive-review.md +213 -0
- package/.claude/skills/mastermind/runorg.md +23 -8
- package/.claude/skills/mastermind/skill-builder.md +274 -0
- package/.claude/skills/mastermind/taskdev.md +307 -0
- package/.claude/skills/mastermind/tdd.md +394 -0
- package/.claude/skills/mastermind/verify.md +196 -0
- package/.claude/skills/mastermind/worktree.md +160 -132
- package/README.md +320 -253
- package/dist/src/commands/analyze.d.ts.map +1 -1
- package/dist/src/commands/analyze.js +9 -2
- package/dist/src/commands/analyze.js.map +1 -1
- package/dist/src/commands/benchmark.js.map +1 -1
- package/dist/src/commands/completions.js +1 -1
- package/dist/src/commands/guidance.js +7 -7
- package/dist/src/commands/hooks.d.ts.map +1 -1
- package/dist/src/commands/hooks.js +16 -3
- package/dist/src/commands/hooks.js.map +1 -1
- package/dist/src/commands/index.d.ts +3 -2
- package/dist/src/commands/index.d.ts.map +1 -1
- package/dist/src/commands/index.js +7 -0
- package/dist/src/commands/index.js.map +1 -1
- package/dist/src/commands/init.d.ts.map +1 -1
- package/dist/src/commands/init.js +47 -13
- package/dist/src/commands/init.js.map +1 -1
- package/dist/src/commands/neural.d.ts.map +1 -1
- package/dist/src/commands/neural.js +100 -14
- package/dist/src/commands/neural.js.map +1 -1
- package/dist/src/commands/platforms.d.ts +11 -0
- package/dist/src/commands/platforms.d.ts.map +1 -0
- package/dist/src/commands/platforms.js +195 -0
- package/dist/src/commands/platforms.js.map +1 -0
- package/dist/src/commands/ruvector/backup.js.map +1 -1
- package/dist/src/commands/ruvector/benchmark.js.map +1 -1
- package/dist/src/commands/ruvector/init.js.map +1 -1
- package/dist/src/commands/ruvector/migrate.js.map +1 -1
- package/dist/src/commands/ruvector/optimize.js.map +1 -1
- package/dist/src/commands/ruvector/status.js.map +1 -1
- package/dist/src/commands/update.js +6 -6
- package/dist/src/init/executor.d.ts.map +1 -1
- package/dist/src/init/executor.js +28 -0
- package/dist/src/init/executor.js.map +1 -1
- package/dist/src/init/statusline-generator.js +1 -1
- package/dist/src/init/types.d.ts +1 -0
- package/dist/src/init/types.d.ts.map +1 -1
- package/dist/src/mcp-server.d.ts.map +1 -1
- package/dist/src/mcp-server.js +92 -0
- package/dist/src/mcp-server.js.map +1 -1
- package/dist/src/mcp-tools/hive-mind-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/hive-mind-tools.js +52 -0
- package/dist/src/mcp-tools/hive-mind-tools.js.map +1 -1
- package/dist/src/mcp-tools/hooks-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/hooks-tools.js +106 -5
- package/dist/src/mcp-tools/hooks-tools.js.map +1 -1
- package/dist/src/mcp-tools/index.d.ts +0 -5
- package/dist/src/mcp-tools/index.d.ts.map +1 -1
- package/dist/src/mcp-tools/index.js +0 -5
- package/dist/src/mcp-tools/index.js.map +1 -1
- package/dist/src/mcp-tools/monograph-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/monograph-tools.js +507 -5587
- package/dist/src/mcp-tools/monograph-tools.js.map +1 -1
- package/dist/src/mcp-tools/neural-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/neural-tools.js +64 -4
- package/dist/src/mcp-tools/neural-tools.js.map +1 -1
- package/dist/src/mcp-tools/security-tools.js +4 -4
- package/dist/src/memory/intelligence.d.ts +2 -2
- package/dist/src/memory/intelligence.d.ts.map +1 -1
- package/dist/src/memory/intelligence.js +108 -3
- package/dist/src/memory/intelligence.js.map +1 -1
- package/dist/src/memory/memory-bridge.js +1 -1
- package/dist/src/memory/memory-bridge.js.map +1 -1
- package/dist/src/memory/sona-optimizer.d.ts +1 -10
- package/dist/src/memory/sona-optimizer.d.ts.map +1 -1
- package/dist/src/memory/sona-optimizer.js +0 -46
- package/dist/src/memory/sona-optimizer.js.map +1 -1
- package/dist/src/runtime/headless.js +3 -3
- package/dist/src/ruvector/diff-classifier.d.ts +0 -2
- package/dist/src/ruvector/diff-classifier.d.ts.map +1 -1
- package/dist/src/ruvector/diff-classifier.js +2 -14
- package/dist/src/ruvector/diff-classifier.js.map +1 -1
- package/dist/src/ruvector/index.d.ts +26 -9
- package/dist/src/ruvector/index.d.ts.map +1 -1
- package/dist/src/ruvector/index.js +3 -21
- package/dist/src/ruvector/index.js.map +1 -1
- package/dist/src/ruvector/ruvllm-wasm.js +2 -2
- package/dist/src/ruvector/ruvllm-wasm.js.map +1 -1
- package/dist/src/types.d.ts +0 -15
- package/dist/src/types.d.ts.map +1 -1
- package/dist/src/types.js +0 -18
- package/dist/src/types.js.map +1 -1
- package/dist/src/ui/dashboard.html +8763 -9766
- package/dist/src/ui/orgs.html +1 -1
- package/dist/src/ui/server.mjs +504 -35
- package/dist/src/update/index.js +1 -1
- package/dist/src/update/validator.js +8 -8
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/.claude/agents/academic/academic-anthropologist.md +0 -126
- package/.claude/agents/academic/academic-geographer.md +0 -128
- package/.claude/agents/academic/academic-historian.md +0 -124
- package/.claude/agents/academic/academic-narratologist.md +0 -119
- package/.claude/agents/academic/academic-psychologist.md +0 -119
- package/.claude/agents/analysis/analyze-code-quality.md +0 -58
- package/.claude/agents/analysis/code-analyzer.md +0 -189
- package/.claude/agents/analysis/code-review/analyze-code-quality.md +0 -58
- package/.claude/agents/consensus/performance-benchmarker.md +0 -831
- package/.claude/agents/data/ml/data-ml-model.md +0 -76
- package/.claude/agents/development/dev-backend-api.md +0 -178
- package/.claude/agents/devops/ci-cd/ops-cicd-github.md +0 -52
- package/.claude/agents/documentation/api-docs/docs-api-openapi.md +0 -63
- package/.claude/agents/game-development/blender/blender-addon-engineer.md +0 -235
- package/.claude/agents/game-development/game-audio-engineer.md +0 -265
- package/.claude/agents/game-development/game-designer.md +0 -168
- package/.claude/agents/game-development/godot/godot-gameplay-scripter.md +0 -335
- package/.claude/agents/game-development/godot/godot-multiplayer-engineer.md +0 -298
- package/.claude/agents/game-development/godot/godot-shader-developer.md +0 -267
- package/.claude/agents/game-development/level-designer.md +0 -209
- package/.claude/agents/game-development/narrative-designer.md +0 -244
- package/.claude/agents/game-development/roblox-studio/roblox-avatar-creator.md +0 -298
- package/.claude/agents/game-development/roblox-studio/roblox-experience-designer.md +0 -306
- package/.claude/agents/game-development/roblox-studio/roblox-systems-scripter.md +0 -326
- package/.claude/agents/game-development/technical-artist.md +0 -230
- package/.claude/agents/game-development/unity/unity-architect.md +0 -272
- package/.claude/agents/game-development/unity/unity-editor-tool-developer.md +0 -311
- package/.claude/agents/game-development/unity/unity-multiplayer-engineer.md +0 -322
- package/.claude/agents/game-development/unity/unity-shader-graph-artist.md +0 -270
- package/.claude/agents/game-development/unreal-engine/unreal-multiplayer-architect.md +0 -314
- package/.claude/agents/game-development/unreal-engine/unreal-systems-engineer.md +0 -311
- package/.claude/agents/game-development/unreal-engine/unreal-technical-artist.md +0 -257
- package/.claude/agents/game-development/unreal-engine/unreal-world-builder.md +0 -274
- package/.claude/agents/github/release-swarm.md +0 -597
- package/.claude/agents/goal/agent.md +0 -804
- package/.claude/agents/goal/code-goal-planner.md +0 -445
- package/.claude/agents/marketing/marketing-ai-citation-strategist.md +0 -171
- package/.claude/agents/marketing/marketing-app-store-optimizer.md +0 -322
- package/.claude/agents/marketing/marketing-baidu-seo-specialist.md +0 -227
- package/.claude/agents/marketing/marketing-bilibili-content-strategist.md +0 -200
- package/.claude/agents/marketing/marketing-book-co-author.md +0 -111
- package/.claude/agents/marketing/marketing-carousel-growth-engine.md +0 -200
- package/.claude/agents/marketing/marketing-china-ecommerce-operator.md +0 -284
- package/.claude/agents/marketing/marketing-content-creator.md +0 -67
- package/.claude/agents/marketing/marketing-cross-border-ecommerce.md +0 -260
- package/.claude/agents/marketing/marketing-douyin-strategist.md +0 -150
- package/.claude/agents/marketing/marketing-growth-hacker.md +0 -54
- package/.claude/agents/marketing/marketing-instagram-curator.md +0 -114
- package/.claude/agents/marketing/marketing-kuaishou-strategist.md +0 -224
- package/.claude/agents/marketing/marketing-linkedin-content-creator.md +0 -215
- package/.claude/agents/marketing/marketing-livestream-commerce-coach.md +0 -306
- package/.claude/agents/marketing/marketing-podcast-strategist.md +0 -278
- package/.claude/agents/marketing/marketing-private-domain-operator.md +0 -309
- package/.claude/agents/marketing/marketing-reddit-community-builder.md +0 -124
- package/.claude/agents/marketing/marketing-seo-specialist.md +0 -279
- package/.claude/agents/marketing/marketing-short-video-editing-coach.md +0 -413
- package/.claude/agents/marketing/marketing-social-media-strategist.md +0 -125
- package/.claude/agents/marketing/marketing-tiktok-strategist.md +0 -126
- package/.claude/agents/marketing/marketing-twitter-engager.md +0 -127
- package/.claude/agents/marketing/marketing-wechat-official-account.md +0 -146
- package/.claude/agents/marketing/marketing-weibo-strategist.md +0 -241
- package/.claude/agents/marketing/marketing-xiaohongshu-specialist.md +0 -139
- package/.claude/agents/marketing/marketing-zhihu-strategist.md +0 -163
- package/.claude/agents/neural/safla-neural.md +0 -74
- package/.claude/agents/paid-media/paid-media-auditor.md +0 -71
- package/.claude/agents/paid-media/paid-media-creative-strategist.md +0 -71
- package/.claude/agents/paid-media/paid-media-paid-social-strategist.md +0 -71
- package/.claude/agents/paid-media/paid-media-ppc-strategist.md +0 -71
- package/.claude/agents/paid-media/paid-media-programmatic-buyer.md +0 -71
- package/.claude/agents/paid-media/paid-media-search-query-analyst.md +0 -71
- package/.claude/agents/paid-media/paid-media-tracking-specialist.md +0 -71
- package/.claude/agents/payments/agentic-payments.md +0 -126
- package/.claude/agents/product/product-behavioral-nudge-engine.md +0 -81
- package/.claude/agents/product/product-feedback-synthesizer.md +0 -119
- package/.claude/agents/product/product-manager.md +0 -469
- package/.claude/agents/product/product-sprint-prioritizer.md +0 -154
- package/.claude/agents/product/product-trend-researcher.md +0 -159
- package/.claude/agents/project-management/project-management-experiment-tracker.md +0 -199
- package/.claude/agents/project-management/project-management-jira-workflow-steward.md +0 -231
- package/.claude/agents/project-management/project-management-project-shepherd.md +0 -195
- package/.claude/agents/project-management/project-management-studio-operations.md +0 -201
- package/.claude/agents/project-management/project-management-studio-producer.md +0 -204
- package/.claude/agents/project-management/project-manager-senior.md +0 -136
- package/.claude/agents/reasoning/agent.md +0 -804
- package/.claude/agents/reasoning/goal-planner.md +0 -73
- package/.claude/agents/sales/sales-account-strategist.md +0 -228
- package/.claude/agents/sales/sales-coach.md +0 -272
- package/.claude/agents/sales/sales-deal-strategist.md +0 -181
- package/.claude/agents/sales/sales-discovery-coach.md +0 -226
- package/.claude/agents/sales/sales-engineer.md +0 -183
- package/.claude/agents/sales/sales-outbound-strategist.md +0 -202
- package/.claude/agents/sales/sales-pipeline-analyst.md +0 -268
- package/.claude/agents/sales/sales-proposal-strategist.md +0 -218
- package/.claude/agents/sona/sona-learning-optimizer.md +0 -65
- package/.claude/agents/spatial-computing/macos-spatial-metal-engineer.md +0 -338
- package/.claude/agents/spatial-computing/terminal-integration-specialist.md +0 -71
- package/.claude/agents/spatial-computing/visionos-spatial-engineer.md +0 -55
- package/.claude/agents/specialists/memory-specialist.md +0 -298
- package/.claude/agents/specialists/performance-engineer.md +0 -387
- package/.claude/agents/specialists/queen-coordinator.md +0 -67
- package/.claude/agents/specialists/security-architect.md +0 -154
- package/.claude/agents/specialized/accounts-payable-agent.md +0 -186
- package/.claude/agents/specialized/corporate-training-designer.md +0 -193
- package/.claude/agents/specialized/data-consolidation-agent.md +0 -61
- package/.claude/agents/specialized/government-digital-presales-consultant.md +0 -364
- package/.claude/agents/specialized/healthcare-marketing-compliance.md +0 -396
- package/.claude/agents/specialized/recruitment-specialist.md +0 -510
- package/.claude/agents/specialized/report-distribution-agent.md +0 -66
- package/.claude/agents/specialized/sales-data-extraction-agent.md +0 -68
- package/.claude/agents/specialized/specialized-french-consulting-market.md +0 -193
- package/.claude/agents/specialized/specialized-korean-business-navigator.md +0 -217
- package/.claude/agents/specialized/specialized-salesforce-architect.md +0 -181
- package/.claude/agents/specialized/study-abroad-advisor.md +0 -283
- package/.claude/agents/specialized/supply-chain-strategist.md +0 -583
- package/.claude/agents/sublinear/consensus-coordinator.md +0 -333
- package/.claude/agents/sublinear/matrix-optimizer.md +0 -180
- package/.claude/agents/sublinear/pagerank-analyzer.md +0 -295
- package/.claude/agents/sublinear/performance-optimizer.md +0 -363
- package/.claude/agents/sublinear/trading-predictor.md +0 -242
- package/.claude/agents/support/support-analytics-reporter.md +0 -366
- package/.claude/agents/support/support-executive-summary-generator.md +0 -213
- package/.claude/agents/support/support-finance-tracker.md +0 -443
- package/.claude/agents/support/support-infrastructure-maintainer.md +0 -619
- package/.claude/agents/support/support-legal-compliance-checker.md +0 -589
- package/.claude/agents/support/support-support-responder.md +0 -586
- package/.claude/agents/swarm/adaptive-coordinator.md +0 -364
- package/.claude/agents/swarm/hierarchical-coordinator.md +0 -318
- package/.claude/agents/templates/github-pr-manager.md +0 -155
- package/.claude/agents/templates/memory-coordinator.md +0 -163
- package/.claude/agents/templates/migration-plan.md +0 -724
- package/.claude/agents/templates/orchestrator-task.md +0 -120
- package/.claude/agents/templates/performance-analyzer.md +0 -179
- package/.claude/agents/templates/sparc-coordinator.md +0 -163
- package/.claude/agents/testing/testing-reality-checker.md +0 -237
- package/.claude/commands/analysis/token-efficiency.md +0 -42
- package/.claude/commands/optimization/README.md +0 -73
- package/.claude/commands/optimization/parallel-execution.md +0 -76
- package/.claude/commands/swarm/swarm-analysis.md +0 -62
- package/.claude/commands/swarm/swarm-background.md +0 -65
- package/.claude/commands/swarm/swarm-modes.md +0 -67
- package/.claude/commands/swarm/swarm-monitor.md +0 -54
- package/.claude/commands/swarm/swarm-status.md +0 -44
- package/.claude/commands/swarm/swarm-strategies.md +0 -76
- package/.claude/commands/training/model-update.md +0 -78
- package/.claude/commands/training/pattern-learn.md +0 -69
- package/.claude/commands/training/specialization.md +0 -92
- package/.claude/commands/verify/check.md +0 -106
- package/.claude/commands/verify/start.md +0 -105
- package/.claude/helpers/README.md +0 -105
- package/.claude/helpers/context-persistence-hook.mjs +0 -1988
- package/.claude/helpers/intelligence.cjs +0 -247
- package/.claude/helpers/learning-service.mjs +0 -1302
- package/.claude/helpers/memory-palace.cjs +0 -461
- package/.claude/helpers/memory.cjs +0 -84
- package/.claude/helpers/metrics-db.mjs +0 -488
- package/.claude/helpers/router.cjs +0 -559
- package/.claude/helpers/session.cjs +0 -126
- package/.claude/helpers/swarm-hooks.sh +0 -761
- package/.claude/helpers/toggle-statusline.cjs +0 -58
- package/.claude/helpers/token-tracker.cjs +0 -934
- package/.claude/skills/agentdb-advanced/SKILL.md +0 -549
- package/.claude/skills/agentdb-learning/SKILL.md +0 -544
- package/.claude/skills/agentdb-memory-patterns/SKILL.md +0 -337
- package/.claude/skills/agentdb-optimization/SKILL.md +0 -508
- package/.claude/skills/agentdb-vector-search/SKILL.md +0 -335
- package/.claude/skills/agentic-integration/SKILL.md +0 -265
- package/.claude/skills/cli-modernization/SKILL.md +0 -950
- package/.claude/skills/core-implementation/SKILL.md +0 -892
- package/.claude/skills/ddd-architecture/SKILL.md +0 -444
- package/.claude/skills/github-code-review/SKILL.md +0 -1147
- package/.claude/skills/github-multi-repo/SKILL.md +0 -912
- package/.claude/skills/github-project-management/SKILL.md +0 -1245
- package/.claude/skills/github-release-management/SKILL.md +0 -1118
- package/.claude/skills/github-workflow-automation/SKILL.md +0 -1107
- package/.claude/skills/mcp-optimization/SKILL.md +0 -837
- package/.claude/skills/memory-unification/SKILL.md +0 -196
- package/.claude/skills/performance-optimization/SKILL.md +0 -416
- package/.claude/skills/reasoningbank-agentdb/SKILL.md +0 -444
- package/.claude/skills/reasoningbank-intelligence/SKILL.md +0 -199
- package/.claude/skills/security-hardening/SKILL.md +0 -101
- package/.claude/skills/stream-chain/SKILL.md +0 -560
- package/.claude/skills/swarm-coordination/SKILL.md +0 -451
- package/bundled-graph/dist/src/analyze.d.ts +0 -32
- package/bundled-graph/dist/src/analyze.d.ts.map +0 -1
- package/bundled-graph/dist/src/analyze.js +0 -297
- package/bundled-graph/dist/src/analyze.js.map +0 -1
- package/bundled-graph/dist/src/build.d.ts +0 -8
- package/bundled-graph/dist/src/build.d.ts.map +0 -1
- package/bundled-graph/dist/src/build.js.map +0 -1
- package/bundled-graph/dist/src/cache.d.ts +0 -12
- package/bundled-graph/dist/src/cache.d.ts.map +0 -1
- package/bundled-graph/dist/src/cache.js +0 -43
- package/bundled-graph/dist/src/cache.js.map +0 -1
- package/bundled-graph/dist/src/cluster.d.ts +0 -5
- package/bundled-graph/dist/src/cluster.d.ts.map +0 -1
- package/bundled-graph/dist/src/cluster.js.map +0 -1
- package/bundled-graph/dist/src/detect.d.ts +0 -21
- package/bundled-graph/dist/src/detect.d.ts.map +0 -1
- package/bundled-graph/dist/src/detect.js +0 -195
- package/bundled-graph/dist/src/detect.js.map +0 -1
- package/bundled-graph/dist/src/export.d.ts +0 -21
- package/bundled-graph/dist/src/export.d.ts.map +0 -1
- package/bundled-graph/dist/src/export.js +0 -68
- package/bundled-graph/dist/src/export.js.map +0 -1
- package/bundled-graph/dist/src/extract/index.d.ts +0 -20
- package/bundled-graph/dist/src/extract/index.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/index.js +0 -158
- package/bundled-graph/dist/src/extract/index.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/c.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/c.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/c.js +0 -88
- package/bundled-graph/dist/src/extract/languages/c.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/cpp.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/cpp.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/cpp.js +0 -121
- package/bundled-graph/dist/src/extract/languages/cpp.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/csharp.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/csharp.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/csharp.js +0 -121
- package/bundled-graph/dist/src/extract/languages/csharp.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/go.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/go.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/go.js +0 -181
- package/bundled-graph/dist/src/extract/languages/go.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/java.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/java.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/java.js +0 -117
- package/bundled-graph/dist/src/extract/languages/java.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/kotlin.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/kotlin.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/kotlin.js +0 -112
- package/bundled-graph/dist/src/extract/languages/kotlin.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/php.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/php.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/php.js +0 -130
- package/bundled-graph/dist/src/extract/languages/php.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/python.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/python.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/python.js +0 -230
- package/bundled-graph/dist/src/extract/languages/python.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/ruby.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/ruby.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/ruby.js +0 -120
- package/bundled-graph/dist/src/extract/languages/ruby.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/rust.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/rust.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/rust.js +0 -195
- package/bundled-graph/dist/src/extract/languages/rust.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/scala.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/scala.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/scala.js +0 -110
- package/bundled-graph/dist/src/extract/languages/scala.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/swift.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/swift.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/swift.js +0 -122
- package/bundled-graph/dist/src/extract/languages/swift.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/typescript.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/typescript.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/typescript.js +0 -295
- package/bundled-graph/dist/src/extract/languages/typescript.js.map +0 -1
- package/bundled-graph/dist/src/extract/semantic.d.ts +0 -38
- package/bundled-graph/dist/src/extract/semantic.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/semantic.js +0 -242
- package/bundled-graph/dist/src/extract/semantic.js.map +0 -1
- package/bundled-graph/dist/src/extract/tree-sitter-runner.d.ts +0 -48
- package/bundled-graph/dist/src/extract/tree-sitter-runner.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/tree-sitter-runner.js +0 -137
- package/bundled-graph/dist/src/extract/tree-sitter-runner.js.map +0 -1
- package/bundled-graph/dist/src/extract/types.d.ts +0 -7
- package/bundled-graph/dist/src/extract/types.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/types.js +0 -2
- package/bundled-graph/dist/src/extract/types.js.map +0 -1
- package/bundled-graph/dist/src/index.d.ts +0 -28
- package/bundled-graph/dist/src/index.d.ts.map +0 -1
- package/bundled-graph/dist/src/index.js +0 -26
- package/bundled-graph/dist/src/index.js.map +0 -1
- package/bundled-graph/dist/src/pipeline.d.ts +0 -27
- package/bundled-graph/dist/src/pipeline.d.ts.map +0 -1
- package/bundled-graph/dist/src/pipeline.js +0 -269
- package/bundled-graph/dist/src/pipeline.js.map +0 -1
- package/bundled-graph/dist/src/report.d.ts +0 -26
- package/bundled-graph/dist/src/report.d.ts.map +0 -1
- package/bundled-graph/dist/src/report.js +0 -214
- package/bundled-graph/dist/src/report.js.map +0 -1
- package/bundled-graph/dist/src/types.d.ts +0 -124
- package/bundled-graph/dist/src/types.d.ts.map +0 -1
- package/bundled-graph/dist/src/types.js +0 -2
- package/bundled-graph/dist/src/types.js.map +0 -1
- package/bundled-graph/dist/src/visualize.d.ts +0 -4
- package/bundled-graph/dist/src/visualize.d.ts.map +0 -1
- package/bundled-graph/dist/src/visualize.js +0 -574
- package/bundled-graph/dist/src/visualize.js.map +0 -1
- package/bundled-graph/dist/tsconfig.tsbuildinfo +0 -1
- package/dist/src/ui/dashboard-v2.html +0 -5316
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: mastermind-debug
|
|
3
|
+
description: Systematic root-cause debugging protocol. Use before ANY fix attempt — for test failures, bugs, unexpected behavior, build failures, performance regressions.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# mastermind:debug — Systematic Debugging
|
|
7
|
+
|
|
8
|
+
## Overview
|
|
9
|
+
|
|
10
|
+
Random fixes waste time and create new bugs. Quick patches mask underlying issues.
|
|
11
|
+
|
|
12
|
+
**Core principle:** ALWAYS find root cause before attempting fixes. Symptom fixes are failure.
|
|
13
|
+
|
|
14
|
+
**Violating the letter of this process is violating the spirit of debugging.**
|
|
15
|
+
|
|
16
|
+
## The Iron Law
|
|
17
|
+
|
|
18
|
+
```
|
|
19
|
+
NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
If you haven't completed Phase 1, you cannot propose fixes.
|
|
23
|
+
|
|
24
|
+
## When to Use
|
|
25
|
+
|
|
26
|
+
Use for ANY technical issue:
|
|
27
|
+
- Test failures
|
|
28
|
+
- Bugs in production or staging
|
|
29
|
+
- Unexpected behavior
|
|
30
|
+
- Performance regressions
|
|
31
|
+
- Build failures
|
|
32
|
+
- Integration issues
|
|
33
|
+
|
|
34
|
+
**Use this ESPECIALLY when:**
|
|
35
|
+
- Under time pressure (emergencies make guessing tempting)
|
|
36
|
+
- "Just one quick fix" seems obvious
|
|
37
|
+
- You've already tried multiple fixes that didn't work
|
|
38
|
+
- Previous fix didn't resolve the issue
|
|
39
|
+
- You don't fully understand what's happening
|
|
40
|
+
|
|
41
|
+
**Don't skip when:**
|
|
42
|
+
- Issue seems simple (simple bugs have root causes too)
|
|
43
|
+
- You're in a hurry (systematic is faster than thrashing)
|
|
44
|
+
- The user wants it fixed immediately (systematic approach finds the real fix faster)
|
|
45
|
+
|
|
46
|
+
## The Four Phases
|
|
47
|
+
|
|
48
|
+
You MUST complete each phase before proceeding to the next.
|
|
49
|
+
|
|
50
|
+
---
|
|
51
|
+
|
|
52
|
+
### Phase 1: Root Cause Investigation
|
|
53
|
+
|
|
54
|
+
**BEFORE attempting ANY fix:**
|
|
55
|
+
|
|
56
|
+
1. **Read Error Messages Carefully**
|
|
57
|
+
- Don't skim errors or warnings
|
|
58
|
+
- They often contain the exact solution
|
|
59
|
+
- Read stack traces completely
|
|
60
|
+
- Note line numbers, file paths, error codes
|
|
61
|
+
|
|
62
|
+
2. **Reproduce Consistently**
|
|
63
|
+
- Can you trigger the issue reliably?
|
|
64
|
+
- What are the exact steps?
|
|
65
|
+
- Does it happen every time?
|
|
66
|
+
- If not reproducible → gather more data, don't guess
|
|
67
|
+
|
|
68
|
+
3. **Check Recent Changes**
|
|
69
|
+
- What changed that could cause this?
|
|
70
|
+
- `git diff`, recent commits, new dependencies, config changes
|
|
71
|
+
- Environmental differences between working and broken states
|
|
72
|
+
|
|
73
|
+
4. **Gather Evidence in Multi-Component Systems**
|
|
74
|
+
|
|
75
|
+
**WHEN the system has multiple components (CI → build → deploy, API → service → database):**
|
|
76
|
+
|
|
77
|
+
**BEFORE proposing fixes, add diagnostic instrumentation:**
|
|
78
|
+
```
|
|
79
|
+
For EACH component boundary:
|
|
80
|
+
- Log what data enters the component
|
|
81
|
+
- Log what data exits the component
|
|
82
|
+
- Verify config/env propagation at each layer
|
|
83
|
+
- Check state at each boundary
|
|
84
|
+
|
|
85
|
+
Run once to gather evidence showing WHERE it breaks
|
|
86
|
+
THEN analyze evidence to identify the failing component
|
|
87
|
+
THEN investigate that specific component
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
**Example:**
|
|
91
|
+
```bash
|
|
92
|
+
# Layer 1: entry point
|
|
93
|
+
echo "=== Input received: ==="
|
|
94
|
+
echo "VAR: ${VAR:+SET}${VAR:-UNSET}"
|
|
95
|
+
|
|
96
|
+
# Layer 2: processing
|
|
97
|
+
echo "=== State after processing: ==="
|
|
98
|
+
env | grep VAR || echo "VAR not in environment"
|
|
99
|
+
|
|
100
|
+
# Layer 3: output/result
|
|
101
|
+
echo "=== Final state: ==="
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
---
|
|
105
|
+
|
|
106
|
+
### Phase 2: Pattern Analysis
|
|
107
|
+
|
|
108
|
+
Once you understand WHERE the break is, find existing working examples:
|
|
109
|
+
|
|
110
|
+
1. **Find working code that solves the same problem**
|
|
111
|
+
- Search the codebase for similar patterns
|
|
112
|
+
- Check git history for when this worked
|
|
113
|
+
- Find the canonical implementation to compare against
|
|
114
|
+
|
|
115
|
+
2. **Compare broken vs. working**
|
|
116
|
+
- What's different?
|
|
117
|
+
- List every difference, not just the obvious one
|
|
118
|
+
- Environment, config, data, timing
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
122
|
+
### Phase 3: Form and Test a Hypothesis
|
|
123
|
+
|
|
124
|
+
1. **State your hypothesis explicitly:**
|
|
125
|
+
> "I believe the root cause is [X] because [evidence Y] and [evidence Z]."
|
|
126
|
+
|
|
127
|
+
2. **Test the hypothesis minimally**
|
|
128
|
+
- Change one thing and observe the result
|
|
129
|
+
- If it doesn't confirm or deny, gather more evidence
|
|
130
|
+
- A confirmed hypothesis means you understand the root cause
|
|
131
|
+
|
|
132
|
+
3. **If hypothesis is wrong:** Do NOT add more fixes. Return to Phase 1 with the new information.
|
|
133
|
+
|
|
134
|
+
---
|
|
135
|
+
|
|
136
|
+
### Phase 4: Implementation
|
|
137
|
+
|
|
138
|
+
1. **Write a failing test first** (before touching production code)
|
|
139
|
+
- Automated test where possible
|
|
140
|
+
- Use `Skill("mastermind:build")` with a test-only prompt if needed
|
|
141
|
+
- The test MUST fail before the fix proves it
|
|
142
|
+
|
|
143
|
+
2. **Implement a single fix**
|
|
144
|
+
- Address the root cause identified in Phase 3
|
|
145
|
+
- ONE change at a time
|
|
146
|
+
- No "while I'm here" improvements
|
|
147
|
+
- No bundled refactoring
|
|
148
|
+
|
|
149
|
+
3. **Verify the fix**
|
|
150
|
+
- Test passes now?
|
|
151
|
+
- No other tests broken?
|
|
152
|
+
- Issue actually resolved?
|
|
153
|
+
- Use `Skill("mastermind:review")` to verify before declaring done
|
|
154
|
+
|
|
155
|
+
4. **If the fix doesn't work:**
|
|
156
|
+
- STOP
|
|
157
|
+
- Count: How many fixes have you tried?
|
|
158
|
+
- If < 3: Return to Phase 1, re-analyze with the new information
|
|
159
|
+
- **If ≥ 3: STOP — this is likely an architectural problem (see Phase 4.5 below)**
|
|
160
|
+
- Do NOT attempt a 4th fix without architectural discussion
|
|
161
|
+
|
|
162
|
+
---
|
|
163
|
+
|
|
164
|
+
### Phase 4.5 — If 3+ Fixes Have Failed: Question the Architecture
|
|
165
|
+
|
|
166
|
+
**Pattern indicating an architectural problem:**
|
|
167
|
+
- Each fix reveals new coupling or shared state issues in a different place
|
|
168
|
+
- Each fix creates new symptoms elsewhere
|
|
169
|
+
- Fixes require "massive refactoring" to implement cleanly
|
|
170
|
+
|
|
171
|
+
**STOP and question fundamentals:**
|
|
172
|
+
- Is this design pattern fundamentally sound?
|
|
173
|
+
- Are we continuing out of inertia?
|
|
174
|
+
- Should we refactor the architecture rather than continue patching?
|
|
175
|
+
|
|
176
|
+
**Discuss with the user before attempting more fixes.** This is not a failed hypothesis — this is the wrong architecture.
|
|
177
|
+
|
|
178
|
+
---
|
|
179
|
+
|
|
180
|
+
## Red Flags — STOP and Return to Phase 1
|
|
181
|
+
|
|
182
|
+
If you catch yourself thinking or doing any of these:
|
|
183
|
+
|
|
184
|
+
| Thought / Action | What it means |
|
|
185
|
+
|---|---|
|
|
186
|
+
| "Quick fix for now, investigate later" | You're skipping root cause. Return to Phase 1. |
|
|
187
|
+
| "Just try changing X and see if it works" | Guessing. Return to Phase 1. |
|
|
188
|
+
| "Add multiple changes, run tests" | Can't isolate what worked. Return to Phase 1. |
|
|
189
|
+
| "It's probably X, let me fix that" | Assumed root cause. Verify it first. Return to Phase 1. |
|
|
190
|
+
| "I don't fully understand but this might work" | You don't have a hypothesis. Return to Phase 1. |
|
|
191
|
+
| Proposing solutions before tracing data flow | No root cause. Return to Phase 1. |
|
|
192
|
+
| "One more fix attempt" (already tried 2+) | 3+ failures = architectural problem. Phase 4.5. |
|
|
193
|
+
| Each fix reveals a new problem in a different place | Architectural problem. Phase 4.5. |
|
|
194
|
+
|
|
195
|
+
## User Signals You're Doing It Wrong
|
|
196
|
+
|
|
197
|
+
Watch for these redirections from the user:
|
|
198
|
+
|
|
199
|
+
| Signal | What it means |
|
|
200
|
+
|---|---|
|
|
201
|
+
| "Is that actually happening?" | You assumed without verifying. Add evidence gathering. |
|
|
202
|
+
| "What does the output show?" | You should have checked before proposing a fix. |
|
|
203
|
+
| "Stop guessing" | You're proposing fixes without root cause. Phase 1. |
|
|
204
|
+
| "We keep going in circles" | 3+ fix attempts = architectural problem. Phase 4.5. |
|
|
205
|
+
|
|
206
|
+
## Common Rationalizations
|
|
207
|
+
|
|
208
|
+
| Excuse | Reality |
|
|
209
|
+
|---|---|
|
|
210
|
+
| "Issue is simple, don't need process" | Simple issues have root causes too. Process is fast for simple bugs. |
|
|
211
|
+
| "Emergency, no time for process" | Systematic debugging is FASTER than guess-and-check thrashing. |
|
|
212
|
+
| "Just try this first, then investigate" | First fix sets the pattern. Do it right from the start. |
|
|
213
|
+
| "I'll write the test after confirming the fix works" | Untested fixes don't stick. Test first proves it. |
|
|
214
|
+
| "Multiple fixes at once saves time" | Can't isolate what worked. Creates new bugs. |
|
|
215
|
+
| "I can see the problem, let me fix it" | Seeing symptoms ≠ understanding root cause. |
|
|
216
|
+
| "One more fix attempt" (after 2+ failures) | 3+ failures = architectural problem. Question the pattern. |
|
|
217
|
+
|
|
218
|
+
## Quick Reference
|
|
219
|
+
|
|
220
|
+
| Phase | Key Activities | Success Criteria |
|
|
221
|
+
|---|---|---|
|
|
222
|
+
| **1. Root Cause** | Read errors, reproduce, check changes, gather evidence | Understand WHAT and WHY |
|
|
223
|
+
| **2. Pattern** | Find working examples, compare | Identified differences |
|
|
224
|
+
| **3. Hypothesis** | Form theory, test minimally | Confirmed or new hypothesis |
|
|
225
|
+
| **4. Implementation** | Write failing test, fix, verify | Bug resolved, tests pass |
|
|
226
|
+
|
|
227
|
+
## Impact
|
|
228
|
+
|
|
229
|
+
Systematic approach vs random fixing:
|
|
230
|
+
- Time to fix: 15-30 min vs 2-3 hours of thrashing
|
|
231
|
+
- First-time fix rate: ~95% vs ~40%
|
|
232
|
+
- New bugs introduced by the fix: near zero vs common
|
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: mastermind-design
|
|
3
|
+
description: "MUST use before any creative work — creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements, and design through collaborative dialogue before any implementation."
|
|
4
|
+
type: domain-skill
|
|
5
|
+
default_mode: confirm
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Mastermind Design
|
|
9
|
+
|
|
10
|
+
Help turn ideas into fully formed designs and specs through natural collaborative dialogue.
|
|
11
|
+
|
|
12
|
+
Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design and get user approval.
|
|
13
|
+
|
|
14
|
+
<HARD-GATE>
|
|
15
|
+
Do NOT invoke any implementation skill, write any code, scaffold any project, or take any implementation action until you have presented a design and the user has approved it. This applies to EVERY request regardless of perceived simplicity.
|
|
16
|
+
</HARD-GATE>
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
## Anti-Pattern: "This Is Too Simple To Need A Design"
|
|
21
|
+
|
|
22
|
+
Every feature goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" tasks are where unexamined assumptions cause the most wasted work. The design can be short (a few sentences for truly simple requests), but you MUST present it and get approval.
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
## Inputs
|
|
27
|
+
|
|
28
|
+
- `brain_context`: BRAIN CONTEXT block (injected by master, or loaded standalone via _protocol.md brain load)
|
|
29
|
+
- `prompt`: the idea or request to design
|
|
30
|
+
- `project_name`: project context
|
|
31
|
+
- `mode`: auto | confirm
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## Checklist
|
|
36
|
+
|
|
37
|
+
Complete these items in order:
|
|
38
|
+
|
|
39
|
+
1. **Explore project context** — check files, docs, recent commits
|
|
40
|
+
2. **Offer visual companion** (if topic will involve visual questions) — own message, not combined with a clarifying question (see Visual Companion section below)
|
|
41
|
+
3. **Ask clarifying questions** — one at a time; understand purpose, constraints, success criteria
|
|
42
|
+
4. **Propose 2-3 approaches** — with trade-offs and your recommendation
|
|
43
|
+
5. **Present design** — in sections scaled to their complexity; get user approval after each section
|
|
44
|
+
6. **Write design doc** — save to `docs/mastermind/specs/YYYY-MM-DD-<topic>-design.md`
|
|
45
|
+
7. **Spec self-review** — inline check for placeholders, contradictions, ambiguity, scope (see below)
|
|
46
|
+
8. **User reviews written spec** — ask user to review before proceeding
|
|
47
|
+
9. **Transition to planning** — invoke `Skill("mastermind:plan")` to create the implementation plan
|
|
48
|
+
|
|
49
|
+
---
|
|
50
|
+
|
|
51
|
+
## Process Flow
|
|
52
|
+
|
|
53
|
+
```
|
|
54
|
+
Explore project context
|
|
55
|
+
↓
|
|
56
|
+
Visual questions ahead?
|
|
57
|
+
yes → Offer Visual Companion (own message, no other content)
|
|
58
|
+
no ↓
|
|
59
|
+
Ask clarifying questions (one at a time)
|
|
60
|
+
↓
|
|
61
|
+
Propose 2-3 approaches
|
|
62
|
+
↓
|
|
63
|
+
Present design sections → User approves? → no: revise → loop
|
|
64
|
+
↓ yes
|
|
65
|
+
Write design doc
|
|
66
|
+
↓
|
|
67
|
+
Spec self-review (fix inline)
|
|
68
|
+
↓
|
|
69
|
+
User reviews spec? → changes requested → Write design doc
|
|
70
|
+
↓ approved
|
|
71
|
+
Invoke Skill("mastermind:plan") ← TERMINAL STATE
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
**The terminal state is invoking `Skill("mastermind:plan")`.** Do NOT invoke mastermind:build or any other implementation skill directly. The ONLY next step after design is plan.
|
|
75
|
+
|
|
76
|
+
---
|
|
77
|
+
|
|
78
|
+
## The Process
|
|
79
|
+
|
|
80
|
+
### Understanding the idea
|
|
81
|
+
|
|
82
|
+
- Check current project state first (files, docs, recent commits)
|
|
83
|
+
- Before asking detailed questions, assess scope: if the request describes multiple independent subsystems, flag this immediately. Don't spend questions refining details of a project that needs to be decomposed first.
|
|
84
|
+
- If too large for a single spec, help the user decompose into sub-projects: what are the independent pieces, how do they relate, what order to build? Then design the first sub-project through the normal flow. Each sub-project gets its own spec → plan → implementation cycle.
|
|
85
|
+
- For appropriately-scoped projects, ask questions one at a time
|
|
86
|
+
- Prefer multiple-choice questions when possible; open-ended is fine too
|
|
87
|
+
- Only one question per message — if a topic needs more exploration, break it into multiple messages
|
|
88
|
+
- Focus on: purpose, constraints, success criteria
|
|
89
|
+
|
|
90
|
+
### Exploring approaches
|
|
91
|
+
|
|
92
|
+
- Propose 2-3 different approaches with trade-offs
|
|
93
|
+
- Present options conversationally with your recommendation and reasoning
|
|
94
|
+
- Lead with the recommended option and explain why
|
|
95
|
+
|
|
96
|
+
### Presenting the design
|
|
97
|
+
|
|
98
|
+
- Once you understand what you're building, present the design
|
|
99
|
+
- Scale each section to its complexity: a few sentences if straightforward, up to 200-300 words if nuanced
|
|
100
|
+
- Ask after each section whether it looks right so far
|
|
101
|
+
- Cover: architecture, components, data flow, error handling, testing
|
|
102
|
+
- Be ready to go back and clarify if something doesn't make sense
|
|
103
|
+
|
|
104
|
+
### Design for isolation and clarity
|
|
105
|
+
|
|
106
|
+
- Break the system into smaller units with one clear purpose each, communicating through well-defined interfaces
|
|
107
|
+
- For each unit, answer: what does it do, how do you use it, what does it depend on?
|
|
108
|
+
- Can someone understand a unit without reading its internals? Can internals change without breaking consumers? If not, the boundaries need work.
|
|
109
|
+
- Smaller, well-bounded units are easier to reason about and test
|
|
110
|
+
|
|
111
|
+
### Working in existing codebases
|
|
112
|
+
|
|
113
|
+
- Explore the current structure before proposing changes. Follow existing patterns.
|
|
114
|
+
- Where existing code has problems affecting the work, include targeted improvements as part of the design.
|
|
115
|
+
- Do not propose unrelated refactoring. Stay focused on the current goal.
|
|
116
|
+
|
|
117
|
+
---
|
|
118
|
+
|
|
119
|
+
## After the Design
|
|
120
|
+
|
|
121
|
+
### Documentation
|
|
122
|
+
|
|
123
|
+
- Write the validated design (spec) to `docs/mastermind/specs/YYYY-MM-DD-<topic>-design.md`
|
|
124
|
+
- User preferences for spec location override this default
|
|
125
|
+
- Commit the design document to git
|
|
126
|
+
|
|
127
|
+
### Spec Self-Review
|
|
128
|
+
|
|
129
|
+
After writing the spec document, review it with fresh eyes:
|
|
130
|
+
|
|
131
|
+
1. **Placeholder scan:** Any "TBD", "TODO", incomplete sections, or vague requirements? Fix them.
|
|
132
|
+
2. **Internal consistency:** Do any sections contradict each other? Does the architecture match the feature descriptions?
|
|
133
|
+
3. **Scope check:** Is this focused enough for a single implementation plan, or does it need decomposition?
|
|
134
|
+
4. **Ambiguity check:** Could any requirement be interpreted two different ways? If so, pick one and make it explicit.
|
|
135
|
+
|
|
136
|
+
Fix any issues inline. No need to re-review — just fix and move on.
|
|
137
|
+
|
|
138
|
+
### User Review Gate
|
|
139
|
+
|
|
140
|
+
After the spec self-review, ask the user to review the written spec before proceeding:
|
|
141
|
+
|
|
142
|
+
> "Spec written and committed to `<path>`. Please review it and let me know if you want any changes before we start writing the implementation plan."
|
|
143
|
+
|
|
144
|
+
Wait for the user's response. If they request changes, make them and re-run the spec self-review. Only proceed once the user approves.
|
|
145
|
+
|
|
146
|
+
### Transition to Planning
|
|
147
|
+
|
|
148
|
+
- Invoke `Skill("mastermind:plan")` to create a detailed implementation plan
|
|
149
|
+
- Do NOT invoke any other skill. `mastermind:plan` is the only next step.
|
|
150
|
+
|
|
151
|
+
---
|
|
152
|
+
|
|
153
|
+
## Key Principles
|
|
154
|
+
|
|
155
|
+
- **One question at a time** — do not overwhelm with multiple questions
|
|
156
|
+
- **Multiple choice preferred** — easier to answer than open-ended when possible
|
|
157
|
+
- **YAGNI ruthlessly** — remove unnecessary features from all designs
|
|
158
|
+
- **Explore alternatives** — always propose 2-3 approaches before settling
|
|
159
|
+
- **Incremental validation** — present design, get approval before moving on
|
|
160
|
+
- **Be flexible** — go back and clarify when something doesn't make sense
|
|
161
|
+
|
|
162
|
+
---
|
|
163
|
+
|
|
164
|
+
## Visual Companion
|
|
165
|
+
|
|
166
|
+
A browser-based companion for showing mockups, diagrams, and visual options during design sessions. Available as a tool — not a mode. Accepting the companion means it's available for questions that benefit from visual treatment; it does NOT mean every question goes through the browser.
|
|
167
|
+
|
|
168
|
+
**Offering the companion:** When you anticipate that upcoming questions will involve visual content (mockups, layouts, diagrams), offer it once for consent:
|
|
169
|
+
|
|
170
|
+
> "Some of what we're working on might be easier to explain if I can show it to you in a web browser. I can put together mockups, diagrams, comparisons, and other visuals as we go. Want to try it? (Requires opening a local URL)"
|
|
171
|
+
|
|
172
|
+
**This offer MUST be its own message.** Do not combine it with clarifying questions, context summaries, or any other content. Wait for the user's response before continuing. If they decline, proceed with text-only design.
|
|
173
|
+
|
|
174
|
+
**Per-question decision:** Even after the user accepts, decide FOR EACH QUESTION whether to use the browser or the terminal.
|
|
175
|
+
|
|
176
|
+
- **Use the browser** for content that IS visual — mockups, wireframes, layout comparisons, architecture diagrams
|
|
177
|
+
- **Use the terminal** for content that is text — requirements questions, conceptual choices, tradeoff lists, scope decisions
|
|
178
|
+
|
|
179
|
+
If they agree to the companion, use `Skill("mastermind:worktree")` to set up an isolated workspace, then invoke `Skill("agent-browser-testing")` to open the browser.
|
|
180
|
+
|
|
181
|
+
---
|
|
182
|
+
|
|
183
|
+
## Integration
|
|
184
|
+
|
|
185
|
+
**Skills used by this skill:**
|
|
186
|
+
- `Skill("mastermind:plan")` — creates the implementation plan after design is approved (terminal state)
|
|
187
|
+
- `Skill("mastermind:worktree")` — isolated workspace for visual companion work
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: mastermind-execute
|
|
3
|
+
description: Load a written implementation plan, review it critically, execute all tasks step by step, and hand off to mastermind:finish when complete.
|
|
4
|
+
type: domain-skill
|
|
5
|
+
default_mode: confirm
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Mastermind Execute
|
|
9
|
+
|
|
10
|
+
Load plan, review critically, execute all tasks, report when complete.
|
|
11
|
+
|
|
12
|
+
**Announce at start:** "I'm using the mastermind:execute skill to implement this plan."
|
|
13
|
+
|
|
14
|
+
**Note:** This skill works best with subagent support (Claude Code). When subagents are available, prefer `Skill("mastermind:taskdev")` for parallel task execution.
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## Inputs
|
|
19
|
+
|
|
20
|
+
- `brain_context`: BRAIN CONTEXT block (injected by master, or loaded standalone via _protocol.md brain load)
|
|
21
|
+
- `plan_path`: path to the plan file to execute
|
|
22
|
+
- `project_name`: monotask space name
|
|
23
|
+
- `board_id`: monotask board ID
|
|
24
|
+
- `mode`: auto | confirm
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
## The Process
|
|
29
|
+
|
|
30
|
+
### Step 1: Load and Review Plan
|
|
31
|
+
|
|
32
|
+
1. Read the plan file at `plan_path`
|
|
33
|
+
2. Review critically — identify any questions or concerns:
|
|
34
|
+
- Missing dependencies or prerequisites
|
|
35
|
+
- Ambiguous instructions
|
|
36
|
+
- Steps that contradict each other
|
|
37
|
+
- Verifications that cannot be run
|
|
38
|
+
3. If concerns exist: raise them with the user before starting
|
|
39
|
+
4. If no concerns: create a TodoWrite with each task and proceed
|
|
40
|
+
|
|
41
|
+
### Step 2: Execute Tasks
|
|
42
|
+
|
|
43
|
+
For each task in the plan:
|
|
44
|
+
|
|
45
|
+
1. Mark as `in_progress`
|
|
46
|
+
2. Follow each step exactly — the plan has bite-sized steps; do not skip or reorder
|
|
47
|
+
3. Run verifications as specified in the plan
|
|
48
|
+
4. Mark as `completed`
|
|
49
|
+
|
|
50
|
+
When the plan references skills:
|
|
51
|
+
- `mastermind:taskdev` → invoke `Skill("mastermind:taskdev")`
|
|
52
|
+
- `mastermind:verify` → invoke `Skill("mastermind:verify")`
|
|
53
|
+
- Any other `mastermind:*` skill → invoke `Skill("mastermind:<name>")`
|
|
54
|
+
|
|
55
|
+
### Step 3: Complete Development
|
|
56
|
+
|
|
57
|
+
After all tasks complete and are verified:
|
|
58
|
+
|
|
59
|
+
- Announce: "All tasks complete. Handing off to mastermind:finish."
|
|
60
|
+
- **REQUIRED SUB-SKILL:** invoke `Skill("mastermind:finish")`
|
|
61
|
+
- Follow that skill to verify tests, present options, and execute the chosen finish action
|
|
62
|
+
|
|
63
|
+
---
|
|
64
|
+
|
|
65
|
+
## When to Stop and Ask for Help
|
|
66
|
+
|
|
67
|
+
**STOP executing immediately when:**
|
|
68
|
+
- A blocker is encountered (missing dependency, failing test, unclear instruction)
|
|
69
|
+
- The plan has critical gaps preventing a task from starting
|
|
70
|
+
- An instruction cannot be understood without guessing
|
|
71
|
+
- A verification fails repeatedly (more than twice)
|
|
72
|
+
|
|
73
|
+
**Ask for clarification rather than guessing.** Never invent steps not in the plan.
|
|
74
|
+
|
|
75
|
+
---
|
|
76
|
+
|
|
77
|
+
## When to Revisit Earlier Steps
|
|
78
|
+
|
|
79
|
+
**Return to Step 1 (Review) when:**
|
|
80
|
+
- The user updates the plan based on feedback
|
|
81
|
+
- A fundamental approach needs rethinking due to new information
|
|
82
|
+
|
|
83
|
+
**Do not force through blockers.** Stop and ask.
|
|
84
|
+
|
|
85
|
+
---
|
|
86
|
+
|
|
87
|
+
## Rules
|
|
88
|
+
|
|
89
|
+
- Review the plan critically before touching any code
|
|
90
|
+
- Follow plan steps exactly — do not improvise
|
|
91
|
+
- Do not skip verifications
|
|
92
|
+
- Reference skills when the plan says to invoke them
|
|
93
|
+
- Stop when blocked; never guess
|
|
94
|
+
- Never start implementation on `main` or `master` without explicit user consent
|
|
95
|
+
|
|
96
|
+
---
|
|
97
|
+
|
|
98
|
+
## Integration
|
|
99
|
+
|
|
100
|
+
**Skills used by this skill:**
|
|
101
|
+
- `Skill("mastermind:plan")` — creates the plan this skill executes
|
|
102
|
+
- `Skill("mastermind:taskdev")` — subagent-driven parallel task execution (preferred for complex plans)
|
|
103
|
+
- `Skill("mastermind:finish")` — complete the development branch after all tasks
|
|
104
|
+
- `Skill("mastermind:verify")` — verification gate before finishing
|