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,247 @@
|
|
|
1
|
+
# Command: analyze-task
|
|
2
|
+
|
|
3
|
+
## Purpose
|
|
4
|
+
|
|
5
|
+
Parse user task description -> detect required capabilities -> build dependency graph -> design dynamic roles with role-spec metadata. Outputs structured task-analysis.json with frontmatter fields for role-spec generation.
|
|
6
|
+
|
|
7
|
+
## CRITICAL CONSTRAINT
|
|
8
|
+
|
|
9
|
+
**TEXT-LEVEL analysis only. MUST NOT read source code or explore codebase.**
|
|
10
|
+
|
|
11
|
+
**Allowed:**
|
|
12
|
+
- Parse user task description text
|
|
13
|
+
- ask_user for clarification
|
|
14
|
+
- Keyword-to-capability mapping
|
|
15
|
+
- Write `task-analysis.json`
|
|
16
|
+
|
|
17
|
+
If task context requires codebase knowledge, set `needs_research: true`. Phase 2 will spawn researcher worker.
|
|
18
|
+
|
|
19
|
+
## When to Use
|
|
20
|
+
|
|
21
|
+
| Trigger | Condition |
|
|
22
|
+
|---------|-----------|
|
|
23
|
+
| New task | Coordinator Phase 1 receives task description |
|
|
24
|
+
| Re-analysis | User provides revised requirements |
|
|
25
|
+
| Adapt | handleAdapt extends analysis for new capability |
|
|
26
|
+
|
|
27
|
+
## Strategy
|
|
28
|
+
|
|
29
|
+
- **Delegation**: Inline execution (coordinator processes directly)
|
|
30
|
+
- **Mode**: Text-level analysis only (no codebase reading)
|
|
31
|
+
- **Output**: `<session>/task-analysis.json`
|
|
32
|
+
|
|
33
|
+
## Phase 2: Context Loading
|
|
34
|
+
|
|
35
|
+
| Input | Source | Required |
|
|
36
|
+
|-------|--------|----------|
|
|
37
|
+
| Task description | User input from Phase 1 | Yes |
|
|
38
|
+
| Clarification answers | ask_user results (if any) | No |
|
|
39
|
+
| Session folder | From coordinator Phase 2 | Yes |
|
|
40
|
+
|
|
41
|
+
## Phase 3: Task Analysis
|
|
42
|
+
|
|
43
|
+
### Step 1: Signal Detection
|
|
44
|
+
|
|
45
|
+
Scan task description for capability keywords:
|
|
46
|
+
|
|
47
|
+
| Signal | Keywords | Capability | Prefix | Responsibility Type |
|
|
48
|
+
|--------|----------|------------|--------|---------------------|
|
|
49
|
+
| Research | investigate, explore, compare, survey, find, research, discover, benchmark, study | researcher | RESEARCH | orchestration |
|
|
50
|
+
| Writing | write, draft, document, article, report, blog, describe, explain, summarize, content | writer | DRAFT | code-gen (docs) |
|
|
51
|
+
| Coding | implement, build, code, fix, refactor, develop, create app, program, migrate, port | developer | IMPL | code-gen (code) |
|
|
52
|
+
| Design | design, architect, plan, structure, blueprint, model, schema, wireframe, layout | designer | DESIGN | orchestration |
|
|
53
|
+
| Analysis | analyze, review, audit, assess, evaluate, inspect, examine, diagnose, profile | analyst | ANALYSIS | read-only |
|
|
54
|
+
| Testing | test, verify, validate, QA, quality, check, assert, coverage, regression | tester | TEST | validation |
|
|
55
|
+
| Planning | plan, breakdown, organize, schedule, decompose, roadmap, strategy, prioritize | planner | PLAN | orchestration |
|
|
56
|
+
|
|
57
|
+
**Multi-match**: A task may trigger multiple capabilities.
|
|
58
|
+
|
|
59
|
+
**No match**: Default to a single `general` capability with `TASK` prefix.
|
|
60
|
+
|
|
61
|
+
### Step 2: Artifact Inference
|
|
62
|
+
|
|
63
|
+
Each capability produces default output artifacts:
|
|
64
|
+
|
|
65
|
+
| Capability | Default Artifact | Format |
|
|
66
|
+
|------------|-----------------|--------|
|
|
67
|
+
| researcher | Research findings | `<session>/artifacts/research-findings.md` |
|
|
68
|
+
| writer | Written document(s) | `<session>/artifacts/<doc-name>.md` |
|
|
69
|
+
| developer | Code implementation | Source files + `<session>/artifacts/implementation-summary.md` |
|
|
70
|
+
| designer | Design document | `<session>/artifacts/design-spec.md` |
|
|
71
|
+
| analyst | Analysis report | `<session>/artifacts/analysis-report.md` |
|
|
72
|
+
| tester | Test results | `<session>/artifacts/test-report.md` |
|
|
73
|
+
| planner | Execution plan | `<session>/artifacts/execution-plan.md` |
|
|
74
|
+
|
|
75
|
+
### Step 2.5: Key File Inference
|
|
76
|
+
|
|
77
|
+
For each task, infer relevant files based on capability type and task keywords:
|
|
78
|
+
|
|
79
|
+
| Capability | File Inference Strategy |
|
|
80
|
+
|------------|------------------------|
|
|
81
|
+
| researcher | Extract domain keywords → map to likely directories (e.g., "auth" → `src/auth/**`, `middleware/auth.ts`) |
|
|
82
|
+
| developer | Extract feature/module keywords → map to source files (e.g., "payment" → `src/payments/**`, `types/payment.ts`) |
|
|
83
|
+
| designer | Look for architecture/config keywords → map to config/schema files |
|
|
84
|
+
| analyst | Extract target keywords → map to files under analysis |
|
|
85
|
+
| tester | Extract test target keywords → map to source + test files |
|
|
86
|
+
| writer | Extract documentation target → map to relevant source files for context |
|
|
87
|
+
| planner | No specific files (planning is abstract) |
|
|
88
|
+
|
|
89
|
+
**Inference rules:**
|
|
90
|
+
- Extract nouns and verbs from task description
|
|
91
|
+
- Match against common directory patterns (src/, lib/, components/, services/, utils/)
|
|
92
|
+
- Include related type definition files (types/, *.d.ts)
|
|
93
|
+
- For "fix bug" tasks, include error-prone areas (error handlers, validation)
|
|
94
|
+
- For "implement feature" tasks, include similar existing features as reference
|
|
95
|
+
|
|
96
|
+
### Step 3: Dependency Graph Construction
|
|
97
|
+
|
|
98
|
+
Build a DAG of work streams using natural ordering tiers:
|
|
99
|
+
|
|
100
|
+
| Tier | Capabilities | Description |
|
|
101
|
+
|------|-------------|-------------|
|
|
102
|
+
| 0 | researcher, planner | Knowledge gathering / planning |
|
|
103
|
+
| 1 | designer | Design (requires context from tier 0 if present) |
|
|
104
|
+
| 2 | writer, developer | Creation (requires design/plan if present) |
|
|
105
|
+
| 3 | analyst, tester | Validation (requires artifacts to validate) |
|
|
106
|
+
|
|
107
|
+
### Step 4: Complexity Scoring
|
|
108
|
+
|
|
109
|
+
| Factor | Weight | Condition |
|
|
110
|
+
|--------|--------|-----------|
|
|
111
|
+
| Capability count | +1 each | Number of distinct capabilities |
|
|
112
|
+
| Cross-domain factor | +2 | Capabilities span 3+ tiers |
|
|
113
|
+
| Parallel tracks | +1 each | Independent parallel work streams |
|
|
114
|
+
| Serial depth | +1 per level | Longest dependency chain length |
|
|
115
|
+
|
|
116
|
+
| Total Score | Complexity | Role Limit |
|
|
117
|
+
|-------------|------------|------------|
|
|
118
|
+
| 1-3 | Low | 1-2 roles |
|
|
119
|
+
| 4-6 | Medium | 2-3 roles |
|
|
120
|
+
| 7+ | High | 3-5 roles |
|
|
121
|
+
|
|
122
|
+
### Step 5: Role Minimization
|
|
123
|
+
|
|
124
|
+
Apply merging rules to reduce role count (cap at 5).
|
|
125
|
+
|
|
126
|
+
### Step 6: Role-Spec Metadata Assignment
|
|
127
|
+
|
|
128
|
+
For each role, determine frontmatter and generation hints:
|
|
129
|
+
|
|
130
|
+
| Field | Derivation |
|
|
131
|
+
|-------|------------|
|
|
132
|
+
| `prefix` | From capability prefix (e.g., RESEARCH, DRAFT, IMPL) |
|
|
133
|
+
| `inner_loop` | `true` if role has 2+ serial same-prefix tasks |
|
|
134
|
+
| `CLI tools` | Suggested, not mandatory — coordinator may adjust based on task needs |
|
|
135
|
+
| `pattern_hint` | Reference pattern name from role-spec-template (research/document/code/analysis/validation) — guides coordinator's Phase 2-4 composition, NOT a rigid template selector |
|
|
136
|
+
| `output_type` | `artifact` (new files in session/artifacts/) / `codebase` (modify existing project files) / `mixed` (both) — determines verification strategy in Behavioral Traits |
|
|
137
|
+
| `message_types.success` | `<prefix>_complete` |
|
|
138
|
+
| `message_types.error` | `error` |
|
|
139
|
+
|
|
140
|
+
**output_type derivation**:
|
|
141
|
+
|
|
142
|
+
| Task Signal | output_type | Example |
|
|
143
|
+
|-------------|-------------|---------|
|
|
144
|
+
| "write report", "analyze", "research" | `artifact` | New analysis-report.md in session |
|
|
145
|
+
| "update docs", "modify code", "fix bug" | `codebase` | Modify existing project files |
|
|
146
|
+
| "implement feature + write summary" | `mixed` | Code changes + implementation summary |
|
|
147
|
+
|
|
148
|
+
## Phase 4: Output
|
|
149
|
+
|
|
150
|
+
Write `<session-folder>/task-analysis.json`:
|
|
151
|
+
|
|
152
|
+
```json
|
|
153
|
+
{
|
|
154
|
+
"task_description": "<original user input>",
|
|
155
|
+
"capabilities": [
|
|
156
|
+
{
|
|
157
|
+
"name": "researcher",
|
|
158
|
+
"prefix": "RESEARCH",
|
|
159
|
+
"responsibility_type": "orchestration",
|
|
160
|
+
"tasks": [
|
|
161
|
+
{
|
|
162
|
+
"id": "RESEARCH-001",
|
|
163
|
+
"goal": "What this task achieves and why",
|
|
164
|
+
"steps": [
|
|
165
|
+
"step 1: specific action with clear verb",
|
|
166
|
+
"step 2: specific action with clear verb",
|
|
167
|
+
"step 3: specific action with clear verb"
|
|
168
|
+
],
|
|
169
|
+
"key_files": [
|
|
170
|
+
"src/path/to/relevant.ts",
|
|
171
|
+
"src/path/to/other.ts"
|
|
172
|
+
],
|
|
173
|
+
"upstream_artifacts": [],
|
|
174
|
+
"success_criteria": "Measurable completion condition",
|
|
175
|
+
"constraints": "Scope limits, focus areas"
|
|
176
|
+
}
|
|
177
|
+
],
|
|
178
|
+
"artifacts": ["research-findings.md"]
|
|
179
|
+
}
|
|
180
|
+
],
|
|
181
|
+
"dependency_graph": {
|
|
182
|
+
"RESEARCH-001": [],
|
|
183
|
+
"DRAFT-001": ["RESEARCH-001"],
|
|
184
|
+
"ANALYSIS-001": ["DRAFT-001"]
|
|
185
|
+
},
|
|
186
|
+
"roles": [
|
|
187
|
+
{
|
|
188
|
+
"name": "researcher",
|
|
189
|
+
"prefix": "RESEARCH",
|
|
190
|
+
"responsibility_type": "orchestration",
|
|
191
|
+
"task_count": 1,
|
|
192
|
+
"inner_loop": false,
|
|
193
|
+
"role_spec_metadata": {
|
|
194
|
+
"CLI tools": ["explore"],
|
|
195
|
+
"pattern_hint": "research",
|
|
196
|
+
"output_type": "artifact",
|
|
197
|
+
"message_types": {
|
|
198
|
+
"success": "research_complete",
|
|
199
|
+
"error": "error"
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
],
|
|
204
|
+
"complexity": {
|
|
205
|
+
"capability_count": 2,
|
|
206
|
+
"cross_domain_factor": false,
|
|
207
|
+
"parallel_tracks": 0,
|
|
208
|
+
"serial_depth": 2,
|
|
209
|
+
"total_score": 3,
|
|
210
|
+
"level": "low"
|
|
211
|
+
},
|
|
212
|
+
"needs_research": false,
|
|
213
|
+
"artifacts": [
|
|
214
|
+
{ "name": "research-findings.md", "producer": "researcher", "path": "artifacts/research-findings.md" }
|
|
215
|
+
]
|
|
216
|
+
}
|
|
217
|
+
```
|
|
218
|
+
|
|
219
|
+
## Complexity Interpretation
|
|
220
|
+
|
|
221
|
+
**CRITICAL**: Complexity score is for **role design optimization**, NOT for skipping team workflow.
|
|
222
|
+
|
|
223
|
+
| Complexity | Team Structure | Coordinator Action |
|
|
224
|
+
|------------|----------------|-------------------|
|
|
225
|
+
| Low (1-2 roles) | Minimal team | Generate 1-2 role-specs, create team, spawn workers |
|
|
226
|
+
| Medium (2-3 roles) | Standard team | Generate role-specs, create team, spawn workers |
|
|
227
|
+
| High (3-5 roles) | Full team | Generate role-specs, create team, spawn workers |
|
|
228
|
+
|
|
229
|
+
**All complexity levels use team-worker architecture**:
|
|
230
|
+
- Single-role tasks still spawn team-worker agent
|
|
231
|
+
- Coordinator NEVER executes task work directly
|
|
232
|
+
- Team infrastructure provides session management, message bus, fast-advance
|
|
233
|
+
|
|
234
|
+
**Purpose of complexity score**:
|
|
235
|
+
- ✅ Determine optimal role count (merge vs separate)
|
|
236
|
+
- ✅ Guide dependency graph design
|
|
237
|
+
- ✅ Inform user about task scope
|
|
238
|
+
- ❌ NOT for deciding whether to use team workflow
|
|
239
|
+
|
|
240
|
+
## Error Handling
|
|
241
|
+
|
|
242
|
+
| Scenario | Resolution |
|
|
243
|
+
|----------|------------|
|
|
244
|
+
| No capabilities detected | Default to single `general` role with TASK prefix |
|
|
245
|
+
| Circular dependency in graph | Break cycle at lowest-tier edge, warn |
|
|
246
|
+
| Task description too vague | Return minimal analysis, coordinator will ask_user |
|
|
247
|
+
| All capabilities merge into one | Valid -- single-role execution via team-worker |
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
# Command: dispatch
|
|
2
|
+
|
|
3
|
+
## Purpose
|
|
4
|
+
|
|
5
|
+
Create task chains from dynamic dependency graphs. Builds pipelines from the task-analysis.json produced by Phase 1. Workers are spawned as team-worker agents with role-spec paths.
|
|
6
|
+
|
|
7
|
+
## When to Use
|
|
8
|
+
|
|
9
|
+
| Trigger | Condition |
|
|
10
|
+
|---------|-----------|
|
|
11
|
+
| After analysis | Phase 1 complete, task-analysis.json exists |
|
|
12
|
+
| After adapt | handleAdapt created new roles, needs new tasks |
|
|
13
|
+
| Re-dispatch | Pipeline restructuring (rare) |
|
|
14
|
+
|
|
15
|
+
## Strategy
|
|
16
|
+
|
|
17
|
+
- **Delegation**: Inline execution (coordinator processes directly)
|
|
18
|
+
- **Inputs**: task-analysis.json + team-session.json
|
|
19
|
+
- **Output**: create_task calls with dependency chains
|
|
20
|
+
|
|
21
|
+
## Phase 2: Context Loading
|
|
22
|
+
|
|
23
|
+
| Input | Source | Required |
|
|
24
|
+
|-------|--------|----------|
|
|
25
|
+
| Task analysis | `<session-folder>/task-analysis.json` | Yes |
|
|
26
|
+
| Session file | `<session-folder>/team-session.json` | Yes |
|
|
27
|
+
| Role registry | `team-session.json#roles` | Yes |
|
|
28
|
+
| Scope | User requirements description | Yes |
|
|
29
|
+
|
|
30
|
+
## Phase 3: Task Chain Creation
|
|
31
|
+
|
|
32
|
+
### Workflow
|
|
33
|
+
|
|
34
|
+
1. **Read dependency graph** from `task-analysis.json#dependency_graph`
|
|
35
|
+
2. **Topological sort** tasks to determine creation order
|
|
36
|
+
3. **Validate** all task owners exist in role registry
|
|
37
|
+
4. **For each task** (in topological order):
|
|
38
|
+
|
|
39
|
+
```
|
|
40
|
+
create_task({
|
|
41
|
+
subject: "<PREFIX>-<NNN>",
|
|
42
|
+
description: "PURPOSE: <goal> | Success: <success_criteria>
|
|
43
|
+
TASK:
|
|
44
|
+
- <step 1>
|
|
45
|
+
- <step 2>
|
|
46
|
+
- <step 3>
|
|
47
|
+
CONTEXT:
|
|
48
|
+
- Session: <session-folder>
|
|
49
|
+
- Upstream artifacts: <artifact-1.md>, <artifact-2.md>
|
|
50
|
+
- Key files: <file1>, <file2>
|
|
51
|
+
- Shared state: team_msg(operation="get_state", session_id=<session-id>)
|
|
52
|
+
EXPECTED: <deliverable path> + <quality criteria>
|
|
53
|
+
CONSTRAINTS: <scope limits>
|
|
54
|
+
---
|
|
55
|
+
InnerLoop: <true|false>
|
|
56
|
+
RoleSpec: <session-folder>/role-specs/<role-name>.md"
|
|
57
|
+
})
|
|
58
|
+
update_task({ taskId: "<PREFIX>-<NNN>", addBlockedBy: [<dependency-list from graph>], owner: "<role-name>" })
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
5. **Update team-session.json** with pipeline and tasks_total
|
|
62
|
+
6. **Validate** created chain
|
|
63
|
+
|
|
64
|
+
### Task Description Template
|
|
65
|
+
|
|
66
|
+
Every task description includes structured fields for clarity:
|
|
67
|
+
|
|
68
|
+
```
|
|
69
|
+
PURPOSE: <goal from task-analysis.json#tasks[].goal> | Success: <success_criteria from task-analysis.json#tasks[].success_criteria>
|
|
70
|
+
TASK:
|
|
71
|
+
- <step 1 from task-analysis.json#tasks[].steps[]>
|
|
72
|
+
- <step 2 from task-analysis.json#tasks[].steps[]>
|
|
73
|
+
- <step 3 from task-analysis.json#tasks[].steps[]>
|
|
74
|
+
CONTEXT:
|
|
75
|
+
- Session: <session-folder>
|
|
76
|
+
- Upstream artifacts: <comma-separated list from task-analysis.json#tasks[].upstream_artifacts[]>
|
|
77
|
+
- Key files: <comma-separated list from task-analysis.json#tasks[].key_files[]>
|
|
78
|
+
- Shared state: team_msg(operation="get_state", session_id=<session-id>)
|
|
79
|
+
EXPECTED: <artifact path from task-analysis.json#capabilities[].artifacts[]> + <quality criteria based on capability type>
|
|
80
|
+
CONSTRAINTS: <constraints from task-analysis.json#tasks[].constraints>
|
|
81
|
+
---
|
|
82
|
+
InnerLoop: <true|false>
|
|
83
|
+
RoleSpec: <session-folder>/role-specs/<role-name>.md
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
**Field Mapping**:
|
|
87
|
+
- `PURPOSE`: From `task-analysis.json#capabilities[].tasks[].goal` + `success_criteria`
|
|
88
|
+
- `TASK`: From `task-analysis.json#capabilities[].tasks[].steps[]`
|
|
89
|
+
- `CONTEXT.Upstream artifacts`: From `task-analysis.json#capabilities[].tasks[].upstream_artifacts[]`
|
|
90
|
+
- `CONTEXT.Key files`: From `task-analysis.json#capabilities[].tasks[].key_files[]`
|
|
91
|
+
- `EXPECTED`: From `task-analysis.json#capabilities[].artifacts[]` + quality criteria
|
|
92
|
+
- `CONSTRAINTS`: From `task-analysis.json#capabilities[].tasks[].constraints`
|
|
93
|
+
|
|
94
|
+
### InnerLoop Flag Rules
|
|
95
|
+
|
|
96
|
+
| Condition | InnerLoop |
|
|
97
|
+
|-----------|-----------|
|
|
98
|
+
| Role has 2+ serial same-prefix tasks | true |
|
|
99
|
+
| Role has 1 task | false |
|
|
100
|
+
| Tasks are parallel (no dependency between them) | false |
|
|
101
|
+
|
|
102
|
+
### Dependency Validation
|
|
103
|
+
|
|
104
|
+
| Check | Criteria |
|
|
105
|
+
|-------|----------|
|
|
106
|
+
| No orphan tasks | Every task is reachable from at least one root |
|
|
107
|
+
| No circular deps | Topological sort succeeds without cycle |
|
|
108
|
+
| All owners valid | Every task owner exists in team-session.json#roles |
|
|
109
|
+
| All blockedBy valid | Every blockedBy references an existing task subject |
|
|
110
|
+
| Session reference | Every task description contains `Session: <session-folder>` |
|
|
111
|
+
| RoleSpec reference | Every task description contains `RoleSpec: <path>` |
|
|
112
|
+
|
|
113
|
+
## Phase 4: Validation
|
|
114
|
+
|
|
115
|
+
| Check | Criteria |
|
|
116
|
+
|-------|----------|
|
|
117
|
+
| Task count | Matches dependency_graph node count |
|
|
118
|
+
| Dependencies | Every blockedBy references an existing task subject |
|
|
119
|
+
| Owner assignment | Each task owner is in role registry |
|
|
120
|
+
| Session reference | Every task description contains `Session:` |
|
|
121
|
+
| Pipeline integrity | No disconnected subgraphs (warn if found) |
|
|
122
|
+
|
|
123
|
+
## Error Handling
|
|
124
|
+
|
|
125
|
+
| Scenario | Resolution |
|
|
126
|
+
|----------|------------|
|
|
127
|
+
| Circular dependency detected | Report cycle, halt task creation |
|
|
128
|
+
| Owner not in role registry | Error, coordinator must fix roles first |
|
|
129
|
+
| create_task fails | Log error, report to coordinator |
|
|
130
|
+
| Duplicate task subject | Skip creation, log warning |
|
|
131
|
+
| Empty dependency graph | Error, task analysis may have failed |
|