maestro-flow 0.4.10 → 0.4.12
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/.agents/agents/cli-explore-agent.md +187 -0
- package/.agents/agents/cross-role-reviewer.md +173 -0
- package/.agents/agents/impeccable-agent.md +101 -0
- package/.agents/agents/role-design-author.md +218 -0
- package/.agents/agents/team-supervisor.md +145 -0
- package/.agents/agents/team-worker.md +239 -0
- package/.agents/agents/ui-design-agent.md +272 -0
- package/.agents/agents/workflow-analyzer.md +117 -0
- package/.agents/agents/workflow-codebase-mapper.md +79 -0
- package/.agents/agents/workflow-collab-planner.md +145 -0
- package/.agents/agents/workflow-debugger.md +105 -0
- package/.agents/agents/workflow-executor.md +134 -0
- package/.agents/agents/workflow-external-researcher.md +88 -0
- package/.agents/agents/workflow-integration-checker.md +85 -0
- package/.agents/agents/workflow-nyquist-auditor.md +87 -0
- package/.agents/agents/workflow-phase-researcher.md +87 -0
- package/.agents/agents/workflow-plan-checker.md +92 -0
- package/.agents/agents/workflow-planner.md +197 -0
- package/.agents/agents/workflow-project-researcher.md +76 -0
- package/.agents/agents/workflow-research-synthesizer.md +72 -0
- package/.agents/agents/workflow-reviewer.md +84 -0
- package/.agents/agents/workflow-roadmapper.md +83 -0
- package/.agents/agents/workflow-verifier.md +122 -0
- package/.agents/skills/codify-to-knowhow/SKILL.md +169 -0
- package/.agents/skills/codify-to-knowhow/phases/01-load-manifest.md +101 -0
- package/.agents/skills/codify-to-knowhow/phases/02-generate-knowhow.md +97 -0
- package/.agents/skills/codify-to-knowhow/phases/03-generate-specs.md +92 -0
- package/.agents/skills/codify-to-knowhow/phases/04-index-verify.md +119 -0
- package/.agents/skills/learn-decompose/SKILL.md +118 -0
- package/.agents/skills/learn-follow/SKILL.md +129 -0
- package/.agents/skills/learn-investigate/SKILL.md +154 -0
- package/.agents/skills/learn-retro/SKILL.md +159 -0
- package/.agents/skills/learn-second-opinion/SKILL.md +124 -0
- package/.agents/skills/maestro/SKILL.md +258 -0
- package/.agents/skills/maestro-amend/SKILL.md +165 -0
- package/.agents/skills/maestro-analyze/SKILL.md +161 -0
- package/.agents/skills/maestro-blueprint/SKILL.md +132 -0
- package/.agents/skills/maestro-brainstorm/SKILL.md +134 -0
- package/.agents/skills/maestro-collab/SKILL.md +174 -0
- package/.agents/skills/maestro-composer/SKILL.md +181 -0
- package/.agents/skills/maestro-execute/SKILL.md +133 -0
- package/.agents/skills/maestro-fork/SKILL.md +88 -0
- package/.agents/skills/maestro-guard/SKILL.md +103 -0
- package/.agents/skills/maestro-help/SKILL.md +300 -0
- package/.agents/skills/maestro-help/index/catalog.json +202 -0
- package/.agents/skills/maestro-help/phases/01-parse-intent.md +122 -0
- package/.agents/skills/maestro-help/phases/02-search-present.md +183 -0
- package/.agents/skills/maestro-help/phases/03-workflow-guide.md +213 -0
- package/.agents/skills/maestro-impeccable/SKILL.md +251 -0
- package/.agents/skills/maestro-init/SKILL.md +80 -0
- package/.agents/skills/maestro-learn/SKILL.md +142 -0
- package/.agents/skills/maestro-merge/SKILL.md +66 -0
- package/.agents/skills/maestro-milestone-audit/SKILL.md +72 -0
- package/.agents/skills/maestro-milestone-complete/SKILL.md +79 -0
- package/.agents/skills/maestro-milestone-release/SKILL.md +98 -0
- package/.agents/skills/maestro-overlay/SKILL.md +180 -0
- package/.agents/skills/maestro-plan/SKILL.md +182 -0
- package/.agents/skills/maestro-player/SKILL.md +177 -0
- package/.agents/skills/maestro-quick/SKILL.md +67 -0
- package/.agents/skills/maestro-ralph/SKILL.md +756 -0
- package/.agents/skills/maestro-ralph-execute/SKILL.md +273 -0
- package/.agents/skills/maestro-roadmap/SKILL.md +131 -0
- package/.agents/skills/maestro-tools-execute/SKILL.md +119 -0
- package/.agents/skills/maestro-tools-register/SKILL.md +159 -0
- package/.agents/skills/maestro-ui-codify/SKILL.md +82 -0
- package/.agents/skills/maestro-update/SKILL.md +178 -0
- package/.agents/skills/maestro-verify/SKILL.md +111 -0
- package/.agents/skills/manage-codebase-rebuild/SKILL.md +77 -0
- package/.agents/skills/manage-codebase-refresh/SKILL.md +59 -0
- package/.agents/skills/manage-harvest/SKILL.md +96 -0
- package/.agents/skills/manage-issue/SKILL.md +75 -0
- package/.agents/skills/manage-issue-discover/SKILL.md +83 -0
- package/.agents/skills/manage-knowhow/SKILL.md +79 -0
- package/.agents/skills/manage-knowhow-capture/SKILL.md +81 -0
- package/.agents/skills/manage-learn/SKILL.md +67 -0
- package/.agents/skills/manage-status/SKILL.md +54 -0
- package/.agents/skills/manage-wiki/SKILL.md +64 -0
- package/.agents/skills/quality-auto-test/SKILL.md +138 -0
- package/.agents/skills/quality-debug/SKILL.md +122 -0
- package/.agents/skills/quality-refactor/SKILL.md +69 -0
- package/.agents/skills/quality-retrospective/SKILL.md +79 -0
- package/.agents/skills/quality-review/SKILL.md +130 -0
- package/.agents/skills/quality-sync/SKILL.md +53 -0
- package/.agents/skills/quality-test/SKILL.md +119 -0
- package/.agents/skills/security-audit/SKILL.md +157 -0
- package/.agents/skills/skill-iter-tune/SKILL.md +384 -0
- package/.agents/skills/skill-iter-tune/phases/01-setup.md +144 -0
- package/.agents/skills/skill-iter-tune/phases/02-execute.md +292 -0
- package/.agents/skills/skill-iter-tune/phases/03-evaluate.md +312 -0
- package/.agents/skills/skill-iter-tune/phases/04-improve.md +186 -0
- package/.agents/skills/skill-iter-tune/phases/05-report.md +166 -0
- package/.agents/skills/skill-iter-tune/specs/evaluation-criteria.md +63 -0
- package/.agents/skills/skill-iter-tune/templates/eval-prompt.md +134 -0
- package/.agents/skills/skill-iter-tune/templates/execute-prompt.md +97 -0
- package/.agents/skills/spec-add/SKILL.md +70 -0
- package/.agents/skills/spec-load/SKILL.md +73 -0
- package/.agents/skills/spec-remove/SKILL.md +53 -0
- package/.agents/skills/spec-setup/SKILL.md +50 -0
- package/.agents/skills/team-coordinate/SKILL.md +268 -0
- package/.agents/skills/team-coordinate/roles/coordinator/commands/analyze-task.md +247 -0
- package/.agents/skills/team-coordinate/roles/coordinator/commands/dispatch.md +131 -0
- package/.agents/skills/team-coordinate/roles/coordinator/commands/monitor.md +358 -0
- package/.agents/skills/team-coordinate/roles/coordinator/role.md +365 -0
- package/.agents/skills/team-coordinate/specs/knowledge-transfer.md +111 -0
- package/.agents/skills/team-coordinate/specs/pipelines.md +97 -0
- package/.agents/skills/team-coordinate/specs/quality-gates.md +112 -0
- package/.agents/skills/team-coordinate/specs/role-spec-template.md +198 -0
- package/.agents/skills/team-executor/SKILL.md +191 -0
- package/.agents/skills/team-executor/roles/executor/commands/monitor.md +239 -0
- package/.agents/skills/team-executor/roles/executor/role.md +171 -0
- package/.agents/skills/team-executor/specs/session-schema.md +264 -0
- package/.agents/skills/team-lifecycle-v4/SKILL.md +211 -0
- package/.agents/skills/team-lifecycle-v4/roles/analyst/role.md +96 -0
- package/.agents/skills/team-lifecycle-v4/roles/coordinator/commands/analyze.md +56 -0
- package/.agents/skills/team-lifecycle-v4/roles/coordinator/commands/dispatch.md +56 -0
- package/.agents/skills/team-lifecycle-v4/roles/coordinator/commands/monitor.md +206 -0
- package/.agents/skills/team-lifecycle-v4/roles/coordinator/role.md +130 -0
- package/.agents/skills/team-lifecycle-v4/roles/executor/commands/fix.md +35 -0
- package/.agents/skills/team-lifecycle-v4/roles/executor/commands/implement.md +62 -0
- package/.agents/skills/team-lifecycle-v4/roles/executor/role.md +69 -0
- package/.agents/skills/team-lifecycle-v4/roles/planner/role.md +87 -0
- package/.agents/skills/team-lifecycle-v4/roles/reviewer/commands/review-code.md +34 -0
- package/.agents/skills/team-lifecycle-v4/roles/reviewer/commands/review-spec.md +44 -0
- package/.agents/skills/team-lifecycle-v4/roles/reviewer/role.md +71 -0
- package/.agents/skills/team-lifecycle-v4/roles/supervisor/role.md +194 -0
- package/.agents/skills/team-lifecycle-v4/roles/tester/role.md +89 -0
- package/.agents/skills/team-lifecycle-v4/roles/writer/role.md +97 -0
- package/.agents/skills/team-lifecycle-v4/specs/knowledge-transfer.md +114 -0
- package/.agents/skills/team-lifecycle-v4/specs/pipelines.md +140 -0
- package/.agents/skills/team-lifecycle-v4/specs/quality-gates.md +130 -0
- package/.agents/skills/team-lifecycle-v4/templates/architecture.md +254 -0
- package/.agents/skills/team-lifecycle-v4/templates/epics.md +196 -0
- package/.agents/skills/team-lifecycle-v4/templates/product-brief.md +133 -0
- package/.agents/skills/team-lifecycle-v4/templates/requirements.md +224 -0
- package/.agents/skills/team-quality-assurance/SKILL.md +149 -0
- package/.agents/skills/team-quality-assurance/roles/analyst/role.md +90 -0
- package/.agents/skills/team-quality-assurance/roles/coordinator/commands/analyze.md +72 -0
- package/.agents/skills/team-quality-assurance/roles/coordinator/commands/dispatch.md +111 -0
- package/.agents/skills/team-quality-assurance/roles/coordinator/commands/monitor.md +250 -0
- package/.agents/skills/team-quality-assurance/roles/coordinator/role.md +143 -0
- package/.agents/skills/team-quality-assurance/roles/executor/role.md +68 -0
- package/.agents/skills/team-quality-assurance/roles/generator/role.md +70 -0
- package/.agents/skills/team-quality-assurance/roles/scout/role.md +77 -0
- package/.agents/skills/team-quality-assurance/roles/strategist/role.md +73 -0
- package/.agents/skills/team-quality-assurance/specs/pipelines.md +115 -0
- package/.agents/skills/team-quality-assurance/specs/team-config.json +131 -0
- package/.agents/skills/team-review/SKILL.md +149 -0
- package/.agents/skills/team-review/roles/coordinator/commands/analyze.md +71 -0
- package/.agents/skills/team-review/roles/coordinator/commands/dispatch.md +91 -0
- package/.agents/skills/team-review/roles/coordinator/commands/monitor.md +224 -0
- package/.agents/skills/team-review/roles/coordinator/role.md +132 -0
- package/.agents/skills/team-review/roles/fixer/role.md +78 -0
- package/.agents/skills/team-review/roles/reviewer/role.md +70 -0
- package/.agents/skills/team-review/roles/scanner/role.md +81 -0
- package/.agents/skills/team-review/specs/dimensions.md +82 -0
- package/.agents/skills/team-review/specs/finding-schema.json +82 -0
- package/.agents/skills/team-review/specs/pipelines.md +102 -0
- package/.agents/skills/team-review/specs/team-config.json +27 -0
- package/.agents/skills/team-tech-debt/SKILL.md +130 -0
- package/.agents/skills/team-tech-debt/roles/assessor/role.md +79 -0
- package/.agents/skills/team-tech-debt/roles/coordinator/commands/analyze.md +47 -0
- package/.agents/skills/team-tech-debt/roles/coordinator/commands/dispatch.md +156 -0
- package/.agents/skills/team-tech-debt/roles/coordinator/commands/monitor.md +209 -0
- package/.agents/skills/team-tech-debt/roles/coordinator/role.md +123 -0
- package/.agents/skills/team-tech-debt/roles/executor/role.md +78 -0
- package/.agents/skills/team-tech-debt/roles/planner/role.md +71 -0
- package/.agents/skills/team-tech-debt/roles/scanner/role.md +92 -0
- package/.agents/skills/team-tech-debt/roles/validator/role.md +80 -0
- package/.agents/skills/team-tech-debt/specs/pipelines.md +47 -0
- package/.agents/skills/team-tech-debt/specs/team-config.json +129 -0
- package/.agents/skills/team-testing/SKILL.md +145 -0
- package/.agents/skills/team-testing/roles/analyst/role.md +105 -0
- package/.agents/skills/team-testing/roles/coordinator/commands/analyze.md +70 -0
- package/.agents/skills/team-testing/roles/coordinator/commands/dispatch.md +108 -0
- package/.agents/skills/team-testing/roles/coordinator/commands/monitor.md +257 -0
- package/.agents/skills/team-testing/roles/coordinator/role.md +134 -0
- package/.agents/skills/team-testing/roles/executor/role.md +101 -0
- package/.agents/skills/team-testing/roles/generator/role.md +100 -0
- package/.agents/skills/team-testing/roles/strategist/role.md +85 -0
- package/.agents/skills/team-testing/specs/pipelines.md +101 -0
- package/.agents/skills/team-testing/specs/team-config.json +93 -0
- package/.agents/skills/wiki-connect/SKILL.md +64 -0
- package/.agents/skills/wiki-digest/SKILL.md +70 -0
- package/.agents/skills/workflow-skill-designer/SKILL.md +498 -0
- package/.agents/skills/workflow-skill-designer/phases/01-requirements-analysis.md +356 -0
- package/.agents/skills/workflow-skill-designer/phases/02-orchestrator-design.md +444 -0
- package/.agents/skills/workflow-skill-designer/phases/03-phase-design.md +458 -0
- package/.agents/skills/workflow-skill-designer/phases/04-validation.md +471 -0
- package/.agy/agents/cli-explore-agent.md +1 -3
- package/.agy/agents/cross-role-reviewer.md +170 -0
- package/.agy/agents/role-design-author.md +215 -0
- package/.agy/agents/ui-design-agent.md +1 -18
- package/.agy/agents/workflow-analyzer.md +1 -1
- package/.agy/agents/workflow-external-researcher.md +1 -1
- package/.agy/skills/maestro/SKILL.md +63 -27
- package/.agy/skills/maestro-analyze/SKILL.md +30 -4
- package/.agy/skills/maestro-blueprint/SKILL.md +132 -0
- package/.agy/skills/maestro-brainstorm/SKILL.md +119 -103
- package/.agy/skills/maestro-help/SKILL.md +48 -14
- package/.agy/skills/maestro-help/index/catalog.json +29 -11
- package/.agy/skills/maestro-help/phases/01-parse-intent.md +1 -1
- package/.agy/skills/maestro-help/phases/02-search-present.md +6 -4
- package/.agy/skills/maestro-help/phases/03-workflow-guide.md +60 -33
- package/.agy/skills/maestro-init/SKILL.md +3 -3
- package/.agy/skills/maestro-milestone-audit/SKILL.md +5 -3
- package/.agy/skills/maestro-milestone-complete/SKILL.md +7 -5
- package/.agy/skills/maestro-plan/SKILL.md +14 -4
- package/.agy/skills/maestro-ralph/SKILL.md +368 -162
- package/.agy/skills/maestro-ralph-execute/SKILL.md +81 -67
- package/.agy/skills/maestro-roadmap/SKILL.md +42 -81
- package/.agy/skills/quality-auto-test/SKILL.md +1 -1
- package/.agy/skills/team-lifecycle-v4/roles/analyst/role.md +1 -1
- package/.agy/skills/team-lifecycle-v4/roles/reviewer/commands/review-spec.md +2 -2
- package/.agy/skills/team-lifecycle-v4/roles/writer/role.md +1 -1
- package/.agy/skills/team-lifecycle-v4/templates/architecture.md +3 -3
- package/.agy/skills/team-lifecycle-v4/templates/epics.md +2 -2
- package/.agy/skills/team-lifecycle-v4/templates/product-brief.md +3 -3
- package/.agy/skills/team-lifecycle-v4/templates/requirements.md +2 -2
- package/.claude/agents/cli-explore-agent.md +1 -3
- package/.claude/agents/cross-role-reviewer.md +171 -0
- package/.claude/agents/role-design-author.md +216 -0
- package/.claude/agents/ui-design-agent.md +1 -18
- package/.claude/agents/workflow-analyzer.md +1 -1
- package/.claude/agents/workflow-external-researcher.md +1 -1
- package/.claude/commands/maestro-analyze.md +30 -4
- package/.claude/commands/maestro-blueprint.md +130 -0
- package/.claude/commands/maestro-brainstorm.md +132 -116
- package/.claude/commands/maestro-init.md +3 -3
- package/.claude/commands/maestro-milestone-audit.md +5 -3
- package/.claude/commands/maestro-milestone-complete.md +7 -5
- package/.claude/commands/maestro-plan.md +14 -4
- package/.claude/commands/maestro-ralph-execute.md +81 -67
- package/.claude/commands/maestro-ralph.md +368 -162
- package/.claude/commands/maestro-roadmap.md +42 -81
- package/.claude/commands/maestro.md +63 -27
- package/.claude/commands/quality-auto-test.md +1 -1
- package/.claude/skills/maestro-help/SKILL.md +48 -14
- package/.claude/skills/maestro-help/index/catalog.json +29 -11
- package/.claude/skills/maestro-help/phases/01-parse-intent.md +1 -1
- package/.claude/skills/maestro-help/phases/02-search-present.md +6 -4
- package/.claude/skills/maestro-help/phases/03-workflow-guide.md +60 -33
- package/.claude/skills/team-lifecycle-v4/roles/analyst/role.md +1 -1
- package/.claude/skills/team-lifecycle-v4/roles/reviewer/commands/review-spec.md +2 -2
- package/.claude/skills/team-lifecycle-v4/roles/writer/role.md +1 -1
- package/.claude/skills/team-lifecycle-v4/templates/architecture.md +3 -3
- package/.claude/skills/team-lifecycle-v4/templates/epics.md +2 -2
- package/.claude/skills/team-lifecycle-v4/templates/product-brief.md +3 -3
- package/.claude/skills/team-lifecycle-v4/templates/requirements.md +2 -2
- package/.codex/skills/maestro/SKILL.md +84 -41
- package/.codex/skills/maestro-amend/SKILL.md +157 -0
- package/.codex/skills/maestro-analyze/SKILL.md +71 -23
- package/.codex/skills/maestro-blueprint/SKILL.md +122 -0
- package/.codex/skills/maestro-brainstorm/SKILL.md +135 -45
- package/.codex/skills/maestro-composer/SKILL.md +1 -1
- package/.codex/skills/maestro-execute/SKILL.md +13 -4
- package/.codex/skills/maestro-help/SKILL.md +28 -18
- package/.codex/skills/maestro-help/catalog.json +29 -11
- package/.codex/skills/maestro-init/SKILL.md +7 -7
- package/.codex/skills/maestro-plan/SKILL.md +27 -9
- package/.codex/skills/maestro-ralph/SKILL.md +740 -491
- package/.codex/skills/maestro-roadmap/SKILL.md +55 -72
- package/.codex/skills/maestro-update/SKILL.md +169 -0
- package/.codex/skills/maestro-verify/SKILL.md +11 -2
- package/.codex/skills/manage-codebase-rebuild/SKILL.md +2 -2
- package/.codex/skills/manage-harvest/SKILL.md +10 -2
- package/.codex/skills/quality-retrospective/SKILL.md +9 -2
- package/.codex/skills/team-lifecycle-v4/roles/analyst/role.md +2 -2
- package/.codex/skills/team-lifecycle-v4/roles/reviewer/commands/review-spec.md +2 -2
- package/.codex/skills/team-lifecycle-v4/roles/writer/role.md +1 -1
- package/.codex/skills/team-lifecycle-v4/templates/architecture.md +3 -3
- package/.codex/skills/team-lifecycle-v4/templates/epics.md +2 -2
- package/.codex/skills/team-lifecycle-v4/templates/product-brief.md +3 -3
- package/.codex/skills/team-lifecycle-v4/templates/requirements.md +2 -2
- package/README.md +8 -8
- package/README.zh-CN.md +8 -8
- package/dashboard/dist-server/dashboard/src/server/routes/settings.js +3 -3
- package/dashboard/dist-server/dashboard/src/server/routes/settings.js.map +1 -1
- package/dist/src/agents/cli-agent-runner.d.ts.map +1 -1
- package/dist/src/agents/cli-agent-runner.js +13 -7
- package/dist/src/agents/cli-agent-runner.js.map +1 -1
- package/dist/src/commands/install-backend.d.ts +12 -0
- package/dist/src/commands/install-backend.d.ts.map +1 -1
- package/dist/src/commands/install-backend.js +144 -0
- package/dist/src/commands/install-backend.js.map +1 -1
- package/dist/src/commands/spec.d.ts.map +1 -1
- package/dist/src/commands/spec.js +8 -1
- package/dist/src/commands/spec.js.map +1 -1
- package/dist/src/core/component-defs.d.ts +6 -0
- package/dist/src/core/component-defs.d.ts.map +1 -1
- package/dist/src/core/component-defs.js +97 -0
- package/dist/src/core/component-defs.js.map +1 -1
- package/dist/src/tools/spec-init.d.ts +16 -2
- package/dist/src/tools/spec-init.d.ts.map +1 -1
- package/dist/src/tools/spec-init.js +58 -187
- package/dist/src/tools/spec-init.js.map +1 -1
- package/dist/src/tools/spec-loader.d.ts.map +1 -1
- package/dist/src/tools/spec-loader.js +16 -16
- package/dist/src/tools/spec-loader.js.map +1 -1
- package/dist/src/tools/spec-seeds.d.ts +33 -0
- package/dist/src/tools/spec-seeds.d.ts.map +1 -0
- package/dist/src/tools/spec-seeds.js +200 -0
- package/dist/src/tools/spec-seeds.js.map +1 -0
- package/dist/src/tools/spec-writer.d.ts.map +1 -1
- package/dist/src/tools/spec-writer.js +7 -9
- package/dist/src/tools/spec-writer.js.map +1 -1
- package/dist/src/tui/install-ui/ExtraMcpConfig.d.ts +11 -0
- package/dist/src/tui/install-ui/ExtraMcpConfig.d.ts.map +1 -0
- package/dist/src/tui/install-ui/ExtraMcpConfig.js +61 -0
- package/dist/src/tui/install-ui/ExtraMcpConfig.js.map +1 -0
- package/dist/src/tui/install-ui/InstallConfirm.d.ts +3 -0
- package/dist/src/tui/install-ui/InstallConfirm.d.ts.map +1 -1
- package/dist/src/tui/install-ui/InstallConfirm.js +1 -1
- package/dist/src/tui/install-ui/InstallConfirm.js.map +1 -1
- package/dist/src/tui/install-ui/InstallExecution.d.ts +2 -0
- package/dist/src/tui/install-ui/InstallExecution.d.ts.map +1 -1
- package/dist/src/tui/install-ui/InstallExecution.js +14 -2
- package/dist/src/tui/install-ui/InstallExecution.js.map +1 -1
- package/dist/src/tui/install-ui/InstallFlow.d.ts +1 -1
- package/dist/src/tui/install-ui/InstallFlow.d.ts.map +1 -1
- package/dist/src/tui/install-ui/InstallFlow.js +16 -3
- package/dist/src/tui/install-ui/InstallFlow.js.map +1 -1
- package/dist/src/tui/install-ui/InstallHub.d.ts +2 -0
- package/dist/src/tui/install-ui/InstallHub.d.ts.map +1 -1
- package/dist/src/tui/install-ui/InstallHub.js +8 -0
- package/dist/src/tui/install-ui/InstallHub.js.map +1 -1
- package/dist/src/tui/install-ui/InstallResult.d.ts.map +1 -1
- package/dist/src/tui/install-ui/InstallResult.js +3 -1
- package/dist/src/tui/install-ui/InstallResult.js.map +1 -1
- package/dist/src/utils/update-notices.js +31 -0
- package/dist/src/utils/update-notices.js.map +1 -1
- package/package.json +5 -2
- package/templates/business-test-report.json +1 -1
- package/templates/index.json +1 -1
- package/templates/roadmap.md +15 -9
- package/templates/state.json +18 -17
- package/workflows/analyze.md +79 -11
- package/workflows/auto-test.md +6 -6
- package/workflows/blueprint.md +431 -0
- package/workflows/brainstorm.md +603 -496
- package/workflows/business-test.md +7 -7
- package/workflows/codebase-rebuild.md +4 -4
- package/workflows/harvest.md +184 -10
- package/workflows/init.md +9 -8
- package/workflows/maestro.md +1 -1
- package/workflows/milestone-audit.md +12 -4
- package/workflows/milestone-complete.md +11 -6
- package/workflows/plan.md +88 -22
- package/workflows/roadmap-common.md +1 -1
- package/workflows/roadmap.md +13 -3
- package/workflows/spec-generate.md +24 -13
- package/workflows/ui-design.md +2 -2
- package/workflows/ui-style.md +1 -1
- package/.agy/agents/conceptual-planning-agent.md +0 -244
- package/.claude/agents/conceptual-planning-agent.md +0 -245
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: maestro-plan
|
|
3
|
+
description: Use when creating, revising, or verifying an execution plan for a phase or task
|
|
4
|
+
argument-hint: "[phase] [--collab] [--spec SPEC-xxx] [-y] [--gaps] [--tdd] [--dir <path>] [--from <source>] [--revise [instructions]] [--check <plan-dir>]"
|
|
5
|
+
allowed-tools:
|
|
6
|
+
- read_file
|
|
7
|
+
- write_file
|
|
8
|
+
- edit_file
|
|
9
|
+
- shell
|
|
10
|
+
- find_files
|
|
11
|
+
- search
|
|
12
|
+
- delegate_subagent
|
|
13
|
+
- ask_user
|
|
14
|
+
---
|
|
15
|
+
<!-- Open-standard mirror generated by scripts/build-agents-standard.mjs — do not edit; re-run after editing .claude/ source. -->
|
|
16
|
+
|
|
17
|
+
<purpose>
|
|
18
|
+
Create, revise, or verify an execution plan through a 5-stage pipeline: Exploration, Clarification, Planning, Plan Checking, and Confirmation. Produces plan.json with waves, task definitions, and user-confirmed execution strategy.
|
|
19
|
+
|
|
20
|
+
Supports three modes:
|
|
21
|
+
- **Create** (default): Build plan from analysis context or phase requirements
|
|
22
|
+
- **Revise** (`--revise`): Incrementally modify existing plan — edit tasks, adjust waves, add/remove tasks
|
|
23
|
+
- **Check** (`--check`): Standalone plan verification — run plan-checker against existing plan
|
|
24
|
+
|
|
25
|
+
All plan output goes to `.workflow/scratch/{YYYYMMDD}-plan-[P{N}-|M{N}-]{slug}/`. Date-first ordering enables chronological sorting. Scope prefix in directory name (`P{N}` for phase, `M{N}` for milestone, omit for adhoc/standalone) enables fallback identification. Registers PLN artifact in state.json. Performs collision detection against other plans in same milestone.
|
|
26
|
+
</purpose>
|
|
27
|
+
|
|
28
|
+
<required_reading>
|
|
29
|
+
@~/.maestro/workflows/plan.md
|
|
30
|
+
</required_reading>
|
|
31
|
+
|
|
32
|
+
<deferred_reading>
|
|
33
|
+
- [plan.json](~/.maestro/templates/plan.json) — read when generating plan output
|
|
34
|
+
- [task.json](~/.maestro/templates/task.json) — read when generating task files
|
|
35
|
+
- [state.json](~/.maestro/templates/state.json) — read when registering artifact
|
|
36
|
+
</deferred_reading>
|
|
37
|
+
|
|
38
|
+
<context>
|
|
39
|
+
$ARGUMENTS — phase number, or no args for milestone-wide planning, with optional flags.
|
|
40
|
+
|
|
41
|
+
Scope routing, base flags (`--collab`, `--spec`, `-y`, `--gaps`, `--dir`), output directory format, and artifact registration are defined in workflow plan.md.
|
|
42
|
+
|
|
43
|
+
**Command-level flags** (extensions beyond workflow base):
|
|
44
|
+
- `--from <source>`: Load upstream context directly (bypasses roadmap requirement):
|
|
45
|
+
- `analyze:ANL-xxx` → CONTEXT_DIR = artifact path, scope = "standalone"
|
|
46
|
+
- `blueprint:BLP-xxx` → CONTEXT_DIR = blueprint path, scope = "standalone"
|
|
47
|
+
- `@file` or `path/` → load context-package.json from path
|
|
48
|
+
- `--revise [instructions]` -- See workflow plan.md § Revise Mode
|
|
49
|
+
- `--check <plan-dir>` -- See workflow plan.md § Check Mode
|
|
50
|
+
|
|
51
|
+
**Upstream context (resolution priority):**
|
|
52
|
+
1. `--from analyze:ANL-xxx` → uses analyze conclusions.implementation_scope directly
|
|
53
|
+
2. `--from blueprint:BLP-xxx` → uses blueprint requirements + architecture
|
|
54
|
+
3. `--dir <path>` → explicit context directory (unchanged)
|
|
55
|
+
4. Numeric arg → scope = "phase", resolve from roadmap (unchanged)
|
|
56
|
+
5. No args + roadmap → scope = "milestone" (unchanged)
|
|
57
|
+
6. No args + no roadmap → search state.json for latest analyze artifact, fallback standalone
|
|
58
|
+
|
|
59
|
+
**Ad-hoc milestone (D-008):** When scope resolves to "standalone" and `current_milestone == null`, plan auto-creates an adhoc milestone (`type: "adhoc"`) in state.json before proceeding. This ensures downstream milestone-audit/complete have a valid milestone context. See workflow plan.md § "Ad-hoc Milestone Auto-Creation".
|
|
60
|
+
|
|
61
|
+
### Role Knowledge
|
|
62
|
+
`maestro wiki list --category arch` → select relevant → `maestro wiki load`
|
|
63
|
+
</context>
|
|
64
|
+
|
|
65
|
+
<execution>
|
|
66
|
+
### Pre-flight: team conflict check
|
|
67
|
+
|
|
68
|
+
Before starting the plan pipeline, run:
|
|
69
|
+
```
|
|
70
|
+
shell("maestro collab preflight --phase <phase-number>")
|
|
71
|
+
```
|
|
72
|
+
If exit code is 1, present warnings and ask whether to proceed.
|
|
73
|
+
|
|
74
|
+
Follow '~/.maestro/workflows/plan.md' completely.
|
|
75
|
+
|
|
76
|
+
### Codebase Docs Loading (P1 addition)
|
|
77
|
+
|
|
78
|
+
During P1 Context Collection, after loading context files, load codebase documentation if available:
|
|
79
|
+
|
|
80
|
+
```
|
|
81
|
+
IF exists(.workflow/codebase/doc-index.json):
|
|
82
|
+
codebase_ctx = read_file(.workflow/codebase/ARCHITECTURE.md) + read_file(.workflow/codebase/FEATURES.md)
|
|
83
|
+
Pass codebase_ctx to planner agent as structural context
|
|
84
|
+
ELSE:
|
|
85
|
+
display "W004: Codebase docs unavailable, continuing with code exploration only"
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
### Wiki Knowledge Search (P1 addition)
|
|
89
|
+
|
|
90
|
+
During P1 Context Collection, after loading context files and before parallel exploration (step 5), search the wiki for prior knowledge related to the phase:
|
|
91
|
+
|
|
92
|
+
```
|
|
93
|
+
phase_keywords = extract key terms from goal/title (2-5 terms)
|
|
94
|
+
wiki_result = shell("maestro wiki search ${phase_keywords} --json 2>/dev/null")
|
|
95
|
+
|
|
96
|
+
IF wiki_result exit code != 0 OR empty:
|
|
97
|
+
display "W003: Wiki search unavailable, continuing without prior knowledge"
|
|
98
|
+
ELSE:
|
|
99
|
+
entries = JSON.parse(wiki_result).entries (limit to first 10)
|
|
100
|
+
wiki_context = structured block for downstream stages
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
### Issue Linkback (--gaps mode)
|
|
104
|
+
|
|
105
|
+
After plan generation and checking, if `--gaps` mode was used, link TASK files back to issues bidirectionally:
|
|
106
|
+
|
|
107
|
+
```
|
|
108
|
+
For each created TASK-{NNN}.json that has issue_id:
|
|
109
|
+
Update corresponding issue in .workflow/issues/issues.jsonl:
|
|
110
|
+
task_refs: append TASK-{NNN} to array
|
|
111
|
+
task_plan_dir: relative path to .task/ directory
|
|
112
|
+
status: "planned"
|
|
113
|
+
updated_at: now()
|
|
114
|
+
Append history entry: { action: "planned", at: <ISO>, by: "maestro-plan", summary: "Linked to TASK-{NNN}" }
|
|
115
|
+
```
|
|
116
|
+
|
|
117
|
+
This ensures issue → TASK traceability. The `task_refs[]` and `task_plan_dir` fields on the issue allow the dashboard to resolve and display associated TASK details.
|
|
118
|
+
|
|
119
|
+
**Report format on completion:**
|
|
120
|
+
|
|
121
|
+
```
|
|
122
|
+
=== PLAN READY ===
|
|
123
|
+
Phase: {phase_name}
|
|
124
|
+
Tasks: {task_count} tasks in {wave_count} waves
|
|
125
|
+
Check: {checker_status} (iteration {check_count}/{max_checks})
|
|
126
|
+
Collision: {collision_status}
|
|
127
|
+
|
|
128
|
+
Plan: scratch/{YYYYMMDD}-plan-P{N}-{slug}/plan.json
|
|
129
|
+
Tasks: scratch/{YYYYMMDD}-plan-P{N}-{slug}/.task/TASK-*.json
|
|
130
|
+
|
|
131
|
+
Next steps:
|
|
132
|
+
/maestro-execute -- Execute the plan
|
|
133
|
+
/maestro-execute --dir {dir} -- Execute specific plan
|
|
134
|
+
/maestro-plan {phase} -- Re-plan with modifications
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
**Completion status:**
|
|
138
|
+
```
|
|
139
|
+
--- COMPLETION STATUS ---
|
|
140
|
+
STATUS: DONE|NEEDS_CONTEXT
|
|
141
|
+
CONCERNS: {description if applicable}
|
|
142
|
+
NEXT: /maestro-execute
|
|
143
|
+
--- END STATUS ---
|
|
144
|
+
```
|
|
145
|
+
|
|
146
|
+
Status mapping:
|
|
147
|
+
- **DONE** — Plan created/revised and confirmed → NEXT: /maestro-execute
|
|
148
|
+
- **NEEDS_CONTEXT** — Ambiguous requirements, insufficient context to produce plan
|
|
149
|
+
|
|
150
|
+
### Mode: Revise / Check
|
|
151
|
+
|
|
152
|
+
Follow workflow plan.md § "Revise Mode" and § "Check Mode" respectively. These modes bypass the standard P1-P5 create pipeline.
|
|
153
|
+
</execution>
|
|
154
|
+
|
|
155
|
+
<error_codes>
|
|
156
|
+
| Code | Severity | Condition | Recovery |
|
|
157
|
+
|------|----------|-----------|----------|
|
|
158
|
+
| E001 | error | No args and no roadmap (cannot determine scope) | Provide phase number or topic, or create roadmap |
|
|
159
|
+
| E003 | error | --gaps requires prior verification/issues to exist | Run maestro-verify first |
|
|
160
|
+
| E004 | error | No plan found to revise (--revise without target) | Use --dir to specify plan, or create plan first |
|
|
161
|
+
| E005 | error | Plan directory not found (--check) | Check path, use --dir |
|
|
162
|
+
| W001 | warning | Exploration agent returned incomplete results | Retry exploration or proceed with available context |
|
|
163
|
+
| W002 | warning | Plan-checker found minor issues, continuing | Review plan-checker feedback, adjust plan if needed |
|
|
164
|
+
| W003 | warning | Wiki search unavailable or returned no results | Continue without prior knowledge context |
|
|
165
|
+
| W004 | warning | Collision detected with existing plan | Review colliding files, confirm or adjust scope |
|
|
166
|
+
</error_codes>
|
|
167
|
+
|
|
168
|
+
<success_criteria>
|
|
169
|
+
- [ ] plan.json written to scratch directory with summary, approach, task_ids, waves (with phase labels)
|
|
170
|
+
- [ ] .task/TASK-*.json files created for each task
|
|
171
|
+
- [ ] Every task has `read_first[]` with at least the file being modified + source of truth files
|
|
172
|
+
- [ ] Every task has `convergence.criteria[]` with grep-verifiable conditions (no subjective language)
|
|
173
|
+
- [ ] Every task `action` and `implementation` contain concrete values (no "align X with Y")
|
|
174
|
+
- [ ] Plan confidence scored in P4 with 5-dimension factor model
|
|
175
|
+
- [ ] Plan readiness gate checked before P4.5 collision detection
|
|
176
|
+
- [ ] Pressure pass completed on highest-complexity task
|
|
177
|
+
- [ ] plan.json includes confidence section (overall, dimensions, pressure_pass)
|
|
178
|
+
- [ ] Collision detection executed against same-milestone plans (non-blocking)
|
|
179
|
+
- [ ] Plan-checker passed (or minor issues acknowledged)
|
|
180
|
+
- [ ] User confirmation captured (execute/modify/cancel) with confidence displayed
|
|
181
|
+
- [ ] Artifact registered in state.json with correct scope/milestone/phase/depends_on
|
|
182
|
+
</success_criteria>
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: maestro-player
|
|
3
|
+
description: Play workflow templates with checkpoint resume
|
|
4
|
+
argument-hint: "<template-slug|path> [--context key=value...] [-c [session-id]] [--list] [--dry-run]"
|
|
5
|
+
allowed-tools:
|
|
6
|
+
- read_file
|
|
7
|
+
- write_file
|
|
8
|
+
- edit_file
|
|
9
|
+
- shell
|
|
10
|
+
- find_files
|
|
11
|
+
- search
|
|
12
|
+
- delegate_subagent
|
|
13
|
+
- ask_user
|
|
14
|
+
- invoke_skill
|
|
15
|
+
---
|
|
16
|
+
<!-- Open-standard mirror generated by scripts/build-agents-standard.mjs — do not edit; re-run after editing .claude/ source. -->
|
|
17
|
+
|
|
18
|
+
<purpose>
|
|
19
|
+
Load workflow template (from maestro-composer) → bind context variables → execute DAG nodes in topological order → persist state at checkpoints → support resume.
|
|
20
|
+
|
|
21
|
+
Session: `.workflow/.maestro/player-{YYYYMMDD-HHmmss}/status.json`
|
|
22
|
+
</purpose>
|
|
23
|
+
|
|
24
|
+
<context>
|
|
25
|
+
$ARGUMENTS — template slug/path, or flags.
|
|
26
|
+
|
|
27
|
+
**Flags**:
|
|
28
|
+
- `--context key=value`: Bind context variables (repeatable)
|
|
29
|
+
- `-c [session-id]`: Resume paused/interrupted session
|
|
30
|
+
- `--list`: List available templates from index.json
|
|
31
|
+
- `--dry-run`: Show execution plan without executing
|
|
32
|
+
|
|
33
|
+
**Node execution mechanisms**:
|
|
34
|
+
|
|
35
|
+
| Node type | Mechanism | Blocking |
|
|
36
|
+
|-----------|-----------|----------|
|
|
37
|
+
| skill | `invoke_skill(skill, args)` | sync |
|
|
38
|
+
| command | `invoke_skill(skill, args)` | sync |
|
|
39
|
+
| cli | `maestro delegate --to tool --mode mode` via `shell(run_in_background: true)` | async, STOP + wait |
|
|
40
|
+
| agent | `delegate_subagent(subagent_type, prompt)` | configurable |
|
|
41
|
+
| checkpoint | State save + optional user pause | — |
|
|
42
|
+
|
|
43
|
+
**Runtime reference resolution** in args_template:
|
|
44
|
+
|
|
45
|
+
| Reference | Resolves to |
|
|
46
|
+
|-----------|-------------|
|
|
47
|
+
| `{variable}` | session context[variable] |
|
|
48
|
+
| `{N-001.session_id}` | node's session_id |
|
|
49
|
+
| `{N-001.output_path}` | node's output_path |
|
|
50
|
+
| `{prev_session_id}` | previous non-checkpoint node's session_id |
|
|
51
|
+
| `{prev_output_path}` | previous non-checkpoint node's output_path |
|
|
52
|
+
|
|
53
|
+
**Session schema** (status.json — must align with maestro.md tracking):
|
|
54
|
+
```json
|
|
55
|
+
{
|
|
56
|
+
"session_id": "player-<YYYYMMDD>-<HHmmss>",
|
|
57
|
+
"status": "running|paused|completed|failed|aborted",
|
|
58
|
+
"template_id": "wft-<slug>-<date>",
|
|
59
|
+
"template_path": "<path>",
|
|
60
|
+
"auto_mode": false,
|
|
61
|
+
"context": { "goal": "..." },
|
|
62
|
+
"steps": [{
|
|
63
|
+
"index": 0, "node_id": "N-001", "skill": "<executor>",
|
|
64
|
+
"args": "<resolved>", "type": "skill|cli|agent|checkpoint",
|
|
65
|
+
"status": "pending|running|completed|skipped|failed",
|
|
66
|
+
"session_id": null, "output_path": null, "artifacts": []
|
|
67
|
+
}],
|
|
68
|
+
"current_step": 0,
|
|
69
|
+
"last_checkpoint": null
|
|
70
|
+
}
|
|
71
|
+
```
|
|
72
|
+
</context>
|
|
73
|
+
|
|
74
|
+
<state_machine>
|
|
75
|
+
|
|
76
|
+
<states>
|
|
77
|
+
S_ROUTE — 入口路由(list/resume/dry-run/normal) PERSIST: —
|
|
78
|
+
S_RESUME — 恢复已暂停 session PERSIST: —
|
|
79
|
+
S_LOAD — 加载模板、收集变量、绑定引用 PERSIST: —
|
|
80
|
+
S_INIT — 创建 session、拓扑排序、初始化 steps PERSIST: status.json
|
|
81
|
+
S_EXEC_LOOP — 逐步执行(核心循环) PERSIST: status.json (每步更新)
|
|
82
|
+
S_COMPLETE — 标记完成、输出摘要 PERSIST: status.json (final)
|
|
83
|
+
</states>
|
|
84
|
+
|
|
85
|
+
<transitions>
|
|
86
|
+
|
|
87
|
+
S_ROUTE:
|
|
88
|
+
→ handleList WHEN: --list DO: scan index.json, display templates
|
|
89
|
+
→ S_RESUME WHEN: -c flag
|
|
90
|
+
→ S_LOAD WHEN: template slug/path provided
|
|
91
|
+
→ handleList WHEN: no args DO: display templates + ask_user
|
|
92
|
+
|
|
93
|
+
S_RESUME:
|
|
94
|
+
→ S_EXEC_LOOP WHEN: session found DO: A_RESUME_SESSION
|
|
95
|
+
→ ERROR(E004) WHEN: no session found
|
|
96
|
+
|
|
97
|
+
S_LOAD:
|
|
98
|
+
→ S_INIT DO: A_LOAD_AND_BIND
|
|
99
|
+
|
|
100
|
+
S_INIT:
|
|
101
|
+
→ END WHEN: --dry-run DO: display execution plan
|
|
102
|
+
→ S_EXEC_LOOP DO: A_INIT_SESSION (topological sort → steps[], write status.json, display banner)
|
|
103
|
+
|
|
104
|
+
S_EXEC_LOOP:
|
|
105
|
+
→ S_EXEC_LOOP WHEN: step completed, more steps DO: A_EXECUTE_STEP → advance current_step
|
|
106
|
+
→ S_COMPLETE WHEN: all steps completed
|
|
107
|
+
→ END WHEN: checkpoint pause DO: set status=paused, display resume command
|
|
108
|
+
→ END WHEN: abort chosen DO: set status=aborted, save progress
|
|
109
|
+
GUARD: cli nodes → shell(run_in_background: true) + STOP, wait for callback
|
|
110
|
+
GUARD: on failure → on_fail: skip (log, advance) | retry (once) | abort (ask_user: Retry/Skip/Abort)
|
|
111
|
+
GUARD: after step 3+ → display context hint "可随时 /maestro-player -c 恢复"
|
|
112
|
+
|
|
113
|
+
S_COMPLETE:
|
|
114
|
+
→ END DO: A_COMPLETE_SESSION
|
|
115
|
+
|
|
116
|
+
</transitions>
|
|
117
|
+
|
|
118
|
+
<actions>
|
|
119
|
+
|
|
120
|
+
### A_RESUME_SESSION
|
|
121
|
+
|
|
122
|
+
1. If session-id: load status.json. If none: scan player-*/status.json for running|paused.
|
|
123
|
+
2. Reset any "running" steps to "pending" (interrupted mid-execution)
|
|
124
|
+
3. Set current_step to resume point after last_checkpoint
|
|
125
|
+
4. Enter S_EXEC_LOOP
|
|
126
|
+
|
|
127
|
+
### A_LOAD_AND_BIND
|
|
128
|
+
|
|
129
|
+
1. Resolve template: absolute path → as-is; relative → from cwd; slug → index.json lookup
|
|
130
|
+
2. Parse `--context key=value` pairs
|
|
131
|
+
3. Validate template (template_id, nodes, edges, context_schema required)
|
|
132
|
+
4. Collect missing required variables via ask_user
|
|
133
|
+
5. Bind {variable} placeholders (leave {N-xxx.field} and {prev_*} for runtime)
|
|
134
|
+
|
|
135
|
+
### A_INIT_SESSION
|
|
136
|
+
|
|
137
|
+
1. Generate session_id: player-{YYYYMMDD-HHmmss}
|
|
138
|
+
2. Topological sort (Kahn's algorithm) → flatten to steps[] (parallel nodes share batch index)
|
|
139
|
+
3. All steps status: "pending"
|
|
140
|
+
4. Write status.json
|
|
141
|
+
|
|
142
|
+
### A_EXECUTE_STEP
|
|
143
|
+
|
|
144
|
+
1. Resolve runtime references ({N-xxx.field}, {prev_*}) in args
|
|
145
|
+
2. Set step status="running", write status.json
|
|
146
|
+
3. Execute by type:
|
|
147
|
+
- **skill/command**: `invoke_skill(skill, resolved_args)` → extract session_id, output_path, artifacts
|
|
148
|
+
- **cli**: `shell(run_in_background: true)` → STOP, wait for callback → `maestro delegate output <id>`
|
|
149
|
+
- **agent**: `delegate_subagent(subagent_type, resolved_args)`
|
|
150
|
+
- **checkpoint**: write checkpoint snapshot. If auto_continue==false: ask_user (Continue/Pause/Abort)
|
|
151
|
+
4. Set step status="completed" (or "skipped"/"failed"), write status.json
|
|
152
|
+
|
|
153
|
+
### A_COMPLETE_SESSION
|
|
154
|
+
|
|
155
|
+
Set status="completed", completed_at. Display summary: session, template, steps completed, context, per-step results, artifacts, session dir.
|
|
156
|
+
ask_user: Keep session / Run again / Done.
|
|
157
|
+
|
|
158
|
+
</actions>
|
|
159
|
+
|
|
160
|
+
</state_machine>
|
|
161
|
+
|
|
162
|
+
<error_codes>
|
|
163
|
+
| Code | Condition | Recovery |
|
|
164
|
+
|------|-----------|----------|
|
|
165
|
+
| E001 | Template not found | Show --list, suggest closest match |
|
|
166
|
+
| E002 | Template JSON invalid (missing template_id/nodes/edges) | Point to template file for fix |
|
|
167
|
+
| E004 | Resume session not found | List available player-*/ sessions |
|
|
168
|
+
| E005 | DAG cycle in template | Point to template, suggest --edit |
|
|
169
|
+
| E006 | Node execution failed + abort chosen | Save state, suggest `-c` resume |
|
|
170
|
+
</error_codes>
|
|
171
|
+
|
|
172
|
+
<success_criteria>
|
|
173
|
+
- [ ] Template loaded, variables bound, session created with topological steps
|
|
174
|
+
- [ ] status.json written after every step change (resume-safe)
|
|
175
|
+
- [ ] CLI nodes use shell(run_in_background) + STOP pattern
|
|
176
|
+
- [ ] Checkpoints saved, resume via -c works
|
|
177
|
+
</success_criteria>
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: maestro-quick
|
|
3
|
+
description: Quick task execution, skip optional agents
|
|
4
|
+
argument-hint: "[description] [--full] [--discuss]"
|
|
5
|
+
allowed-tools:
|
|
6
|
+
- read_file
|
|
7
|
+
- write_file
|
|
8
|
+
- edit_file
|
|
9
|
+
- shell
|
|
10
|
+
- find_files
|
|
11
|
+
- search
|
|
12
|
+
- delegate_subagent
|
|
13
|
+
- ask_user
|
|
14
|
+
---
|
|
15
|
+
<!-- Open-standard mirror generated by scripts/build-agents-standard.mjs — do not edit; re-run after editing .claude/ source. -->
|
|
16
|
+
|
|
17
|
+
<purpose>
|
|
18
|
+
Execute small, ad-hoc tasks with workflow guarantees (atomic commits, state tracking) using a shortened pipeline. Invoked for tasks that are well-understood and do not require full phase-level planning. Produces scratch task directory with plan, execution results, and optional verification. Flags --discuss and --full enable additional pipeline stages.
|
|
19
|
+
</purpose>
|
|
20
|
+
|
|
21
|
+
<required_reading>
|
|
22
|
+
@~/.maestro/workflows/quick.md
|
|
23
|
+
</required_reading>
|
|
24
|
+
|
|
25
|
+
<context>
|
|
26
|
+
$ARGUMENTS
|
|
27
|
+
|
|
28
|
+
Parse for:
|
|
29
|
+
- `--full` flag -- Enables plan-checking (max 2 iterations) and post-execution verification
|
|
30
|
+
- `--discuss` flag -- Decision extraction before planning (gray areas, Locked/Free/Deferred classification)
|
|
31
|
+
- Remaining text as task description
|
|
32
|
+
|
|
33
|
+
### Pre-load context
|
|
34
|
+
|
|
35
|
+
1. **Coding specs + tools**: Run `maestro spec load --category coding` to load coding conventions and discoverable tools. Apply to implementation.
|
|
36
|
+
2. **UI specs (conditional)**: If the task involves frontend/UI work (description contains component, page, style, layout, CSS, HTML, frontend), also run `maestro spec load --category ui`.
|
|
37
|
+
3. **Role Knowledge**:
|
|
38
|
+
- Browse: `maestro wiki list --category coding`
|
|
39
|
+
- Load task-relevant entries: `maestro wiki load <id1> [id2...]`
|
|
40
|
+
3. All are optional — proceed without if unavailable.
|
|
41
|
+
</context>
|
|
42
|
+
|
|
43
|
+
<execution>
|
|
44
|
+
Follow '~/.maestro/workflows/quick.md' completely.
|
|
45
|
+
|
|
46
|
+
**Next-step routing on completion:**
|
|
47
|
+
- Task done, --full verification passed → /manage-status
|
|
48
|
+
- Task done, verification found gaps → /quality-debug {issue}
|
|
49
|
+
- Task done, want to sync docs → /quality-sync
|
|
50
|
+
- Need a full phase workflow instead → /maestro-plan {phase}
|
|
51
|
+
</execution>
|
|
52
|
+
|
|
53
|
+
<error_codes>
|
|
54
|
+
| Code | Severity | Condition | Recovery |
|
|
55
|
+
|------|----------|-----------|----------|
|
|
56
|
+
| E001 | error | Task description required (no text provided) | Check arguments format, re-run with correct input |
|
|
57
|
+
| E002 | error | Scratch directory creation failed | Check disk space and .workflow/ permissions |
|
|
58
|
+
| W001 | warning | Verification found minor gaps | Review gaps and determine if they need fixing |
|
|
59
|
+
</error_codes>
|
|
60
|
+
|
|
61
|
+
<success_criteria>
|
|
62
|
+
- [ ] Scratch task directory created under .workflow/scratch/
|
|
63
|
+
- [ ] plan.json written with task definitions
|
|
64
|
+
- [ ] All tasks executed with summaries written
|
|
65
|
+
- [ ] state.json updated with scratch task entry
|
|
66
|
+
- [ ] Commit created with task changes
|
|
67
|
+
</success_criteria>
|