claude-code-workflow 7.2.15 → 7.2.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/.ccw/workflows/cli-templates/schemas/team-tasks-schema.json +255 -0
- package/.codex/agents/team-supervisor.toml +39 -0
- package/.codex/agents/team-worker.toml +46 -0
- package/.codex/skills/team-arch-opt/SKILL.md +151 -698
- package/.codex/skills/team-arch-opt/roles/analyzer/role.md +78 -0
- package/.codex/skills/team-arch-opt/roles/coordinator/commands/analyze.md +57 -0
- package/.codex/skills/team-arch-opt/roles/coordinator/commands/dispatch.md +287 -0
- package/.codex/skills/team-arch-opt/roles/coordinator/commands/monitor.md +204 -0
- package/.codex/skills/team-arch-opt/roles/coordinator/role.md +162 -0
- package/.codex/skills/team-arch-opt/roles/designer/role.md +115 -0
- package/.codex/skills/team-arch-opt/roles/refactorer/role.md +102 -0
- package/.codex/skills/team-arch-opt/roles/reviewer/role.md +111 -0
- package/.codex/skills/team-arch-opt/roles/validator/role.md +115 -0
- package/.codex/skills/team-arch-opt/specs/pipelines.md +102 -0
- package/.codex/skills/team-arch-opt/specs/team-config.json +263 -0
- package/.codex/skills/team-brainstorm/SKILL.md +167 -724
- package/.codex/skills/team-brainstorm/roles/challenger/role.md +61 -0
- package/.codex/skills/team-brainstorm/roles/coordinator/commands/analyze.md +58 -0
- package/.codex/skills/team-brainstorm/roles/coordinator/commands/dispatch.md +162 -0
- package/.codex/skills/team-brainstorm/roles/coordinator/commands/monitor.md +171 -0
- package/.codex/skills/team-brainstorm/roles/coordinator/role.md +140 -0
- package/.codex/skills/team-brainstorm/roles/evaluator/role.md +56 -0
- package/.codex/skills/team-brainstorm/roles/ideator/role.md +69 -0
- package/.codex/skills/team-brainstorm/roles/synthesizer/role.md +57 -0
- package/.codex/skills/team-brainstorm/specs/pipelines.md +72 -0
- package/.codex/skills/team-brainstorm/specs/team-config.json +86 -0
- package/.codex/skills/team-coordinate/SKILL.md +267 -667
- package/.codex/skills/team-coordinate/roles/coordinator/commands/analyze-task.md +247 -0
- package/.codex/skills/team-coordinate/roles/coordinator/commands/dispatch.md +126 -0
- package/.codex/skills/team-coordinate/roles/coordinator/commands/monitor.md +327 -0
- package/.codex/skills/team-coordinate/roles/coordinator/role.md +361 -0
- package/.codex/skills/team-coordinate/specs/knowledge-transfer.md +111 -0
- package/.codex/skills/team-coordinate/specs/pipelines.md +97 -0
- package/.codex/skills/team-coordinate/specs/quality-gates.md +112 -0
- package/.codex/skills/team-coordinate/specs/role-spec-template.md +192 -0
- package/.codex/skills/team-designer/SKILL.md +153 -691
- package/.codex/skills/team-designer/phases/01-requirements-analysis.md +250 -0
- package/.codex/skills/team-designer/phases/02-scaffold-generation.md +228 -0
- package/.codex/skills/team-designer/phases/03-content-generation.md +330 -0
- package/.codex/skills/team-designer/phases/04-validation.md +320 -0
- package/.codex/skills/team-executor/SKILL.md +191 -515
- package/.codex/skills/team-executor/roles/executor/commands/monitor.md +280 -0
- package/.codex/skills/team-executor/roles/executor/role.md +170 -0
- package/.codex/skills/team-executor/specs/session-schema.md +264 -0
- package/.codex/skills/team-frontend/SKILL.md +129 -750
- package/.codex/skills/team-frontend/roles/analyst/role.md +92 -0
- package/.codex/skills/team-frontend/roles/architect/role.md +86 -0
- package/.codex/skills/team-frontend/roles/coordinator/commands/analyze.md +52 -0
- package/.codex/skills/team-frontend/roles/coordinator/commands/dispatch.md +151 -0
- package/.codex/skills/team-frontend/roles/coordinator/commands/monitor.md +188 -0
- package/.codex/skills/team-frontend/roles/coordinator/role.md +157 -0
- package/.codex/skills/team-frontend/roles/developer/role.md +93 -0
- package/.codex/skills/team-frontend/roles/qa/role.md +79 -0
- package/.codex/skills/team-frontend/specs/pipelines.md +76 -0
- package/.codex/skills/team-frontend/specs/team-config.json +84 -0
- package/.codex/skills/team-frontend-debug/SKILL.md +191 -821
- package/.codex/skills/team-frontend-debug/roles/analyzer/role.md +208 -0
- package/.codex/skills/team-frontend-debug/roles/coordinator/commands/analyze.md +174 -0
- package/.codex/skills/team-frontend-debug/roles/coordinator/commands/dispatch.md +198 -0
- package/.codex/skills/team-frontend-debug/roles/coordinator/commands/monitor.md +143 -0
- package/.codex/skills/team-frontend-debug/roles/coordinator/role.md +131 -0
- package/.codex/skills/team-frontend-debug/roles/fixer/role.md +147 -0
- package/.codex/skills/team-frontend-debug/roles/reproducer/role.md +147 -0
- package/.codex/skills/team-frontend-debug/roles/tester/role.md +231 -0
- package/.codex/skills/team-frontend-debug/roles/verifier/role.md +172 -0
- package/.codex/skills/team-frontend-debug/specs/debug-tools.md +215 -0
- package/.codex/skills/team-frontend-debug/specs/pipelines.md +94 -0
- package/.codex/skills/team-issue/SKILL.md +166 -751
- package/.codex/skills/team-issue/roles/coordinator/commands/analyze.md +64 -0
- package/.codex/skills/team-issue/roles/coordinator/commands/dispatch.md +273 -0
- package/.codex/skills/team-issue/roles/coordinator/commands/monitor.md +194 -0
- package/.codex/skills/team-issue/roles/coordinator/role.md +175 -0
- package/.codex/skills/team-issue/roles/explorer/role.md +94 -0
- package/.codex/skills/team-issue/roles/implementer/role.md +87 -0
- package/.codex/skills/team-issue/roles/integrator/role.md +84 -0
- package/.codex/skills/team-issue/roles/planner/role.md +81 -0
- package/.codex/skills/team-issue/roles/reviewer/role.md +86 -0
- package/.codex/skills/team-issue/specs/pipelines.md +124 -0
- package/.codex/skills/team-issue/specs/team-config.json +70 -0
- package/.codex/skills/team-iterdev/SKILL.md +134 -825
- package/.codex/skills/team-iterdev/roles/architect/role.md +65 -0
- package/.codex/skills/team-iterdev/roles/coordinator/commands/analyze.md +62 -0
- package/.codex/skills/team-iterdev/roles/coordinator/commands/dispatch.md +187 -0
- package/.codex/skills/team-iterdev/roles/coordinator/commands/monitor.md +186 -0
- package/.codex/skills/team-iterdev/roles/coordinator/role.md +161 -0
- package/.codex/skills/team-iterdev/roles/developer/role.md +74 -0
- package/.codex/skills/team-iterdev/roles/reviewer/role.md +66 -0
- package/.codex/skills/team-iterdev/roles/tester/role.md +88 -0
- package/.codex/skills/team-iterdev/specs/pipelines.md +94 -0
- package/.codex/skills/team-iterdev/specs/team-config.json +172 -0
- package/.codex/skills/team-lifecycle-v4/MIGRATION-PLAN.md +512 -0
- package/.codex/skills/team-lifecycle-v4/SKILL.md +166 -723
- package/.codex/skills/team-lifecycle-v4/roles/analyst/role.md +104 -0
- package/.codex/skills/team-lifecycle-v4/roles/coordinator/commands/analyze.md +56 -0
- package/.codex/skills/team-lifecycle-v4/roles/coordinator/commands/dispatch.md +61 -0
- package/.codex/skills/team-lifecycle-v4/roles/coordinator/commands/monitor.md +177 -0
- package/.codex/skills/team-lifecycle-v4/roles/coordinator/role.md +152 -0
- package/.codex/skills/team-lifecycle-v4/roles/executor/commands/fix.md +35 -0
- package/.codex/skills/team-lifecycle-v4/roles/executor/commands/implement.md +63 -0
- package/.codex/skills/team-lifecycle-v4/roles/executor/role.md +89 -0
- package/.codex/skills/team-lifecycle-v4/roles/planner/role.md +108 -0
- package/.codex/skills/team-lifecycle-v4/roles/reviewer/commands/review-code.md +57 -0
- package/.codex/skills/team-lifecycle-v4/roles/reviewer/commands/review-spec.md +44 -0
- package/.codex/skills/team-lifecycle-v4/roles/reviewer/role.md +98 -0
- package/.codex/skills/team-lifecycle-v4/roles/supervisor/role.md +210 -0
- package/.codex/skills/team-lifecycle-v4/roles/tester/role.md +126 -0
- package/.codex/skills/team-lifecycle-v4/roles/writer/role.md +125 -0
- package/.codex/skills/team-lifecycle-v4/schemas/tasks-schema.md +82 -160
- package/.codex/skills/team-lifecycle-v4/specs/knowledge-transfer.md +136 -0
- package/.codex/skills/team-lifecycle-v4/specs/pipelines.md +125 -0
- package/.codex/skills/team-lifecycle-v4/specs/quality-gates.md +130 -0
- package/.codex/skills/team-perf-opt/SKILL.md +169 -697
- package/.codex/skills/team-perf-opt/roles/benchmarker/role.md +89 -0
- package/.codex/skills/team-perf-opt/roles/coordinator/commands/analyze.md +61 -0
- package/.codex/skills/team-perf-opt/roles/coordinator/commands/dispatch.md +262 -0
- package/.codex/skills/team-perf-opt/roles/coordinator/commands/monitor.md +320 -0
- package/.codex/skills/team-perf-opt/roles/coordinator/role.md +147 -0
- package/.codex/skills/team-perf-opt/roles/optimizer/role.md +97 -0
- package/.codex/skills/team-perf-opt/roles/profiler/role.md +73 -0
- package/.codex/skills/team-perf-opt/roles/reviewer/role.md +75 -0
- package/.codex/skills/team-perf-opt/roles/strategist/role.md +94 -0
- package/.codex/skills/team-perf-opt/specs/pipelines.md +65 -0
- package/.codex/skills/team-perf-opt/specs/team-config.json +246 -0
- package/.codex/skills/team-planex/SKILL.md +103 -477
- package/.codex/skills/team-planex/roles/coordinator/commands/analyze.md +52 -0
- package/.codex/skills/team-planex/roles/coordinator/commands/dispatch.md +80 -0
- package/.codex/skills/team-planex/roles/coordinator/commands/monitor.md +164 -0
- package/.codex/skills/team-planex/roles/coordinator/role.md +140 -0
- package/.codex/skills/team-planex/roles/executor/role.md +91 -0
- package/.codex/skills/team-planex/roles/planner/role.md +112 -0
- package/.codex/skills/team-planex/specs/pipelines.md +93 -0
- package/.codex/skills/team-quality-assurance/SKILL.md +148 -813
- package/.codex/skills/team-quality-assurance/roles/analyst/role.md +80 -0
- package/.codex/skills/team-quality-assurance/roles/coordinator/commands/analyze.md +72 -0
- package/.codex/skills/team-quality-assurance/roles/coordinator/commands/dispatch.md +108 -0
- package/.codex/skills/team-quality-assurance/roles/coordinator/commands/monitor.md +209 -0
- package/.codex/skills/team-quality-assurance/roles/coordinator/role.md +143 -0
- package/.codex/skills/team-quality-assurance/roles/executor/role.md +66 -0
- package/.codex/skills/team-quality-assurance/roles/generator/role.md +68 -0
- package/.codex/skills/team-quality-assurance/roles/scout/role.md +67 -0
- package/.codex/skills/team-quality-assurance/roles/strategist/role.md +71 -0
- package/.codex/skills/team-quality-assurance/specs/pipelines.md +115 -0
- package/.codex/skills/team-quality-assurance/specs/team-config.json +131 -0
- package/.codex/skills/team-review/SKILL.md +148 -533
- package/.codex/skills/team-review/roles/coordinator/commands/analyze.md +71 -0
- package/.codex/skills/team-review/roles/coordinator/commands/dispatch.md +90 -0
- package/.codex/skills/team-review/roles/coordinator/commands/monitor.md +185 -0
- package/.codex/skills/team-review/roles/coordinator/role.md +142 -0
- package/.codex/skills/team-review/roles/fixer/role.md +76 -0
- package/.codex/skills/team-review/roles/reviewer/role.md +68 -0
- package/.codex/skills/team-review/roles/scanner/role.md +71 -0
- package/.codex/skills/team-review/specs/dimensions.md +82 -0
- package/.codex/skills/team-review/specs/finding-schema.json +82 -0
- package/.codex/skills/team-review/specs/pipelines.md +102 -0
- package/.codex/skills/team-review/specs/team-config.json +27 -0
- package/.codex/skills/team-roadmap-dev/SKILL.md +162 -683
- package/.codex/skills/team-roadmap-dev/roles/coordinator/commands/analyze.md +61 -0
- package/.codex/skills/team-roadmap-dev/roles/coordinator/commands/dispatch.md +241 -0
- package/.codex/skills/team-roadmap-dev/roles/coordinator/commands/monitor.md +468 -0
- package/.codex/skills/team-roadmap-dev/roles/coordinator/commands/pause.md +90 -0
- package/.codex/skills/team-roadmap-dev/roles/coordinator/commands/resume.md +137 -0
- package/.codex/skills/team-roadmap-dev/roles/coordinator/commands/roadmap-discuss.md +243 -0
- package/.codex/skills/team-roadmap-dev/roles/coordinator/role.md +303 -0
- package/.codex/skills/team-roadmap-dev/roles/executor/role.md +71 -0
- package/.codex/skills/team-roadmap-dev/roles/planner/role.md +76 -0
- package/.codex/skills/team-roadmap-dev/roles/verifier/role.md +74 -0
- package/.codex/skills/team-roadmap-dev/specs/pipelines.md +93 -0
- package/.codex/skills/team-roadmap-dev/specs/team-config.json +95 -0
- package/.codex/skills/team-tech-debt/SKILL.md +129 -708
- package/.codex/skills/team-tech-debt/roles/assessor/role.md +69 -0
- package/.codex/skills/team-tech-debt/roles/coordinator/commands/analyze.md +47 -0
- package/.codex/skills/team-tech-debt/roles/coordinator/commands/dispatch.md +163 -0
- package/.codex/skills/team-tech-debt/roles/coordinator/commands/monitor.md +231 -0
- package/.codex/skills/team-tech-debt/roles/coordinator/role.md +141 -0
- package/.codex/skills/team-tech-debt/roles/executor/role.md +76 -0
- package/.codex/skills/team-tech-debt/roles/planner/role.md +69 -0
- package/.codex/skills/team-tech-debt/roles/scanner/role.md +82 -0
- package/.codex/skills/team-tech-debt/roles/validator/role.md +75 -0
- package/.codex/skills/team-tech-debt/specs/pipelines.md +47 -0
- package/.codex/skills/team-tech-debt/specs/team-config.json +129 -0
- package/.codex/skills/team-testing/SKILL.md +144 -769
- package/.codex/skills/team-testing/roles/analyst/role.md +95 -0
- package/.codex/skills/team-testing/roles/coordinator/commands/analyze.md +70 -0
- package/.codex/skills/team-testing/roles/coordinator/commands/dispatch.md +106 -0
- package/.codex/skills/team-testing/roles/coordinator/commands/monitor.md +242 -0
- package/.codex/skills/team-testing/roles/coordinator/role.md +151 -0
- package/.codex/skills/team-testing/roles/executor/role.md +96 -0
- package/.codex/skills/team-testing/roles/generator/role.md +95 -0
- package/.codex/skills/team-testing/roles/strategist/role.md +83 -0
- package/.codex/skills/team-testing/specs/pipelines.md +101 -0
- package/.codex/skills/team-testing/specs/team-config.json +93 -0
- package/.codex/skills/team-uidesign/SKILL.md +133 -767
- package/.codex/skills/team-uidesign/roles/coordinator/commands/analyze.md +59 -0
- package/.codex/skills/team-uidesign/roles/coordinator/commands/dispatch.md +156 -0
- package/.codex/skills/team-uidesign/roles/coordinator/commands/monitor.md +194 -0
- package/.codex/skills/team-uidesign/roles/coordinator/role.md +179 -0
- package/.codex/skills/team-uidesign/roles/designer/role.md +69 -0
- package/.codex/skills/team-uidesign/roles/implementer/role.md +72 -0
- package/.codex/skills/team-uidesign/roles/researcher/role.md +82 -0
- package/.codex/skills/team-uidesign/roles/reviewer/role.md +67 -0
- package/.codex/skills/team-uidesign/specs/pipelines.md +76 -0
- package/.codex/skills/team-uidesign/specs/team-config.json +107 -0
- package/.codex/skills/team-ultra-analyze/SKILL.md +166 -786
- package/.codex/skills/team-ultra-analyze/roles/analyst/role.md +90 -0
- package/.codex/skills/team-ultra-analyze/roles/coordinator/commands/analyze.md +73 -0
- package/.codex/skills/team-ultra-analyze/roles/coordinator/commands/dispatch.md +225 -0
- package/.codex/skills/team-ultra-analyze/roles/coordinator/commands/monitor.md +327 -0
- package/.codex/skills/team-ultra-analyze/roles/coordinator/role.md +223 -0
- package/.codex/skills/team-ultra-analyze/roles/discussant/role.md +104 -0
- package/.codex/skills/team-ultra-analyze/roles/explorer/role.md +74 -0
- package/.codex/skills/team-ultra-analyze/roles/synthesizer/role.md +78 -0
- package/.codex/skills/team-ultra-analyze/specs/pipelines.md +64 -0
- package/.codex/skills/team-ultra-analyze/specs/team-config.json +129 -0
- package/.codex/skills/team-ux-improve/SKILL.md +142 -638
- package/.codex/skills/team-ux-improve/roles/coordinator/commands/analyze.md +62 -0
- package/.codex/skills/team-ux-improve/roles/coordinator/commands/dispatch.md +233 -0
- package/.codex/skills/team-ux-improve/roles/coordinator/commands/monitor.md +160 -0
- package/.codex/skills/team-ux-improve/roles/coordinator/role.md +138 -0
- package/.codex/skills/team-ux-improve/roles/designer/role.md +122 -0
- package/.codex/skills/team-ux-improve/roles/diagnoser/role.md +93 -0
- package/.codex/skills/team-ux-improve/roles/explorer/role.md +77 -0
- package/.codex/skills/team-ux-improve/roles/implementer/role.md +102 -0
- package/.codex/skills/team-ux-improve/roles/scanner/role.md +93 -0
- package/.codex/skills/team-ux-improve/roles/tester/role.md +84 -0
- package/.codex/skills/team-ux-improve/specs/pipelines.md +54 -0
- package/.codex/skills/team-ux-improve/specs/team-config.json +181 -0
- package/.codex/skills/team-ux-improve/wisdom/anti-patterns/common-ux-pitfalls.md +17 -0
- package/.codex/skills/team-ux-improve/wisdom/contributions/.gitkeep +0 -0
- package/.codex/skills/team-ux-improve/wisdom/patterns/state-management.md +14 -0
- package/.codex/skills/team-ux-improve/wisdom/patterns/ui-feedback.md +16 -0
- package/.codex/skills/team-ux-improve/wisdom/principles/general-ux.md +16 -0
- package/ccw/dist/core/routes/cli-settings-routes.d.ts.map +1 -1
- package/ccw/dist/core/routes/cli-settings-routes.js +135 -133
- package/ccw/dist/core/routes/cli-settings-routes.js.map +1 -1
- package/ccw/frontend/dist/assets/{AlertDialog-BW9jiZ-p.js → AlertDialog-CnpjWAGm.js} +2 -2
- package/ccw/frontend/dist/assets/{AlertDialog-BW9jiZ-p.js.map → AlertDialog-CnpjWAGm.js.map} +1 -1
- package/ccw/frontend/dist/assets/{AnalysisPage-ds-w_nVO.js → AnalysisPage-BT2rDDUD.js} +2 -2
- package/ccw/frontend/dist/assets/{AnalysisPage-ds-w_nVO.js.map → AnalysisPage-BT2rDDUD.js.map} +1 -1
- package/ccw/frontend/dist/assets/{ApiSettingsPage-DlCbXxTz.js → ApiSettingsPage-DGpjiNVu.js} +2 -2
- package/ccw/frontend/dist/assets/{ApiSettingsPage-DlCbXxTz.js.map → ApiSettingsPage-DGpjiNVu.js.map} +1 -1
- package/ccw/frontend/dist/assets/{CliModeToggle-Dq3nL4fF.js → CliModeToggle-BqUadHn3.js} +2 -2
- package/ccw/frontend/dist/assets/{CliModeToggle-Dq3nL4fF.js.map → CliModeToggle-BqUadHn3.js.map} +1 -1
- package/ccw/frontend/dist/assets/{CliSessionSharePage-BNDkEE4u.js → CliSessionSharePage-C3AdsDkm.js} +2 -2
- package/ccw/frontend/dist/assets/{CliSessionSharePage-BNDkEE4u.js.map → CliSessionSharePage-C3AdsDkm.js.map} +1 -1
- package/ccw/frontend/dist/assets/{CliViewerPage-ChM-uNx_.js → CliViewerPage-BZXpgY0N.js} +2 -2
- package/ccw/frontend/dist/assets/{CliViewerPage-ChM-uNx_.js.map → CliViewerPage-BZXpgY0N.js.map} +1 -1
- package/ccw/frontend/dist/assets/{CodexLensPage-DOcsYNQk.js → CodexLensPage-CePoJz-u.js} +2 -2
- package/ccw/frontend/dist/assets/{CodexLensPage-DOcsYNQk.js.map → CodexLensPage-CePoJz-u.js.map} +1 -1
- package/ccw/frontend/dist/assets/{Collapsible-CRNbykXN.js → Collapsible-DXVzWwmb.js} +2 -2
- package/ccw/frontend/dist/assets/{Collapsible-CRNbykXN.js.map → Collapsible-DXVzWwmb.js.map} +1 -1
- package/ccw/frontend/dist/assets/{CommandsManagerPage-C2JWcemF.js → CommandsManagerPage-B6wJYF0z.js} +2 -2
- package/ccw/frontend/dist/assets/{CommandsManagerPage-C2JWcemF.js.map → CommandsManagerPage-B6wJYF0z.js.map} +1 -1
- package/ccw/frontend/dist/assets/{DeepWikiPage-CvleOtJy.js → DeepWikiPage-D55fcvSk.js} +2 -2
- package/ccw/frontend/dist/assets/{DeepWikiPage-CvleOtJy.js.map → DeepWikiPage-D55fcvSk.js.map} +1 -1
- package/ccw/frontend/dist/assets/{EndpointsPage-CMOWQG64.js → EndpointsPage-DcGziJ5t.js} +2 -2
- package/ccw/frontend/dist/assets/{EndpointsPage-CMOWQG64.js.map → EndpointsPage-DcGziJ5t.js.map} +1 -1
- package/ccw/frontend/dist/assets/{ExplorerPage-DaFPRlNo.js → ExplorerPage-C4eKzn7F.js} +2 -2
- package/ccw/frontend/dist/assets/{ExplorerPage-DaFPRlNo.js.map → ExplorerPage-C4eKzn7F.js.map} +1 -1
- package/ccw/frontend/dist/assets/{FixSessionPage-CC4p04Az.js → FixSessionPage-BUHh954A.js} +2 -2
- package/ccw/frontend/dist/assets/{FixSessionPage-CC4p04Az.js.map → FixSessionPage-BUHh954A.js.map} +1 -1
- package/ccw/frontend/dist/assets/{FloatingFileBrowser-DROn1xZ5.js → FloatingFileBrowser-C3GF_u1C.js} +2 -2
- package/ccw/frontend/dist/assets/{FloatingFileBrowser-DROn1xZ5.js.map → FloatingFileBrowser-C3GF_u1C.js.map} +1 -1
- package/ccw/frontend/dist/assets/{FloatingPanel-CmL_yhDv.js → FloatingPanel-Cn-q9PyJ.js} +2 -2
- package/ccw/frontend/dist/assets/{FloatingPanel-CmL_yhDv.js.map → FloatingPanel-Cn-q9PyJ.js.map} +1 -1
- package/ccw/frontend/dist/assets/{GraphExplorerPage-DCV5ybKE.js → GraphExplorerPage-DIpqgvoU.js} +2 -2
- package/ccw/frontend/dist/assets/{GraphExplorerPage-DCV5ybKE.js.map → GraphExplorerPage-DIpqgvoU.js.map} +1 -1
- package/ccw/frontend/dist/assets/{HistoryPage-D0fYQZgc.js → HistoryPage-DzSvEAFe.js} +2 -2
- package/ccw/frontend/dist/assets/{HistoryPage-D0fYQZgc.js.map → HistoryPage-DzSvEAFe.js.map} +1 -1
- package/ccw/frontend/dist/assets/{HookManagerPage-D2FuJfsM.js → HookManagerPage-C6LDhWrH.js} +2 -2
- package/ccw/frontend/dist/assets/{HookManagerPage-D2FuJfsM.js.map → HookManagerPage-C6LDhWrH.js.map} +1 -1
- package/ccw/frontend/dist/assets/{InstallationsPage-tjklillZ.js → InstallationsPage-D9ct9xFV.js} +2 -2
- package/ccw/frontend/dist/assets/{InstallationsPage-tjklillZ.js.map → InstallationsPage-D9ct9xFV.js.map} +1 -1
- package/ccw/frontend/dist/assets/{IssueHubPage-E4JVrhO1.js → IssueHubPage-CXgDC8pS.js} +2 -2
- package/ccw/frontend/dist/assets/{IssueHubPage-E4JVrhO1.js.map → IssueHubPage-CXgDC8pS.js.map} +1 -1
- package/ccw/frontend/dist/assets/{LiteTasksPage-aJuRoyLt.js → LiteTasksPage-DMkauCwG.js} +2 -2
- package/ccw/frontend/dist/assets/{LiteTasksPage-aJuRoyLt.js.map → LiteTasksPage-DMkauCwG.js.map} +1 -1
- package/ccw/frontend/dist/assets/{McpManagerPage-BJeuWJv1.js → McpManagerPage-DhLDydgc.js} +2 -2
- package/ccw/frontend/dist/assets/{McpManagerPage-BJeuWJv1.js.map → McpManagerPage-DhLDydgc.js.map} +1 -1
- package/ccw/frontend/dist/assets/{MemoryPage-BI4FAXhs.js → MemoryPage-Be3nhq40.js} +2 -2
- package/ccw/frontend/dist/assets/{MemoryPage-BI4FAXhs.js.map → MemoryPage-Be3nhq40.js.map} +1 -1
- package/ccw/frontend/dist/assets/{NotFoundPage-DD2svchp.js → NotFoundPage-0yGnCePd.js} +2 -2
- package/ccw/frontend/dist/assets/{NotFoundPage-DD2svchp.js.map → NotFoundPage-0yGnCePd.js.map} +1 -1
- package/ccw/frontend/dist/assets/{OrchestratorPage-FC__7yYa.js → OrchestratorPage-_SmXZcGl.js} +2 -2
- package/ccw/frontend/dist/assets/{OrchestratorPage-FC__7yYa.js.map → OrchestratorPage-_SmXZcGl.js.map} +1 -1
- package/ccw/frontend/dist/assets/{ProjectOverviewPage-DBB_-FzV.js → ProjectOverviewPage-BeXTMsdo.js} +2 -2
- package/ccw/frontend/dist/assets/{ProjectOverviewPage-DBB_-FzV.js.map → ProjectOverviewPage-BeXTMsdo.js.map} +1 -1
- package/ccw/frontend/dist/assets/{PromptHistoryPage-BwOAvCH8.js → PromptHistoryPage-DS6ycuAv.js} +2 -2
- package/ccw/frontend/dist/assets/{PromptHistoryPage-BwOAvCH8.js.map → PromptHistoryPage-DS6ycuAv.js.map} +1 -1
- package/ccw/frontend/dist/assets/{ReviewSessionPage-Dd1-g_gp.js → ReviewSessionPage-BoqyjhPo.js} +2 -2
- package/ccw/frontend/dist/assets/{ReviewSessionPage-Dd1-g_gp.js.map → ReviewSessionPage-BoqyjhPo.js.map} +1 -1
- package/ccw/frontend/dist/assets/{RulesManagerPage-B3RGdsKD.js → RulesManagerPage-DMAwkKlc.js} +2 -2
- package/ccw/frontend/dist/assets/{RulesManagerPage-B3RGdsKD.js.map → RulesManagerPage-DMAwkKlc.js.map} +1 -1
- package/ccw/frontend/dist/assets/{SessionDetailPage-DM-W5R8K.js → SessionDetailPage-BgJRHIF4.js} +2 -2
- package/ccw/frontend/dist/assets/{SessionDetailPage-DM-W5R8K.js.map → SessionDetailPage-BgJRHIF4.js.map} +1 -1
- package/ccw/frontend/dist/assets/{SessionsPage-BVz1KCc7.js → SessionsPage-DBPdWlji.js} +2 -2
- package/ccw/frontend/dist/assets/{SessionsPage-BVz1KCc7.js.map → SessionsPage-DBPdWlji.js.map} +1 -1
- package/ccw/frontend/dist/assets/{SettingsPage-ComW7EZS.js → SettingsPage-BY3QiJhm.js} +4 -4
- package/ccw/frontend/dist/assets/{SettingsPage-ComW7EZS.js.map → SettingsPage-BY3QiJhm.js.map} +1 -1
- package/ccw/frontend/dist/assets/{SkillsManagerPage-CKom9XwV.js → SkillsManagerPage-DS101Adm.js} +2 -2
- package/ccw/frontend/dist/assets/{SkillsManagerPage-CKom9XwV.js.map → SkillsManagerPage-DS101Adm.js.map} +1 -1
- package/ccw/frontend/dist/assets/{SpecsSettingsPage-DQz7WP2s.js → SpecsSettingsPage-BcsLu1qq.js} +2 -2
- package/ccw/frontend/dist/assets/{SpecsSettingsPage-DQz7WP2s.js.map → SpecsSettingsPage-BcsLu1qq.js.map} +1 -1
- package/ccw/frontend/dist/assets/{Switch-BPMdND9H.js → Switch-BL9AmNPC.js} +2 -2
- package/ccw/frontend/dist/assets/{Switch-BPMdND9H.js.map → Switch-BL9AmNPC.js.map} +1 -1
- package/ccw/frontend/dist/assets/{TabsNavigation-qqt70VYL.js → TabsNavigation-BUcjsLeE.js} +2 -2
- package/ccw/frontend/dist/assets/{TabsNavigation-qqt70VYL.js.map → TabsNavigation-BUcjsLeE.js.map} +1 -1
- package/ccw/frontend/dist/assets/{TaskDrawer-BqK_qiHX.js → TaskDrawer-BNvfS6dq.js} +2 -2
- package/ccw/frontend/dist/assets/{TaskDrawer-BqK_qiHX.js.map → TaskDrawer-BNvfS6dq.js.map} +1 -1
- package/ccw/frontend/dist/assets/{TeamPage-u5_i0Rgh.js → TeamPage-CT-zNCrF.js} +2 -2
- package/ccw/frontend/dist/assets/{TeamPage-u5_i0Rgh.js.map → TeamPage-CT-zNCrF.js.map} +1 -1
- package/ccw/frontend/dist/assets/{TerminalDashboardPage-rUtC9e40.js → TerminalDashboardPage-DfZFGs8g.js} +2 -2
- package/ccw/frontend/dist/assets/{TerminalDashboardPage-rUtC9e40.js.map → TerminalDashboardPage-DfZFGs8g.js.map} +1 -1
- package/ccw/frontend/dist/assets/{archive-C3u8YNQF.js → archive-Cev1SaQq.js} +2 -2
- package/ccw/frontend/dist/assets/{archive-C3u8YNQF.js.map → archive-Cev1SaQq.js.map} +1 -1
- package/ccw/frontend/dist/assets/{archive-restore-DfQ998g5.js → archive-restore-BIVluaHZ.js} +2 -2
- package/ccw/frontend/dist/assets/{archive-restore-DfQ998g5.js.map → archive-restore-BIVluaHZ.js.map} +1 -1
- package/ccw/frontend/dist/assets/{arrow-right-BshJM9Po.js → arrow-right-DrivbS5j.js} +2 -2
- package/ccw/frontend/dist/assets/{arrow-right-BshJM9Po.js.map → arrow-right-DrivbS5j.js.map} +1 -1
- package/ccw/frontend/dist/assets/{bookmark-plus-D03qJyOZ.js → bookmark-plus-DKyzL0Xg.js} +2 -2
- package/ccw/frontend/dist/assets/{bookmark-plus-D03qJyOZ.js.map → bookmark-plus-DKyzL0Xg.js.map} +1 -1
- package/ccw/frontend/dist/assets/{bot-CyzWuwq0.js → bot-GBUkPAe3.js} +2 -2
- package/ccw/frontend/dist/assets/{bot-CyzWuwq0.js.map → bot-GBUkPAe3.js.map} +1 -1
- package/ccw/frontend/dist/assets/{braces-BPgtyjsG.js → braces-BWhm2c4g.js} +2 -2
- package/ccw/frontend/dist/assets/{braces-BPgtyjsG.js.map → braces-BWhm2c4g.js.map} +1 -1
- package/ccw/frontend/dist/assets/{circle-stop-Dix1AOmw.js → circle-stop-CBcZSKNp.js} +2 -2
- package/ccw/frontend/dist/assets/{circle-stop-Dix1AOmw.js.map → circle-stop-CBcZSKNp.js.map} +1 -1
- package/ccw/frontend/dist/assets/{cpu-CCQ4Q0Zh.js → cpu-CzNmuTZD.js} +2 -2
- package/ccw/frontend/dist/assets/{cpu-CCQ4Q0Zh.js.map → cpu-CzNmuTZD.js.map} +1 -1
- package/ccw/frontend/dist/assets/{ellipsis-vertical-BpTysg-Y.js → ellipsis-vertical-BoIyQKaI.js} +2 -2
- package/ccw/frontend/dist/assets/{ellipsis-vertical-BpTysg-Y.js.map → ellipsis-vertical-BoIyQKaI.js.map} +1 -1
- package/ccw/frontend/dist/assets/{eye-DGY1rAZs.js → eye-BqxyhxQq.js} +2 -2
- package/ccw/frontend/dist/assets/{eye-DGY1rAZs.js.map → eye-BqxyhxQq.js.map} +1 -1
- package/ccw/frontend/dist/assets/{eye-off-D8t3JfWG.js → eye-off-D9dTZP1A.js} +2 -2
- package/ccw/frontend/dist/assets/{eye-off-D8t3JfWG.js.map → eye-off-D9dTZP1A.js.map} +1 -1
- package/ccw/frontend/dist/assets/{file-json-BAdJb0n8.js → file-json-CLYEUI6e.js} +2 -2
- package/ccw/frontend/dist/assets/{file-json-BAdJb0n8.js.map → file-json-CLYEUI6e.js.map} +1 -1
- package/ccw/frontend/dist/assets/{file-text-DrJFiOUB.js → file-text-D5j9C5XC.js} +2 -2
- package/ccw/frontend/dist/assets/{file-text-DrJFiOUB.js.map → file-text-D5j9C5XC.js.map} +1 -1
- package/ccw/frontend/dist/assets/{filter-CKqzYbz7.js → filter-CEUK5jsA.js} +2 -2
- package/ccw/frontend/dist/assets/{filter-CKqzYbz7.js.map → filter-CEUK5jsA.js.map} +1 -1
- package/ccw/frontend/dist/assets/{folder-CV8511y9.js → folder-BEOY8txM.js} +2 -2
- package/ccw/frontend/dist/assets/{folder-CV8511y9.js.map → folder-BEOY8txM.js.map} +1 -1
- package/ccw/frontend/dist/assets/{gauge-XKvmu_uU.js → gauge-CbumHmVn.js} +2 -2
- package/ccw/frontend/dist/assets/{gauge-XKvmu_uU.js.map → gauge-CbumHmVn.js.map} +1 -1
- package/ccw/frontend/dist/assets/{globe-C56cDUzX.js → globe-D8_IB9gV.js} +2 -2
- package/ccw/frontend/dist/assets/{globe-C56cDUzX.js.map → globe-D8_IB9gV.js.map} +1 -1
- package/ccw/frontend/dist/assets/{grid-3x3-Bya-suFW.js → grid-3x3-BpzWmYF5.js} +2 -2
- package/ccw/frontend/dist/assets/{grid-3x3-Bya-suFW.js.map → grid-3x3-BpzWmYF5.js.map} +1 -1
- package/ccw/frontend/dist/assets/{hard-drive-CmuTZpsB.js → hard-drive-QIHpGln7.js} +2 -2
- package/ccw/frontend/dist/assets/{hard-drive-CmuTZpsB.js.map → hard-drive-QIHpGln7.js.map} +1 -1
- package/ccw/frontend/dist/assets/{hash-CRPT_tJQ.js → hash-CP0YRHVs.js} +2 -2
- package/ccw/frontend/dist/assets/{hash-CRPT_tJQ.js.map → hash-CP0YRHVs.js.map} +1 -1
- package/ccw/frontend/dist/assets/{history-C1pJZQCL.js → history-hOjgVKax.js} +2 -2
- package/ccw/frontend/dist/assets/{history-C1pJZQCL.js.map → history-hOjgVKax.js.map} +1 -1
- package/ccw/frontend/dist/assets/{index-Dmt9OiEf.js → index-B_ysvdnP.js} +2 -2
- package/ccw/frontend/dist/assets/{index-Dmt9OiEf.js.map → index-B_ysvdnP.js.map} +1 -1
- package/ccw/frontend/dist/assets/{index-dWT2M6Ef.js → index-C5Oqx2xI.js} +3 -3
- package/ccw/frontend/dist/assets/{index-dWT2M6Ef.js.map → index-C5Oqx2xI.js.map} +1 -1
- package/ccw/frontend/dist/assets/{index-CI8-rBff.js → index-CJi0bWL-.js} +2 -2
- package/ccw/frontend/dist/assets/{index-CI8-rBff.js.map → index-CJi0bWL-.js.map} +1 -1
- package/ccw/frontend/dist/assets/{index-anSMmEF8.js → index-CdQpo1x0.js} +2 -2
- package/ccw/frontend/dist/assets/{index-anSMmEF8.js.map → index-CdQpo1x0.js.map} +1 -1
- package/ccw/frontend/dist/assets/{layout-grid-TSO0BFQE.js → layout-grid-C38fQyLs.js} +2 -2
- package/ccw/frontend/dist/assets/{layout-grid-TSO0BFQE.js.map → layout-grid-C38fQyLs.js.map} +1 -1
- package/ccw/frontend/dist/assets/{lightbulb-Caj6fIQD.js → lightbulb-CClbCUzu.js} +2 -2
- package/ccw/frontend/dist/assets/{lightbulb-Caj6fIQD.js.map → lightbulb-CClbCUzu.js.map} +1 -1
- package/ccw/frontend/dist/assets/{link-2-DE9lMxa-.js → link-2-CB-LKbI0.js} +2 -2
- package/ccw/frontend/dist/assets/{link-2-DE9lMxa-.js.map → link-2-CB-LKbI0.js.map} +1 -1
- package/ccw/frontend/dist/assets/{link-BZtPgLW0.js → link-BK6SBzHS.js} +2 -2
- package/ccw/frontend/dist/assets/{link-BZtPgLW0.js.map → link-BK6SBzHS.js.map} +1 -1
- package/ccw/frontend/dist/assets/{list-DubWyY-U.js → list-BME_WOA_.js} +2 -2
- package/ccw/frontend/dist/assets/{list-DubWyY-U.js.map → list-BME_WOA_.js.map} +1 -1
- package/ccw/frontend/dist/assets/{map-pin-DwN_48AF.js → map-pin-ADsnCyjJ.js} +2 -2
- package/ccw/frontend/dist/assets/{map-pin-DwN_48AF.js.map → map-pin-ADsnCyjJ.js.map} +1 -1
- package/ccw/frontend/dist/assets/{messages-square-bjxvaiM9.js → messages-square-CLflB1Cq.js} +2 -2
- package/ccw/frontend/dist/assets/{messages-square-bjxvaiM9.js.map → messages-square-CLflB1Cq.js.map} +1 -1
- package/ccw/frontend/dist/assets/{minimize-2-CGfBKD_V.js → minimize-2-B3ZNzfGr.js} +2 -2
- package/ccw/frontend/dist/assets/{minimize-2-CGfBKD_V.js.map → minimize-2-B3ZNzfGr.js.map} +1 -1
- package/ccw/frontend/dist/assets/{package-nzWY6ilt.js → package-CByPhtMG.js} +2 -2
- package/ccw/frontend/dist/assets/{package-nzWY6ilt.js.map → package-CByPhtMG.js.map} +1 -1
- package/ccw/frontend/dist/assets/{plug-CiLce49C.js → plug-BggRzPX9.js} +2 -2
- package/ccw/frontend/dist/assets/{plug-CiLce49C.js.map → plug-BggRzPX9.js.map} +1 -1
- package/ccw/frontend/dist/assets/{power-CFLmB-U9.js → power-CWuxQSJK.js} +2 -2
- package/ccw/frontend/dist/assets/{power-CFLmB-U9.js.map → power-CWuxQSJK.js.map} +1 -1
- package/ccw/frontend/dist/assets/{save-DuO6OF0C.js → save-BdJ6EX4Q.js} +2 -2
- package/ccw/frontend/dist/assets/{save-DuO6OF0C.js.map → save-BdJ6EX4Q.js.map} +1 -1
- package/ccw/frontend/dist/assets/{send-CZk9p0mM.js → send-Ce9wuY7Q.js} +2 -2
- package/ccw/frontend/dist/assets/{send-CZk9p0mM.js.map → send-Ce9wuY7Q.js.map} +1 -1
- package/ccw/frontend/dist/assets/{square-check-big-BY_1YQQg.js → square-check-big-D6jItkfw.js} +2 -2
- package/ccw/frontend/dist/assets/{square-check-big-BY_1YQQg.js.map → square-check-big-D6jItkfw.js.map} +1 -1
- package/ccw/frontend/dist/assets/{square-pen-CnZgm6g-.js → square-pen-Byxq21zp.js} +2 -2
- package/ccw/frontend/dist/assets/{square-pen-CnZgm6g-.js.map → square-pen-Byxq21zp.js.map} +1 -1
- package/ccw/frontend/dist/assets/{star-Cn1F0qy7.js → star-Codj9dvK.js} +2 -2
- package/ccw/frontend/dist/assets/{star-Cn1F0qy7.js.map → star-Codj9dvK.js.map} +1 -1
- package/ccw/frontend/dist/assets/{style-Dxs1iXCV.js → style-4bYpUGcc.js} +2 -2
- package/ccw/frontend/dist/assets/{style-Dxs1iXCV.js.map → style-4bYpUGcc.js.map} +1 -1
- package/ccw/frontend/dist/assets/{target-Bz1fLRKH.js → target-DKBoDNCn.js} +2 -2
- package/ccw/frontend/dist/assets/{target-Bz1fLRKH.js.map → target-DKBoDNCn.js.map} +1 -1
- package/ccw/frontend/dist/assets/{test-tube-C6qCYlDr.js → test-tube-DTqZcBtA.js} +2 -2
- package/ccw/frontend/dist/assets/{test-tube-C6qCYlDr.js.map → test-tube-DTqZcBtA.js.map} +1 -1
- package/ccw/frontend/dist/assets/{upload-C71kd4Qs.js → upload-DlUl-e6b.js} +2 -2
- package/ccw/frontend/dist/assets/{upload-C71kd4Qs.js.map → upload-DlUl-e6b.js.map} +1 -1
- package/ccw/frontend/dist/assets/{useApiSettings-CqP2BAJ7.js → useApiSettings-D4zhKKT-.js} +2 -2
- package/ccw/frontend/dist/assets/{useApiSettings-CqP2BAJ7.js.map → useApiSettings-D4zhKKT-.js.map} +1 -1
- package/ccw/frontend/dist/assets/{useCli-PCoPoVeM.js → useCli-D-qDwsAH.js} +2 -2
- package/ccw/frontend/dist/assets/{useCli-PCoPoVeM.js.map → useCli-D-qDwsAH.js.map} +1 -1
- package/ccw/frontend/dist/assets/{useCommands-3OfPQPw4.js → useCommands-B0sidbbW.js} +2 -2
- package/ccw/frontend/dist/assets/{useCommands-3OfPQPw4.js.map → useCommands-B0sidbbW.js.map} +1 -1
- package/ccw/frontend/dist/assets/{useDebounce-bXiFhQx9.js → useDebounce-eTtbKevt.js} +2 -2
- package/ccw/frontend/dist/assets/{useDebounce-bXiFhQx9.js.map → useDebounce-eTtbKevt.js.map} +1 -1
- package/ccw/frontend/dist/assets/{useFileExplorer-DEyUm46_.js → useFileExplorer-MGSK0h33.js} +2 -2
- package/ccw/frontend/dist/assets/{useFileExplorer-DEyUm46_.js.map → useFileExplorer-MGSK0h33.js.map} +1 -1
- package/ccw/frontend/dist/assets/{useLocale-sXTrdxcJ.js → useLocale-DDNxU7pJ.js} +2 -2
- package/ccw/frontend/dist/assets/{useLocale-sXTrdxcJ.js.map → useLocale-DDNxU7pJ.js.map} +1 -1
- package/ccw/frontend/dist/assets/{useSkills-D0W0kXYm.js → useSkills-CZCRBtMY.js} +3 -3
- package/ccw/frontend/dist/assets/{useSkills-D0W0kXYm.js.map → useSkills-CZCRBtMY.js.map} +1 -1
- package/ccw/frontend/dist/assets/{useSystemSettings-DZ-8lZsG.js → useSystemSettings-DfQEFXSD.js} +2 -2
- package/ccw/frontend/dist/assets/{useSystemSettings-DZ-8lZsG.js.map → useSystemSettings-DfQEFXSD.js.map} +1 -1
- package/ccw/frontend/dist/assets/{wand-sparkles-83GmAYuw.js → wand-sparkles-DCLvfgl1.js} +2 -2
- package/ccw/frontend/dist/assets/{wand-sparkles-83GmAYuw.js.map → wand-sparkles-DCLvfgl1.js.map} +1 -1
- package/ccw/frontend/dist/index.html +1 -1
- package/package.json +1 -1
- package/.codex/skills/team-arch-opt/agents/completion-handler.md +0 -138
- package/.codex/skills/team-arch-opt/agents/fix-cycle-handler.md +0 -146
- package/.codex/skills/team-arch-opt/agents/plan-reviewer.md +0 -150
- package/.codex/skills/team-arch-opt/instructions/agent-instruction.md +0 -114
- package/.codex/skills/team-arch-opt/schemas/tasks-schema.md +0 -174
- package/.codex/skills/team-brainstorm/agents/gc-controller.md +0 -122
- package/.codex/skills/team-brainstorm/agents/topic-clarifier.md +0 -126
- package/.codex/skills/team-brainstorm/instructions/agent-instruction.md +0 -105
- package/.codex/skills/team-brainstorm/schemas/tasks-schema.md +0 -171
- package/.codex/skills/team-coordinate/agents/completion-handler.md +0 -127
- package/.codex/skills/team-coordinate/agents/plan-reviewer.md +0 -145
- package/.codex/skills/team-coordinate/instructions/agent-instruction.md +0 -184
- package/.codex/skills/team-coordinate/schemas/tasks-schema.md +0 -165
- package/.codex/skills/team-designer/agents/requirement-clarifier.md +0 -247
- package/.codex/skills/team-designer/agents/validation-reporter.md +0 -186
- package/.codex/skills/team-designer/instructions/agent-instruction.md +0 -163
- package/.codex/skills/team-designer/schemas/tasks-schema.md +0 -180
- package/.codex/skills/team-executor/instructions/agent-instruction.md +0 -62
- package/.codex/skills/team-executor/schemas/tasks-schema.md +0 -141
- package/.codex/skills/team-frontend/agents/completion-handler.md +0 -131
- package/.codex/skills/team-frontend/agents/qa-gate-reviewer.md +0 -153
- package/.codex/skills/team-frontend/instructions/agent-instruction.md +0 -197
- package/.codex/skills/team-frontend/schemas/tasks-schema.md +0 -188
- package/.codex/skills/team-frontend-debug/agents/completion-handler.md +0 -142
- package/.codex/skills/team-frontend-debug/agents/conditional-skip-gate.md +0 -130
- package/.codex/skills/team-frontend-debug/agents/iteration-handler.md +0 -120
- package/.codex/skills/team-frontend-debug/instructions/agent-instruction.md +0 -272
- package/.codex/skills/team-frontend-debug/schemas/tasks-schema.md +0 -198
- package/.codex/skills/team-issue/agents/reviewer.md +0 -204
- package/.codex/skills/team-issue/instructions/agent-instruction.md +0 -198
- package/.codex/skills/team-issue/schemas/tasks-schema.md +0 -198
- package/.codex/skills/team-iterdev/agents/gc-controller.md +0 -193
- package/.codex/skills/team-iterdev/agents/task-analyzer.md +0 -206
- package/.codex/skills/team-iterdev/instructions/agent-instruction.md +0 -118
- package/.codex/skills/team-iterdev/schemas/tasks-schema.md +0 -174
- package/.codex/skills/team-lifecycle/SKILL.md +0 -906
- package/.codex/skills/team-lifecycle/agents/analyst.md +0 -424
- package/.codex/skills/team-lifecycle/agents/architect.md +0 -274
- package/.codex/skills/team-lifecycle/agents/discuss-agent.md +0 -422
- package/.codex/skills/team-lifecycle/agents/executor.md +0 -423
- package/.codex/skills/team-lifecycle/agents/explore-agent.md +0 -471
- package/.codex/skills/team-lifecycle/agents/fe-developer.md +0 -239
- package/.codex/skills/team-lifecycle/agents/fe-qa.md +0 -357
- package/.codex/skills/team-lifecycle/agents/planner.md +0 -437
- package/.codex/skills/team-lifecycle/agents/reviewer.md +0 -483
- package/.codex/skills/team-lifecycle/agents/tester.md +0 -423
- package/.codex/skills/team-lifecycle/agents/writer.md +0 -502
- package/.codex/skills/team-lifecycle/phases/01-requirement-clarification.md +0 -209
- package/.codex/skills/team-lifecycle/phases/02-team-initialization.md +0 -263
- package/.codex/skills/team-lifecycle/phases/03-task-chain-creation.md +0 -251
- package/.codex/skills/team-lifecycle/phases/04-pipeline-coordination.md +0 -831
- package/.codex/skills/team-lifecycle/phases/05-completion-report.md +0 -309
- package/.codex/skills/team-lifecycle/specs/document-standards.md +0 -192
- package/.codex/skills/team-lifecycle/specs/quality-gates.md +0 -207
- package/.codex/skills/team-lifecycle-v4/agents/quality-gate.md +0 -165
- package/.codex/skills/team-lifecycle-v4/agents/requirement-clarifier.md +0 -163
- package/.codex/skills/team-lifecycle-v4/agents/supervisor.md +0 -182
- package/.codex/skills/team-perf-opt/agents/completion-handler.md +0 -141
- package/.codex/skills/team-perf-opt/agents/fix-cycle-handler.md +0 -156
- package/.codex/skills/team-perf-opt/agents/plan-reviewer.md +0 -150
- package/.codex/skills/team-perf-opt/instructions/agent-instruction.md +0 -122
- package/.codex/skills/team-perf-opt/schemas/tasks-schema.md +0 -174
- package/.codex/skills/team-planex/instructions/agent-instruction.md +0 -301
- package/.codex/skills/team-planex/schemas/tasks-schema.md +0 -198
- package/.codex/skills/team-planex-v2/SKILL.md +0 -652
- package/.codex/skills/team-planex-v2/instructions/agent-instruction.md +0 -193
- package/.codex/skills/team-planex-v2/schemas/tasks-schema.md +0 -206
- package/.codex/skills/team-quality-assurance/agents/executor.md +0 -192
- package/.codex/skills/team-quality-assurance/agents/gc-loop-handler.md +0 -163
- package/.codex/skills/team-quality-assurance/instructions/agent-instruction.md +0 -185
- package/.codex/skills/team-quality-assurance/schemas/tasks-schema.md +0 -190
- package/.codex/skills/team-review/agents/fixer.md +0 -360
- package/.codex/skills/team-review/instructions/agent-instruction.md +0 -102
- package/.codex/skills/team-review/schemas/tasks-schema.md +0 -143
- package/.codex/skills/team-roadmap-dev/agents/roadmap-discusser.md +0 -176
- package/.codex/skills/team-roadmap-dev/agents/roadmap-planner.md +0 -194
- package/.codex/skills/team-roadmap-dev/agents/roadmap-verifier.md +0 -221
- package/.codex/skills/team-roadmap-dev/instructions/executor-instruction.md +0 -55
- package/.codex/skills/team-roadmap-dev/schemas/tasks-schema.md +0 -144
- package/.codex/skills/team-tech-debt/agents/gc-loop-manager.md +0 -130
- package/.codex/skills/team-tech-debt/agents/plan-approver.md +0 -151
- package/.codex/skills/team-tech-debt/instructions/agent-instruction.md +0 -390
- package/.codex/skills/team-tech-debt/schemas/tasks-schema.md +0 -196
- package/.codex/skills/team-testing/agents/executor.md +0 -195
- package/.codex/skills/team-testing/agents/gc-loop-handler.md +0 -155
- package/.codex/skills/team-testing/instructions/agent-instruction.md +0 -142
- package/.codex/skills/team-testing/schemas/tasks-schema.md +0 -172
- package/.codex/skills/team-uidesign/agents/completion-handler.md +0 -177
- package/.codex/skills/team-uidesign/agents/gc-loop-handler.md +0 -162
- package/.codex/skills/team-uidesign/instructions/agent-instruction.md +0 -509
- package/.codex/skills/team-uidesign/schemas/tasks-schema.md +0 -187
- package/.codex/skills/team-ultra-analyze/agents/discussion-feedback.md +0 -155
- package/.codex/skills/team-ultra-analyze/agents/topic-analyzer.md +0 -153
- package/.codex/skills/team-ultra-analyze/instructions/agent-instruction.md +0 -169
- package/.codex/skills/team-ultra-analyze/schemas/tasks-schema.md +0 -180
- package/.codex/skills/team-ux-improve/agents/ux-designer.md +0 -136
- package/.codex/skills/team-ux-improve/agents/ux-explorer.md +0 -158
- package/.codex/skills/team-ux-improve/agents/ux-tester.md +0 -174
- package/.codex/skills/team-ux-improve/instructions/ux-worker-instruction.md +0 -55
- package/.codex/skills/team-ux-improve/schemas/tasks-schema.md +0 -87
- /package/.codex/skills/{team-lifecycle/templates/architecture-doc.md → team-lifecycle-v4/templates/architecture.md} +0 -0
- /package/.codex/skills/{team-lifecycle/templates/epics-template.md → team-lifecycle-v4/templates/epics.md} +0 -0
- /package/.codex/skills/{team-lifecycle → team-lifecycle-v4}/templates/product-brief.md +0 -0
- /package/.codex/skills/{team-lifecycle/templates/requirements-prd.md → team-lifecycle-v4/templates/requirements.md} +0 -0
|
@@ -1,698 +1,151 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: team-arch-opt
|
|
3
|
-
description:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
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
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
##
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
|
145
|
-
|
|
|
146
|
-
|
|
|
147
|
-
|
|
|
148
|
-
|
|
|
149
|
-
|
|
|
150
|
-
|
|
|
151
|
-
|
|
|
152
|
-
| `exec_mode` | Input | `csv-wave` or `interactive` |
|
|
153
|
-
| `wave` | Computed | Wave number (computed by topological sort, 1-based) |
|
|
154
|
-
| `status` | Output | `pending` -> `completed` / `failed` / `skipped` |
|
|
155
|
-
| `findings` | Output | Key discoveries or implementation notes (max 500 chars) |
|
|
156
|
-
| `verdict` | Output | Validation/review verdict: PASS, WARN, FAIL, APPROVE, REVISE, REJECT |
|
|
157
|
-
| `artifacts_produced` | Output | Semicolon-separated paths of produced artifacts |
|
|
158
|
-
| `error` | Output | Error message if failed (empty if success) |
|
|
159
|
-
|
|
160
|
-
### Per-Wave CSV (Temporary)
|
|
161
|
-
|
|
162
|
-
Each wave generates a temporary `wave-{N}.csv` with extra `prev_context` column (csv-wave tasks only).
|
|
163
|
-
|
|
164
|
-
---
|
|
165
|
-
|
|
166
|
-
## Agent Registry (Interactive Agents)
|
|
167
|
-
|
|
168
|
-
| Agent | Role File | Pattern | Responsibility | Position |
|
|
169
|
-
|-------|-----------|---------|----------------|----------|
|
|
170
|
-
| Plan Reviewer | agents/plan-reviewer.md | 2.3 (send_input cycle) | Review architecture report or refactoring plan at user checkpoint | pre-wave |
|
|
171
|
-
| Fix Cycle Handler | agents/fix-cycle-handler.md | 2.3 (send_input cycle) | Manage review-fix iteration cycle (max 3 rounds) | post-wave |
|
|
172
|
-
| Completion Handler | agents/completion-handler.md | 2.3 (send_input cycle) | Handle pipeline completion action (Archive/Keep/Export) | standalone |
|
|
173
|
-
|
|
174
|
-
> **COMPACT PROTECTION**: Agent files are execution documents. When context compression occurs, **you MUST immediately `Read` the corresponding agent.md** to reload.
|
|
175
|
-
|
|
176
|
-
---
|
|
177
|
-
|
|
178
|
-
## Output Artifacts
|
|
179
|
-
|
|
180
|
-
| File | Purpose | Lifecycle |
|
|
181
|
-
|------|---------|-----------|
|
|
182
|
-
| `tasks.csv` | Master state -- all tasks with status/findings | Updated after each wave |
|
|
183
|
-
| `wave-{N}.csv` | Per-wave input (temporary, csv-wave tasks only) | Created before wave, deleted after |
|
|
184
|
-
| `results.csv` | Final export of all task results | Created in Phase 4 |
|
|
185
|
-
| `discoveries.ndjson` | Shared exploration board (all agents, both modes) | Append-only, carries across waves |
|
|
186
|
-
| `context.md` | Human-readable execution report | Created in Phase 4 |
|
|
187
|
-
| `task-analysis.json` | Phase 1 output: scope, issues, pipeline config | Created in Phase 1 |
|
|
188
|
-
| `artifacts/architecture-baseline.json` | Analyzer: pre-refactoring metrics | Created by analyzer |
|
|
189
|
-
| `artifacts/architecture-report.md` | Analyzer: ranked structural issue findings | Created by analyzer |
|
|
190
|
-
| `artifacts/refactoring-plan.md` | Designer: prioritized refactoring plan | Created by designer |
|
|
191
|
-
| `artifacts/validation-results.json` | Validator: post-refactoring validation | Created by validator |
|
|
192
|
-
| `artifacts/review-report.md` | Reviewer: code review findings | Created by reviewer |
|
|
193
|
-
| `interactive/{id}-result.json` | Results from interactive tasks | Created per interactive task |
|
|
194
|
-
|
|
195
|
-
---
|
|
196
|
-
|
|
197
|
-
## Session Structure
|
|
198
|
-
|
|
199
|
-
```
|
|
200
|
-
.workflow/.csv-wave/{session-id}/
|
|
201
|
-
+-- tasks.csv # Master state (all tasks, both modes)
|
|
202
|
-
+-- results.csv # Final results export
|
|
203
|
-
+-- discoveries.ndjson # Shared discovery board (all agents)
|
|
204
|
-
+-- context.md # Human-readable report
|
|
205
|
-
+-- task-analysis.json # Phase 1 analysis output
|
|
206
|
-
+-- wave-{N}.csv # Temporary per-wave input (csv-wave only)
|
|
207
|
-
+-- artifacts/
|
|
208
|
-
| +-- architecture-baseline.json # Analyzer output
|
|
209
|
-
| +-- architecture-report.md # Analyzer output
|
|
210
|
-
| +-- refactoring-plan.md # Designer output
|
|
211
|
-
| +-- validation-results.json # Validator output
|
|
212
|
-
| +-- review-report.md # Reviewer output
|
|
213
|
-
+-- interactive/ # Interactive task artifacts
|
|
214
|
-
| +-- {id}-result.json
|
|
215
|
-
+-- wisdom/
|
|
216
|
-
+-- patterns.md # Discovered patterns and conventions
|
|
217
|
-
```
|
|
218
|
-
|
|
219
|
-
---
|
|
220
|
-
|
|
221
|
-
## Implementation
|
|
222
|
-
|
|
223
|
-
### Session Initialization
|
|
224
|
-
|
|
225
|
-
```javascript
|
|
226
|
-
const getUtc8ISOString = () => new Date(Date.now() + 8 * 60 * 60 * 1000).toISOString()
|
|
227
|
-
|
|
228
|
-
const AUTO_YES = $ARGUMENTS.includes('--yes') || $ARGUMENTS.includes('-y')
|
|
229
|
-
const continueMode = $ARGUMENTS.includes('--continue')
|
|
230
|
-
const concurrencyMatch = $ARGUMENTS.match(/(?:--concurrency|-c)\s+(\d+)/)
|
|
231
|
-
const maxConcurrency = concurrencyMatch ? parseInt(concurrencyMatch[1]) : 3
|
|
232
|
-
|
|
233
|
-
const requirement = $ARGUMENTS
|
|
234
|
-
.replace(/--yes|-y|--continue|--concurrency\s+\d+|-c\s+\d+/g, '')
|
|
235
|
-
.trim()
|
|
236
|
-
|
|
237
|
-
const slug = requirement.toLowerCase()
|
|
238
|
-
.replace(/[^a-z0-9\u4e00-\u9fa5]+/g, '-')
|
|
239
|
-
.substring(0, 40)
|
|
240
|
-
const dateStr = getUtc8ISOString().substring(0, 10).replace(/-/g, '')
|
|
241
|
-
const sessionId = `tao-${slug}-${dateStr}`
|
|
242
|
-
const sessionFolder = `.workflow/.csv-wave/${sessionId}`
|
|
243
|
-
|
|
244
|
-
Bash(`mkdir -p ${sessionFolder}/artifacts ${sessionFolder}/interactive ${sessionFolder}/wisdom`)
|
|
245
|
-
|
|
246
|
-
// Initialize discoveries.ndjson
|
|
247
|
-
Write(`${sessionFolder}/discoveries.ndjson`, '')
|
|
248
|
-
|
|
249
|
-
// Initialize wisdom
|
|
250
|
-
Write(`${sessionFolder}/wisdom/patterns.md`, '# Patterns & Conventions\n')
|
|
251
|
-
```
|
|
252
|
-
|
|
253
|
-
---
|
|
254
|
-
|
|
255
|
-
### Phase 0: Pre-Wave Interactive (Requirement Clarification)
|
|
256
|
-
|
|
257
|
-
**Objective**: Parse user task, detect architecture scope, clarify ambiguities, prepare for decomposition.
|
|
258
|
-
|
|
259
|
-
**Workflow**:
|
|
260
|
-
|
|
261
|
-
1. **Parse user task description** from $ARGUMENTS
|
|
262
|
-
|
|
263
|
-
2. **Check for existing sessions** (continue mode):
|
|
264
|
-
- Scan `.workflow/.csv-wave/tao-*/tasks.csv` for sessions with pending tasks
|
|
265
|
-
- If `--continue`: resume the specified or most recent session, skip to Phase 2
|
|
266
|
-
- If active session found: ask user whether to resume or start new
|
|
267
|
-
|
|
268
|
-
3. **Identify architecture optimization target**:
|
|
269
|
-
|
|
270
|
-
| Signal | Target |
|
|
271
|
-
|--------|--------|
|
|
272
|
-
| Specific file/module mentioned | Scoped refactoring |
|
|
273
|
-
| "coupling", "dependency", "structure", generic | Full architecture analysis |
|
|
274
|
-
| Specific issue (cycles, God Class, duplication) | Targeted issue resolution |
|
|
275
|
-
|
|
276
|
-
4. **Clarify if ambiguous** (skip if AUTO_YES):
|
|
277
|
-
```javascript
|
|
278
|
-
request_user_input({
|
|
279
|
-
questions: [{
|
|
280
|
-
question: "Please confirm the architecture optimization scope.",
|
|
281
|
-
header: "Scope",
|
|
282
|
-
id: "arch_scope",
|
|
283
|
-
options: [
|
|
284
|
-
{ label: "Proceed (Recommended)", description: "Scope is clear, start analysis" },
|
|
285
|
-
{ label: "Narrow scope", description: "Specify modules/files to focus on" },
|
|
286
|
-
{ label: "Add constraints", description: "Exclude areas, set priorities" }
|
|
287
|
-
]
|
|
288
|
-
}]
|
|
289
|
-
})
|
|
290
|
-
```
|
|
291
|
-
|
|
292
|
-
5. **Output**: Refined requirement string for Phase 1
|
|
293
|
-
|
|
294
|
-
**Success Criteria**:
|
|
295
|
-
- Refined requirements available for Phase 1 decomposition
|
|
296
|
-
- Existing session detected and handled if applicable
|
|
297
|
-
|
|
298
|
-
---
|
|
299
|
-
|
|
300
|
-
### Phase 1: Requirement -> CSV + Classification
|
|
301
|
-
|
|
302
|
-
**Objective**: Decompose architecture optimization task into the 5-stage pipeline tasks, assign waves, generate tasks.csv.
|
|
303
|
-
|
|
304
|
-
**Decomposition Rules**:
|
|
305
|
-
|
|
306
|
-
1. **Stage mapping** -- architecture optimization always follows this pipeline:
|
|
307
|
-
|
|
308
|
-
| Stage | Role | Task Prefix | Wave | Description |
|
|
309
|
-
|-------|------|-------------|------|-------------|
|
|
310
|
-
| 1 | analyzer | ANALYZE | 1 | Scan codebase, identify structural issues, produce baseline metrics |
|
|
311
|
-
| 2 | designer | DESIGN | 2 | Design refactoring plan from architecture report |
|
|
312
|
-
| 3 | refactorer | REFACTOR | 3 | Implement refactorings per plan priority |
|
|
313
|
-
| 4a | validator | VALIDATE | 4 | Validate build, tests, metrics, API compatibility |
|
|
314
|
-
| 4b | reviewer | REVIEW | 4 | Review refactoring code for correctness and patterns |
|
|
315
|
-
|
|
316
|
-
2. **Single-pipeline decomposition**: Generate one task per stage with sequential dependencies:
|
|
317
|
-
- ANALYZE-001 (wave 1, no deps)
|
|
318
|
-
- DESIGN-001 (wave 2, deps: ANALYZE-001)
|
|
319
|
-
- REFACTOR-001 (wave 3, deps: DESIGN-001)
|
|
320
|
-
- VALIDATE-001 (wave 4, deps: REFACTOR-001)
|
|
321
|
-
- REVIEW-001 (wave 4, deps: REFACTOR-001)
|
|
322
|
-
|
|
323
|
-
3. **Description enrichment**: Each task description must be self-contained with:
|
|
324
|
-
- Clear goal statement
|
|
325
|
-
- Input artifacts to read
|
|
326
|
-
- Output artifacts to produce
|
|
327
|
-
- Success criteria
|
|
328
|
-
- Session folder path
|
|
329
|
-
|
|
330
|
-
**Classification Rules**:
|
|
331
|
-
|
|
332
|
-
| Task Property | exec_mode |
|
|
333
|
-
|---------------|-----------|
|
|
334
|
-
| ANALYZE, DESIGN, REFACTOR, VALIDATE, REVIEW (initial pass) | `csv-wave` |
|
|
335
|
-
| FIX tasks (review-fix cycle) | `interactive` (handled by fix-cycle-handler agent) |
|
|
336
|
-
|
|
337
|
-
**Wave Computation**: Kahn's BFS topological sort with depth tracking (csv-wave tasks only).
|
|
338
|
-
|
|
339
|
-
**User Validation**: Display task breakdown with wave + exec_mode assignment (skip if AUTO_YES).
|
|
340
|
-
|
|
341
|
-
**Success Criteria**:
|
|
342
|
-
- tasks.csv created with valid schema, wave, and exec_mode assignments
|
|
343
|
-
- task-analysis.json written with scope and pipeline config
|
|
344
|
-
- No circular dependencies
|
|
345
|
-
- User approved (or AUTO_YES)
|
|
346
|
-
|
|
347
|
-
---
|
|
348
|
-
|
|
349
|
-
### Phase 2: Wave Execution Engine (Extended)
|
|
350
|
-
|
|
351
|
-
**Objective**: Execute tasks wave-by-wave with hybrid mechanism support and cross-wave context propagation.
|
|
352
|
-
|
|
353
|
-
```javascript
|
|
354
|
-
const masterCsv = Read(`${sessionFolder}/tasks.csv`)
|
|
355
|
-
let tasks = parseCsv(masterCsv)
|
|
356
|
-
const maxWave = Math.max(...tasks.map(t => t.wave))
|
|
357
|
-
|
|
358
|
-
for (let wave = 1; wave <= maxWave; wave++) {
|
|
359
|
-
console.log(`\nWave ${wave}/${maxWave}`)
|
|
360
|
-
|
|
361
|
-
// 1. Separate tasks by exec_mode
|
|
362
|
-
const waveTasks = tasks.filter(t => t.wave === wave && t.status === 'pending')
|
|
363
|
-
const csvTasks = waveTasks.filter(t => t.exec_mode === 'csv-wave')
|
|
364
|
-
const interactiveTasks = waveTasks.filter(t => t.exec_mode === 'interactive')
|
|
365
|
-
|
|
366
|
-
// 2. Check dependencies -- skip tasks whose deps failed
|
|
367
|
-
for (const task of waveTasks) {
|
|
368
|
-
const depIds = (task.deps || '').split(';').filter(Boolean)
|
|
369
|
-
const depStatuses = depIds.map(id => tasks.find(t => t.id === id)?.status)
|
|
370
|
-
if (depStatuses.some(s => s === 'failed' || s === 'skipped')) {
|
|
371
|
-
task.status = 'skipped'
|
|
372
|
-
task.error = `Dependency failed: ${depIds.filter((id, i) =>
|
|
373
|
-
['failed','skipped'].includes(depStatuses[i])).join(', ')}`
|
|
374
|
-
}
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
// 3. Execute pre-wave interactive tasks (if any)
|
|
378
|
-
for (const task of interactiveTasks.filter(t => t.status === 'pending')) {
|
|
379
|
-
// Determine agent file based on task type
|
|
380
|
-
const agentFile = task.id.startsWith('FIX') ? 'agents/fix-cycle-handler.md' : 'agents/plan-reviewer.md'
|
|
381
|
-
Read(agentFile)
|
|
382
|
-
|
|
383
|
-
const agent = spawn_agent({
|
|
384
|
-
message: `## TASK ASSIGNMENT\n\n### MANDATORY FIRST STEPS\n1. Read: ${agentFile}\n2. Read: ${sessionFolder}/discoveries.ndjson\n3. Read: .workflow/project-tech.json (if exists)\n\n---\n\nGoal: ${task.description}\nScope: ${task.title}\nSession: ${sessionFolder}\n\n### Previous Context\n${buildPrevContext(task, tasks)}`
|
|
385
|
-
})
|
|
386
|
-
const result = wait({ ids: [agent], timeout_ms: 600000 })
|
|
387
|
-
if (result.timed_out) {
|
|
388
|
-
send_input({ id: agent, message: "Please finalize and output current findings." })
|
|
389
|
-
wait({ ids: [agent], timeout_ms: 120000 })
|
|
390
|
-
}
|
|
391
|
-
Write(`${sessionFolder}/interactive/${task.id}-result.json`, JSON.stringify({
|
|
392
|
-
task_id: task.id, status: "completed", findings: parseFindings(result),
|
|
393
|
-
timestamp: getUtc8ISOString()
|
|
394
|
-
}))
|
|
395
|
-
close_agent({ id: agent })
|
|
396
|
-
task.status = 'completed'
|
|
397
|
-
task.findings = parseFindings(result)
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
// 4. Build prev_context for csv-wave tasks
|
|
401
|
-
const pendingCsvTasks = csvTasks.filter(t => t.status === 'pending')
|
|
402
|
-
for (const task of pendingCsvTasks) {
|
|
403
|
-
task.prev_context = buildPrevContext(task, tasks)
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
if (pendingCsvTasks.length > 0) {
|
|
407
|
-
// 5. Write wave CSV
|
|
408
|
-
Write(`${sessionFolder}/wave-${wave}.csv`, toCsv(pendingCsvTasks))
|
|
409
|
-
|
|
410
|
-
// 6. Determine instruction -- read from instructions/agent-instruction.md
|
|
411
|
-
Read('instructions/agent-instruction.md')
|
|
412
|
-
|
|
413
|
-
// 7. Execute wave via spawn_agents_on_csv
|
|
414
|
-
spawn_agents_on_csv({
|
|
415
|
-
csv_path: `${sessionFolder}/wave-${wave}.csv`,
|
|
416
|
-
id_column: "id",
|
|
417
|
-
instruction: archOptInstruction, // from instructions/agent-instruction.md
|
|
418
|
-
max_concurrency: maxConcurrency,
|
|
419
|
-
max_runtime_seconds: 900,
|
|
420
|
-
output_csv_path: `${sessionFolder}/wave-${wave}-results.csv`,
|
|
421
|
-
output_schema: {
|
|
422
|
-
type: "object",
|
|
423
|
-
properties: {
|
|
424
|
-
id: { type: "string" },
|
|
425
|
-
status: { type: "string", enum: ["completed", "failed"] },
|
|
426
|
-
findings: { type: "string" },
|
|
427
|
-
verdict: { type: "string" },
|
|
428
|
-
artifacts_produced: { type: "string" },
|
|
429
|
-
error: { type: "string" }
|
|
430
|
-
}
|
|
431
|
-
}
|
|
432
|
-
})
|
|
433
|
-
|
|
434
|
-
// 8. Merge results into master CSV
|
|
435
|
-
const results = parseCsv(Read(`${sessionFolder}/wave-${wave}-results.csv`))
|
|
436
|
-
for (const r of results) {
|
|
437
|
-
const t = tasks.find(t => t.id === r.id)
|
|
438
|
-
if (t) Object.assign(t, r)
|
|
439
|
-
}
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
// 9. Update master CSV
|
|
443
|
-
Write(`${sessionFolder}/tasks.csv`, toCsv(tasks))
|
|
444
|
-
|
|
445
|
-
// 10. Cleanup temp files
|
|
446
|
-
Bash(`rm -f ${sessionFolder}/wave-${wave}.csv ${sessionFolder}/wave-${wave}-results.csv`)
|
|
447
|
-
|
|
448
|
-
// 11. Post-wave: check for review-fix cycle
|
|
449
|
-
const validateTask = tasks.find(t => t.id.startsWith('VALIDATE') && t.wave === wave)
|
|
450
|
-
const reviewTask = tasks.find(t => t.id.startsWith('REVIEW') && t.wave === wave)
|
|
451
|
-
|
|
452
|
-
if ((validateTask?.verdict === 'FAIL' || reviewTask?.verdict === 'REVISE' || reviewTask?.verdict === 'REJECT')) {
|
|
453
|
-
const fixCycleCount = tasks.filter(t => t.id.startsWith('FIX')).length
|
|
454
|
-
if (fixCycleCount < 3) {
|
|
455
|
-
// Create FIX task, add to tasks, re-run refactor -> validate+review cycle
|
|
456
|
-
const fixId = `FIX-${String(fixCycleCount + 1).padStart(3, '0')}`
|
|
457
|
-
const feedback = [validateTask?.error, reviewTask?.findings].filter(Boolean).join('\n')
|
|
458
|
-
tasks.push({
|
|
459
|
-
id: fixId, title: `Fix issues from review/validation cycle ${fixCycleCount + 1}`,
|
|
460
|
-
description: `Fix issues found:\n${feedback}`,
|
|
461
|
-
role: 'refactorer', issue_type: '', priority: 'P0', target_files: '',
|
|
462
|
-
deps: '', context_from: '', exec_mode: 'interactive',
|
|
463
|
-
wave: wave + 1, status: 'pending', findings: '', verdict: '',
|
|
464
|
-
artifacts_produced: '', error: ''
|
|
465
|
-
})
|
|
466
|
-
}
|
|
467
|
-
}
|
|
468
|
-
|
|
469
|
-
// 12. Display wave summary
|
|
470
|
-
const completed = waveTasks.filter(t => t.status === 'completed').length
|
|
471
|
-
const failed = waveTasks.filter(t => t.status === 'failed').length
|
|
472
|
-
const skipped = waveTasks.filter(t => t.status === 'skipped').length
|
|
473
|
-
console.log(`Wave ${wave} Complete: ${completed} completed, ${failed} failed, ${skipped} skipped`)
|
|
474
|
-
}
|
|
475
|
-
```
|
|
476
|
-
|
|
477
|
-
**Success Criteria**:
|
|
478
|
-
- All waves executed in order
|
|
479
|
-
- Both csv-wave and interactive tasks handled per wave
|
|
480
|
-
- Each wave's results merged into master CSV before next wave starts
|
|
481
|
-
- Dependent tasks skipped when predecessor failed
|
|
482
|
-
- Review-fix cycle handled with max 3 iterations
|
|
483
|
-
- discoveries.ndjson accumulated across all waves and mechanisms
|
|
484
|
-
|
|
485
|
-
---
|
|
486
|
-
|
|
487
|
-
### Phase 3: Post-Wave Interactive (Completion Action)
|
|
488
|
-
|
|
489
|
-
**Objective**: Pipeline completion report with architecture improvement metrics and interactive completion choice.
|
|
490
|
-
|
|
491
|
-
```javascript
|
|
492
|
-
// 1. Generate pipeline summary
|
|
493
|
-
const tasks = parseCsv(Read(`${sessionFolder}/tasks.csv`))
|
|
494
|
-
const completed = tasks.filter(t => t.status === 'completed')
|
|
495
|
-
const failed = tasks.filter(t => t.status === 'failed')
|
|
496
|
-
|
|
497
|
-
// 2. Load improvement metrics from validation results
|
|
498
|
-
let improvements = ''
|
|
499
|
-
try {
|
|
500
|
-
const validation = JSON.parse(Read(`${sessionFolder}/artifacts/validation-results.json`))
|
|
501
|
-
improvements = `Architecture Improvements:\n${validation.dimensions.map(d =>
|
|
502
|
-
` ${d.name}: ${d.baseline} -> ${d.current} (${d.improvement})`).join('\n')}`
|
|
503
|
-
} catch {}
|
|
504
|
-
|
|
505
|
-
console.log(`
|
|
506
|
-
============================================
|
|
507
|
-
ARCHITECTURE OPTIMIZATION COMPLETE
|
|
508
|
-
|
|
509
|
-
Deliverables:
|
|
510
|
-
- Architecture Baseline: artifacts/architecture-baseline.json
|
|
511
|
-
- Architecture Report: artifacts/architecture-report.md
|
|
512
|
-
- Refactoring Plan: artifacts/refactoring-plan.md
|
|
513
|
-
- Validation Results: artifacts/validation-results.json
|
|
514
|
-
- Review Report: artifacts/review-report.md
|
|
515
|
-
|
|
516
|
-
${improvements}
|
|
517
|
-
|
|
518
|
-
Pipeline: ${completed.length}/${tasks.length} tasks
|
|
519
|
-
Session: ${sessionFolder}
|
|
520
|
-
============================================
|
|
521
|
-
`)
|
|
522
|
-
|
|
523
|
-
// 3. Completion action
|
|
524
|
-
if (!AUTO_YES) {
|
|
525
|
-
request_user_input({
|
|
526
|
-
questions: [{
|
|
527
|
-
question: "Architecture optimization complete. Choose next action.",
|
|
528
|
-
header: "Done",
|
|
529
|
-
id: "completion",
|
|
530
|
-
options: [
|
|
531
|
-
{ label: "Archive (Recommended)", description: "Archive session, output final summary" },
|
|
532
|
-
{ label: "Keep Active", description: "Keep session for follow-up work" },
|
|
533
|
-
{ label: "Retry Failed", description: "Re-run failed tasks" }
|
|
534
|
-
]
|
|
535
|
-
}]
|
|
536
|
-
})
|
|
537
|
-
}
|
|
538
|
-
```
|
|
539
|
-
|
|
540
|
-
**Success Criteria**:
|
|
541
|
-
- Post-wave interactive processing complete
|
|
542
|
-
- User informed of results and improvement metrics
|
|
543
|
-
|
|
544
|
-
---
|
|
545
|
-
|
|
546
|
-
### Phase 4: Results Aggregation
|
|
547
|
-
|
|
548
|
-
**Objective**: Generate final results and human-readable report.
|
|
549
|
-
|
|
550
|
-
```javascript
|
|
551
|
-
// 1. Export results.csv
|
|
552
|
-
Bash(`cp ${sessionFolder}/tasks.csv ${sessionFolder}/results.csv`)
|
|
553
|
-
|
|
554
|
-
// 2. Generate context.md
|
|
555
|
-
const tasks = parseCsv(Read(`${sessionFolder}/tasks.csv`))
|
|
556
|
-
let contextMd = `# Architecture Optimization Report\n\n`
|
|
557
|
-
contextMd += `**Session**: ${sessionId}\n`
|
|
558
|
-
contextMd += `**Date**: ${getUtc8ISOString().substring(0, 10)}\n\n`
|
|
559
|
-
|
|
560
|
-
contextMd += `## Summary\n`
|
|
561
|
-
contextMd += `| Status | Count |\n|--------|-------|\n`
|
|
562
|
-
contextMd += `| Completed | ${tasks.filter(t => t.status === 'completed').length} |\n`
|
|
563
|
-
contextMd += `| Failed | ${tasks.filter(t => t.status === 'failed').length} |\n`
|
|
564
|
-
contextMd += `| Skipped | ${tasks.filter(t => t.status === 'skipped').length} |\n\n`
|
|
565
|
-
|
|
566
|
-
contextMd += `## Deliverables\n\n`
|
|
567
|
-
contextMd += `| Artifact | Path |\n|----------|------|\n`
|
|
568
|
-
contextMd += `| Architecture Baseline | artifacts/architecture-baseline.json |\n`
|
|
569
|
-
contextMd += `| Architecture Report | artifacts/architecture-report.md |\n`
|
|
570
|
-
contextMd += `| Refactoring Plan | artifacts/refactoring-plan.md |\n`
|
|
571
|
-
contextMd += `| Validation Results | artifacts/validation-results.json |\n`
|
|
572
|
-
contextMd += `| Review Report | artifacts/review-report.md |\n\n`
|
|
573
|
-
|
|
574
|
-
const maxWave = Math.max(...tasks.map(t => t.wave))
|
|
575
|
-
contextMd += `## Wave Execution\n\n`
|
|
576
|
-
for (let w = 1; w <= maxWave; w++) {
|
|
577
|
-
const waveTasks = tasks.filter(t => t.wave === w)
|
|
578
|
-
contextMd += `### Wave ${w}\n\n`
|
|
579
|
-
for (const t of waveTasks) {
|
|
580
|
-
const icon = t.status === 'completed' ? '[DONE]' : t.status === 'failed' ? '[FAIL]' : '[SKIP]'
|
|
581
|
-
contextMd += `${icon} **${t.title}** [${t.role}] ${t.verdict ? `(${t.verdict})` : ''} ${t.findings || ''}\n\n`
|
|
582
|
-
}
|
|
583
|
-
}
|
|
584
|
-
|
|
585
|
-
Write(`${sessionFolder}/context.md`, contextMd)
|
|
586
|
-
|
|
587
|
-
console.log(`Results exported to: ${sessionFolder}/results.csv`)
|
|
588
|
-
console.log(`Report generated at: ${sessionFolder}/context.md`)
|
|
589
|
-
```
|
|
590
|
-
|
|
591
|
-
**Success Criteria**:
|
|
592
|
-
- results.csv exported (all tasks, both modes)
|
|
593
|
-
- context.md generated with deliverables list
|
|
594
|
-
- Summary displayed to user
|
|
595
|
-
|
|
596
|
-
---
|
|
597
|
-
|
|
598
|
-
## Shared Discovery Board Protocol
|
|
599
|
-
|
|
600
|
-
All agents (csv-wave and interactive) share a single `discoveries.ndjson` file for cross-task knowledge exchange.
|
|
601
|
-
|
|
602
|
-
**Format**: One JSON object per line (NDJSON):
|
|
603
|
-
|
|
604
|
-
```jsonl
|
|
605
|
-
{"ts":"2026-03-08T10:00:00Z","worker":"ANALYZE-001","type":"cycle_found","data":{"modules":["auth","user"],"depth":2,"description":"Circular dependency between auth and user modules"}}
|
|
606
|
-
{"ts":"2026-03-08T10:05:00Z","worker":"REFACTOR-001","type":"file_modified","data":{"file":"src/auth/index.ts","change":"Extracted interface to break cycle","lines_added":15}}
|
|
607
|
-
```
|
|
608
|
-
|
|
609
|
-
**Discovery Types**:
|
|
610
|
-
|
|
611
|
-
| Type | Data Schema | Description |
|
|
612
|
-
|------|-------------|-------------|
|
|
613
|
-
| `cycle_found` | `{modules, depth, description}` | Circular dependency detected |
|
|
614
|
-
| `god_class_found` | `{file, loc, methods, description}` | God Class/Module identified |
|
|
615
|
-
| `coupling_issue` | `{module, fan_in, fan_out, description}` | High coupling detected |
|
|
616
|
-
| `dead_code_found` | `{file, type, description}` | Dead code or dead export found |
|
|
617
|
-
| `file_modified` | `{file, change, lines_added}` | File change recorded |
|
|
618
|
-
| `pattern_found` | `{pattern_name, location, description}` | Code pattern identified |
|
|
619
|
-
| `metric_measured` | `{metric, value, unit, module}` | Architecture metric measured |
|
|
620
|
-
| `artifact_produced` | `{name, path, producer, type}` | Deliverable created |
|
|
621
|
-
|
|
622
|
-
**Protocol**:
|
|
623
|
-
1. Agents MUST read discoveries.ndjson at start of execution
|
|
624
|
-
2. Agents MUST append relevant discoveries during execution
|
|
625
|
-
3. Agents MUST NOT modify or delete existing entries
|
|
626
|
-
4. Deduplication by `{type, data.file}` or `{type, data.modules}` key
|
|
627
|
-
|
|
628
|
-
---
|
|
629
|
-
|
|
630
|
-
## Error Handling
|
|
631
|
-
|
|
632
|
-
| Error | Resolution |
|
|
633
|
-
|-------|------------|
|
|
634
|
-
| Circular dependency in tasks | Detect in wave computation, abort with error message |
|
|
635
|
-
| CSV agent timeout | Mark as failed in results, continue with wave |
|
|
636
|
-
| CSV agent failed | Mark as failed, skip dependent tasks in later waves |
|
|
637
|
-
| Interactive agent timeout | Urge convergence via send_input, then close if still timed out |
|
|
638
|
-
| Interactive agent failed | Mark as failed, skip dependents |
|
|
639
|
-
| All agents in wave failed | Log error, offer retry or abort |
|
|
640
|
-
| CSV parse error | Validate CSV format before execution, show line number |
|
|
641
|
-
| discoveries.ndjson corrupt | Ignore malformed lines, continue with valid entries |
|
|
642
|
-
| Review-fix cycle exceeds 3 iterations | Escalate to user with summary of remaining issues |
|
|
643
|
-
| Validation fails on build | Create FIX task with compilation error details |
|
|
644
|
-
| Architecture baseline unavailable | Fall back to static analysis estimates |
|
|
645
|
-
| Continue mode: no session found | List available sessions, prompt user to select |
|
|
646
|
-
|
|
647
|
-
---
|
|
648
|
-
|
|
649
|
-
## Core Rules
|
|
650
|
-
|
|
651
|
-
1. **Start Immediately**: First action is session initialization, then Phase 0/1
|
|
652
|
-
2. **Wave Order is Sacred**: Never execute wave N before wave N-1 completes and results are merged
|
|
653
|
-
3. **CSV is Source of Truth**: Master tasks.csv holds all state (both csv-wave and interactive)
|
|
654
|
-
4. **CSV First**: Default to csv-wave for tasks; only use interactive when interaction pattern requires it
|
|
655
|
-
5. **Context Propagation**: prev_context built from master CSV, not from memory
|
|
656
|
-
6. **Discovery Board is Append-Only**: Never clear, modify, or recreate discoveries.ndjson -- both mechanisms share it
|
|
657
|
-
7. **Skip on Failure**: If a dependency failed, skip the dependent task (regardless of mechanism)
|
|
658
|
-
8. **Max 3 Fix Cycles**: Review-fix cycle capped at 3 iterations; escalate to user after
|
|
659
|
-
9. **Cleanup Temp Files**: Remove wave-{N}.csv after results are merged
|
|
660
|
-
10. **DO NOT STOP**: Continuous execution until all waves complete or all remaining tasks are skipped
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
---
|
|
664
|
-
|
|
665
|
-
## Coordinator Role Constraints (Main Agent)
|
|
666
|
-
|
|
667
|
-
**CRITICAL**: The coordinator (main agent executing this skill) is responsible for **orchestration only**, NOT implementation.
|
|
668
|
-
|
|
669
|
-
15. **Coordinator Does NOT Execute Code**: The main agent MUST NOT write, modify, or implement any code directly. All implementation work is delegated to spawned team agents. The coordinator only:
|
|
670
|
-
- Spawns agents with task assignments
|
|
671
|
-
- Waits for agent callbacks
|
|
672
|
-
- Merges results and coordinates workflow
|
|
673
|
-
- Manages workflow transitions between phases
|
|
674
|
-
|
|
675
|
-
16. **Patient Waiting is Mandatory**: Agent execution takes significant time (typically 10-30 minutes per phase, sometimes longer). The coordinator MUST:
|
|
676
|
-
- Wait patiently for `wait()` calls to complete
|
|
677
|
-
- NOT skip workflow steps due to perceived delays
|
|
678
|
-
- NOT assume agents have failed just because they're taking time
|
|
679
|
-
- Trust the timeout mechanisms defined in the skill
|
|
680
|
-
|
|
681
|
-
17. **Use send_input for Clarification**: When agents need guidance or appear stuck, the coordinator MUST:
|
|
682
|
-
- Use `send_input()` to ask questions or provide clarification
|
|
683
|
-
- NOT skip the agent or move to next phase prematurely
|
|
684
|
-
- Give agents opportunity to respond before escalating
|
|
685
|
-
- Example: `send_input({ id: agent_id, message: "Please provide status update or clarify blockers" })`
|
|
686
|
-
|
|
687
|
-
18. **No Workflow Shortcuts**: The coordinator MUST NOT:
|
|
688
|
-
- Skip phases or stages defined in the workflow
|
|
689
|
-
- Bypass required approval or review steps
|
|
690
|
-
- Execute dependent tasks before prerequisites complete
|
|
691
|
-
- Assume task completion without explicit agent callback
|
|
692
|
-
- Make up or fabricate agent results
|
|
693
|
-
|
|
694
|
-
19. **Respect Long-Running Processes**: This is a complex multi-agent workflow that requires patience:
|
|
695
|
-
- Total execution time may range from 30-90 minutes or longer
|
|
696
|
-
- Each phase may take 10-30 minutes depending on complexity
|
|
697
|
-
- The coordinator must remain active and attentive throughout the entire process
|
|
698
|
-
- Do not terminate or skip steps due to time concerns
|
|
1
|
+
---
|
|
2
|
+
name: team-arch-opt
|
|
3
|
+
description: Unified team skill for architecture optimization. Uses team-worker agent architecture with role directories for domain logic. Coordinator orchestrates pipeline, workers are team-worker agents. Triggers on "team arch-opt".
|
|
4
|
+
allowed-tools: spawn_agent(*), wait_agent(*), send_input(*), close_agent(*), report_agent_job_result(*), request_user_input(*), Read(*), Write(*), Edit(*), Bash(*), Glob(*), Grep(*), mcp__ace-tool__search_context(*)
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Team Architecture Optimization
|
|
8
|
+
|
|
9
|
+
Orchestrate multi-agent architecture optimization: analyze codebase -> design refactoring plan -> implement changes -> validate improvements -> review code quality.
|
|
10
|
+
|
|
11
|
+
## Architecture
|
|
12
|
+
|
|
13
|
+
```
|
|
14
|
+
Skill(skill="team-arch-opt", args="task description")
|
|
15
|
+
|
|
|
16
|
+
SKILL.md (this file) = Router
|
|
17
|
+
|
|
|
18
|
+
+--------------+--------------+
|
|
19
|
+
| |
|
|
20
|
+
no --role flag --role <name>
|
|
21
|
+
| |
|
|
22
|
+
Coordinator Worker
|
|
23
|
+
roles/coordinator/role.md roles/<name>/role.md
|
|
24
|
+
|
|
|
25
|
+
+-- analyze -> dispatch -> spawn workers -> STOP
|
|
26
|
+
|
|
|
27
|
+
+-------+-------+-------+-------+
|
|
28
|
+
v v v v v
|
|
29
|
+
[analyzer][designer][refactorer][validator][reviewer]
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
## Role Registry
|
|
33
|
+
|
|
34
|
+
| Role | Path | Prefix | Inner Loop |
|
|
35
|
+
|------|------|--------|------------|
|
|
36
|
+
| coordinator | [roles/coordinator/role.md](roles/coordinator/role.md) | — | — |
|
|
37
|
+
| analyzer | [roles/analyzer/role.md](roles/analyzer/role.md) | ANALYZE-* | false |
|
|
38
|
+
| designer | [roles/designer/role.md](roles/designer/role.md) | DESIGN-* | false |
|
|
39
|
+
| refactorer | [roles/refactorer/role.md](roles/refactorer/role.md) | REFACTOR-*, FIX-* | true |
|
|
40
|
+
| validator | [roles/validator/role.md](roles/validator/role.md) | VALIDATE-* | false |
|
|
41
|
+
| reviewer | [roles/reviewer/role.md](roles/reviewer/role.md) | REVIEW-*, QUALITY-* | false |
|
|
42
|
+
|
|
43
|
+
## Role Router
|
|
44
|
+
|
|
45
|
+
Parse `$ARGUMENTS`:
|
|
46
|
+
- Has `--role <name>` -> Read `roles/<name>/role.md`, execute Phase 2-4
|
|
47
|
+
- No `--role` -> `roles/coordinator/role.md`, execute entry router
|
|
48
|
+
|
|
49
|
+
## Shared Constants
|
|
50
|
+
|
|
51
|
+
- **Session prefix**: `TAO`
|
|
52
|
+
- **Session path**: `.workflow/.team/TAO-<slug>-<date>/`
|
|
53
|
+
- **CLI tools**: `ccw cli --mode analysis` (read-only), `ccw cli --mode write` (modifications)
|
|
54
|
+
- **Message bus**: `mcp__ccw-tools__team_msg(session_id=<session-id>, ...)`
|
|
55
|
+
|
|
56
|
+
## Worker Spawn Template
|
|
57
|
+
|
|
58
|
+
Coordinator spawns workers using this template:
|
|
59
|
+
|
|
60
|
+
```
|
|
61
|
+
spawn_agent({
|
|
62
|
+
agent_type: "team_worker",
|
|
63
|
+
items: [
|
|
64
|
+
{ type: "text", text: `## Role Assignment
|
|
65
|
+
role: <role>
|
|
66
|
+
role_spec: <skill_root>/roles/<role>/role.md
|
|
67
|
+
session: <session-folder>
|
|
68
|
+
session_id: <session-id>
|
|
69
|
+
requirement: <task-description>
|
|
70
|
+
inner_loop: <true|false>
|
|
71
|
+
|
|
72
|
+
Read role_spec file (<skill_root>/roles/<role>/role.md) to load Phase 2-4 domain instructions.` },
|
|
73
|
+
|
|
74
|
+
{ type: "text", text: `## Task Context
|
|
75
|
+
task_id: <task-id>
|
|
76
|
+
title: <task-title>
|
|
77
|
+
description: <task-description>
|
|
78
|
+
pipeline_phase: <pipeline-phase>` },
|
|
79
|
+
|
|
80
|
+
{ type: "text", text: `## Upstream Context
|
|
81
|
+
<prev_context>` }
|
|
82
|
+
]
|
|
83
|
+
})
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
After spawning, use `wait_agent({ ids: [...], timeout_ms: 900000 })` to collect results, then `close_agent({ id })` each worker.
|
|
87
|
+
|
|
88
|
+
**Inner Loop roles** (refactorer): Set `inner_loop: true`.
|
|
89
|
+
**Single-task roles** (analyzer, designer, validator, reviewer): Set `inner_loop: false`.
|
|
90
|
+
|
|
91
|
+
## User Commands
|
|
92
|
+
|
|
93
|
+
| Command | Action |
|
|
94
|
+
|---------|--------|
|
|
95
|
+
| `check` / `status` | View execution status graph (branch-grouped), no advancement |
|
|
96
|
+
| `resume` / `continue` | Check worker states, advance next step |
|
|
97
|
+
| `revise <TASK-ID> [feedback]` | Revise specific task + cascade downstream |
|
|
98
|
+
| `feedback <text>` | Analyze feedback impact, create targeted revision chain |
|
|
99
|
+
| `recheck` | Re-run quality check |
|
|
100
|
+
| `improve [dimension]` | Auto-improve weakest dimension |
|
|
101
|
+
|
|
102
|
+
## Session Directory
|
|
103
|
+
|
|
104
|
+
```
|
|
105
|
+
.workflow/.team/TAO-<slug>-<date>/
|
|
106
|
+
├── session.json # Session metadata + status + parallel_mode
|
|
107
|
+
├── task-analysis.json # Coordinator analyze output
|
|
108
|
+
├── artifacts/
|
|
109
|
+
│ ├── architecture-baseline.json # Analyzer: pre-refactoring metrics
|
|
110
|
+
│ ├── architecture-report.md # Analyzer: ranked structural issue findings
|
|
111
|
+
│ ├── refactoring-plan.md # Designer: prioritized refactoring plan
|
|
112
|
+
│ ├── validation-results.json # Validator: post-refactoring validation
|
|
113
|
+
│ ├── review-report.md # Reviewer: code review findings
|
|
114
|
+
│ ├── aggregate-results.json # Fan-out/independent: aggregated results
|
|
115
|
+
│ ├── branches/ # Fan-out mode branch artifacts
|
|
116
|
+
│ │ └── B{NN}/
|
|
117
|
+
│ │ ├── refactoring-detail.md
|
|
118
|
+
│ │ ├── validation-results.json
|
|
119
|
+
│ │ └── review-report.md
|
|
120
|
+
│ └── pipelines/ # Independent mode pipeline artifacts
|
|
121
|
+
│ └── {P}/
|
|
122
|
+
│ └── ...
|
|
123
|
+
├── explorations/
|
|
124
|
+
│ ├── cache-index.json # Shared explore cache
|
|
125
|
+
│ └── <hash>.md
|
|
126
|
+
├── wisdom/
|
|
127
|
+
│ └── patterns.md # Discovered patterns and conventions
|
|
128
|
+
├── discussions/
|
|
129
|
+
│ ├── DISCUSS-REFACTOR.md
|
|
130
|
+
│ └── DISCUSS-REVIEW.md
|
|
131
|
+
└── .msg/
|
|
132
|
+
├── messages.jsonl # Message bus log
|
|
133
|
+
└── meta.json # Session state + cross-role state
|
|
134
|
+
```
|
|
135
|
+
|
|
136
|
+
## Specs Reference
|
|
137
|
+
|
|
138
|
+
- [specs/pipelines.md](specs/pipelines.md) — Pipeline definitions, task registry, parallel modes
|
|
139
|
+
|
|
140
|
+
## Error Handling
|
|
141
|
+
|
|
142
|
+
| Scenario | Resolution |
|
|
143
|
+
|----------|------------|
|
|
144
|
+
| Unknown command | Error with available command list |
|
|
145
|
+
| Role not found | Error with role registry |
|
|
146
|
+
| CLI tool fails | Worker fallback to direct implementation |
|
|
147
|
+
| Fast-advance conflict | Coordinator reconciles on next callback |
|
|
148
|
+
| Completion action fails | Default to Keep Active |
|
|
149
|
+
| consensus_blocked HIGH | Coordinator creates revision task or pauses pipeline |
|
|
150
|
+
| Branch fix cycle >= 3 | Escalate only that branch to user, others continue |
|
|
151
|
+
| max_branches exceeded | Coordinator truncates to top N at CP-2.5 |
|