mindforge-cc 9.0.0 → 10.0.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/.mindforge/config.json +1 -1
- package/CHANGELOG.md +15 -0
- package/LICENSE +1 -1
- package/MINDFORGE.md +13 -0
- package/README.md +7 -1
- package/bin/autonomous/audit-writer.js +90 -0
- package/bin/autonomous/auto-runner.js +209 -431
- package/bin/autonomous/state-manager.js +116 -0
- package/bin/autonomous/task-dispatcher.js +114 -0
- package/bin/autonomous/wave-executor.js +169 -0
- package/bin/browser/browser-daemon.js +31 -1
- package/bin/change-classifier.js +3 -3
- package/bin/dashboard/api-router.js +21 -22
- package/bin/dashboard/metrics-aggregator.js +44 -3
- package/bin/dashboard/server.js +54 -10
- package/bin/dashboard/sse-bridge.js +51 -5
- package/bin/engine/learning-manager.js +1 -1
- package/bin/engine/mesh-syncer.js +26 -22
- package/bin/engine/nexus-tracer.js +6 -5
- package/bin/engine/orbital-guardian.js +13 -10
- package/bin/engine/skill-evolver.js +12 -14
- package/bin/engine/temporal-hub.js +25 -1
- package/bin/governance/policy-engine.js +5 -5
- package/bin/governance/policy-gate-hardened.js +2 -2
- package/bin/governance/quantum-crypto.js +10 -2
- package/bin/memory/identity-synthesizer.js +9 -11
- package/bin/memory/knowledge-store.js +62 -6
- package/bin/memory/semantic-hub.js +26 -30
- package/bin/memory/vector-hub.js +377 -193
- package/bin/migrations/v8-sqlite-migration.js +22 -21
- package/bin/migrations/v9-unified-memory.js +1 -1
- package/bin/mindforge-cli.js +47 -11
- package/bin/models/model-broker.js +2 -0
- package/bin/revops/remediation-queue.js +16 -55
- package/bin/utils/errors.js +40 -0
- package/bin/utils/file-io.js +102 -0
- package/bin/utils/index.js +6 -0
- package/bin/utils/paths.js +33 -0
- package/docs/sdk-reference.md +374 -24
- package/docs/troubleshooting.md +4 -4
- package/examples/sdk-integration/README.md +24 -0
- package/examples/sdk-integration/index.js +24 -0
- package/examples/starter-project/MINDFORGE.md +8 -8
- package/package.json +25 -14
- package/.agent/bin/lib/commands.cjs +0 -959
- package/.agent/bin/lib/config.cjs +0 -421
- package/.agent/bin/lib/core.cjs +0 -1166
- package/.agent/bin/lib/frontmatter.cjs +0 -307
- package/.agent/bin/lib/init.cjs +0 -1336
- package/.agent/bin/lib/milestone.cjs +0 -252
- package/.agent/bin/lib/model-profiles.cjs +0 -68
- package/.agent/bin/lib/phase.cjs +0 -888
- package/.agent/bin/lib/profile-output.cjs +0 -952
- package/.agent/bin/lib/profile-pipeline.cjs +0 -539
- package/.agent/bin/lib/roadmap.cjs +0 -329
- package/.agent/bin/lib/security.cjs +0 -356
- package/.agent/bin/lib/state.cjs +0 -969
- package/.agent/bin/lib/template.cjs +0 -222
- package/.agent/bin/lib/uat.cjs +0 -189
- package/.agent/bin/lib/verify.cjs +0 -851
- package/.agent/bin/lib/workstream.cjs +0 -491
- package/.agent/bin/mindforge-tools.cjs +0 -897
- package/.agent/file-manifest.json +0 -219
- package/.agent/forge/help.md +0 -11
- package/.agent/forge/init-project.md +0 -36
- package/.agent/forge/plan-phase.md +0 -34
- package/.agent/mindforge/add-backlog.md +0 -32
- package/.agent/mindforge/agent.md +0 -31
- package/.agent/mindforge/approve.md +0 -22
- package/.agent/mindforge/audit.md +0 -34
- package/.agent/mindforge/auto.md +0 -26
- package/.agent/mindforge/benchmark.md +0 -37
- package/.agent/mindforge/browse.md +0 -30
- package/.agent/mindforge/complete-milestone.md +0 -22
- package/.agent/mindforge/costs.md +0 -15
- package/.agent/mindforge/cross-review.md +0 -21
- package/.agent/mindforge/dashboard.md +0 -102
- package/.agent/mindforge/debug.md +0 -133
- package/.agent/mindforge/discuss-phase.md +0 -142
- package/.agent/mindforge/do.md +0 -31
- package/.agent/mindforge/execute-phase.md +0 -200
- package/.agent/mindforge/health.md +0 -31
- package/.agent/mindforge/help.md +0 -33
- package/.agent/mindforge/init-org.md +0 -135
- package/.agent/mindforge/init-project.md +0 -170
- package/.agent/mindforge/install-skill.md +0 -28
- package/.agent/mindforge/learn.md +0 -147
- package/.agent/mindforge/learning.md +0 -20
- package/.agent/mindforge/map-codebase.md +0 -302
- package/.agent/mindforge/marketplace.md +0 -124
- package/.agent/mindforge/metrics.md +0 -26
- package/.agent/mindforge/migrate.md +0 -44
- package/.agent/mindforge/milestone.md +0 -16
- package/.agent/mindforge/new-runtime.md +0 -23
- package/.agent/mindforge/next.md +0 -109
- package/.agent/mindforge/note.md +0 -35
- package/.agent/mindforge/plan-phase.md +0 -131
- package/.agent/mindforge/plant-seed.md +0 -31
- package/.agent/mindforge/plugins.md +0 -44
- package/.agent/mindforge/pr-review.md +0 -45
- package/.agent/mindforge/profile-team.md +0 -27
- package/.agent/mindforge/publish-skill.md +0 -23
- package/.agent/mindforge/qa.md +0 -20
- package/.agent/mindforge/quick.md +0 -139
- package/.agent/mindforge/record-learning.md +0 -22
- package/.agent/mindforge/release.md +0 -14
- package/.agent/mindforge/remember.md +0 -30
- package/.agent/mindforge/research.md +0 -16
- package/.agent/mindforge/retrospective.md +0 -31
- package/.agent/mindforge/review-backlog.md +0 -34
- package/.agent/mindforge/review.md +0 -161
- package/.agent/mindforge/security-scan.md +0 -242
- package/.agent/mindforge/session-report.md +0 -39
- package/.agent/mindforge/ship.md +0 -111
- package/.agent/mindforge/skills.md +0 -145
- package/.agent/mindforge/status.md +0 -113
- package/.agent/mindforge/steer.md +0 -17
- package/.agent/mindforge/sync-confluence.md +0 -15
- package/.agent/mindforge/sync-jira.md +0 -16
- package/.agent/mindforge/tokens.md +0 -12
- package/.agent/mindforge/ui-phase.md +0 -34
- package/.agent/mindforge/ui-review.md +0 -36
- package/.agent/mindforge/update.md +0 -46
- package/.agent/mindforge/validate-phase.md +0 -31
- package/.agent/mindforge/verify-phase.md +0 -66
- package/.agent/mindforge/workspace.md +0 -33
- package/.agent/mindforge/workstreams.md +0 -35
- package/.agent/settings.json +0 -42
- package/.agent/skills/mindforge-add-backlog/SKILL.md +0 -72
- package/.agent/skills/mindforge-add-phase/SKILL.md +0 -39
- package/.agent/skills/mindforge-add-tests/SKILL.md +0 -28
- package/.agent/skills/mindforge-add-todo/SKILL.md +0 -42
- package/.agent/skills/mindforge-audit-milestone/SKILL.md +0 -29
- package/.agent/skills/mindforge-audit-uat/SKILL.md +0 -20
- package/.agent/skills/mindforge-autonomous/SKILL.md +0 -33
- package/.agent/skills/mindforge-brainstorming/SKILL.md +0 -164
- package/.agent/skills/mindforge-brainstorming/scripts/frame-template.html +0 -214
- package/.agent/skills/mindforge-brainstorming/scripts/helper.js +0 -88
- package/.agent/skills/mindforge-brainstorming/scripts/server.cjs +0 -354
- package/.agent/skills/mindforge-brainstorming/scripts/start-server.sh +0 -148
- package/.agent/skills/mindforge-brainstorming/scripts/stop-server.sh +0 -56
- package/.agent/skills/mindforge-brainstorming/spec-document-reviewer-prompt.md +0 -49
- package/.agent/skills/mindforge-brainstorming/visual-companion.md +0 -287
- package/.agent/skills/mindforge-check-todos/SKILL.md +0 -40
- package/.agent/skills/mindforge-cleanup/SKILL.md +0 -19
- package/.agent/skills/mindforge-complete-milestone/SKILL.md +0 -131
- package/.agent/skills/mindforge-debug/SKILL.md +0 -163
- package/.agent/skills/mindforge-debug_extended/CREATION-LOG.md +0 -119
- package/.agent/skills/mindforge-debug_extended/SKILL.md +0 -296
- package/.agent/skills/mindforge-debug_extended/condition-based-waiting-example.ts +0 -158
- package/.agent/skills/mindforge-debug_extended/condition-based-waiting.md +0 -115
- package/.agent/skills/mindforge-debug_extended/defense-in-depth.md +0 -122
- package/.agent/skills/mindforge-debug_extended/find-polluter.sh +0 -63
- package/.agent/skills/mindforge-debug_extended/root-cause-tracing.md +0 -169
- package/.agent/skills/mindforge-debug_extended/test-academic.md +0 -14
- package/.agent/skills/mindforge-debug_extended/test-pressure-1.md +0 -58
- package/.agent/skills/mindforge-debug_extended/test-pressure-2.md +0 -68
- package/.agent/skills/mindforge-debug_extended/test-pressure-3.md +0 -69
- package/.agent/skills/mindforge-discuss-phase/SKILL.md +0 -54
- package/.agent/skills/mindforge-do/SKILL.md +0 -26
- package/.agent/skills/mindforge-execute-phase/SKILL.md +0 -49
- package/.agent/skills/mindforge-execute-phase_extended/SKILL.md +0 -70
- package/.agent/skills/mindforge-fast/SKILL.md +0 -23
- package/.agent/skills/mindforge-forensics/SKILL.md +0 -49
- package/.agent/skills/mindforge-health/SKILL.md +0 -17
- package/.agent/skills/mindforge-help/SKILL.md +0 -23
- package/.agent/skills/mindforge-insert-phase/SKILL.md +0 -28
- package/.agent/skills/mindforge-join-discord/SKILL.md +0 -19
- package/.agent/skills/mindforge-list-phase-assumptions/SKILL.md +0 -41
- package/.agent/skills/mindforge-list-workspaces/SKILL.md +0 -17
- package/.agent/skills/mindforge-manager/SKILL.md +0 -32
- package/.agent/skills/mindforge-map-codebase/SKILL.md +0 -64
- package/.agent/skills/mindforge-milestone-summary/SKILL.md +0 -44
- package/.agent/skills/mindforge-neural-orchestrator/SKILL.md +0 -115
- package/.agent/skills/mindforge-neural-orchestrator/references/codex-tools.md +0 -100
- package/.agent/skills/mindforge-neural-orchestrator/references/gemini-tools.md +0 -33
- package/.agent/skills/mindforge-new-milestone/SKILL.md +0 -38
- package/.agent/skills/mindforge-new-project/SKILL.md +0 -36
- package/.agent/skills/mindforge-new-workspace/SKILL.md +0 -39
- package/.agent/skills/mindforge-next/SKILL.md +0 -19
- package/.agent/skills/mindforge-note/SKILL.md +0 -29
- package/.agent/skills/mindforge-parallel-mesh_extended/SKILL.md +0 -182
- package/.agent/skills/mindforge-pause-work/SKILL.md +0 -35
- package/.agent/skills/mindforge-plan-milestone-gaps/SKILL.md +0 -28
- package/.agent/skills/mindforge-plan-phase/SKILL.md +0 -38
- package/.agent/skills/mindforge-plan-phase_extended/SKILL.md +0 -152
- package/.agent/skills/mindforge-plan-phase_extended/plan-document-reviewer-prompt.md +0 -49
- package/.agent/skills/mindforge-plant-seed/SKILL.md +0 -22
- package/.agent/skills/mindforge-pr-branch/SKILL.md +0 -21
- package/.agent/skills/mindforge-profile-user/SKILL.md +0 -38
- package/.agent/skills/mindforge-progress/SKILL.md +0 -19
- package/.agent/skills/mindforge-quick/SKILL.md +0 -38
- package/.agent/skills/mindforge-reapply-patches/SKILL.md +0 -124
- package/.agent/skills/mindforge-remove-phase/SKILL.md +0 -26
- package/.agent/skills/mindforge-remove-workspace/SKILL.md +0 -22
- package/.agent/skills/mindforge-research-phase/SKILL.md +0 -186
- package/.agent/skills/mindforge-resume-work/SKILL.md +0 -35
- package/.agent/skills/mindforge-review/SKILL.md +0 -31
- package/.agent/skills/mindforge-review-backlog/SKILL.md +0 -58
- package/.agent/skills/mindforge-review-inbound/SKILL.md +0 -213
- package/.agent/skills/mindforge-review-request/SKILL.md +0 -105
- package/.agent/skills/mindforge-review-request/code-reviewer.md +0 -146
- package/.agent/skills/mindforge-session-report/SKILL.md +0 -16
- package/.agent/skills/mindforge-set-profile/SKILL.md +0 -9
- package/.agent/skills/mindforge-settings/SKILL.md +0 -32
- package/.agent/skills/mindforge-ship/SKILL.md +0 -16
- package/.agent/skills/mindforge-ship_extended/SKILL.md +0 -200
- package/.agent/skills/mindforge-skill-creation/SKILL.md +0 -655
- package/.agent/skills/mindforge-skill-creation/anthropic-best-practices.md +0 -1150
- package/.agent/skills/mindforge-skill-creation/examples/CLAUDE_MD_TESTING.md +0 -189
- package/.agent/skills/mindforge-skill-creation/graphviz-conventions.dot +0 -172
- package/.agent/skills/mindforge-skill-creation/persuasion-principles.md +0 -187
- package/.agent/skills/mindforge-skill-creation/render-graphs.js +0 -168
- package/.agent/skills/mindforge-skill-creation/testing-skills-with-subagents.md +0 -384
- package/.agent/skills/mindforge-stats/SKILL.md +0 -16
- package/.agent/skills/mindforge-swarm-execution/SKILL.md +0 -277
- package/.agent/skills/mindforge-swarm-execution/code-quality-reviewer-prompt.md +0 -26
- package/.agent/skills/mindforge-swarm-execution/implementer-prompt.md +0 -113
- package/.agent/skills/mindforge-swarm-execution/spec-reviewer-prompt.md +0 -61
- package/.agent/skills/mindforge-system-architecture/SKILL.md +0 -136
- package/.agent/skills/mindforge-system-architecture/examples.md +0 -120
- package/.agent/skills/mindforge-system-architecture/scaling-checklist.md +0 -76
- package/.agent/skills/mindforge-tdd/SKILL.md +0 -112
- package/.agent/skills/mindforge-tdd/deep-modules.md +0 -21
- package/.agent/skills/mindforge-tdd/interface-design.md +0 -22
- package/.agent/skills/mindforge-tdd/mocking.md +0 -24
- package/.agent/skills/mindforge-tdd/refactoring.md +0 -21
- package/.agent/skills/mindforge-tdd/tests.md +0 -28
- package/.agent/skills/mindforge-tdd_extended/SKILL.md +0 -371
- package/.agent/skills/mindforge-tdd_extended/testing-anti-patterns.md +0 -299
- package/.agent/skills/mindforge-thread/SKILL.md +0 -123
- package/.agent/skills/mindforge-ui-phase/SKILL.md +0 -24
- package/.agent/skills/mindforge-ui-review/SKILL.md +0 -24
- package/.agent/skills/mindforge-update/SKILL.md +0 -35
- package/.agent/skills/mindforge-validate-phase/SKILL.md +0 -26
- package/.agent/skills/mindforge-verify-work/SKILL.md +0 -30
- package/.agent/skills/mindforge-verify-work_extended/SKILL.md +0 -139
- package/.agent/skills/mindforge-workspace-isolated/SKILL.md +0 -218
- package/.agent/skills/mindforge-workstreams/SKILL.md +0 -65
- package/.agent/workflows/forge:help.md +0 -10
- package/.agent/workflows/forge:init-project.md +0 -35
- package/.agent/workflows/forge:plan-phase.md +0 -33
- package/.agent/workflows/mindforge-add-phase.md +0 -112
- package/.agent/workflows/mindforge-add-tests.md +0 -351
- package/.agent/workflows/mindforge-add-todo.md +0 -158
- package/.agent/workflows/mindforge-audit-milestone.md +0 -332
- package/.agent/workflows/mindforge-audit-uat.md +0 -109
- package/.agent/workflows/mindforge-autonomous.md +0 -815
- package/.agent/workflows/mindforge-check-todos.md +0 -177
- package/.agent/workflows/mindforge-cleanup.md +0 -152
- package/.agent/workflows/mindforge-complete-milestone.md +0 -766
- package/.agent/workflows/mindforge-diagnose-issues.md +0 -220
- package/.agent/workflows/mindforge-discovery-phase.md +0 -289
- package/.agent/workflows/mindforge-discuss-phase-assumptions.md +0 -645
- package/.agent/workflows/mindforge-discuss-phase.md +0 -1047
- package/.agent/workflows/mindforge-do.md +0 -104
- package/.agent/workflows/mindforge-execute-phase.md +0 -838
- package/.agent/workflows/mindforge-execute-plan.md +0 -509
- package/.agent/workflows/mindforge-fast.md +0 -105
- package/.agent/workflows/mindforge-forensics.md +0 -265
- package/.agent/workflows/mindforge-health.md +0 -181
- package/.agent/workflows/mindforge-help.md +0 -606
- package/.agent/workflows/mindforge-insert-phase.md +0 -130
- package/.agent/workflows/mindforge-list-phase-assumptions.md +0 -178
- package/.agent/workflows/mindforge-list-workspaces.md +0 -56
- package/.agent/workflows/mindforge-manager.md +0 -360
- package/.agent/workflows/mindforge-map-codebase.md +0 -370
- package/.agent/workflows/mindforge-milestone-summary.md +0 -223
- package/.agent/workflows/mindforge-new-milestone.md +0 -469
- package/.agent/workflows/mindforge-new-project.md +0 -1226
- package/.agent/workflows/mindforge-new-workspace.md +0 -237
- package/.agent/workflows/mindforge-next.md +0 -97
- package/.agent/workflows/mindforge-node-repair.md +0 -92
- package/.agent/workflows/mindforge-note.md +0 -156
- package/.agent/workflows/mindforge-pause-work.md +0 -176
- package/.agent/workflows/mindforge-plan-milestone-gaps.md +0 -273
- package/.agent/workflows/mindforge-plan-phase.md +0 -877
- package/.agent/workflows/mindforge-plant-seed.md +0 -169
- package/.agent/workflows/mindforge-pr-branch.md +0 -129
- package/.agent/workflows/mindforge-profile-user.md +0 -450
- package/.agent/workflows/mindforge-progress.md +0 -507
- package/.agent/workflows/mindforge-quick.md +0 -732
- package/.agent/workflows/mindforge-remove-phase.md +0 -155
- package/.agent/workflows/mindforge-remove-workspace.md +0 -90
- package/.agent/workflows/mindforge-research-phase.md +0 -74
- package/.agent/workflows/mindforge-resume-project.md +0 -325
- package/.agent/workflows/mindforge-review.md +0 -228
- package/.agent/workflows/mindforge-session-report.md +0 -146
- package/.agent/workflows/mindforge-settings.md +0 -283
- package/.agent/workflows/mindforge-ship.md +0 -228
- package/.agent/workflows/mindforge-stats.md +0 -60
- package/.agent/workflows/mindforge-transition.md +0 -671
- package/.agent/workflows/mindforge-ui-phase.md +0 -290
- package/.agent/workflows/mindforge-ui-review.md +0 -157
- package/.agent/workflows/mindforge-update.md +0 -323
- package/.agent/workflows/mindforge-validate-phase.md +0 -167
- package/.agent/workflows/mindforge-verify-phase.md +0 -254
- package/.agent/workflows/mindforge-verify-work.md +0 -628
- package/.agent/workflows/mindforge:add-backlog.md +0 -24
- package/.agent/workflows/mindforge:agent.md +0 -25
- package/.agent/workflows/mindforge:approve.md +0 -21
- package/.agent/workflows/mindforge:architecture.md +0 -40
- package/.agent/workflows/mindforge:audit.md +0 -33
- package/.agent/workflows/mindforge:auto.md +0 -25
- package/.agent/workflows/mindforge:benchmark.md +0 -36
- package/.agent/workflows/mindforge:brainstorming.md +0 -16
- package/.agent/workflows/mindforge:browse.md +0 -29
- package/.agent/workflows/mindforge:complete-milestone.md +0 -21
- package/.agent/workflows/mindforge:costs.md +0 -14
- package/.agent/workflows/mindforge:cross-review.md +0 -20
- package/.agent/workflows/mindforge:dashboard.md +0 -101
- package/.agent/workflows/mindforge:debug.md +0 -131
- package/.agent/workflows/mindforge:discuss-phase.md +0 -141
- package/.agent/workflows/mindforge:do.md +0 -25
- package/.agent/workflows/mindforge:execute-phase.md +0 -205
- package/.agent/workflows/mindforge:executor.md +0 -18
- package/.agent/workflows/mindforge:health.md +0 -24
- package/.agent/workflows/mindforge:help.md +0 -26
- package/.agent/workflows/mindforge:identity.md +0 -18
- package/.agent/workflows/mindforge:init-org.md +0 -134
- package/.agent/workflows/mindforge:init-project.md +0 -185
- package/.agent/workflows/mindforge:install-skill.md +0 -27
- package/.agent/workflows/mindforge:learn.md +0 -146
- package/.agent/workflows/mindforge:map-codebase.md +0 -301
- package/.agent/workflows/mindforge:marketplace.md +0 -123
- package/.agent/workflows/mindforge:memory.md +0 -18
- package/.agent/workflows/mindforge:metrics.md +0 -25
- package/.agent/workflows/mindforge:migrate.md +0 -43
- package/.agent/workflows/mindforge:milestone.md +0 -15
- package/.agent/workflows/mindforge:new-runtime.md +0 -22
- package/.agent/workflows/mindforge:next.md +0 -108
- package/.agent/workflows/mindforge:note.md +0 -27
- package/.agent/workflows/mindforge:plan-phase.md +0 -139
- package/.agent/workflows/mindforge:planner.md +0 -18
- package/.agent/workflows/mindforge:plant-seed.md +0 -24
- package/.agent/workflows/mindforge:plugins.md +0 -43
- package/.agent/workflows/mindforge:pr-review.md +0 -44
- package/.agent/workflows/mindforge:profile-team.md +0 -26
- package/.agent/workflows/mindforge:publish-skill.md +0 -22
- package/.agent/workflows/mindforge:qa.md +0 -19
- package/.agent/workflows/mindforge:quick.md +0 -138
- package/.agent/workflows/mindforge:release.md +0 -13
- package/.agent/workflows/mindforge:remember.md +0 -29
- package/.agent/workflows/mindforge:research.md +0 -15
- package/.agent/workflows/mindforge:researcher.md +0 -18
- package/.agent/workflows/mindforge:retrospective.md +0 -29
- package/.agent/workflows/mindforge:review-backlog.md +0 -26
- package/.agent/workflows/mindforge:review.md +0 -160
- package/.agent/workflows/mindforge:reviewer.md +0 -18
- package/.agent/workflows/mindforge:security-scan.md +0 -236
- package/.agent/workflows/mindforge:session-report.md +0 -31
- package/.agent/workflows/mindforge:ship.md +0 -108
- package/.agent/workflows/mindforge:skills.md +0 -144
- package/.agent/workflows/mindforge:soul.md +0 -54
- package/.agent/workflows/mindforge:status.md +0 -107
- package/.agent/workflows/mindforge:steer.md +0 -16
- package/.agent/workflows/mindforge:sync-confluence.md +0 -14
- package/.agent/workflows/mindforge:sync-jira.md +0 -15
- package/.agent/workflows/mindforge:tdd.md +0 -46
- package/.agent/workflows/mindforge:tokens.md +0 -11
- package/.agent/workflows/mindforge:tool.md +0 -18
- package/.agent/workflows/mindforge:ui-phase.md +0 -27
- package/.agent/workflows/mindforge:ui-review.md +0 -28
- package/.agent/workflows/mindforge:update.md +0 -45
- package/.agent/workflows/mindforge:validate-phase.md +0 -25
- package/.agent/workflows/mindforge:verify-phase.md +0 -65
- package/.agent/workflows/mindforge:workspace.md +0 -32
- package/.agent/workflows/mindforge:workstreams.md +0 -27
- package/.agent/workflows/publish-release.md +0 -36
- package/.claude/CLAUDE.md +0 -102
- package/.claude/commands/forge/help.md +0 -7
- package/.claude/commands/forge/init-project.md +0 -32
- package/.claude/commands/forge/plan-phase.md +0 -30
- package/.claude/commands/mindforge/add-backlog.md +0 -32
- package/.claude/commands/mindforge/agent.md +0 -31
- package/.claude/commands/mindforge/approve.md +0 -22
- package/.claude/commands/mindforge/audit.md +0 -34
- package/.claude/commands/mindforge/auto.md +0 -26
- package/.claude/commands/mindforge/benchmark.md +0 -37
- package/.claude/commands/mindforge/browse.md +0 -30
- package/.claude/commands/mindforge/complete-milestone.md +0 -22
- package/.claude/commands/mindforge/costs.md +0 -15
- package/.claude/commands/mindforge/cross-review.md +0 -21
- package/.claude/commands/mindforge/dashboard.md +0 -102
- package/.claude/commands/mindforge/debug.md +0 -133
- package/.claude/commands/mindforge/discuss-phase.md +0 -142
- package/.claude/commands/mindforge/do.md +0 -31
- package/.claude/commands/mindforge/execute-phase.md +0 -200
- package/.claude/commands/mindforge/health.md +0 -31
- package/.claude/commands/mindforge/help.md +0 -33
- package/.claude/commands/mindforge/init-org.md +0 -135
- package/.claude/commands/mindforge/init-project.md +0 -170
- package/.claude/commands/mindforge/install-skill.md +0 -28
- package/.claude/commands/mindforge/learn.md +0 -147
- package/.claude/commands/mindforge/learning.md +0 -20
- package/.claude/commands/mindforge/map-codebase.md +0 -302
- package/.claude/commands/mindforge/marketplace.md +0 -124
- package/.claude/commands/mindforge/metrics.md +0 -26
- package/.claude/commands/mindforge/migrate.md +0 -44
- package/.claude/commands/mindforge/milestone.md +0 -16
- package/.claude/commands/mindforge/new-runtime.md +0 -23
- package/.claude/commands/mindforge/next.md +0 -109
- package/.claude/commands/mindforge/note.md +0 -35
- package/.claude/commands/mindforge/plan-phase.md +0 -131
- package/.claude/commands/mindforge/plant-seed.md +0 -31
- package/.claude/commands/mindforge/plugins.md +0 -44
- package/.claude/commands/mindforge/pr-review.md +0 -45
- package/.claude/commands/mindforge/profile-team.md +0 -27
- package/.claude/commands/mindforge/publish-skill.md +0 -23
- package/.claude/commands/mindforge/qa.md +0 -20
- package/.claude/commands/mindforge/quick.md +0 -139
- package/.claude/commands/mindforge/record-learning.md +0 -22
- package/.claude/commands/mindforge/release.md +0 -14
- package/.claude/commands/mindforge/remember.md +0 -30
- package/.claude/commands/mindforge/research.md +0 -16
- package/.claude/commands/mindforge/retrospective.md +0 -31
- package/.claude/commands/mindforge/review-backlog.md +0 -34
- package/.claude/commands/mindforge/review.md +0 -161
- package/.claude/commands/mindforge/security-scan.md +0 -242
- package/.claude/commands/mindforge/session-report.md +0 -39
- package/.claude/commands/mindforge/ship.md +0 -111
- package/.claude/commands/mindforge/skills.md +0 -145
- package/.claude/commands/mindforge/status.md +0 -113
- package/.claude/commands/mindforge/steer.md +0 -17
- package/.claude/commands/mindforge/sync-confluence.md +0 -15
- package/.claude/commands/mindforge/sync-jira.md +0 -16
- package/.claude/commands/mindforge/tokens.md +0 -12
- package/.claude/commands/mindforge/ui-phase.md +0 -34
- package/.claude/commands/mindforge/ui-review.md +0 -36
- package/.claude/commands/mindforge/update.md +0 -46
- package/.claude/commands/mindforge/validate-phase.md +0 -31
- package/.claude/commands/mindforge/verify-phase.md +0 -66
- package/.claude/commands/mindforge/workspace.md +0 -33
- package/.claude/commands/mindforge/workstreams.md +0 -35
- package/.claude/settings.local.json +0 -16
- package/.mindforge/audit/AUDIT-SCHEMA.md +0 -470
- package/.mindforge/browser/daemon-protocol.md +0 -24
- package/.mindforge/browser/qa-engine.md +0 -16
- package/.mindforge/browser/session-manager.md +0 -18
- package/.mindforge/browser/visual-verify-spec.md +0 -31
- package/.mindforge/celestial.db +0 -0
- package/.mindforge/ci/ci-config-schema.md +0 -21
- package/.mindforge/ci/ci-mode.md +0 -179
- package/.mindforge/ci/github-actions-adapter.md +0 -224
- package/.mindforge/ci/gitlab-ci-adapter.md +0 -31
- package/.mindforge/ci/jenkins-adapter.md +0 -44
- package/.mindforge/dashboard/api-reference.md +0 -122
- package/.mindforge/dashboard/dashboard-spec.md +0 -96
- package/.mindforge/distribution/marketplace.md +0 -53
- package/.mindforge/distribution/registry-client.md +0 -166
- package/.mindforge/distribution/registry-schema.md +0 -96
- package/.mindforge/distribution/skill-publisher.md +0 -44
- package/.mindforge/distribution/skill-validator.md +0 -74
- package/.mindforge/governance/GOVERNANCE-CONFIG.md +0 -17
- package/.mindforge/governance/approval-workflow.md +0 -37
- package/.mindforge/governance/change-classifier.md +0 -63
- package/.mindforge/governance/compliance-gates.md +0 -31
- package/.mindforge/governance/policies/sovereign-default.json +0 -16
- package/.mindforge/integrations/confluence.md +0 -27
- package/.mindforge/integrations/connection-manager.md +0 -163
- package/.mindforge/integrations/github.md +0 -25
- package/.mindforge/integrations/gitlab.md +0 -13
- package/.mindforge/integrations/jira.md +0 -102
- package/.mindforge/integrations/slack.md +0 -41
- package/.mindforge/intelligence/antipattern-detector.md +0 -75
- package/.mindforge/intelligence/difficulty-scorer.md +0 -55
- package/.mindforge/intelligence/health-engine.md +0 -208
- package/.mindforge/intelligence/skill-gap-analyser.md +0 -40
- package/.mindforge/intelligence/smart-compaction.md +0 -71
- package/.mindforge/memory/MEMORY-SCHEMA.md +0 -155
- package/.mindforge/memory/engine/capture-protocol.md +0 -36
- package/.mindforge/memory/engine/global-sync-spec.md +0 -42
- package/.mindforge/memory/engine/retrieval-spec.md +0 -44
- package/.mindforge/memory/sync-manifest.json +0 -6
- package/.mindforge/metrics/METRICS-SCHEMA.md +0 -42
- package/.mindforge/metrics/quality-tracker.md +0 -32
- package/.mindforge/models/model-registry.md +0 -48
- package/.mindforge/models/model-router.md +0 -30
- package/.mindforge/monorepo/cross-package-planner.md +0 -114
- package/.mindforge/monorepo/dependency-graph-builder.md +0 -32
- package/.mindforge/monorepo/workspace-detector.md +0 -129
- package/.mindforge/org/CONVENTIONS.md +0 -62
- package/.mindforge/org/ORG.md +0 -51
- package/.mindforge/org/SECURITY.md +0 -50
- package/.mindforge/org/TOOLS.md +0 -53
- package/.mindforge/org/integrations/INTEGRATIONS-CONFIG.md +0 -58
- package/.mindforge/org/skills/MANIFEST.md +0 -15
- package/.mindforge/plugins/PLUGINS-MANIFEST.md +0 -23
- package/.mindforge/plugins/plugin-loader.md +0 -93
- package/.mindforge/plugins/plugin-registry.md +0 -44
- package/.mindforge/plugins/plugin-schema.md +0 -68
- package/.mindforge/pr-review/ai-reviewer.md +0 -266
- package/.mindforge/pr-review/finding-formatter.md +0 -46
- package/.mindforge/pr-review/review-prompt-templates.md +0 -44
- package/.mindforge/production/compatibility-layer.md +0 -39
- package/.mindforge/production/migration-engine.md +0 -52
- package/.mindforge/production/production-checklist.md +0 -76
- package/.mindforge/production/token-optimiser.md +0 -68
- package/.mindforge/skills-builder/auto-capture-protocol.md +0 -88
- package/.mindforge/skills-builder/learn-protocol.md +0 -161
- package/.mindforge/skills-builder/quality-scoring.md +0 -120
- package/.mindforge/team/TEAM-PROFILE.md +0 -42
- package/.mindforge/team/multi-handoff.md +0 -23
- package/.mindforge/team/profiles/README.md +0 -13
- package/.mindforge/team/session-merger.md +0 -18
- package/.planning/ARCHITECTURE.md +0 -0
- package/.planning/HANDOFF.json +0 -8
- package/.planning/PROJECT.md +0 -33
- package/.planning/RELEASE-CHECKLIST.md +0 -68
- package/.planning/REQUIREMENTS.md +0 -35
- package/.planning/ROADMAP.md +0 -12
- package/.planning/STATE.md +0 -36
- package/.planning/approvals/.gitkeep +0 -1
- package/.planning/archive/.gitkeep +0 -1
- package/.planning/audit-archive/.gitkeep +0 -1
- package/.planning/decisions/.gitkeep +0 -0
- package/.planning/jira-sync.json +0 -1
- package/.planning/milestones/.gitkeep +0 -1
- package/.planning/phases/.gitkeep +0 -0
- package/.planning/research/.gitkeep +0 -0
- package/.planning/screenshots/.gitkeep +0 -0
- package/.planning/slack-threads.json +0 -1
- package/docs/CAPABILITIES-MANIFEST.md +0 -64
- package/docs/Context/Master-Context.md +0 -731
- package/docs/INTELLIGENCE-MESH.md +0 -37
- package/docs/MIND-FORGE-REFERENCE-V6.md +0 -96
- package/docs/PERSONAS.md +0 -960
- package/docs/References/audit-events.md +0 -59
- package/docs/References/checkpoints.md +0 -778
- package/docs/References/commands.md +0 -107
- package/docs/References/config-reference.md +0 -81
- package/docs/References/continuation-format.md +0 -249
- package/docs/References/decimal-phase-calculation.md +0 -64
- package/docs/References/git-integration.md +0 -295
- package/docs/References/git-planning-commit.md +0 -38
- package/docs/References/model-profile-resolution.md +0 -36
- package/docs/References/model-profiles.md +0 -139
- package/docs/References/phase-argument-parsing.md +0 -61
- package/docs/References/planning-config.md +0 -202
- package/docs/References/questioning.md +0 -162
- package/docs/References/sdk-api.md +0 -53
- package/docs/References/skills-api.md +0 -57
- package/docs/References/tdd.md +0 -263
- package/docs/References/ui-brand.md +0 -160
- package/docs/References/user-profiling.md +0 -681
- package/docs/References/verification-patterns.md +0 -612
- package/docs/References/workstream-flag.md +0 -58
- package/docs/Templates/Agents/CLAUDE-MD.md +0 -122
- package/docs/Templates/Agents/COPILOT-INSTRUCTIONS.md +0 -7
- package/docs/Templates/Agents/DEBUGGER-PROMPT.md +0 -91
- package/docs/Templates/Agents/PLANNER-PROMPT.md +0 -117
- package/docs/Templates/Codebase/architecture.md +0 -255
- package/docs/Templates/Codebase/concerns.md +0 -310
- package/docs/Templates/Codebase/conventions.md +0 -307
- package/docs/Templates/Codebase/integrations.md +0 -280
- package/docs/Templates/Codebase/stack.md +0 -186
- package/docs/Templates/Codebase/structure.md +0 -285
- package/docs/Templates/Codebase/testing.md +0 -480
- package/docs/Templates/Execution/CONTINUE-HERE.md +0 -78
- package/docs/Templates/Execution/DISCUSSION-LOG.md +0 -63
- package/docs/Templates/Execution/PHASE-PROMPT.md +0 -610
- package/docs/Templates/Execution/STATE.md +0 -176
- package/docs/Templates/Execution/SUMMARY-COMPLEX.md +0 -59
- package/docs/Templates/Execution/SUMMARY-MINIMAL.md +0 -41
- package/docs/Templates/Execution/SUMMARY-STANDARD.md +0 -48
- package/docs/Templates/Execution/SUMMARY.md +0 -248
- package/docs/Templates/Profile/DEV-PREFERENCES.md +0 -21
- package/docs/Templates/Profile/USER-PROFILE.md +0 -146
- package/docs/Templates/Profile/USER-SETUP.md +0 -311
- package/docs/Templates/Project/AGENTS_LEARNING.md +0 -88
- package/docs/Templates/Project/DISCOVERY.md +0 -146
- package/docs/Templates/Project/MILESTONE-ARCHIVE.md +0 -123
- package/docs/Templates/Project/MILESTONE.md +0 -115
- package/docs/Templates/Project/PROJECT.md +0 -206
- package/docs/Templates/Project/REQUIREMENTS.md +0 -231
- package/docs/Templates/Project/RETROSPECTIVE.md +0 -54
- package/docs/Templates/Project/ROADMAP.md +0 -202
- package/docs/Templates/Quality/DEBUG.md +0 -164
- package/docs/Templates/Quality/UAT.md +0 -280
- package/docs/Templates/Quality/UI-SPEC.md +0 -100
- package/docs/Templates/Quality/VALIDATION.md +0 -76
- package/docs/Templates/Quality/VERIFICATION-REPORT.md +0 -322
- package/docs/Templates/Research/ARCHITECTURE.md +0 -204
- package/docs/Templates/Research/FEATURES.md +0 -147
- package/docs/Templates/Research/PITFALLS.md +0 -200
- package/docs/Templates/Research/STACK.md +0 -120
- package/docs/Templates/Research/SUMMARY.md +0 -170
- package/docs/Templates/System/CONFIG.json +0 -43
- package/docs/Templates/System/CONTEXT.md +0 -352
- package/docs/adr/ADR-024-browser-localhost-only.md +0 -17
- package/docs/adr/ADR-025-visual-verify-failure-treatment.md +0 -19
- package/docs/adr/ADR-026-session-persistence-security.md +0 -20
- package/docs/adr/ADR-042-ads-protocol.md +0 -30
- package/docs/architecture/NEXUS-DASHBOARD.md +0 -35
- package/docs/architecture/PAR-ZTS-SURVEY.md +0 -43
- package/docs/architecture/README.md +0 -78
- package/docs/architecture/V3-CORE.md +0 -52
- package/docs/architecture/V4-SWARM-MESH.md +0 -77
- package/docs/architecture/V5-ENTERPRISE.md +0 -131
- package/docs/architecture/V6-SOVEREIGN.md +0 -43
- package/docs/architecture/V8-SRE.md +0 -88
- package/docs/architecture/V9-BEDROCK.md +0 -162
- package/docs/architecture/adr-039-multi-runtime-support.md +0 -20
- package/docs/architecture/adr-040-additive-schema-migration.md +0 -21
- package/docs/architecture/adr-041-stable-runtime-interface-contract.md +0 -20
- package/docs/architecture/decision-records-index.md +0 -29
- package/docs/ci-cd-integration.md +0 -30
- package/docs/ci-cd.md +0 -92
- package/docs/ci-quickstart.md +0 -78
- package/docs/commands-skills/DISCOVERED_SKILLS.md +0 -21
- package/docs/contributing/CONTRIBUTING.md +0 -38
- package/docs/contributing/plugin-authoring.md +0 -50
- package/docs/contributing/skill-authoring.md +0 -41
- package/docs/enterprise-setup.md +0 -25
- package/docs/feature-dashboard.md +0 -63
- package/docs/governance-guide.md +0 -134
- package/docs/monorepo-guide.md +0 -26
- package/docs/persona-customisation.md +0 -56
- package/docs/publishing-guide.md +0 -43
- package/docs/quick-verify.md +0 -33
- package/docs/registry/AGENTS.md +0 -37
- package/docs/registry/COMMANDS.md +0 -87
- package/docs/registry/HOOKS.md +0 -38
- package/docs/registry/PERSONAS.md +0 -64
- package/docs/registry/README.md +0 -27
- package/docs/registry/SKILLS.md +0 -142
- package/docs/registry/WORKFLOWS.md +0 -72
- package/docs/release-checklist-guide.md +0 -37
- package/docs/requirements.md +0 -29
- package/docs/security/SECURITY.md +0 -55
- package/docs/security/ZTAI-OVERVIEW.md +0 -37
- package/docs/security/penetration-test-results.md +0 -31
- package/docs/security/threat-model.md +0 -142
- package/docs/skills-authoring-guide.md +0 -176
- package/docs/skills-publishing-guide.md +0 -22
- package/docs/team-setup-guide.md +0 -21
- package/docs/testing-current-version.md +0 -130
- package/docs/tutorial.md +0 -162
- package/docs/upgrade.md +0 -58
- package/docs/usp-features.md +0 -102
- package/docs/workflow-atlas.md +0 -57
|
@@ -1,186 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: mindforge-research-phase
|
|
3
|
-
description: Research how to implement a phase (standalone - usually use /mindforge-plan-phase instead)
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
<objective>
|
|
8
|
-
Research how to implement a phase. Spawns mindforge-phase-researcher agent with phase context.
|
|
9
|
-
|
|
10
|
-
**Note:** This is a standalone research command. For most workflows, use `/mindforge-plan-phase` which integrates research automatically.
|
|
11
|
-
|
|
12
|
-
**Use this command when:**
|
|
13
|
-
- You want to research without planning yet
|
|
14
|
-
- You want to re-research after planning is complete
|
|
15
|
-
- You need to investigate before deciding if a phase is feasible
|
|
16
|
-
|
|
17
|
-
**Orchestrator role:** Parse phase, validate against roadmap, check existing research, gather context, spawn researcher agent, present results.
|
|
18
|
-
|
|
19
|
-
**Why subagent:** Research burns context fast (WebSearch, Context7 queries, source verification). Fresh 200k context for investigation. Main context stays lean for user interaction.
|
|
20
|
-
</objective>
|
|
21
|
-
|
|
22
|
-
<context>
|
|
23
|
-
Phase number: $ARGUMENTS (required)
|
|
24
|
-
|
|
25
|
-
Normalize phase input in step 1 before any directory lookups.
|
|
26
|
-
</context>
|
|
27
|
-
|
|
28
|
-
<process>
|
|
29
|
-
|
|
30
|
-
## 0. Initialize Context
|
|
31
|
-
|
|
32
|
-
```bash
|
|
33
|
-
INIT=$(node ".agent/bin/mindforge-tools.cjs" init phase-op "$ARGUMENTS")
|
|
34
|
-
if [[ "$INIT" == @file:* ]]; then INIT=$(cat "${INIT#@file:}"); fi
|
|
35
|
-
```
|
|
36
|
-
|
|
37
|
-
Extract from init JSON: `phase_dir`, `phase_number`, `phase_name`, `phase_found`, `commit_docs`, `has_research`, `state_path`, `requirements_path`, `context_path`, `research_path`.
|
|
38
|
-
|
|
39
|
-
Resolve researcher model:
|
|
40
|
-
```bash
|
|
41
|
-
RESEARCHER_MODEL=$(node ".agent/bin/mindforge-tools.cjs" resolve-model mindforge-phase-researcher --raw)
|
|
42
|
-
```
|
|
43
|
-
|
|
44
|
-
## 1. Validate Phase
|
|
45
|
-
|
|
46
|
-
```bash
|
|
47
|
-
PHASE_INFO=$(node ".agent/bin/mindforge-tools.cjs" roadmap get-phase "${phase_number}")
|
|
48
|
-
```
|
|
49
|
-
|
|
50
|
-
**If `found` is false:** Error and exit. **If `found` is true:** Extract `phase_number`, `phase_name`, `goal` from JSON.
|
|
51
|
-
|
|
52
|
-
## 2. Check Existing Research
|
|
53
|
-
|
|
54
|
-
```bash
|
|
55
|
-
ls .planning/phases/${PHASE}-*/RESEARCH.md 2>/dev/null
|
|
56
|
-
```
|
|
57
|
-
|
|
58
|
-
**If exists:** Offer: 1) Update research, 2) View existing, 3) Skip. Wait for response.
|
|
59
|
-
|
|
60
|
-
**If doesn't exist:** Continue.
|
|
61
|
-
|
|
62
|
-
## 3. Gather Phase Context
|
|
63
|
-
|
|
64
|
-
Use paths from INIT (do not inline file contents in orchestrator context):
|
|
65
|
-
- `requirements_path`
|
|
66
|
-
- `context_path`
|
|
67
|
-
- `state_path`
|
|
68
|
-
|
|
69
|
-
Present summary with phase description and what files the researcher will load.
|
|
70
|
-
|
|
71
|
-
## 4. Spawn mindforge-phase-researcher Agent
|
|
72
|
-
|
|
73
|
-
Research modes: ecosystem (default), feasibility, implementation, comparison.
|
|
74
|
-
|
|
75
|
-
```markdown
|
|
76
|
-
<research_type>
|
|
77
|
-
Phase Research — investigating HOW to implement a specific phase well.
|
|
78
|
-
</research_type>
|
|
79
|
-
|
|
80
|
-
<key_insight>
|
|
81
|
-
The question is NOT "which library should I use?"
|
|
82
|
-
|
|
83
|
-
The question is: "What do I not know that I don't know?"
|
|
84
|
-
|
|
85
|
-
For this phase, discover:
|
|
86
|
-
- What's the established architecture pattern?
|
|
87
|
-
- What libraries form the standard stack?
|
|
88
|
-
- What problems do people commonly hit?
|
|
89
|
-
- What's SOTA vs what the agent's training thinks is SOTA?
|
|
90
|
-
- What should NOT be hand-rolled?
|
|
91
|
-
</key_insight>
|
|
92
|
-
|
|
93
|
-
<objective>
|
|
94
|
-
Research implementation approach for Phase {phase_number}: {phase_name}
|
|
95
|
-
Mode: ecosystem
|
|
96
|
-
</objective>
|
|
97
|
-
|
|
98
|
-
<files_to_read>
|
|
99
|
-
- {requirements_path} (Requirements)
|
|
100
|
-
- {context_path} (Phase context from discuss-phase, if exists)
|
|
101
|
-
- {state_path} (Prior project decisions and blockers)
|
|
102
|
-
</files_to_read>
|
|
103
|
-
|
|
104
|
-
<additional_context>
|
|
105
|
-
**Phase description:** {phase_description}
|
|
106
|
-
</additional_context>
|
|
107
|
-
|
|
108
|
-
<downstream_consumer>
|
|
109
|
-
Your RESEARCH.md will be loaded by `/mindforge-plan-phase` which uses specific sections:
|
|
110
|
-
- `## Standard Stack` → Plans use these libraries
|
|
111
|
-
- `## Architecture Patterns` → Task structure follows these
|
|
112
|
-
- `## Don't Hand-Roll` → Tasks NEVER build custom solutions for listed problems
|
|
113
|
-
- `## Common Pitfalls` → Verification steps check for these
|
|
114
|
-
- `## Code Examples` → Task actions reference these patterns
|
|
115
|
-
|
|
116
|
-
Be prescriptive, not exploratory. "Use X" not "Consider X or Y."
|
|
117
|
-
</downstream_consumer>
|
|
118
|
-
|
|
119
|
-
<quality_gate>
|
|
120
|
-
Before declaring complete, verify:
|
|
121
|
-
- [ ] All domains investigated (not just some)
|
|
122
|
-
- [ ] Negative claims verified with official docs
|
|
123
|
-
- [ ] Multiple sources for critical claims
|
|
124
|
-
- [ ] Confidence levels assigned honestly
|
|
125
|
-
- [ ] Section names match what plan-phase expects
|
|
126
|
-
</quality_gate>
|
|
127
|
-
|
|
128
|
-
<output>
|
|
129
|
-
Write to: .planning/phases/${PHASE}-{slug}/${PHASE}-RESEARCH.md
|
|
130
|
-
</output>
|
|
131
|
-
```
|
|
132
|
-
|
|
133
|
-
```
|
|
134
|
-
Task(
|
|
135
|
-
prompt=filled_prompt,
|
|
136
|
-
subagent_type="mindforge-phase-researcher",
|
|
137
|
-
model="{researcher_model}",
|
|
138
|
-
description="Research Phase {phase}"
|
|
139
|
-
)
|
|
140
|
-
```
|
|
141
|
-
|
|
142
|
-
## 5. Handle Agent Return
|
|
143
|
-
|
|
144
|
-
**`## RESEARCH COMPLETE`:** Display summary, offer: Plan phase, Dig deeper, Review full, Done.
|
|
145
|
-
|
|
146
|
-
**`## CHECKPOINT REACHED`:** Present to user, get response, spawn continuation.
|
|
147
|
-
|
|
148
|
-
**`## RESEARCH INCONCLUSIVE`:** Show what was attempted, offer: Add context, Try different mode, Manual.
|
|
149
|
-
|
|
150
|
-
## 6. Spawn Continuation Agent
|
|
151
|
-
|
|
152
|
-
```markdown
|
|
153
|
-
<objective>
|
|
154
|
-
Continue research for Phase {phase_number}: {phase_name}
|
|
155
|
-
</objective>
|
|
156
|
-
|
|
157
|
-
<prior_state>
|
|
158
|
-
<files_to_read>
|
|
159
|
-
- .planning/phases/${PHASE}-{slug}/${PHASE}-RESEARCH.md (Existing research)
|
|
160
|
-
</files_to_read>
|
|
161
|
-
</prior_state>
|
|
162
|
-
|
|
163
|
-
<checkpoint_response>
|
|
164
|
-
**Type:** {checkpoint_type}
|
|
165
|
-
**Response:** {user_response}
|
|
166
|
-
</checkpoint_response>
|
|
167
|
-
```
|
|
168
|
-
|
|
169
|
-
```
|
|
170
|
-
Task(
|
|
171
|
-
prompt=continuation_prompt,
|
|
172
|
-
subagent_type="mindforge-phase-researcher",
|
|
173
|
-
model="{researcher_model}",
|
|
174
|
-
description="Continue research Phase {phase}"
|
|
175
|
-
)
|
|
176
|
-
```
|
|
177
|
-
|
|
178
|
-
</process>
|
|
179
|
-
|
|
180
|
-
<success_criteria>
|
|
181
|
-
- [ ] Phase validated against roadmap
|
|
182
|
-
- [ ] Existing research checked
|
|
183
|
-
- [ ] mindforge-phase-researcher spawned with context
|
|
184
|
-
- [ ] Checkpoints handled correctly
|
|
185
|
-
- [ ] User knows next steps
|
|
186
|
-
</success_criteria>
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: mindforge-resume-work
|
|
3
|
-
description: Resume work from previous session with full context restoration
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
<objective>
|
|
8
|
-
Restore complete project context and resume work seamlessly from previous session.
|
|
9
|
-
|
|
10
|
-
Routes to the resume-project workflow which handles:
|
|
11
|
-
|
|
12
|
-
- STATE.md loading (or reconstruction if missing)
|
|
13
|
-
- Checkpoint detection (.continue-here files)
|
|
14
|
-
- Incomplete work detection (PLAN without SUMMARY)
|
|
15
|
-
- Status presentation
|
|
16
|
-
- Context-aware next action routing
|
|
17
|
-
</objective>
|
|
18
|
-
|
|
19
|
-
<execution_context>
|
|
20
|
-
@.agent/workflows/mindforge-resume-project.md
|
|
21
|
-
</execution_context>
|
|
22
|
-
|
|
23
|
-
<process>
|
|
24
|
-
**Follow the resume-project workflow** from `@.agent/workflows/mindforge-resume-project.md`.
|
|
25
|
-
|
|
26
|
-
The workflow handles all resumption logic including:
|
|
27
|
-
|
|
28
|
-
1. Project existence verification
|
|
29
|
-
2. STATE.md loading or reconstruction
|
|
30
|
-
3. Checkpoint and incomplete work detection
|
|
31
|
-
4. Visual status presentation
|
|
32
|
-
5. Context-aware option offering (checks CONTEXT.md before suggesting plan vs discuss)
|
|
33
|
-
6. Routing to appropriate next command
|
|
34
|
-
7. Session continuity updates
|
|
35
|
-
</process>
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: mindforge-review
|
|
3
|
-
description: Request cross-AI peer review of phase plans from external AI CLIs
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
<objective>
|
|
8
|
-
Invoke external AI CLIs (Gemini, the agent, Codex) to independently review phase plans.
|
|
9
|
-
Produces a structured REVIEWS.md with per-reviewer feedback that can be fed back into
|
|
10
|
-
planning via /mindforge-plan-phase --reviews.
|
|
11
|
-
|
|
12
|
-
**Flow:** Detect CLIs → Build review prompt → Invoke each CLI → Collect responses → Write REVIEWS.md
|
|
13
|
-
</objective>
|
|
14
|
-
|
|
15
|
-
<execution_context>
|
|
16
|
-
@.agent/workflows/mindforge-review.md
|
|
17
|
-
</execution_context>
|
|
18
|
-
|
|
19
|
-
<context>
|
|
20
|
-
Phase number: extracted from $ARGUMENTS (required)
|
|
21
|
-
|
|
22
|
-
**Flags:**
|
|
23
|
-
- `--gemini` — Include Gemini CLI review
|
|
24
|
-
- `--claude` — Include the agent CLI review (uses separate session)
|
|
25
|
-
- `--codex` — Include Codex CLI review
|
|
26
|
-
- `--all` — Include all available CLIs
|
|
27
|
-
</context>
|
|
28
|
-
|
|
29
|
-
<process>
|
|
30
|
-
Execute the review workflow from @.agent/workflows/mindforge-review.md end-to-end.
|
|
31
|
-
</process>
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: mindforge-review-backlog
|
|
3
|
-
description: Review and promote backlog items to active milestone
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
<objective>
|
|
8
|
-
Review all 999.x backlog items and optionally promote them into the active
|
|
9
|
-
milestone sequence or remove stale entries.
|
|
10
|
-
</objective>
|
|
11
|
-
|
|
12
|
-
<process>
|
|
13
|
-
|
|
14
|
-
1. **List backlog items:**
|
|
15
|
-
```bash
|
|
16
|
-
ls -d .planning/phases/999* 2>/dev/null || echo "No backlog items found"
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
2. **Read ROADMAP.md** and extract all 999.x phase entries:
|
|
20
|
-
```bash
|
|
21
|
-
cat .planning/ROADMAP.md
|
|
22
|
-
```
|
|
23
|
-
Show each backlog item with its description, any accumulated context (CONTEXT.md, RESEARCH.md), and creation date.
|
|
24
|
-
|
|
25
|
-
3. **Present the list to the user** via AskUserQuestion:
|
|
26
|
-
- For each backlog item, show: phase number, description, accumulated artifacts
|
|
27
|
-
- Options per item: **Promote** (move to active), **Keep** (leave in backlog), **Remove** (delete)
|
|
28
|
-
|
|
29
|
-
4. **For items to PROMOTE:**
|
|
30
|
-
- Find the next sequential phase number in the active milestone
|
|
31
|
-
- Rename the directory from `999.x-slug` to `{new_num}-slug`:
|
|
32
|
-
```bash
|
|
33
|
-
NEW_NUM=$(node ".agent/bin/mindforge-tools.cjs" phase add "${DESCRIPTION}" --raw)
|
|
34
|
-
```
|
|
35
|
-
- Move accumulated artifacts to the new phase directory
|
|
36
|
-
- Update ROADMAP.md: move the entry from `## Backlog` section to the active phase list
|
|
37
|
-
- Remove `(BACKLOG)` marker
|
|
38
|
-
- Add appropriate `**Depends on:**` field
|
|
39
|
-
|
|
40
|
-
5. **For items to REMOVE:**
|
|
41
|
-
- Delete the phase directory
|
|
42
|
-
- Remove the entry from ROADMAP.md `## Backlog` section
|
|
43
|
-
|
|
44
|
-
6. **Commit changes:**
|
|
45
|
-
```bash
|
|
46
|
-
node ".agent/bin/mindforge-tools.cjs" commit "docs: review backlog — promoted N, removed M" --files .planning/ROADMAP.md
|
|
47
|
-
```
|
|
48
|
-
|
|
49
|
-
7. **Report summary:**
|
|
50
|
-
```
|
|
51
|
-
## 📋 Backlog Review Complete
|
|
52
|
-
|
|
53
|
-
Promoted: {list of promoted items with new phase numbers}
|
|
54
|
-
Kept: {list of items remaining in backlog}
|
|
55
|
-
Removed: {list of deleted items}
|
|
56
|
-
```
|
|
57
|
-
|
|
58
|
-
</process>
|
|
@@ -1,213 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: receiving-code-review
|
|
3
|
-
description: Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# Code Review Reception
|
|
7
|
-
|
|
8
|
-
## Overview
|
|
9
|
-
|
|
10
|
-
Code review requires technical evaluation, not emotional performance.
|
|
11
|
-
|
|
12
|
-
**Core principle:** Verify before implementing. Ask before assuming. Technical correctness over social comfort.
|
|
13
|
-
|
|
14
|
-
## The Response Pattern
|
|
15
|
-
|
|
16
|
-
```
|
|
17
|
-
WHEN receiving code review feedback:
|
|
18
|
-
|
|
19
|
-
1. READ: Complete feedback without reacting
|
|
20
|
-
2. UNDERSTAND: Restate requirement in own words (or ask)
|
|
21
|
-
3. VERIFY: Check against codebase reality
|
|
22
|
-
4. EVALUATE: Technically sound for THIS codebase?
|
|
23
|
-
5. RESPOND: Technical acknowledgment or reasoned pushback
|
|
24
|
-
6. IMPLEMENT: One item at a time, test each
|
|
25
|
-
```
|
|
26
|
-
|
|
27
|
-
## Forbidden Responses
|
|
28
|
-
|
|
29
|
-
**NEVER:**
|
|
30
|
-
- "You're absolutely right!" (explicit CLAUDE.md violation)
|
|
31
|
-
- "Great point!" / "Excellent feedback!" (performative)
|
|
32
|
-
- "Let me implement that now" (before verification)
|
|
33
|
-
|
|
34
|
-
**INSTEAD:**
|
|
35
|
-
- Restate the technical requirement
|
|
36
|
-
- Ask clarifying questions
|
|
37
|
-
- Push back with technical reasoning if wrong
|
|
38
|
-
- Just start working (actions > words)
|
|
39
|
-
|
|
40
|
-
## Handling Unclear Feedback
|
|
41
|
-
|
|
42
|
-
```
|
|
43
|
-
IF any item is unclear:
|
|
44
|
-
STOP - do not implement anything yet
|
|
45
|
-
ASK for clarification on unclear items
|
|
46
|
-
|
|
47
|
-
WHY: Items may be related. Partial understanding = wrong implementation.
|
|
48
|
-
```
|
|
49
|
-
|
|
50
|
-
**Example:**
|
|
51
|
-
```
|
|
52
|
-
your human partner: "Fix 1-6"
|
|
53
|
-
You understand 1,2,3,6. Unclear on 4,5.
|
|
54
|
-
|
|
55
|
-
❌ WRONG: Implement 1,2,3,6 now, ask about 4,5 later
|
|
56
|
-
✅ RIGHT: "I understand items 1,2,3,6. Need clarification on 4 and 5 before proceeding."
|
|
57
|
-
```
|
|
58
|
-
|
|
59
|
-
## Source-Specific Handling
|
|
60
|
-
|
|
61
|
-
### From your human partner
|
|
62
|
-
- **Trusted** - implement after understanding
|
|
63
|
-
- **Still ask** if scope unclear
|
|
64
|
-
- **No performative agreement**
|
|
65
|
-
- **Skip to action** or technical acknowledgment
|
|
66
|
-
|
|
67
|
-
### From External Reviewers
|
|
68
|
-
```
|
|
69
|
-
BEFORE implementing:
|
|
70
|
-
1. Check: Technically correct for THIS codebase?
|
|
71
|
-
2. Check: Breaks existing functionality?
|
|
72
|
-
3. Check: Reason for current implementation?
|
|
73
|
-
4. Check: Works on all platforms/versions?
|
|
74
|
-
5. Check: Does reviewer understand full context?
|
|
75
|
-
|
|
76
|
-
IF suggestion seems wrong:
|
|
77
|
-
Push back with technical reasoning
|
|
78
|
-
|
|
79
|
-
IF can't easily verify:
|
|
80
|
-
Say so: "I can't verify this without [X]. Should I [investigate/ask/proceed]?"
|
|
81
|
-
|
|
82
|
-
IF conflicts with your human partner's prior decisions:
|
|
83
|
-
Stop and discuss with your human partner first
|
|
84
|
-
```
|
|
85
|
-
|
|
86
|
-
**your human partner's rule:** "External feedback - be skeptical, but check carefully"
|
|
87
|
-
|
|
88
|
-
## YAGNI Check for "Professional" Features
|
|
89
|
-
|
|
90
|
-
```
|
|
91
|
-
IF reviewer suggests "implementing properly":
|
|
92
|
-
grep codebase for actual usage
|
|
93
|
-
|
|
94
|
-
IF unused: "This endpoint isn't called. Remove it (YAGNI)?"
|
|
95
|
-
IF used: Then implement properly
|
|
96
|
-
```
|
|
97
|
-
|
|
98
|
-
**your human partner's rule:** "You and reviewer both report to me. If we don't need this feature, don't add it."
|
|
99
|
-
|
|
100
|
-
## Implementation Order
|
|
101
|
-
|
|
102
|
-
```
|
|
103
|
-
FOR multi-item feedback:
|
|
104
|
-
1. Clarify anything unclear FIRST
|
|
105
|
-
2. Then implement in this order:
|
|
106
|
-
- Blocking issues (breaks, security)
|
|
107
|
-
- Simple fixes (typos, imports)
|
|
108
|
-
- Complex fixes (refactoring, logic)
|
|
109
|
-
3. Test each fix individually
|
|
110
|
-
4. Verify no regressions
|
|
111
|
-
```
|
|
112
|
-
|
|
113
|
-
## When To Push Back
|
|
114
|
-
|
|
115
|
-
Push back when:
|
|
116
|
-
- Suggestion breaks existing functionality
|
|
117
|
-
- Reviewer lacks full context
|
|
118
|
-
- Violates YAGNI (unused feature)
|
|
119
|
-
- Technically incorrect for this stack
|
|
120
|
-
- Legacy/compatibility reasons exist
|
|
121
|
-
- Conflicts with your human partner's architectural decisions
|
|
122
|
-
|
|
123
|
-
**How to push back:**
|
|
124
|
-
- Use technical reasoning, not defensiveness
|
|
125
|
-
- Ask specific questions
|
|
126
|
-
- Reference working tests/code
|
|
127
|
-
- Involve your human partner if architectural
|
|
128
|
-
|
|
129
|
-
**Signal if uncomfortable pushing back out loud:** "Strange things are afoot at the Circle K"
|
|
130
|
-
|
|
131
|
-
## Acknowledging Correct Feedback
|
|
132
|
-
|
|
133
|
-
When feedback IS correct:
|
|
134
|
-
```
|
|
135
|
-
✅ "Fixed. [Brief description of what changed]"
|
|
136
|
-
✅ "Good catch - [specific issue]. Fixed in [location]."
|
|
137
|
-
✅ [Just fix it and show in the code]
|
|
138
|
-
|
|
139
|
-
❌ "You're absolutely right!"
|
|
140
|
-
❌ "Great point!"
|
|
141
|
-
❌ "Thanks for catching that!"
|
|
142
|
-
❌ "Thanks for [anything]"
|
|
143
|
-
❌ ANY gratitude expression
|
|
144
|
-
```
|
|
145
|
-
|
|
146
|
-
**Why no thanks:** Actions speak. Just fix it. The code itself shows you heard the feedback.
|
|
147
|
-
|
|
148
|
-
**If you catch yourself about to write "Thanks":** DELETE IT. State the fix instead.
|
|
149
|
-
|
|
150
|
-
## Gracefully Correcting Your Pushback
|
|
151
|
-
|
|
152
|
-
If you pushed back and were wrong:
|
|
153
|
-
```
|
|
154
|
-
✅ "You were right - I checked [X] and it does [Y]. Implementing now."
|
|
155
|
-
✅ "Verified this and you're correct. My initial understanding was wrong because [reason]. Fixing."
|
|
156
|
-
|
|
157
|
-
❌ Long apology
|
|
158
|
-
❌ Defending why you pushed back
|
|
159
|
-
❌ Over-explaining
|
|
160
|
-
```
|
|
161
|
-
|
|
162
|
-
State the correction factually and move on.
|
|
163
|
-
|
|
164
|
-
## Common Mistakes
|
|
165
|
-
|
|
166
|
-
| Mistake | Fix |
|
|
167
|
-
|---------|-----|
|
|
168
|
-
| Performative agreement | State requirement or just act |
|
|
169
|
-
| Blind implementation | Verify against codebase first |
|
|
170
|
-
| Batch without testing | One at a time, test each |
|
|
171
|
-
| Assuming reviewer is right | Check if breaks things |
|
|
172
|
-
| Avoiding pushback | Technical correctness > comfort |
|
|
173
|
-
| Partial implementation | Clarify all items first |
|
|
174
|
-
| Can't verify, proceed anyway | State limitation, ask for direction |
|
|
175
|
-
|
|
176
|
-
## Real Examples
|
|
177
|
-
|
|
178
|
-
**Performative Agreement (Bad):**
|
|
179
|
-
```
|
|
180
|
-
Reviewer: "Remove legacy code"
|
|
181
|
-
❌ "You're absolutely right! Let me remove that..."
|
|
182
|
-
```
|
|
183
|
-
|
|
184
|
-
**Technical Verification (Good):**
|
|
185
|
-
```
|
|
186
|
-
Reviewer: "Remove legacy code"
|
|
187
|
-
✅ "Checking... build target is 10.15+, this API needs 13+. Need legacy for backward compat. Current impl has wrong bundle ID - fix it or drop pre-13 support?"
|
|
188
|
-
```
|
|
189
|
-
|
|
190
|
-
**YAGNI (Good):**
|
|
191
|
-
```
|
|
192
|
-
Reviewer: "Implement proper metrics tracking with database, date filters, CSV export"
|
|
193
|
-
✅ "Grepped codebase - nothing calls this endpoint. Remove it (YAGNI)? Or is there usage I'm missing?"
|
|
194
|
-
```
|
|
195
|
-
|
|
196
|
-
**Unclear Item (Good):**
|
|
197
|
-
```
|
|
198
|
-
your human partner: "Fix items 1-6"
|
|
199
|
-
You understand 1,2,3,6. Unclear on 4,5.
|
|
200
|
-
✅ "Understand 1,2,3,6. Need clarification on 4 and 5 before implementing."
|
|
201
|
-
```
|
|
202
|
-
|
|
203
|
-
## GitHub Thread Replies
|
|
204
|
-
|
|
205
|
-
When replying to inline review comments on GitHub, reply in the comment thread (`gh api repos/{owner}/{repo}/pulls/{pr}/comments/{id}/replies`), not as a top-level PR comment.
|
|
206
|
-
|
|
207
|
-
## The Bottom Line
|
|
208
|
-
|
|
209
|
-
**External feedback = suggestions to evaluate, not orders to follow.**
|
|
210
|
-
|
|
211
|
-
Verify. Question. Then implement.
|
|
212
|
-
|
|
213
|
-
No performative agreement. Technical rigor always.
|
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: requesting-code-review
|
|
3
|
-
description: Use when completing tasks, implementing major features, or before merging to verify work meets requirements
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# Requesting Code Review
|
|
7
|
-
|
|
8
|
-
Dispatch mindforge:code-reviewer subagent to catch issues before they cascade. The reviewer gets precisely crafted context for evaluation — never your session's history. This keeps the reviewer focused on the work product, not your thought process, and preserves your own context for continued work.
|
|
9
|
-
|
|
10
|
-
**Core principle:** Review early, review often.
|
|
11
|
-
|
|
12
|
-
## When to Request Review
|
|
13
|
-
|
|
14
|
-
**Mandatory:**
|
|
15
|
-
- After each task in subagent-driven development
|
|
16
|
-
- After completing major feature
|
|
17
|
-
- Before merge to main
|
|
18
|
-
|
|
19
|
-
**Optional but valuable:**
|
|
20
|
-
- When stuck (fresh perspective)
|
|
21
|
-
- Before refactoring (baseline check)
|
|
22
|
-
- After fixing complex bug
|
|
23
|
-
|
|
24
|
-
## How to Request
|
|
25
|
-
|
|
26
|
-
**1. Get git SHAs:**
|
|
27
|
-
```bash
|
|
28
|
-
BASE_SHA=$(git rev-parse HEAD~1) # or origin/main
|
|
29
|
-
HEAD_SHA=$(git rev-parse HEAD)
|
|
30
|
-
```
|
|
31
|
-
|
|
32
|
-
**2. Dispatch code-reviewer subagent:**
|
|
33
|
-
|
|
34
|
-
Use Task tool with mindforge:code-reviewer type, fill template at `code-reviewer.md`
|
|
35
|
-
|
|
36
|
-
**Placeholders:**
|
|
37
|
-
- `{WHAT_WAS_IMPLEMENTED}` - What you just built
|
|
38
|
-
- `{PLAN_OR_REQUIREMENTS}` - What it should do
|
|
39
|
-
- `{BASE_SHA}` - Starting commit
|
|
40
|
-
- `{HEAD_SHA}` - Ending commit
|
|
41
|
-
- `{DESCRIPTION}` - Brief summary
|
|
42
|
-
|
|
43
|
-
**3. Act on feedback:**
|
|
44
|
-
- Fix Critical issues immediately
|
|
45
|
-
- Fix Important issues before proceeding
|
|
46
|
-
- Note Minor issues for later
|
|
47
|
-
- Push back if reviewer is wrong (with reasoning)
|
|
48
|
-
|
|
49
|
-
## Example
|
|
50
|
-
|
|
51
|
-
```
|
|
52
|
-
[Just completed Task 2: Add verification function]
|
|
53
|
-
|
|
54
|
-
You: Let me request code review before proceeding.
|
|
55
|
-
|
|
56
|
-
BASE_SHA=$(git log --oneline | grep "Task 1" | head -1 | awk '{print $1}')
|
|
57
|
-
HEAD_SHA=$(git rev-parse HEAD)
|
|
58
|
-
|
|
59
|
-
[Dispatch mindforge:code-reviewer subagent]
|
|
60
|
-
WHAT_WAS_IMPLEMENTED: Verification and repair functions for conversation index
|
|
61
|
-
PLAN_OR_REQUIREMENTS: Task 2 from docs/mindforge/plans/deployment-plan.md
|
|
62
|
-
BASE_SHA: a7981ec
|
|
63
|
-
HEAD_SHA: 3df7661
|
|
64
|
-
DESCRIPTION: Added verifyIndex() and repairIndex() with 4 issue types
|
|
65
|
-
|
|
66
|
-
[Subagent returns]:
|
|
67
|
-
Strengths: Clean architecture, real tests
|
|
68
|
-
Issues:
|
|
69
|
-
Important: Missing progress indicators
|
|
70
|
-
Minor: Magic number (100) for reporting interval
|
|
71
|
-
Assessment: Ready to proceed
|
|
72
|
-
|
|
73
|
-
You: [Fix progress indicators]
|
|
74
|
-
[Continue to Task 3]
|
|
75
|
-
```
|
|
76
|
-
|
|
77
|
-
## Integration with Workflows
|
|
78
|
-
|
|
79
|
-
**Subagent-Driven Development:**
|
|
80
|
-
- Review after EACH task
|
|
81
|
-
- Catch issues before they compound
|
|
82
|
-
- Fix before moving to next task
|
|
83
|
-
|
|
84
|
-
**Executing Plans:**
|
|
85
|
-
- Review after each batch (3 tasks)
|
|
86
|
-
- Get feedback, apply, continue
|
|
87
|
-
|
|
88
|
-
**Ad-Hoc Development:**
|
|
89
|
-
- Review before merge
|
|
90
|
-
- Review when stuck
|
|
91
|
-
|
|
92
|
-
## Red Flags
|
|
93
|
-
|
|
94
|
-
**Never:**
|
|
95
|
-
- Skip review because "it's simple"
|
|
96
|
-
- Ignore Critical issues
|
|
97
|
-
- Proceed with unfixed Important issues
|
|
98
|
-
- Argue with valid technical feedback
|
|
99
|
-
|
|
100
|
-
**If reviewer wrong:**
|
|
101
|
-
- Push back with technical reasoning
|
|
102
|
-
- Show code/tests that prove it works
|
|
103
|
-
- Request clarification
|
|
104
|
-
|
|
105
|
-
See template at: requesting-code-review/code-reviewer.md
|