maestro-flow 0.3.14 → 0.3.16
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/commands/maestro-amend.md +300 -0
- package/.claude/commands/maestro-analyze.md +1 -49
- package/.claude/commands/maestro-composer.md +354 -0
- package/.claude/commands/maestro-execute.md +2 -56
- package/.claude/commands/maestro-fork.md +3 -50
- package/.claude/commands/maestro-merge.md +2 -26
- package/.claude/commands/maestro-milestone-audit.md +1 -5
- package/.claude/commands/maestro-milestone-complete.md +1 -7
- package/.claude/commands/maestro-plan.md +6 -127
- package/.claude/commands/maestro-player.md +404 -0
- package/.claude/commands/maestro-roadmap.md +3 -101
- package/.claude/commands/maestro-spec-generate.md +1 -25
- package/.claude/commands/maestro-ui-design.md +14 -73
- package/.claude/commands/maestro-verify.md +1 -32
- package/.claude/commands/maestro.md +13 -30
- package/.claude/commands/manage-harvest.md +7 -44
- package/.claude/commands/manage-knowhow-capture.md +193 -0
- package/.claude/commands/{manage-memory.md → manage-knowhow.md} +77 -88
- package/.claude/commands/manage-learn.md +3 -28
- package/.claude/commands/manage-status.md +1 -20
- package/.claude/commands/manage-wiki.md +1 -1
- package/.claude/commands/quality-business-test.md +1 -1
- package/.claude/commands/quality-debug.md +3 -18
- package/.claude/commands/quality-integration-test.md +3 -23
- package/.claude/commands/quality-retrospective.md +1 -28
- package/.claude/commands/quality-review.md +3 -52
- package/.claude/commands/quality-test-gen.md +1 -10
- package/.claude/commands/quality-test.md +3 -25
- package/.claude/commands/spec-add.md +1 -21
- package/.claude/commands/spec-load.md +1 -16
- package/.claude/commands/wiki-connect.md +2 -112
- package/.claude/commands/wiki-digest.md +2 -141
- package/.claude/skills/skill-iter-tune/SKILL.md +382 -0
- package/.claude/skills/skill-iter-tune/phases/01-setup.md +144 -0
- package/.claude/skills/skill-iter-tune/phases/02-execute.md +292 -0
- package/.claude/skills/skill-iter-tune/phases/03-evaluate.md +312 -0
- package/.claude/skills/skill-iter-tune/phases/04-improve.md +186 -0
- package/.claude/skills/skill-iter-tune/phases/05-report.md +166 -0
- package/.claude/skills/skill-iter-tune/specs/evaluation-criteria.md +63 -0
- package/.claude/skills/skill-iter-tune/templates/eval-prompt.md +134 -0
- package/.claude/skills/skill-iter-tune/templates/execute-prompt.md +97 -0
- package/.claude/skills/workflow-skill-designer/SKILL.md +496 -0
- package/.claude/skills/workflow-skill-designer/phases/01-requirements-analysis.md +356 -0
- package/.claude/skills/workflow-skill-designer/phases/02-orchestrator-design.md +444 -0
- package/.claude/skills/workflow-skill-designer/phases/03-phase-design.md +458 -0
- package/.claude/skills/workflow-skill-designer/phases/04-validation.md +471 -0
- package/.codex/skills/learn-decompose/SKILL.md +2 -8
- package/.codex/skills/maestro/SKILL.md +60 -146
- package/.codex/skills/maestro-analyze/SKILL.md +52 -150
- package/.codex/skills/maestro-brainstorm/SKILL.md +36 -91
- package/.codex/skills/maestro-composer/SKILL.md +213 -0
- package/.codex/skills/maestro-execute/SKILL.md +46 -177
- package/.codex/skills/maestro-init/SKILL.md +7 -51
- package/.codex/skills/maestro-link-coordinate/SKILL.md +56 -229
- package/.codex/skills/maestro-milestone-audit/SKILL.md +7 -36
- package/.codex/skills/maestro-milestone-complete/SKILL.md +11 -93
- package/.codex/skills/maestro-overlay/SKILL.md +23 -92
- package/.codex/skills/maestro-plan/SKILL.md +42 -166
- package/.codex/skills/maestro-player/SKILL.md +323 -0
- package/.codex/skills/maestro-quick/SKILL.md +5 -48
- package/.codex/skills/maestro-roadmap/SKILL.md +21 -66
- package/.codex/skills/maestro-spec-generate/SKILL.md +20 -56
- package/.codex/skills/maestro-ui-design/SKILL.md +6 -53
- package/.codex/skills/maestro-verify/SKILL.md +39 -136
- package/.codex/skills/manage-codebase-rebuild/SKILL.md +25 -75
- package/.codex/skills/manage-codebase-refresh/SKILL.md +5 -32
- package/.codex/skills/manage-issue/SKILL.md +1 -6
- package/.codex/skills/manage-issue-discover/SKILL.md +33 -93
- package/.codex/skills/{manage-memory → manage-knowhow}/SKILL.md +95 -95
- package/.codex/skills/manage-knowhow-capture/SKILL.md +110 -0
- package/.codex/skills/manage-learn/SKILL.md +17 -71
- package/.codex/skills/manage-status/SKILL.md +4 -35
- package/.codex/skills/manage-wiki/SKILL.md +1 -1
- package/.codex/skills/quality-business-test/SKILL.md +2 -14
- package/.codex/skills/quality-debug/SKILL.md +41 -133
- package/.codex/skills/quality-integration-test/SKILL.md +36 -145
- package/.codex/skills/quality-refactor/SKILL.md +6 -59
- package/.codex/skills/quality-retrospective/SKILL.md +292 -531
- package/.codex/skills/quality-review/SKILL.md +30 -65
- package/.codex/skills/quality-sync/SKILL.md +2 -11
- package/.codex/skills/quality-test/SKILL.md +4 -45
- package/.codex/skills/quality-test-gen/SKILL.md +33 -121
- package/.codex/skills/spec-add/SKILL.md +2 -9
- package/.codex/skills/spec-load/SKILL.md +4 -14
- package/.codex/skills/spec-map/SKILL.md +4 -37
- package/.codex/skills/spec-remove/SKILL.md +3 -35
- package/.codex/skills/spec-setup/SKILL.md +2 -19
- package/.codex/skills/team-coordinate/SKILL.md +20 -132
- package/.codex/skills/team-coordinate/roles/coordinator/commands/monitor.md +61 -215
- package/.codex/skills/team-executor/SKILL.md +7 -66
- package/.codex/skills/team-executor/roles/executor/commands/monitor.md +60 -182
- package/.codex/skills/team-executor/specs/session-schema.md +22 -56
- package/.codex/skills/team-lifecycle-v4/SKILL.md +22 -143
- package/.codex/skills/team-lifecycle-v4/roles/coordinator/commands/monitor.md +31 -223
- package/.codex/skills/team-quality-assurance/SKILL.md +14 -88
- package/.codex/skills/team-quality-assurance/roles/coordinator/commands/monitor.md +46 -186
- package/.codex/skills/team-review/SKILL.md +12 -86
- package/.codex/skills/team-review/roles/coordinator/commands/monitor.md +49 -187
- package/.codex/skills/team-tech-debt/SKILL.md +11 -50
- package/.codex/skills/team-tech-debt/roles/coordinator/commands/monitor.md +50 -239
- package/.codex/skills/team-testing/SKILL.md +14 -99
- package/.codex/skills/team-testing/roles/coordinator/commands/monitor.md +52 -228
- package/.codex/skills/wiki-connect/SKILL.md +2 -5
- package/README.md +6 -0
- package/README.zh-CN.md +6 -0
- package/chains/_intent-map.json +7 -7
- package/chains/singles/{memory-capture.json → knowhow-capture.json} +5 -5
- package/chains/singles/{memory.json → knowhow.json} +6 -6
- package/dashboard/dist/assets/{ArtifactsPage-CUrrDGgN.js → ArtifactsPage-iJZtYsmR.js} +6 -6
- package/dashboard/dist/assets/ChatInput-DNnDLdQF.js +6 -0
- package/dashboard/dist/assets/ChatPage-BjBibfE4.js +22 -0
- package/dashboard/dist/assets/{CollabPage-DIUXeazv.js → CollabPage-8lUMUol_.js} +1 -1
- package/dashboard/dist/assets/{ExecutionPanel-VmYeADFj.js → ExecutionPanel-BKV3GZ7Q.js} +1 -1
- package/dashboard/dist/assets/{KanbanPage-DLq8v7hg.js → KanbanPage-diY3QmGd.js} +2 -2
- package/dashboard/dist/assets/{MarkdownRenderer-D7AehrnR.js → MarkdownRenderer-cYFfe1uX.js} +1 -1
- package/dashboard/dist/assets/McpPage-COjuIf7U.js +21 -0
- package/dashboard/dist/assets/MeetingRoomPage-wnvT7wlB.js +85 -0
- package/dashboard/dist/assets/{OutputPanel-B-Rjwgmv.js → OutputPanel-DDL90Idy.js} +1 -1
- package/dashboard/dist/assets/{ProblemsPanel-GEpF-oi4.js → ProblemsPanel-zFN9IIs0.js} +1 -1
- package/dashboard/dist/assets/{RequirementBoardPage-xs8uDM7I.js → RequirementBoardPage-DOPJoT0I.js} +2 -2
- package/dashboard/dist/assets/{RequirementPage-BKDSFwjA.js → RequirementPage-CEVquRgM.js} +1 -1
- package/dashboard/dist/assets/RoomsPage-D5USEWDh.js +1 -0
- package/dashboard/dist/assets/{SpecsPage-DLFb9ZH0.js → SpecsPage-BOwBin_o.js} +1 -1
- package/dashboard/dist/assets/{SupervisorPage-SOki_kgz.js → SupervisorPage-5iRyMU5T.js} +1 -1
- package/dashboard/dist/assets/TeamsPage-DlcEmr_Q.js +1 -0
- package/dashboard/dist/assets/{TreeBrowser-B9DHdULE.js → TreeBrowser-Y48Wz-QY.js} +1 -1
- package/dashboard/dist/assets/WorkflowPage-CmQaRVgL.js +6 -0
- package/dashboard/dist/assets/arrow-left-NCUOENvg.js +6 -0
- package/dashboard/dist/assets/{check-DJDk3A2a.js → check-o7nfGNHf.js} +1 -1
- package/dashboard/dist/assets/{chevron-right-C7bVDreZ.js → chevron-right-BXySK2fn.js} +1 -1
- package/dashboard/dist/assets/{circle-alert-Na1vf6qQ.js → circle-alert-DcSBokh4.js} +1 -1
- package/dashboard/dist/assets/{circle-check-CEGgy3NV.js → circle-check-Cd-jce4j.js} +1 -1
- package/dashboard/dist/assets/{circle-check-big-3JB8zRYj.js → circle-check-big-BN7Mdp4i.js} +1 -1
- package/dashboard/dist/assets/{circle-Qfgy4LB_.js → circle-cooAwnAR.js} +1 -1
- package/dashboard/dist/assets/{code-Ble63Idz.js → code-BQa9oL1n.js} +1 -1
- package/dashboard/dist/assets/{columns-3-BUcKlxve.js → columns-3-BzgxelGx.js} +1 -1
- package/dashboard/dist/assets/{download-CMqkfn8x.js → download-swRJnate.js} +1 -1
- package/dashboard/dist/assets/en-C_BD3UCD.js +1 -0
- package/dashboard/dist/assets/{folder-B9ewx9LL.js → folder-DbGbLNFN.js} +1 -1
- package/dashboard/dist/assets/index-BEUaOz_b.css +1 -0
- package/dashboard/dist/assets/{index-JTmGteaT.js → index-DIoMBMbv.js} +1 -1
- package/dashboard/dist/assets/index-DLBN_7fb.js +44 -0
- package/dashboard/dist/assets/index-uIqUCT8y.js +236 -0
- package/dashboard/dist/assets/{list-DI8Wn2aT.js → list-BTRAIvDq.js} +1 -1
- package/dashboard/dist/assets/loader-NHtB6Mdn.js +6 -0
- package/dashboard/dist/assets/{minus-Lp_BfctG.js → minus-BjMxRTET.js} +1 -1
- package/dashboard/dist/assets/{pen-line-Ch7sphzZ.js → pen-line-C4_O16H0.js} +1 -1
- package/dashboard/dist/assets/{pencil-_yRMHmGT.js → pencil-DTmKhyDY.js} +1 -1
- package/dashboard/dist/assets/{proxy-D72Y8a4Y.js → proxy-Dtx5p6IO.js} +1 -1
- package/dashboard/dist/assets/rows-2-GR1dZtRu.js +6 -0
- package/dashboard/dist/assets/{search-BS6fI6Bg.js → search-DVtgy2W7.js} +1 -1
- package/dashboard/dist/assets/{shallow-BXasQBvr.js → shallow-BOmvDNsv.js} +1 -1
- package/dashboard/dist/assets/{table-CeGlFjlP.js → table-DCzuJAFh.js} +1 -1
- package/dashboard/dist/assets/team-types-BPeOvVdA.js +6 -0
- package/dashboard/dist/assets/{terminal-BJic2yW-.js → terminal-CzogW4cl.js} +1 -1
- package/dashboard/dist/assets/{trash-2-Czz4X8Fb.js → trash-2-52LATVfW.js} +1 -1
- package/dashboard/dist/assets/users-DLFE2voE.js +6 -0
- package/dashboard/dist/assets/{zap-C3H0jVFA.js → zap-DhiYlgyZ.js} +1 -1
- package/dashboard/dist/assets/zh-CN-DvQKfow3.js +1 -0
- package/dashboard/dist/index.html +2 -2
- package/dashboard/dist-server/dashboard/src/server/agents/agent-manager.d.ts +2 -0
- package/dashboard/dist-server/dashboard/src/server/agents/agent-manager.js +19 -11
- package/dashboard/dist-server/dashboard/src/server/agents/agent-manager.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/server/agents/agent-sdk-adapter.js +5 -0
- package/dashboard/dist-server/dashboard/src/server/agents/agent-sdk-adapter.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/server/agents/claude-code-adapter.d.ts +1 -0
- package/dashboard/dist-server/dashboard/src/server/agents/claude-code-adapter.js +21 -4
- package/dashboard/dist-server/dashboard/src/server/agents/claude-code-adapter.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/server/agents/env-cleanup.js +8 -0
- package/dashboard/dist-server/dashboard/src/server/agents/env-cleanup.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/server/coordinator/chain-map.js +6 -6
- package/dashboard/dist-server/dashboard/src/server/coordinator/chain-map.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/server/coordinator/chain-map.test.js +2 -2
- package/dashboard/dist-server/dashboard/src/server/coordinator/chain-map.test.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/server/index.js +14 -3
- package/dashboard/dist-server/dashboard/src/server/index.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/server/rooms/mcp-server/mcp-config-builder.d.ts +24 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/mcp-server/mcp-config-builder.js +220 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/mcp-server/mcp-config-builder.js.map +1 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/mcp-server/mcp-config-builder.test.d.ts +1 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/mcp-server/mcp-config-builder.test.js +115 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/mcp-server/mcp-config-builder.test.js.map +1 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/mcp-server/meeting-room-mcp-server.d.ts +44 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/mcp-server/meeting-room-mcp-server.js +260 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/mcp-server/meeting-room-mcp-server.js.map +1 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/mcp-server/meeting-room-mcp-server.test.d.ts +1 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/mcp-server/meeting-room-mcp-server.test.js +194 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/mcp-server/meeting-room-mcp-server.test.js.map +1 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/mcp-server/stdio-bridge.d.ts +2 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/mcp-server/stdio-bridge.js +279 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/mcp-server/stdio-bridge.js.map +1 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/mcp-server/tcp-helpers.d.ts +14 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/mcp-server/tcp-helpers.js +131 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/mcp-server/tcp-helpers.js.map +1 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/mcp-server/tcp-helpers.test.d.ts +1 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/mcp-server/tcp-helpers.test.js +134 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/mcp-server/tcp-helpers.test.js.map +1 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/meeting-room-session.d.ts +51 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/meeting-room-session.js +185 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/meeting-room-session.js.map +1 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/room-agent-registry.d.ts +29 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/room-agent-registry.js +125 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/room-agent-registry.js.map +1 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/room-mailbox.d.ts +18 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/room-mailbox.js +63 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/room-mailbox.js.map +1 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/room-session-manager.d.ts +19 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/room-session-manager.js +45 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/room-session-manager.js.map +1 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/room-task-board.d.ts +25 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/room-task-board.js +115 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/room-task-board.js.map +1 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/room-types.d.ts +53 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/room-types.js +5 -0
- package/dashboard/dist-server/dashboard/src/server/rooms/room-types.js.map +1 -0
- package/dashboard/dist-server/dashboard/src/server/routes/agents.js +6 -0
- package/dashboard/dist-server/dashboard/src/server/routes/agents.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/server/routes/cli-history.js +20 -1
- package/dashboard/dist-server/dashboard/src/server/routes/cli-history.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/server/routes/index.d.ts +2 -1
- package/dashboard/dist-server/dashboard/src/server/routes/index.js +8 -1
- package/dashboard/dist-server/dashboard/src/server/routes/index.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/server/routes/install.js +1 -1
- package/dashboard/dist-server/dashboard/src/server/routes/install.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/server/routes/mcp.js +2 -2
- package/dashboard/dist-server/dashboard/src/server/routes/mcp.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/server/routes/room-mcp.d.ts +3 -0
- package/dashboard/dist-server/dashboard/src/server/routes/room-mcp.js +246 -0
- package/dashboard/dist-server/dashboard/src/server/routes/room-mcp.js.map +1 -0
- package/dashboard/dist-server/dashboard/src/server/routes/rooms.d.ts +3 -0
- package/dashboard/dist-server/dashboard/src/server/routes/rooms.js +38 -0
- package/dashboard/dist-server/dashboard/src/server/routes/rooms.js.map +1 -0
- package/dashboard/dist-server/dashboard/src/server/routes/wiki.integration.test.js +7 -7
- package/dashboard/dist-server/dashboard/src/server/routes/wiki.integration.test.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/server/routes/wiki.js +1 -1
- package/dashboard/dist-server/dashboard/src/server/routes/wiki.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/server/state/event-bus.d.ts +39 -1
- package/dashboard/dist-server/dashboard/src/server/state/event-bus.js +12 -0
- package/dashboard/dist-server/dashboard/src/server/state/event-bus.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/server/wiki/stress.test.js +1 -1
- package/dashboard/dist-server/dashboard/src/server/wiki/stress.test.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/server/wiki/wiki-indexer.js +25 -14
- package/dashboard/dist-server/dashboard/src/server/wiki/wiki-indexer.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/server/wiki/wiki-indexer.test.js +6 -6
- package/dashboard/dist-server/dashboard/src/server/wiki/wiki-indexer.test.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/server/wiki/wiki-types.d.ts +1 -1
- package/dashboard/dist-server/dashboard/src/server/wiki/writer-stress.test.js +17 -16
- package/dashboard/dist-server/dashboard/src/server/wiki/writer-stress.test.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/server/wiki/writer.d.ts +1 -1
- package/dashboard/dist-server/dashboard/src/server/wiki/writer.js +18 -7
- package/dashboard/dist-server/dashboard/src/server/wiki/writer.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/server/ws/handlers/agent-handler.d.ts +3 -1
- package/dashboard/dist-server/dashboard/src/server/ws/handlers/agent-handler.js +75 -1
- package/dashboard/dist-server/dashboard/src/server/ws/handlers/agent-handler.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/server/ws/handlers/room-handler.d.ts +17 -0
- package/dashboard/dist-server/dashboard/src/server/ws/handlers/room-handler.js +192 -0
- package/dashboard/dist-server/dashboard/src/server/ws/handlers/room-handler.js.map +1 -0
- package/dashboard/dist-server/dashboard/src/server/ws/session-scoped-event-filter.d.ts +13 -0
- package/dashboard/dist-server/dashboard/src/server/ws/session-scoped-event-filter.js +37 -0
- package/dashboard/dist-server/dashboard/src/server/ws/session-scoped-event-filter.js.map +1 -0
- package/dashboard/dist-server/dashboard/src/server/ws/ws-manager.d.ts +7 -1
- package/dashboard/dist-server/dashboard/src/server/ws/ws-manager.js +39 -2
- package/dashboard/dist-server/dashboard/src/server/ws/ws-manager.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/shared/constants.js +12 -0
- package/dashboard/dist-server/dashboard/src/shared/constants.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/shared/room-leader-prompt.d.ts +1 -0
- package/dashboard/dist-server/dashboard/src/shared/room-leader-prompt.js +38 -0
- package/dashboard/dist-server/dashboard/src/shared/room-leader-prompt.js.map +1 -0
- package/dashboard/dist-server/dashboard/src/shared/team-types.d.ts +66 -0
- package/dashboard/dist-server/dashboard/src/shared/team-types.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/shared/types.d.ts +24 -3
- package/dashboard/dist-server/dashboard/src/shared/ws-protocol.d.ts +76 -2
- package/dashboard/dist-server/dashboard/src/shared/ws-protocol.js.map +1 -1
- package/dashboard/dist-server/shared/agent-types.d.ts +2 -0
- package/dashboard/dist-server/src/commands/delegate.js +11 -8
- package/dashboard/dist-server/src/commands/delegate.js.map +1 -1
- package/dist/shared/agent-types.d.ts +2 -0
- package/dist/shared/agent-types.d.ts.map +1 -1
- package/dist/src/cli.js +2 -2
- package/dist/src/cli.js.map +1 -1
- package/dist/src/commands/delegate.d.ts.map +1 -1
- package/dist/src/commands/delegate.js +11 -8
- package/dist/src/commands/delegate.js.map +1 -1
- package/dist/src/commands/install-backend.d.ts +1 -1
- package/dist/src/commands/install-backend.d.ts.map +1 -1
- package/dist/src/commands/install-backend.js +1 -1
- package/dist/src/commands/install-backend.js.map +1 -1
- package/dist/src/commands/knowhow.d.ts +10 -0
- package/dist/src/commands/knowhow.d.ts.map +1 -0
- package/dist/src/commands/knowhow.js +217 -0
- package/dist/src/commands/knowhow.js.map +1 -0
- package/dist/src/commands/overlay-ui/OverlayList.d.ts +2 -0
- package/dist/src/commands/overlay-ui/OverlayList.d.ts.map +1 -1
- package/dist/src/commands/overlay-ui/OverlayList.js +6 -3
- package/dist/src/commands/overlay-ui/OverlayList.js.map +1 -1
- package/dist/src/commands/overlay-ui/index.d.ts.map +1 -1
- package/dist/src/commands/overlay-ui/index.js +70 -44
- package/dist/src/commands/overlay-ui/index.js.map +1 -1
- package/dist/src/commands/overlay.d.ts.map +1 -1
- package/dist/src/commands/overlay.js +4 -3
- package/dist/src/commands/overlay.js.map +1 -1
- package/dist/src/core/overlay/applier.d.ts +1 -1
- package/dist/src/core/overlay/applier.d.ts.map +1 -1
- package/dist/src/core/overlay/applier.js +40 -13
- package/dist/src/core/overlay/applier.js.map +1 -1
- package/dist/src/core/overlay/loader.d.ts.map +1 -1
- package/dist/src/core/overlay/loader.js +6 -0
- package/dist/src/core/overlay/loader.js.map +1 -1
- package/dist/src/core/overlay/types.d.ts +5 -1
- package/dist/src/core/overlay/types.d.ts.map +1 -1
- package/dist/src/core/overlay/types.js +1 -1
- package/dist/src/core/overlay/types.js.map +1 -1
- package/dist/src/hooks/context-monitor.js +1 -1
- package/dist/src/hooks/context-monitor.js.map +1 -1
- package/dist/src/hooks/skill-context.js +1 -1
- package/dist/src/hooks/skill-context.js.map +1 -1
- package/dist/src/mcp/delegate-channel-relay.d.ts +4 -0
- package/dist/src/mcp/delegate-channel-relay.d.ts.map +1 -1
- package/dist/src/mcp/delegate-channel-relay.js +73 -4
- package/dist/src/mcp/delegate-channel-relay.js.map +1 -1
- package/dist/src/tools/index.js +2 -2
- package/dist/src/tools/index.js.map +1 -1
- package/dist/src/tools/store-knowhow.d.ts +21 -0
- package/dist/src/tools/store-knowhow.d.ts.map +1 -0
- package/dist/src/tools/store-knowhow.js +295 -0
- package/dist/src/tools/store-knowhow.js.map +1 -0
- package/package.json +1 -1
- package/shared/agent-types.ts +2 -0
- package/templates/workflows/specs/node-catalog.md +170 -0
- package/templates/workflows/specs/template-schema.md +157 -0
- package/workflows/analyze.md +61 -185
- package/workflows/brainstorm.md +3 -23
- package/workflows/codebase-rebuild.md +79 -191
- package/workflows/codebase-refresh.md +26 -124
- package/workflows/debug.md +21 -141
- package/workflows/execute.md +183 -350
- package/workflows/fork.md +72 -230
- package/workflows/harvest.md +12 -79
- package/workflows/init.md +3 -17
- package/workflows/integration-test.md +21 -190
- package/workflows/issue-analyze.md +35 -153
- package/workflows/issue-discover.md +88 -263
- package/workflows/issue-execute.md +29 -208
- package/workflows/issue-plan.md +33 -154
- package/workflows/issue.md +44 -202
- package/workflows/knowhow.md +374 -0
- package/workflows/learn.md +30 -177
- package/workflows/maestro-coordinate.codex.md +77 -362
- package/workflows/maestro-link-coordinate.md +12 -61
- package/workflows/maestro.codex.md +124 -457
- package/workflows/maestro.md +562 -976
- package/workflows/map.md +16 -53
- package/workflows/merge.md +42 -197
- package/workflows/milestone-audit.md +5 -43
- package/workflows/milestone-complete.md +11 -60
- package/workflows/plan.md +176 -387
- package/workflows/quick.md +25 -174
- package/workflows/refactor.md +28 -221
- package/workflows/retrospective.md +104 -443
- package/workflows/review.md +87 -299
- package/workflows/roadmap.md +117 -97
- package/workflows/spec-generate.md +22 -118
- package/workflows/specs-add.md +5 -25
- package/workflows/specs-load.md +1 -5
- package/workflows/specs-remove.md +0 -11
- package/workflows/specs-setup.md +11 -47
- package/workflows/status.md +58 -200
- package/workflows/sync.md +28 -141
- package/workflows/test-gen.md +23 -100
- package/workflows/test.md +15 -125
- package/workflows/ui-design.md +139 -465
- package/workflows/ui-style.md +36 -228
- package/workflows/verify.md +52 -273
- package/workflows/wiki-connect.md +9 -46
- package/workflows/wiki-digest.md +7 -50
- package/workflows/wiki-manage.md +11 -108
- package/.claude/commands/maestro-coordinate.md +0 -63
- package/.claude/commands/manage-memory-capture.md +0 -59
- package/.codex/skills/maestro-coordinate/SKILL.md +0 -213
- package/.codex/skills/manage-memory-capture/SKILL.md +0 -93
- package/dashboard/dist/assets/ChatInput-pUOLJIKE.js +0 -49
- package/dashboard/dist/assets/ChatPage-B8Xqkt0v.js +0 -27
- package/dashboard/dist/assets/McpPage-BY0SjTgw.js +0 -21
- package/dashboard/dist/assets/TeamsPage-BO2kP70F.js +0 -11
- package/dashboard/dist/assets/WorkflowPage-C8hWbYim.js +0 -6
- package/dashboard/dist/assets/en-ZbRpfzuP.js +0 -1
- package/dashboard/dist/assets/index-C2Mcb4TJ.js +0 -231
- package/dashboard/dist/assets/index-DyBbPc18.css +0 -1
- package/dashboard/dist/assets/loader-B5F6PzFT.js +0 -11
- package/dashboard/dist/assets/zh-CN-CoXBFuny.js +0 -1
- package/workflows/maestro-coordinate.md +0 -582
- package/workflows/memory.md +0 -451
|
@@ -1,88 +1,77 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: manage-
|
|
3
|
-
description: Manage memory entries — workflow memory (.workflow/
|
|
4
|
-
argument-hint: "[list|search|view|edit|delete|prune] [query|id|file] [--store workflow|system|all] [--tag tag] [--type compact|tip]"
|
|
5
|
-
allowed-tools:
|
|
6
|
-
- Read
|
|
7
|
-
- Write
|
|
8
|
-
- Edit
|
|
9
|
-
- Bash
|
|
10
|
-
- Glob
|
|
11
|
-
- Grep
|
|
12
|
-
- AskUserQuestion
|
|
13
|
-
---
|
|
14
|
-
<purpose>
|
|
15
|
-
Unified memory management across two stores:
|
|
16
|
-
1. **Workflow
|
|
17
|
-
2. **System memory** (`~/.claude/projects/{project}/memory/`) — Claude Code auto-memory (MEMORY.md + topic files), persists across conversations
|
|
18
|
-
|
|
19
|
-
Provides list/search/view/edit/delete/prune operations. Default store is `all` (show both).
|
|
20
|
-
</purpose>
|
|
21
|
-
|
|
22
|
-
<required_reading>
|
|
23
|
-
@~/.maestro/workflows/
|
|
24
|
-
</required_reading>
|
|
25
|
-
|
|
26
|
-
<context>
|
|
27
|
-
Arguments: $ARGUMENTS
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
-
|
|
44
|
-
-
|
|
45
|
-
- `
|
|
46
|
-
- `
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
- [ ] Subcommand correctly detected from arguments
|
|
79
|
-
- [ ] Store auto-detected from argument format (MEM-*/TIP-* vs filename)
|
|
80
|
-
- [ ] List: both stores displayed with appropriate formatting
|
|
81
|
-
- [ ] Search: results from both stores, ranked by relevance
|
|
82
|
-
- [ ] View: correct store selected, full content displayed
|
|
83
|
-
- [ ] Edit: system memory files editable, MEMORY.md kept under 200 lines
|
|
84
|
-
- [ ] Delete: MEMORY.md protected, confirmation required, references checked
|
|
85
|
-
- [ ] Prune: workflow-only, filters validated, index updated
|
|
86
|
-
- [ ] Integrity check catches orphans and broken links
|
|
87
|
-
- [ ] Next step: `/manage-memory-capture compact` to save new memory, or `/manage-status` to continue workflow
|
|
88
|
-
</success_criteria>
|
|
1
|
+
---
|
|
2
|
+
name: manage-knowhow
|
|
3
|
+
description: Manage memory entries — workflow memory (.workflow/knowhow/) and system memory (~/.claude/projects/*/memory/)
|
|
4
|
+
argument-hint: "[list|search|view|edit|delete|prune] [query|id|file] [--store workflow|system|all] [--tag tag] [--type compact|tip]"
|
|
5
|
+
allowed-tools:
|
|
6
|
+
- Read
|
|
7
|
+
- Write
|
|
8
|
+
- Edit
|
|
9
|
+
- Bash
|
|
10
|
+
- Glob
|
|
11
|
+
- Grep
|
|
12
|
+
- AskUserQuestion
|
|
13
|
+
---
|
|
14
|
+
<purpose>
|
|
15
|
+
Unified memory management across two stores:
|
|
16
|
+
1. **Workflow knowhow** (`.workflow/knowhow/`) — Session compacts and tips with JSON index, created by `manage-knowhow-capture`
|
|
17
|
+
2. **System memory** (`~/.claude/projects/{project}/memory/`) — Claude Code auto-memory (MEMORY.md + topic files), persists across conversations
|
|
18
|
+
|
|
19
|
+
Provides list/search/view/edit/delete/prune operations. Default store is `all` (show both).
|
|
20
|
+
</purpose>
|
|
21
|
+
|
|
22
|
+
<required_reading>
|
|
23
|
+
@~/.maestro/workflows/knowhow.md
|
|
24
|
+
</required_reading>
|
|
25
|
+
|
|
26
|
+
<context>
|
|
27
|
+
Arguments: $ARGUMENTS
|
|
28
|
+
|
|
29
|
+
Dual store architecture (paths, formats, index) defined in workflow knowhow.md.
|
|
30
|
+
|
|
31
|
+
**Subcommands:**
|
|
32
|
+
- `list` — List entries from both stores (default if no arguments)
|
|
33
|
+
- `search <query>` — Full-text search across both stores
|
|
34
|
+
- `view <id|file>` — Display a workflow entry by ID or system file by name
|
|
35
|
+
- `edit <file>` — Edit a system memory file (MEMORY.md or topic file)
|
|
36
|
+
- `delete <id|file>` — Remove an entry/file (with confirmation)
|
|
37
|
+
- `prune` — Bulk cleanup by criteria
|
|
38
|
+
|
|
39
|
+
**Flags:**
|
|
40
|
+
- `--store <workflow|system|all>` — Target store (default: `all` for list/search, inferred for other ops)
|
|
41
|
+
- `--tag <tag>` — Filter by tag (workflow store)
|
|
42
|
+
- `--type <compact|tip>` — Filter by entry type (workflow store)
|
|
43
|
+
- `--before <YYYY-MM-DD>` — Entries before date
|
|
44
|
+
- `--after <YYYY-MM-DD>` — Entries after date
|
|
45
|
+
- `--dry-run` — Preview destructive ops without executing
|
|
46
|
+
- `--confirm` — Skip confirmation prompt
|
|
47
|
+
</context>
|
|
48
|
+
|
|
49
|
+
<execution>
|
|
50
|
+
Follow '~/.maestro/workflows/knowhow.md' Part A (KnowHow Management) completely.
|
|
51
|
+
</execution>
|
|
52
|
+
|
|
53
|
+
<error_codes>
|
|
54
|
+
| Code | Severity | Description | Stage |
|
|
55
|
+
|------|----------|-------------|-------|
|
|
56
|
+
| E001 | error | No memory stores found — run `/manage-knowhow-capture` or create MEMORY.md | resolve_paths |
|
|
57
|
+
| E002 | error | Entry ID or filename not found | execute_view, execute_delete |
|
|
58
|
+
| E003 | error | Prune requires at least one filter (--tag, --type, --before, --after) | execute_prune |
|
|
59
|
+
| E004 | error | Cannot delete MEMORY.md — use `edit` subcommand instead | execute_delete |
|
|
60
|
+
| W001 | warning | Workflow index has orphaned files or dangling references | integrity_check |
|
|
61
|
+
| W002 | warning | MEMORY.md references non-existent topic file | integrity_check |
|
|
62
|
+
| W003 | warning | MEMORY.md exceeds 200 lines — content will be truncated at load | execute_edit |
|
|
63
|
+
</error_codes>
|
|
64
|
+
|
|
65
|
+
<success_criteria>
|
|
66
|
+
- [ ] Both store paths correctly resolved
|
|
67
|
+
- [ ] Subcommand correctly detected from arguments
|
|
68
|
+
- [ ] Store auto-detected from argument format (KNW-*/TIP-* vs filename)
|
|
69
|
+
- [ ] List: both stores displayed with appropriate formatting
|
|
70
|
+
- [ ] Search: results from both stores, ranked by relevance
|
|
71
|
+
- [ ] View: correct store selected, full content displayed
|
|
72
|
+
- [ ] Edit: system memory files editable, MEMORY.md kept under 200 lines
|
|
73
|
+
- [ ] Delete: MEMORY.md protected, confirmation required, references checked
|
|
74
|
+
- [ ] Prune: workflow-only, filters validated, index updated
|
|
75
|
+
- [ ] Integrity check catches orphans and broken links
|
|
76
|
+
- [ ] Next step: `/manage-knowhow-capture compact` to save new knowhow, or `/manage-status` to continue workflow
|
|
77
|
+
</success_criteria>
|
|
@@ -14,7 +14,7 @@ allowed-tools:
|
|
|
14
14
|
<purpose>
|
|
15
15
|
Unified atomic knowledge capture for the workflow learning library. Captures two types of knowledge:
|
|
16
16
|
- **Insights**: Timeless "eureka moment" entries (patterns, gotchas, techniques) — the default mode
|
|
17
|
-
- **Tips**: Quick contextual notes for cross-session recovery (formerly in `manage-
|
|
17
|
+
- **Tips**: Quick contextual notes for cross-session recovery (formerly in `manage-knowhow-capture tip`)
|
|
18
18
|
|
|
19
19
|
Both types are stored in `.workflow/learning/lessons.jsonl` with auto-detected phase linkage and keyword-based category inference. Tips are distinguished by `source: "tip"` and implicitly tagged `tip`. Same store as retrospective output, so search and list see the entire knowledge corpus.
|
|
20
20
|
</purpose>
|
|
@@ -34,36 +34,11 @@ Arguments: $ARGUMENTS
|
|
|
34
34
|
- `show <INS-id>` → full detail with phase context
|
|
35
35
|
- empty → AskUserQuestion to prompt for text
|
|
36
36
|
|
|
37
|
-
|
|
38
|
-
- `--category <name>` — pattern | antipattern | decision | tool | gotcha | technique | tip. Default: inferred from text via keyword heuristics. Tip mode defaults to `tip`.
|
|
39
|
-
- `--tag t1,t2` — comma-separated tags. Insight mode implicitly adds `manual`, tip mode implicitly adds `tip`.
|
|
40
|
-
- `--phase <N>` — override auto-detected current phase. Use `--phase 0` to force "no phase".
|
|
41
|
-
- `--confidence <level>` — high | medium | low. Default: medium (insight), low (tip).
|
|
42
|
-
|
|
43
|
-
**List/search flags:**
|
|
44
|
-
- `--tag t1,t2` — filter by tag
|
|
45
|
-
- `--category <name>` — filter by category
|
|
46
|
-
- `--phase <N>` — filter by phase
|
|
47
|
-
- `--lens <name>` — filter by retrospective lens (technical | process | quality | decision | git). Note: `git` matches `source: "retro-git"` from learn-retro; others match `lens` field from quality-retrospective.
|
|
48
|
-
- `--limit <N>` — list mode row limit (default 20)
|
|
49
|
-
|
|
50
|
-
**Storage:**
|
|
51
|
-
- `.workflow/learning/lessons.jsonl` — append-only JSONL row per insight (shared with `quality-retrospective` output)
|
|
52
|
-
- `.workflow/learning/learning-index.json` — searchable index
|
|
53
|
-
|
|
54
|
-
**Shared store rationale:** Manual captures (`source: "manual"`), tips (`source: "tip"`), retrospective-distilled insights (`source: "retrospective"`, `lens: <name>` from `quality-retrospective`), and learn-retro insights (`source: "retro-git"` or `source: "retro-decision"` from `learn-retro`) all live in the same store so search and list see the entire knowledge corpus. The `source` field disambiguates origin.
|
|
37
|
+
Flags, storage paths, and shared store rationale defined in workflow learn.md.
|
|
55
38
|
</context>
|
|
56
39
|
|
|
57
40
|
<execution>
|
|
58
|
-
Follow `~/.maestro/workflows/learn.md` Stages 1–5 in order.
|
|
59
|
-
|
|
60
|
-
1. **No agent or CLI calls** — this is a pure file operation: parse → infer → append → confirm. Category inference is keyword-based, not LLM-based.
|
|
61
|
-
2. **Auto-link phase** — read `.workflow/state.json` for `current_phase` and derive phase context from artifact registry (`state.json.artifacts[]`). `--phase 0` forces no link.
|
|
62
|
-
3. **Index schema** — `learning-index.json` entries[] with id, type, timestamp, file, summary, tags, plus learn-specific fields: lens, category, confidence, routed_to, routed_id.
|
|
63
|
-
4. **Stable INS ids** — `INS-{8 lowercase hex}` from `hash(insight_text + category + phase)`. Deterministic: same content in same context always produces the same ID.
|
|
64
|
-
5. **Append-only lessons.jsonl** — never rewrite existing rows; duplicate detection is the user's job at search time.
|
|
65
|
-
6. **Bootstrap on demand** — create `.workflow/learning/`, `lessons.jsonl`, `learning-index.json` on first use; do not require them to exist upfront.
|
|
66
|
-
7. **Tip mode** — when first token is `tip`, set `source: "tip"`, `category: "tip"`, `confidence: "low"`, and implicitly add `tip` tag. Everything else follows the same pipeline as insight capture. This replaces the former `manage-memory-capture tip` mode.
|
|
41
|
+
Follow `~/.maestro/workflows/learn.md` Stages 1–5 in order.
|
|
67
42
|
</execution>
|
|
68
43
|
|
|
69
44
|
<error_codes>
|
|
@@ -30,26 +30,7 @@ $ARGUMENTS (no arguments required)
|
|
|
30
30
|
<execution>
|
|
31
31
|
Follow '~/.maestro/workflows/status.md' completely.
|
|
32
32
|
|
|
33
|
-
|
|
34
|
-
| Current state | Suggested command | Reason |
|
|
35
|
-
|---------------|-------------------|--------|
|
|
36
|
-
| No phases planned | `/maestro-brainstorm 1` or `/maestro-plan 1` | Explore ideas or start planning first phase |
|
|
37
|
-
| Phase pending, needs analysis | `/maestro-analyze <N>` | Evaluate feasibility before planning |
|
|
38
|
-
| Phase pending, needs decisions | `/maestro-analyze <N> -q` | Quick decision extraction |
|
|
39
|
-
| Phase planned, not executed | `/maestro-execute <N>` | Execute the planned phase |
|
|
40
|
-
| Phase executing, tasks blocked | `/quality-debug <N>` | Unblock stuck tasks |
|
|
41
|
-
| Phase executed, not verified | `/maestro-verify <N>` | Verify execution results |
|
|
42
|
-
| Phase verified with gaps | `/maestro-plan <N> --gaps` | Plan gap fixes |
|
|
43
|
-
| Phase verified, not reviewed | `/quality-review <N>` | Code quality review before UAT |
|
|
44
|
-
| Phase reviewed, verdict BLOCK | `/maestro-plan <N> --gaps` | Fix critical review findings first |
|
|
45
|
-
| Phase reviewed, verdict PASS/WARN | `/quality-test <N>` | Proceed to UAT testing |
|
|
46
|
-
| Phase verified, low test coverage | `/quality-test-gen <N>` | Generate missing automated tests |
|
|
47
|
-
| UAT passed, all phases done | `/maestro-milestone-audit` | Cross-phase integration check |
|
|
48
|
-
| UAT has failures | `/quality-debug --from-uat <N>` | Debug UAT gaps with parallel agents |
|
|
49
|
-
| Need integration test cycle | `/quality-integration-test <N>` | Self-iterating integration tests |
|
|
50
|
-
| All phases in milestone complete | `/maestro-milestone-audit` | Cross-phase integration check |
|
|
51
|
-
| Milestone audit passed | `/maestro-milestone-complete` | Archive milestone, advance |
|
|
52
|
-
| Ad-hoc small task | `/maestro-quick <task>` | Quick execute without full pipeline |
|
|
33
|
+
Next-step decision table defined in workflow status.md Step 5.
|
|
53
34
|
</execution>
|
|
54
35
|
|
|
55
36
|
<error_codes>
|
|
@@ -34,7 +34,7 @@ $ARGUMENTS — subcommand and optional flags.
|
|
|
34
34
|
| No args | Same as `health` |
|
|
35
35
|
|
|
36
36
|
**Flags:**
|
|
37
|
-
- `--type <type>` — Filter by wiki type: spec,
|
|
37
|
+
- `--type <type>` — Filter by wiki type: spec, knowhow, note, lesson, issue
|
|
38
38
|
- `--fix` — Auto-fix issues found during cleanup (remove broken links, suggest connections)
|
|
39
39
|
- `--json` — Output in JSON format
|
|
40
40
|
</context>
|
|
@@ -70,7 +70,7 @@ Context files:
|
|
|
70
70
|
Follow '~/.maestro/workflows/business-test.md' completely.
|
|
71
71
|
|
|
72
72
|
**Next-step routing on completion:**
|
|
73
|
-
- All requirements verified → `/maestro-
|
|
73
|
+
- All requirements verified → `/maestro-milestone-audit`
|
|
74
74
|
- Failures found → `/quality-debug --from-business-test {phase}`
|
|
75
75
|
- Re-run all pass → `/maestro-verify {phase}`
|
|
76
76
|
- Low coverage → `/quality-test-gen {phase}`
|
|
@@ -13,19 +13,7 @@ allowed-tools:
|
|
|
13
13
|
- AskUserQuestion
|
|
14
14
|
---
|
|
15
15
|
<purpose>
|
|
16
|
-
Debug issues using scientific method with subagent isolation and persistent debug state.
|
|
17
|
-
|
|
18
|
-
1. **Standalone**: User describes an issue, gather symptoms interactively
|
|
19
|
-
2. **From UAT**: `--from-uat` reads uat.md gaps as pre-filled symptoms (skip gathering)
|
|
20
|
-
3. **Parallel**: `--parallel` spawns one debug agent per gap cluster concurrently
|
|
21
|
-
|
|
22
|
-
When root causes are found, updates the originating uat.md with diagnosis artifacts (root_cause, fix_direction, affected_files) so the UAT -> debug -> fix pipeline stays connected.
|
|
23
|
-
|
|
24
|
-
Key mechanisms from GSD diagnose-issues:
|
|
25
|
-
- **Pre-filled symptoms from UAT**: Skip 5-question gathering when gaps already documented
|
|
26
|
-
- **Parallel debug agents**: One agent per gap cluster for concurrent investigation
|
|
27
|
-
- **Structured root cause collection**: Standardized output format across all agents
|
|
28
|
-
- **UAT feedback loop**: Auto-update uat.md gaps with diagnosis results
|
|
16
|
+
Debug issues using scientific method with subagent isolation and persistent debug state. Three entry modes (standalone, from-UAT, parallel) and structured root cause collection with UAT feedback loop. Full algorithm defined in workflow debug.md.
|
|
29
17
|
</purpose>
|
|
30
18
|
|
|
31
19
|
<required_reading>
|
|
@@ -55,15 +43,12 @@ Each artifact's type determines its outputs at `.workflow/{a.path}/`:
|
|
|
55
43
|
|
|
56
44
|
Extract conclusions from related artifacts that may affect this debug session — review findings guide investigation direction, prior debug avoids redundant work.
|
|
57
45
|
|
|
58
|
-
**Output**: `DEBUG_DIR = .workflow/scratch/{YYYYMMDD}-debug-P{N}-{slug}/` (P{N} = phase number when phase-scoped; omit for standalone)
|
|
46
|
+
**Output**: `DEBUG_DIR = .workflow/scratch/{YYYYMMDD}-debug-P{N}-{slug}/` (P{N} = phase number when phase-scoped; omit for standalone). Output directory rules defined in workflow debug.md Step 4.
|
|
59
47
|
</context>
|
|
60
48
|
|
|
61
49
|
<execution>
|
|
62
50
|
Follow '~/.maestro/workflows/debug.md' completely.
|
|
63
51
|
|
|
64
|
-
**Output writes to DEBUG_DIR** (`scratch/{YYYYMMDD}-debug-P{N}-{slug}/`):
|
|
65
|
-
- understanding.md, evidence.ndjson, diagnosis-summary.json
|
|
66
|
-
|
|
67
52
|
**Register artifact on completion (phase-scoped only):**
|
|
68
53
|
```
|
|
69
54
|
Append to state.json.artifacts[]:
|
|
@@ -73,7 +58,7 @@ Append to state.json.artifacts[]:
|
|
|
73
58
|
milestone: current_milestone,
|
|
74
59
|
phase: target_phase,
|
|
75
60
|
scope: "phase",
|
|
76
|
-
path: "scratch/{YYYYMMDD}-debug-P{N}-{slug}",
|
|
61
|
+
path: "scratch/{YYYYMMDD}-debug-P{N}-{slug}",
|
|
77
62
|
status: all_diagnosed ? "completed" : "failed",
|
|
78
63
|
depends_on: triggering_review_id || exec_art.id,
|
|
79
64
|
harvested: false,
|
|
@@ -13,15 +13,7 @@ allowed-tools:
|
|
|
13
13
|
- AskUserQuestion
|
|
14
14
|
---
|
|
15
15
|
<purpose>
|
|
16
|
-
Run a self-iterating integration test cycle that combines exploration, test design, test execution, reflection, and adaptive strategy adjustment. Unlike quality-test (UAT with user) or quality-test-gen (generate missing tests), this command runs automated integration tests in a closed loop that self-corrects until convergence.
|
|
17
|
-
|
|
18
|
-
Key mechanisms from DMS3 integration-test-cycle:
|
|
19
|
-
- **6-phase cycle**: Explore -> Design -> Develop -> Test -> Reflect -> Adjust
|
|
20
|
-
- **Reflection-driven**: After each iteration, reflect on what worked/failed and adjust strategy
|
|
21
|
-
- **Adaptive strategy engine**: Conservative (iter 1-2) -> Aggressive (>80% similar) -> Surgical (regression) -> Reflective (stuck 3+)
|
|
22
|
-
- **L0-L3 progressive layers**: Static Analysis -> Unit -> Integration -> E2E
|
|
23
|
-
- **Self-iterating**: Loop continues until pass rate threshold met or max iterations reached
|
|
24
|
-
- **State persistence**: state.json + reflection-log.md survive context resets
|
|
16
|
+
Run a self-iterating integration test cycle that combines exploration, test design, test execution, reflection, and adaptive strategy adjustment. Unlike quality-test (UAT with user) or quality-test-gen (generate missing tests), this command runs automated integration tests in a closed loop that self-corrects until convergence. Full 6-phase cycle, adaptive strategy engine, and L0-L3 progressive layers defined in workflow integration-test.md.
|
|
25
17
|
</purpose>
|
|
26
18
|
|
|
27
19
|
<required_reading>
|
|
@@ -35,26 +27,14 @@ Phase: $ARGUMENTS (required -- phase number)
|
|
|
35
27
|
- `--max-iter <N>` -- Maximum iterations (default: 5)
|
|
36
28
|
- `--layer <L0|L1|L2|L3>` -- Start from specific layer (default: auto-detect)
|
|
37
29
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
| Layer | Name | What | Tools |
|
|
41
|
-
|-------|------|------|-------|
|
|
42
|
-
| L0 | Static Analysis | Type checking, lint, dead code | `tsc --noEmit`, `eslint`, `ruff` |
|
|
43
|
-
| L1 | Unit Tests | Function-level isolation tests | jest, vitest, pytest |
|
|
44
|
-
| L2 | Integration Tests | Cross-module, API, DB tests | supertest, pytest + fixtures |
|
|
45
|
-
| L3 | E2E Tests | Full user flow tests | playwright, cypress, selenium |
|
|
46
|
-
|
|
47
|
-
**State files (in `.tests/integration/`):**
|
|
48
|
-
- `state.json` -- iteration state, pass rates, strategy
|
|
49
|
-
- `reflection-log.md` -- per-iteration reflections
|
|
50
|
-
- `test-results-iter-{N}.json` -- results per iteration
|
|
30
|
+
L0-L3 layer definitions, state file formats, and strategy engine rules defined in workflow integration-test.md.
|
|
51
31
|
</context>
|
|
52
32
|
|
|
53
33
|
<execution>
|
|
54
34
|
Follow '~/.maestro/workflows/integration-test.md' completely.
|
|
55
35
|
|
|
56
36
|
**Next-step routing on completion:**
|
|
57
|
-
- Converged (pass rate met) → `/maestro-
|
|
37
|
+
- Converged (pass rate met) → `/maestro-milestone-audit`
|
|
58
38
|
- Max iterations, pass rate close → `/quality-debug {phase}` (investigate remaining failures)
|
|
59
39
|
- Regressions detected → `/quality-debug {phase}`
|
|
60
40
|
- Stuck 3+ iterations → `/maestro-analyze {phase} -q` (reassess approach)
|
|
@@ -30,34 +30,7 @@ Post-execution multi-perspective retrospective (复盘) for completed phases. Co
|
|
|
30
30
|
<context>
|
|
31
31
|
Arguments: $ARGUMENTS
|
|
32
32
|
|
|
33
|
-
|
|
34
|
-
- No phase argument → `scan` mode: report unreviewed completed phases, prompt selection
|
|
35
|
-
- `<N>` → `single` mode: retrospect phase N
|
|
36
|
-
- `<N>..<M>` → `range` mode: retrospect phases N through M (inclusive)
|
|
37
|
-
- `--all` → batch mode: re-run for every completed phase (archives existing retrospective.json)
|
|
38
|
-
|
|
39
|
-
**Flags:**
|
|
40
|
-
- `--lens <name>` — restrict to one lens; allowed: technical, process, quality, decision (repeatable)
|
|
41
|
-
- `--no-route` — produce retrospective.{md,json} only; skip auto-creation of spec/note/issue
|
|
42
|
-
- `--compare <M>` — emit a delta section vs phase M's prior retrospective
|
|
43
|
-
- `--auto-yes` — accept all routing recommendations without prompting
|
|
44
|
-
|
|
45
|
-
**Storage written:**
|
|
46
|
-
- Retrospective output (resolve via `state.json.artifacts[]` → `.workflow/scratch/` path):
|
|
47
|
-
- retrospective.md — human-readable record
|
|
48
|
-
- retrospective.json — structured record
|
|
49
|
-
- `.workflow/specs/{category-file}.md` — `<spec-entry>` entries appended to matching category files (one per spec-routed insight)
|
|
50
|
-
- `.workflow/issues/issues.jsonl` — appended issue rows (`source: "retrospective"`)
|
|
51
|
-
- `.workflow/learning/lessons.jsonl` — tips routed via `manage-learn tip` (formerly manage-memory-capture)
|
|
52
|
-
- `.workflow/learning/lessons.jsonl` — append-only insight log
|
|
53
|
-
- `.workflow/learning/learning-index.json` — searchable index
|
|
54
|
-
|
|
55
|
-
**Storage read (never modified):**
|
|
56
|
-
- Phase artifacts (resolve via `state.json.artifacts[]` → scratch paths):
|
|
57
|
-
- index.json, plan.json, verification.json, review.json, uat.md
|
|
58
|
-
- .task/TASK-*.json, .summaries/TASK-*-summary.md
|
|
59
|
-
- `.workflow/issues/issues.jsonl`, `.workflow/issues/issue-history.jsonl`
|
|
60
|
-
- `.workflow/state.json`
|
|
33
|
+
Modes (scan/single/range/all), flags (--lens, --no-route, --compare, --auto-yes), and storage paths defined in workflow retrospective.md Argument Shape and Stages 1-7.
|
|
61
34
|
</context>
|
|
62
35
|
|
|
63
36
|
<execution>
|
|
@@ -13,28 +13,7 @@ allowed-tools:
|
|
|
13
13
|
- AskUserQuestion
|
|
14
14
|
---
|
|
15
15
|
<purpose>
|
|
16
|
-
Run multi-dimensional code review on a completed phase's changed files. Answers the question "is this code good?"
|
|
17
|
-
|
|
18
|
-
Supports three review levels that scale with task depth:
|
|
19
|
-
|
|
20
|
-
**Quick** — Single-pass inline scan, no agents. For small changes (≤3 files) or scratch tasks.
|
|
21
|
-
- Dimensions: correctness + security only
|
|
22
|
-
- No deep-dive, issues created for critical only
|
|
23
|
-
|
|
24
|
-
**Standard** — Parallel agent review across all dimensions. Default for most phases.
|
|
25
|
-
- Dimensions: all 6 (correctness, security, performance, architecture, maintainability, best-practices)
|
|
26
|
-
- Auto deep-dive if critical findings > 0
|
|
27
|
-
- Issues created for critical + high
|
|
28
|
-
|
|
29
|
-
**Deep** — Full agent review with forced multi-iteration deep-dive and cross-file impact analysis. For complex/critical phases.
|
|
30
|
-
- Dimensions: all 6
|
|
31
|
-
- Forced deep-dive (max 3 iterations) with impact radius analysis
|
|
32
|
-
- Issues created for critical + high + medium
|
|
33
|
-
|
|
34
|
-
Level auto-detection when not specified:
|
|
35
|
-
- ≤3 changed files → quick
|
|
36
|
-
- 4-19 changed files → standard
|
|
37
|
-
- ≥20 changed files OR phase marked critical in index.json → deep
|
|
16
|
+
Run multi-dimensional code review on a completed phase's changed files. Answers the question "is this code good?" -- complementing maestro-verify ("is the goal met?") and quality-test ("does it work for users?"). Three review levels (quick/standard/deep) scale with task depth, auto-detected from file count. Level definitions, dimension lists, deep-dive rules, and issue creation thresholds defined in workflow review.md.
|
|
38
17
|
</purpose>
|
|
39
18
|
|
|
40
19
|
<required_reading>
|
|
@@ -96,38 +75,10 @@ Append to state.json.artifacts[]:
|
|
|
96
75
|
}
|
|
97
76
|
```
|
|
98
77
|
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
```
|
|
102
|
-
=== CODE REVIEW RESULTS ===
|
|
103
|
-
Phase: {phase_name}
|
|
104
|
-
Level: {quick | standard | deep}
|
|
105
|
-
Files: {files_reviewed} files across {dimensions_count} dimensions
|
|
106
|
-
Duration: {duration}
|
|
107
|
-
|
|
108
|
-
Severity Distribution:
|
|
109
|
-
Critical: {critical_count}
|
|
110
|
-
High: {high_count}
|
|
111
|
-
Medium: {medium_count}
|
|
112
|
-
Low: {low_count}
|
|
113
|
-
|
|
114
|
-
Top Issues:
|
|
115
|
-
1. [{severity}] {finding_id}: {title} ({file}:{line})
|
|
116
|
-
2. ...
|
|
117
|
-
|
|
118
|
-
Verdict: {PASS | WARN | BLOCK}
|
|
119
|
-
Issues Created: {issue_count}
|
|
120
|
-
|
|
121
|
-
Files:
|
|
122
|
-
{REVIEW_DIR}/review.json
|
|
123
|
-
|
|
124
|
-
Next steps:
|
|
125
|
-
{verdict_based_routing}
|
|
126
|
-
```
|
|
78
|
+
Report format and next-step routing by verdict defined in workflow review.md Report Format and Next Step Routing sections.
|
|
127
79
|
|
|
128
|
-
**Next-step routing
|
|
80
|
+
**Next-step routing summary:**
|
|
129
81
|
- PASS → `/quality-test {phase}`
|
|
130
|
-
- PASS + low test coverage → `/quality-test-gen {phase}`
|
|
131
82
|
- WARN → `/quality-test {phase}` (proceed with caveats)
|
|
132
83
|
- BLOCK → `/maestro-plan {phase} --gaps` (fix critical findings first)
|
|
133
84
|
</execution>
|
|
@@ -13,16 +13,7 @@ allowed-tools:
|
|
|
13
13
|
- AskUserQuestion
|
|
14
14
|
---
|
|
15
15
|
<purpose>
|
|
16
|
-
Generate missing automated tests for a phase based on gap analysis from maestro-verify (Nyquist audit) and quality-test (UAT coverage gaps).
|
|
17
|
-
|
|
18
|
-
Key mechanisms from GSD add-tests:
|
|
19
|
-
- **TDD/E2E/Skip classification**: Categorize changed files by appropriate test type
|
|
20
|
-
- **Test structure discovery**: Find existing test patterns, frameworks, conventions
|
|
21
|
-
- **Test plan with user approval**: Present plan before writing any tests
|
|
22
|
-
- **RED-GREEN generation**: Write failing test first, verify it targets the right behavior
|
|
23
|
-
- **Bug discovery, not fix**: Tests expose bugs; fixing is for quality-debug or maestro-execute
|
|
24
|
-
|
|
25
|
-
This command is the "test gap filler" -- it bridges the gap between verification (maestro-verify finds MISSING coverage) and testing (quality-test runs UAT). It produces the automated tests that make Nyquist coverage pass.
|
|
16
|
+
Generate missing automated tests for a phase based on gap analysis from maestro-verify (Nyquist audit) and quality-test (UAT coverage gaps). Bridges verification (finds MISSING coverage) and testing (runs UAT) by producing the automated tests that make Nyquist coverage pass. TDD/E2E classification, test discovery, plan approval, and RED-GREEN methodology defined in workflow test-gen.md.
|
|
26
17
|
</purpose>
|
|
27
18
|
|
|
28
19
|
<required_reading>
|
|
@@ -32,35 +32,13 @@ Key mechanisms from GSD verify-work:
|
|
|
32
32
|
<context>
|
|
33
33
|
Phase or task: $ARGUMENTS (optional)
|
|
34
34
|
|
|
35
|
-
|
|
36
|
-
- `--smoke` -- Run cold-start smoke tests before UAT (basic sanity: app starts, routes respond, no crash)
|
|
37
|
-
- `--auto-fix` -- After diagnosis, auto-trigger gap-fix loop instead of asking user
|
|
38
|
-
|
|
39
|
-
**All context via state.json.artifacts[]:**
|
|
40
|
-
|
|
41
|
-
```
|
|
42
|
-
related = artifacts.filter(a =>
|
|
43
|
-
a.phase === target_phase && a.milestone === current_milestone
|
|
44
|
-
).sort_by(completed_at asc)
|
|
45
|
-
```
|
|
46
|
-
|
|
47
|
-
Each artifact's type determines its outputs at `.workflow/{a.path}/`:
|
|
48
|
-
- **execute** → .summaries/, .task/, verification.json, plan.json (test target source)
|
|
49
|
-
- **verify** → verification.json (must_haves, gaps)
|
|
50
|
-
- **review** → review.json (findings become additional test scenarios)
|
|
51
|
-
- **debug** → understanding.md (confirmed root causes become regression tests)
|
|
52
|
-
- **test** → uat.md (existing session, resumable)
|
|
53
|
-
|
|
54
|
-
Extract conclusions from related artifacts that may affect this test session — review findings generate additional scenarios, debug root causes generate regression tests.
|
|
55
|
-
|
|
56
|
-
**Output**: `TEST_DIR = .workflow/scratch/{YYYYMMDD}-test-P{N}-{slug}/` (P{N} = phase number, enables directory-level identification as state.json fallback)
|
|
35
|
+
Flags, artifact context resolution, and output directory format defined in workflow test.md.
|
|
57
36
|
</context>
|
|
58
37
|
|
|
59
38
|
<execution>
|
|
60
39
|
Follow '~/.maestro/workflows/test.md' completely.
|
|
61
40
|
|
|
62
|
-
**
|
|
63
|
-
- uat.md, test-plan.json, .tests/test-results.json, .tests/coverage-report.json
|
|
41
|
+
**Command-specific extensions (not in workflow):**
|
|
64
42
|
|
|
65
43
|
**Review findings integration** (from related review artifacts):
|
|
66
44
|
- Extract critical/high findings as additional test scenarios, marked `source: "review_finding"`
|
|
@@ -88,7 +66,7 @@ Append to state.json.artifacts[]:
|
|
|
88
66
|
```
|
|
89
67
|
|
|
90
68
|
**Next-step routing on completion:**
|
|
91
|
-
- All tests pass → `/maestro-
|
|
69
|
+
- All tests pass → `/maestro-milestone-audit`
|
|
92
70
|
- Issues found, --auto-fix ran and succeeded → `/maestro-verify {phase}`
|
|
93
71
|
- Issues found, --auto-fix ran but gaps remain → `/quality-debug --from-uat {phase}`
|
|
94
72
|
- Issues found, manual fix needed → `/quality-debug --from-uat {phase}`
|
|
@@ -21,27 +21,7 @@ Each category maps 1:1 to a single target file — no dual-write.
|
|
|
21
21
|
<context>
|
|
22
22
|
$ARGUMENTS -- expects `<category> <content>`
|
|
23
23
|
|
|
24
|
-
|
|
25
|
-
| Category | Target file |
|
|
26
|
-
|----------|------------|
|
|
27
|
-
| `coding` | `coding-conventions.md` |
|
|
28
|
-
| `arch` | `architecture-constraints.md` |
|
|
29
|
-
| `quality` | `quality-rules.md` |
|
|
30
|
-
| `debug` | `debug-notes.md` |
|
|
31
|
-
| `test` | `test-conventions.md` |
|
|
32
|
-
| `review` | `review-standards.md` |
|
|
33
|
-
| `learning` | `learnings.md` |
|
|
34
|
-
|
|
35
|
-
**Entry format (closed-tag):**
|
|
36
|
-
```markdown
|
|
37
|
-
<spec-entry category="{category}" keywords="{auto-extracted}" date="{YYYY-MM-DD}">
|
|
38
|
-
|
|
39
|
-
### {title}
|
|
40
|
-
|
|
41
|
-
{content}
|
|
42
|
-
|
|
43
|
-
</spec-entry>
|
|
44
|
-
```
|
|
24
|
+
Category-to-file mapping (1:1) and entry format defined in workflow specs-add.md.
|
|
45
25
|
</context>
|
|
46
26
|
|
|
47
27
|
<execution>
|
|
@@ -20,22 +20,7 @@ Supports filtering by category (file-level) and keyword (entry-level via `<spec-
|
|
|
20
20
|
<context>
|
|
21
21
|
$ARGUMENTS -- optional flags and keyword
|
|
22
22
|
|
|
23
|
-
|
|
24
|
-
| Category | File loaded |
|
|
25
|
-
|----------|------------|
|
|
26
|
-
| `coding` | `coding-conventions.md` |
|
|
27
|
-
| `arch` | `architecture-constraints.md` |
|
|
28
|
-
| `quality` | `quality-rules.md` |
|
|
29
|
-
| `debug` | `debug-notes.md` |
|
|
30
|
-
| `test` | `test-conventions.md` |
|
|
31
|
-
| `review` | `review-standards.md` |
|
|
32
|
-
| `learning` | `learnings.md` |
|
|
33
|
-
| `all` (default) | All spec files |
|
|
34
|
-
|
|
35
|
-
**Flags:**
|
|
36
|
-
- `--category <type>` — Filter by file category (loads one file)
|
|
37
|
-
- `--keyword <word>` — Filter entries by keyword attribute in `<spec-entry>` tags. Searches across all files (or within category if combined)
|
|
38
|
-
- `--with-lessons` — Also search `.workflow/learning/lessons.jsonl`
|
|
23
|
+
Category-to-file mapping (1:1) and flag details defined in workflow specs-load.md.
|
|
39
24
|
|
|
40
25
|
**Examples:**
|
|
41
26
|
```
|