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,769 +1,144 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: team-testing
|
|
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
|
-
## Agent Registry (Interactive Agents)
|
|
147
|
-
|
|
148
|
-
| Agent | Role File | Pattern | Responsibility | Position |
|
|
149
|
-
|-------|-----------|---------|----------------|----------|
|
|
150
|
-
| Test Executor | agents/executor.md | 2.3 (send_input cycle) | Execute tests with iterative fix cycle, report pass rate and coverage | per-wave |
|
|
151
|
-
| GC Loop Handler | agents/gc-loop-handler.md | 2.3 (send_input cycle) | Manage Generator-Critic loop: evaluate coverage, trigger fix rounds | post-wave |
|
|
152
|
-
|
|
153
|
-
> **COMPACT PROTECTION**: Agent files are execution documents. When context compression occurs, **you MUST immediately `Read` the corresponding agent.md** to reload.
|
|
154
|
-
|
|
155
|
-
---
|
|
156
|
-
|
|
157
|
-
## Output Artifacts
|
|
158
|
-
|
|
159
|
-
| File | Purpose | Lifecycle |
|
|
160
|
-
|------|---------|-----------|
|
|
161
|
-
| `tasks.csv` | Master state -- all tasks with status/findings | Updated after each wave |
|
|
162
|
-
| `wave-{N}.csv` | Per-wave input (temporary, csv-wave tasks only) | Created before wave, deleted after |
|
|
163
|
-
| `results.csv` | Final export of all task results | Created in Phase 4 |
|
|
164
|
-
| `discoveries.ndjson` | Shared exploration board (all agents, both modes) | Append-only, carries across waves |
|
|
165
|
-
| `context.md` | Human-readable execution report | Created in Phase 4 |
|
|
166
|
-
| `strategy/test-strategy.md` | Strategist output: test strategy document | Created in wave 1 |
|
|
167
|
-
| `tests/L1-unit/` | Generator output: L1 unit test files | Created in L1 wave |
|
|
168
|
-
| `tests/L2-integration/` | Generator output: L2 integration test files | Created in L2 wave |
|
|
169
|
-
| `tests/L3-e2e/` | Generator output: L3 E2E test files | Created in L3 wave |
|
|
170
|
-
| `results/run-{layer}.json` | Executor output: per-layer test results | Created per execution |
|
|
171
|
-
| `analysis/quality-report.md` | Analyst output: quality analysis report | Created in final wave |
|
|
172
|
-
| `interactive/{id}-result.json` | Results from interactive tasks | Created per interactive task |
|
|
173
|
-
|
|
174
|
-
---
|
|
175
|
-
|
|
176
|
-
## Session Structure
|
|
177
|
-
|
|
178
|
-
```
|
|
179
|
-
.workflow/.csv-wave/{session-id}/
|
|
180
|
-
+-- tasks.csv # Master state (all tasks, both modes)
|
|
181
|
-
+-- results.csv # Final results export
|
|
182
|
-
+-- discoveries.ndjson # Shared discovery board (all agents)
|
|
183
|
-
+-- context.md # Human-readable report
|
|
184
|
-
+-- wave-{N}.csv # Temporary per-wave input (csv-wave only)
|
|
185
|
-
+-- strategy/ # Strategist output
|
|
186
|
-
| +-- test-strategy.md
|
|
187
|
-
+-- tests/ # Generator output
|
|
188
|
-
| +-- L1-unit/
|
|
189
|
-
| +-- L2-integration/
|
|
190
|
-
| +-- L3-e2e/
|
|
191
|
-
+-- results/ # Executor output
|
|
192
|
-
| +-- run-L1.json
|
|
193
|
-
| +-- run-L2.json
|
|
194
|
-
| +-- run-L3.json
|
|
195
|
-
+-- analysis/ # Analyst output
|
|
196
|
-
| +-- quality-report.md
|
|
197
|
-
+-- wisdom/ # Cross-task knowledge
|
|
198
|
-
| +-- learnings.md
|
|
199
|
-
| +-- conventions.md
|
|
200
|
-
| +-- decisions.md
|
|
201
|
-
+-- interactive/ # Interactive task artifacts
|
|
202
|
-
| +-- {id}-result.json
|
|
203
|
-
+-- gc-state.json # GC loop tracking state
|
|
204
|
-
```
|
|
205
|
-
|
|
206
|
-
---
|
|
207
|
-
|
|
208
|
-
## Implementation
|
|
209
|
-
|
|
210
|
-
### Session Initialization
|
|
211
|
-
|
|
212
|
-
```javascript
|
|
213
|
-
const getUtc8ISOString = () => new Date(Date.now() + 8 * 60 * 60 * 1000).toISOString()
|
|
214
|
-
|
|
215
|
-
const AUTO_YES = $ARGUMENTS.includes('--yes') || $ARGUMENTS.includes('-y')
|
|
216
|
-
const continueMode = $ARGUMENTS.includes('--continue')
|
|
217
|
-
const concurrencyMatch = $ARGUMENTS.match(/(?:--concurrency|-c)\s+(\d+)/)
|
|
218
|
-
const maxConcurrency = concurrencyMatch ? parseInt(concurrencyMatch[1]) : 3
|
|
219
|
-
|
|
220
|
-
const requirement = $ARGUMENTS
|
|
221
|
-
.replace(/--yes|-y|--continue|--concurrency\s+\d+|-c\s+\d+/g, '')
|
|
222
|
-
.trim()
|
|
223
|
-
|
|
224
|
-
const slug = requirement.toLowerCase()
|
|
225
|
-
.replace(/[^a-z0-9\u4e00-\u9fa5]+/g, '-')
|
|
226
|
-
.substring(0, 40)
|
|
227
|
-
const dateStr = getUtc8ISOString().substring(0, 10).replace(/-/g, '')
|
|
228
|
-
const sessionId = `tst-${slug}-${dateStr}`
|
|
229
|
-
const sessionFolder = `.workflow/.csv-wave/${sessionId}`
|
|
230
|
-
|
|
231
|
-
Bash(`mkdir -p ${sessionFolder}/strategy ${sessionFolder}/tests/L1-unit ${sessionFolder}/tests/L2-integration ${sessionFolder}/tests/L3-e2e ${sessionFolder}/results ${sessionFolder}/analysis ${sessionFolder}/wisdom ${sessionFolder}/interactive`)
|
|
232
|
-
|
|
233
|
-
// Initialize discoveries.ndjson
|
|
234
|
-
Write(`${sessionFolder}/discoveries.ndjson`, '')
|
|
235
|
-
|
|
236
|
-
// Initialize wisdom files
|
|
237
|
-
Write(`${sessionFolder}/wisdom/learnings.md`, '# Learnings\n')
|
|
238
|
-
Write(`${sessionFolder}/wisdom/conventions.md`, '# Conventions\n')
|
|
239
|
-
Write(`${sessionFolder}/wisdom/decisions.md`, '# Decisions\n')
|
|
240
|
-
|
|
241
|
-
// Initialize GC state
|
|
242
|
-
Write(`${sessionFolder}/gc-state.json`, JSON.stringify({
|
|
243
|
-
rounds: {}, coverage_history: [], max_rounds_per_layer: 3
|
|
244
|
-
}, null, 2))
|
|
245
|
-
```
|
|
246
|
-
|
|
247
|
-
---
|
|
248
|
-
|
|
249
|
-
### Phase 0: Pre-Wave Interactive (Requirement Clarification)
|
|
250
|
-
|
|
251
|
-
**Objective**: Parse task description, analyze change scope, select pipeline mode.
|
|
252
|
-
|
|
253
|
-
**Workflow**:
|
|
254
|
-
|
|
255
|
-
1. **Parse user task description** from $ARGUMENTS
|
|
256
|
-
|
|
257
|
-
2. **Check for existing sessions** (continue mode):
|
|
258
|
-
- Scan `.workflow/.csv-wave/tst-*/tasks.csv` for sessions with pending tasks
|
|
259
|
-
- If `--continue`: resume the specified or most recent session, skip to Phase 2
|
|
260
|
-
- If active session found: ask user whether to resume or start new
|
|
261
|
-
|
|
262
|
-
3. **Analyze change scope**:
|
|
263
|
-
```bash
|
|
264
|
-
git diff --name-only HEAD~1 2>/dev/null || git diff --name-only --cached
|
|
265
|
-
```
|
|
266
|
-
|
|
267
|
-
4. **Select pipeline**:
|
|
268
|
-
|
|
269
|
-
| Condition | Pipeline | Stages |
|
|
270
|
-
|-----------|----------|--------|
|
|
271
|
-
| fileCount <= 3 AND moduleCount <= 1 | targeted | strategy -> gen-L1 -> run-L1 |
|
|
272
|
-
| fileCount <= 10 AND moduleCount <= 3 | standard | strategy -> gen-L1 -> run-L1 -> gen-L2 -> run-L2 -> analysis |
|
|
273
|
-
| Otherwise | comprehensive | strategy -> [gen-L1 // gen-L2] -> [run-L1 // run-L2] -> gen-L3 -> run-L3 -> analysis |
|
|
274
|
-
|
|
275
|
-
5. **Clarify if ambiguous** (skip if AUTO_YES):
|
|
276
|
-
```javascript
|
|
277
|
-
request_user_input({
|
|
278
|
-
questions: [{
|
|
279
|
-
question: `Detected scope suggests '${pipeline}' pipeline. Approve or override?`,
|
|
280
|
-
header: "Pipeline",
|
|
281
|
-
id: "pipeline_select",
|
|
282
|
-
options: [
|
|
283
|
-
{ label: "Approve (Recommended)", description: `Use ${pipeline} pipeline as detected` },
|
|
284
|
-
{ label: "Targeted", description: "Minimal: L1 only" },
|
|
285
|
-
{ label: "Standard/Full", description: "Progressive L1+L2 or comprehensive L1+L2+L3" }
|
|
286
|
-
]
|
|
287
|
-
}]
|
|
288
|
-
})
|
|
289
|
-
```
|
|
290
|
-
|
|
291
|
-
6. **Output**: Refined requirement, pipeline mode, changed file list
|
|
292
|
-
|
|
293
|
-
**Success Criteria**:
|
|
294
|
-
- Pipeline mode selected
|
|
295
|
-
- Changed files identified
|
|
296
|
-
- Refined requirements available for Phase 1 decomposition
|
|
297
|
-
|
|
298
|
-
---
|
|
299
|
-
|
|
300
|
-
### Phase 1: Requirement -> CSV + Classification
|
|
301
|
-
|
|
302
|
-
**Objective**: Decompose testing task into dependency-ordered CSV tasks with wave assignments.
|
|
303
|
-
|
|
304
|
-
**Decomposition Rules**:
|
|
305
|
-
|
|
306
|
-
1. **Detect test framework** from project files:
|
|
307
|
-
|
|
308
|
-
| Signal File | Framework |
|
|
309
|
-
|-------------|-----------|
|
|
310
|
-
| vitest.config.ts/js | Vitest |
|
|
311
|
-
| jest.config.js/ts | Jest |
|
|
312
|
-
| pytest.ini / pyproject.toml | Pytest |
|
|
313
|
-
| No detection | Default to Jest |
|
|
314
|
-
|
|
315
|
-
2. **Build pipeline task chain** from selected pipeline:
|
|
316
|
-
|
|
317
|
-
| Pipeline | Task Chain |
|
|
318
|
-
|----------|------------|
|
|
319
|
-
| targeted | STRATEGY-001 -> TESTGEN-001 -> TESTRUN-001 |
|
|
320
|
-
| standard | STRATEGY-001 -> TESTGEN-001 -> TESTRUN-001 -> TESTGEN-002 -> TESTRUN-002 -> TESTANA-001 |
|
|
321
|
-
| comprehensive | STRATEGY-001 -> [TESTGEN-001, TESTGEN-002] -> [TESTRUN-001, TESTRUN-002] -> TESTGEN-003 -> TESTRUN-003 -> TESTANA-001 |
|
|
322
|
-
|
|
323
|
-
3. **Assign roles, layers, and coverage targets** per task
|
|
324
|
-
|
|
325
|
-
4. **Assign exec_mode**:
|
|
326
|
-
- Strategist, Generator, Analyst tasks: `csv-wave` (single-pass)
|
|
327
|
-
- Executor tasks: `interactive` (iterative fix cycle)
|
|
328
|
-
|
|
329
|
-
**Classification Rules**:
|
|
330
|
-
|
|
331
|
-
| Task Property | exec_mode |
|
|
332
|
-
|---------------|-----------|
|
|
333
|
-
| Strategy analysis (single-pass read + write) | `csv-wave` |
|
|
334
|
-
| Test code generation (single-pass write) | `csv-wave` |
|
|
335
|
-
| Test execution with fix loop (multi-round) | `interactive` |
|
|
336
|
-
| Quality analysis (single-pass read + write) | `csv-wave` |
|
|
337
|
-
|
|
338
|
-
**Wave Computation**: Kahn's BFS topological sort with depth tracking.
|
|
339
|
-
|
|
340
|
-
**User Validation**: Display task breakdown with wave + exec_mode + layer assignment (skip if AUTO_YES).
|
|
341
|
-
|
|
342
|
-
**Success Criteria**:
|
|
343
|
-
- tasks.csv created with valid schema, wave, and exec_mode assignments
|
|
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, GC loop handling, 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 csv-wave tasks
|
|
378
|
-
const pendingCsvTasks = csvTasks.filter(t => t.status === 'pending')
|
|
379
|
-
if (pendingCsvTasks.length > 0) {
|
|
380
|
-
for (const task of pendingCsvTasks) {
|
|
381
|
-
task.prev_context = buildPrevContext(task, tasks)
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
Write(`${sessionFolder}/wave-${wave}.csv`, toCsv(pendingCsvTasks))
|
|
385
|
-
|
|
386
|
-
// Read instruction template
|
|
387
|
-
Read(`instructions/agent-instruction.md`)
|
|
388
|
-
|
|
389
|
-
// Build instruction with session folder baked in
|
|
390
|
-
const instruction = buildTestingInstruction(sessionFolder, wave)
|
|
391
|
-
|
|
392
|
-
spawn_agents_on_csv({
|
|
393
|
-
csv_path: `${sessionFolder}/wave-${wave}.csv`,
|
|
394
|
-
id_column: "id",
|
|
395
|
-
instruction: instruction,
|
|
396
|
-
max_concurrency: maxConcurrency,
|
|
397
|
-
max_runtime_seconds: 900,
|
|
398
|
-
output_csv_path: `${sessionFolder}/wave-${wave}-results.csv`,
|
|
399
|
-
output_schema: {
|
|
400
|
-
type: "object",
|
|
401
|
-
properties: {
|
|
402
|
-
id: { type: "string" },
|
|
403
|
-
status: { type: "string", enum: ["completed", "failed"] },
|
|
404
|
-
findings: { type: "string" },
|
|
405
|
-
pass_rate: { type: "string" },
|
|
406
|
-
coverage_achieved: { type: "string" },
|
|
407
|
-
test_files: { type: "string" },
|
|
408
|
-
error: { type: "string" }
|
|
409
|
-
}
|
|
410
|
-
}
|
|
411
|
-
})
|
|
412
|
-
|
|
413
|
-
// Merge results
|
|
414
|
-
const results = parseCsv(Read(`${sessionFolder}/wave-${wave}-results.csv`))
|
|
415
|
-
for (const r of results) {
|
|
416
|
-
const t = tasks.find(t => t.id === r.id)
|
|
417
|
-
if (t) Object.assign(t, r)
|
|
418
|
-
}
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
// 4. Execute interactive tasks (executor with fix cycle)
|
|
422
|
-
const pendingInteractive = interactiveTasks.filter(t => t.status === 'pending')
|
|
423
|
-
for (const task of pendingInteractive) {
|
|
424
|
-
Read(`agents/executor.md`)
|
|
425
|
-
|
|
426
|
-
const prevContext = buildPrevContext(task, tasks)
|
|
427
|
-
const agent = spawn_agent({
|
|
428
|
-
message: `## TASK ASSIGNMENT\n\n### MANDATORY FIRST STEPS\n1. Read: agents/executor.md\n2. Read: ${sessionFolder}/discoveries.ndjson\n3. Read: .workflow/project-tech.json (if exists)\n\n---\n\nGoal: ${task.description}\nLayer: ${task.layer}\nCoverage Target: ${task.coverage_target}%\nSession: ${sessionFolder}\n\n### Previous Context\n${prevContext}`
|
|
429
|
-
})
|
|
430
|
-
const result = wait({ ids: [agent], timeout_ms: 900000 })
|
|
431
|
-
if (result.timed_out) {
|
|
432
|
-
send_input({ id: agent, message: "Please finalize current test results and report." })
|
|
433
|
-
wait({ ids: [agent], timeout_ms: 120000 })
|
|
434
|
-
}
|
|
435
|
-
Write(`${sessionFolder}/interactive/${task.id}-result.json`, JSON.stringify({
|
|
436
|
-
task_id: task.id, status: "completed", findings: parseFindings(result),
|
|
437
|
-
timestamp: getUtc8ISOString()
|
|
438
|
-
}))
|
|
439
|
-
close_agent({ id: agent })
|
|
440
|
-
task.status = result.success ? 'completed' : 'failed'
|
|
441
|
-
task.findings = parseFindings(result)
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
// 5. GC Loop Check (after executor completes)
|
|
445
|
-
for (const task of pendingInteractive.filter(t => t.role === 'executor')) {
|
|
446
|
-
const gcState = JSON.parse(Read(`${sessionFolder}/gc-state.json`))
|
|
447
|
-
const layer = task.layer
|
|
448
|
-
const rounds = gcState.rounds[layer] || 0
|
|
449
|
-
const coverageAchieved = parseFloat(task.coverage_achieved || '0')
|
|
450
|
-
const coverageTarget = parseFloat(task.coverage_target || '80')
|
|
451
|
-
const passRate = parseFloat(task.pass_rate || '0')
|
|
452
|
-
|
|
453
|
-
if (coverageAchieved < coverageTarget && passRate < 0.95 && rounds < 3) {
|
|
454
|
-
// Trigger GC fix round
|
|
455
|
-
gcState.rounds[layer] = rounds + 1
|
|
456
|
-
Write(`${sessionFolder}/gc-state.json`, JSON.stringify(gcState, null, 2))
|
|
457
|
-
|
|
458
|
-
// Insert fix tasks into tasks array for a subsequent micro-wave
|
|
459
|
-
// TESTGEN-fix task + TESTRUN-fix task
|
|
460
|
-
// These are spawned inline, not added to CSV
|
|
461
|
-
Read(`agents/gc-loop-handler.md`)
|
|
462
|
-
const gcAgent = spawn_agent({
|
|
463
|
-
message: `## GC LOOP ROUND ${rounds + 1}\n\n### MANDATORY FIRST STEPS\n1. Read: agents/gc-loop-handler.md\n2. Read: ${sessionFolder}/discoveries.ndjson\n\nLayer: ${layer}\nRound: ${rounds + 1}/3\nCurrent Coverage: ${coverageAchieved}%\nTarget: ${coverageTarget}%\nPass Rate: ${passRate}\nSession: ${sessionFolder}\nPrevious Results: ${sessionFolder}/results/run-${layer}.json\nTest Directory: ${sessionFolder}/tests/${layer === 'L1' ? 'L1-unit' : layer === 'L2' ? 'L2-integration' : 'L3-e2e'}/`
|
|
464
|
-
})
|
|
465
|
-
const gcResult = wait({ ids: [gcAgent], timeout_ms: 900000 })
|
|
466
|
-
close_agent({ id: gcAgent })
|
|
467
|
-
}
|
|
468
|
-
}
|
|
469
|
-
|
|
470
|
-
// 6. Update master CSV
|
|
471
|
-
Write(`${sessionFolder}/tasks.csv`, toCsv(tasks))
|
|
472
|
-
|
|
473
|
-
// 7. Cleanup temp files
|
|
474
|
-
Bash(`rm -f ${sessionFolder}/wave-${wave}.csv ${sessionFolder}/wave-${wave}-results.csv`)
|
|
475
|
-
|
|
476
|
-
// 8. Display wave summary
|
|
477
|
-
const completed = waveTasks.filter(t => t.status === 'completed').length
|
|
478
|
-
const failed = waveTasks.filter(t => t.status === 'failed').length
|
|
479
|
-
const skipped = waveTasks.filter(t => t.status === 'skipped').length
|
|
480
|
-
console.log(`Wave ${wave} Complete: ${completed} completed, ${failed} failed, ${skipped} skipped`)
|
|
481
|
-
}
|
|
482
|
-
```
|
|
483
|
-
|
|
484
|
-
**Success Criteria**:
|
|
485
|
-
- All waves executed in order
|
|
486
|
-
- Both csv-wave and interactive tasks handled per wave
|
|
487
|
-
- Each wave's results merged into master CSV before next wave starts
|
|
488
|
-
- GC loops triggered when coverage below target (max 3 rounds per layer)
|
|
489
|
-
- Dependent tasks skipped when predecessor failed
|
|
490
|
-
- discoveries.ndjson accumulated across all waves and mechanisms
|
|
491
|
-
|
|
492
|
-
---
|
|
493
|
-
|
|
494
|
-
### Phase 3: Post-Wave Interactive (Completion Action)
|
|
495
|
-
|
|
496
|
-
**Objective**: Pipeline completion report with coverage metrics and interactive completion choice.
|
|
497
|
-
|
|
498
|
-
```javascript
|
|
499
|
-
const tasks = parseCsv(Read(`${sessionFolder}/tasks.csv`))
|
|
500
|
-
const completed = tasks.filter(t => t.status === 'completed')
|
|
501
|
-
const failed = tasks.filter(t => t.status === 'failed')
|
|
502
|
-
const gcState = JSON.parse(Read(`${sessionFolder}/gc-state.json`))
|
|
503
|
-
|
|
504
|
-
// Coverage summary per layer
|
|
505
|
-
const layerSummary = ['L1', 'L2', 'L3'].map(layer => {
|
|
506
|
-
const execTask = tasks.find(t => t.role === 'executor' && t.layer === layer && t.status === 'completed')
|
|
507
|
-
return execTask ? ` ${layer}: ${execTask.coverage_achieved}% coverage, ${execTask.pass_rate} pass rate` : null
|
|
508
|
-
}).filter(Boolean).join('\n')
|
|
509
|
-
|
|
510
|
-
console.log(`
|
|
511
|
-
============================================
|
|
512
|
-
TESTING PIPELINE COMPLETE
|
|
513
|
-
|
|
514
|
-
Deliverables:
|
|
515
|
-
${completed.map(t => ` - ${t.id}: ${t.title} (${t.role})`).join('\n')}
|
|
516
|
-
|
|
517
|
-
Coverage:
|
|
518
|
-
${layerSummary}
|
|
519
|
-
|
|
520
|
-
GC Rounds: ${JSON.stringify(gcState.rounds)}
|
|
521
|
-
Pipeline: ${completed.length}/${tasks.length} tasks
|
|
522
|
-
Session: ${sessionFolder}
|
|
523
|
-
============================================
|
|
524
|
-
`)
|
|
525
|
-
|
|
526
|
-
if (!AUTO_YES) {
|
|
527
|
-
request_user_input({
|
|
528
|
-
questions: [{
|
|
529
|
-
question: "Testing pipeline complete. Choose next action.",
|
|
530
|
-
header: "Done",
|
|
531
|
-
id: "completion",
|
|
532
|
-
options: [
|
|
533
|
-
{ label: "Archive (Recommended)", description: "Archive session, output final summary" },
|
|
534
|
-
{ label: "Keep Active", description: "Keep session for follow-up work" },
|
|
535
|
-
{ label: "Deepen Coverage", description: "Add more test layers or increase coverage targets" }
|
|
536
|
-
]
|
|
537
|
-
}]
|
|
538
|
-
})
|
|
539
|
-
}
|
|
540
|
-
```
|
|
541
|
-
|
|
542
|
-
**Success Criteria**:
|
|
543
|
-
- Post-wave interactive processing complete
|
|
544
|
-
- Coverage metrics displayed
|
|
545
|
-
- User informed of results
|
|
546
|
-
|
|
547
|
-
---
|
|
548
|
-
|
|
549
|
-
### Phase 4: Results Aggregation
|
|
550
|
-
|
|
551
|
-
**Objective**: Generate final results and human-readable report.
|
|
552
|
-
|
|
553
|
-
```javascript
|
|
554
|
-
// 1. Export results.csv
|
|
555
|
-
Bash(`cp ${sessionFolder}/tasks.csv ${sessionFolder}/results.csv`)
|
|
556
|
-
|
|
557
|
-
// 2. Generate context.md
|
|
558
|
-
const tasks = parseCsv(Read(`${sessionFolder}/tasks.csv`))
|
|
559
|
-
const gcState = JSON.parse(Read(`${sessionFolder}/gc-state.json`))
|
|
560
|
-
|
|
561
|
-
let contextMd = `# Team Testing Report\n\n`
|
|
562
|
-
contextMd += `**Session**: ${sessionId}\n`
|
|
563
|
-
contextMd += `**Date**: ${getUtc8ISOString().substring(0, 10)}\n\n`
|
|
564
|
-
|
|
565
|
-
contextMd += `## Summary\n`
|
|
566
|
-
contextMd += `| Status | Count |\n|--------|-------|\n`
|
|
567
|
-
contextMd += `| Completed | ${tasks.filter(t => t.status === 'completed').length} |\n`
|
|
568
|
-
contextMd += `| Failed | ${tasks.filter(t => t.status === 'failed').length} |\n`
|
|
569
|
-
contextMd += `| Skipped | ${tasks.filter(t => t.status === 'skipped').length} |\n\n`
|
|
570
|
-
|
|
571
|
-
contextMd += `## Coverage Results\n\n`
|
|
572
|
-
contextMd += `| Layer | Coverage | Target | Pass Rate | GC Rounds |\n`
|
|
573
|
-
contextMd += `|-------|----------|--------|-----------|----------|\n`
|
|
574
|
-
for (const layer of ['L1', 'L2', 'L3']) {
|
|
575
|
-
const execTask = tasks.find(t => t.role === 'executor' && t.layer === layer)
|
|
576
|
-
if (execTask) {
|
|
577
|
-
contextMd += `| ${layer} | ${execTask.coverage_achieved || 'N/A'}% | ${execTask.coverage_target}% | ${execTask.pass_rate || 'N/A'} | ${gcState.rounds[layer] || 0} |\n`
|
|
578
|
-
}
|
|
579
|
-
}
|
|
580
|
-
contextMd += '\n'
|
|
581
|
-
|
|
582
|
-
const maxWave = Math.max(...tasks.map(t => t.wave))
|
|
583
|
-
contextMd += `## Wave Execution\n\n`
|
|
584
|
-
for (let w = 1; w <= maxWave; w++) {
|
|
585
|
-
const waveTasks = tasks.filter(t => t.wave === w)
|
|
586
|
-
contextMd += `### Wave ${w}\n\n`
|
|
587
|
-
for (const t of waveTasks) {
|
|
588
|
-
const icon = t.status === 'completed' ? '[DONE]' : t.status === 'failed' ? '[FAIL]' : '[SKIP]'
|
|
589
|
-
contextMd += `${icon} **${t.title}** [${t.role}/${t.layer || '-'}] ${t.findings || ''}\n\n`
|
|
590
|
-
}
|
|
591
|
-
}
|
|
592
|
-
|
|
593
|
-
Write(`${sessionFolder}/context.md`, contextMd)
|
|
594
|
-
|
|
595
|
-
console.log(`Results exported to: ${sessionFolder}/results.csv`)
|
|
596
|
-
console.log(`Report generated at: ${sessionFolder}/context.md`)
|
|
597
|
-
```
|
|
598
|
-
|
|
599
|
-
**Success Criteria**:
|
|
600
|
-
- results.csv exported (all tasks, both modes)
|
|
601
|
-
- context.md generated with coverage breakdown
|
|
602
|
-
- Summary displayed to user
|
|
603
|
-
|
|
604
|
-
---
|
|
605
|
-
|
|
606
|
-
## Shared Discovery Board Protocol
|
|
607
|
-
|
|
608
|
-
All agents (csv-wave and interactive) share a single `discoveries.ndjson` file for cross-task knowledge exchange.
|
|
609
|
-
|
|
610
|
-
**Format**: One JSON object per line (NDJSON):
|
|
611
|
-
|
|
612
|
-
```jsonl
|
|
613
|
-
{"ts":"2026-03-08T10:00:00Z","worker":"STRATEGY-001","type":"framework_detected","data":{"framework":"vitest","config_file":"vitest.config.ts","test_pattern":"**/*.test.ts"}}
|
|
614
|
-
{"ts":"2026-03-08T10:05:00Z","worker":"TESTGEN-001","type":"test_generated","data":{"file":"tests/L1-unit/auth.test.ts","source_file":"src/auth.ts","test_count":8}}
|
|
615
|
-
{"ts":"2026-03-08T10:10:00Z","worker":"TESTRUN-001","type":"defect_found","data":{"file":"src/auth.ts","line":42,"pattern":"null_reference","description":"Missing null check on token payload"}}
|
|
616
|
-
```
|
|
617
|
-
|
|
618
|
-
**Discovery Types**:
|
|
619
|
-
|
|
620
|
-
| Type | Data Schema | Description |
|
|
621
|
-
|------|-------------|-------------|
|
|
622
|
-
| `framework_detected` | `{framework, config_file, test_pattern}` | Test framework identified |
|
|
623
|
-
| `test_generated` | `{file, source_file, test_count}` | Test file created |
|
|
624
|
-
| `defect_found` | `{file, line, pattern, description}` | Defect pattern discovered |
|
|
625
|
-
| `coverage_gap` | `{file, current, target, gap}` | Coverage gap identified |
|
|
626
|
-
| `convention_found` | `{pattern, example_file, description}` | Test convention detected |
|
|
627
|
-
| `fix_applied` | `{test_file, fix_type, description}` | Test fix during GC loop |
|
|
628
|
-
|
|
629
|
-
**Protocol**:
|
|
630
|
-
1. Agents MUST read discoveries.ndjson at start of execution
|
|
631
|
-
2. Agents MUST append relevant discoveries during execution
|
|
632
|
-
3. Agents MUST NOT modify or delete existing entries
|
|
633
|
-
4. Deduplication by `{type, data.file}` key
|
|
634
|
-
|
|
635
|
-
---
|
|
636
|
-
|
|
637
|
-
## Pipeline Definitions
|
|
638
|
-
|
|
639
|
-
### Targeted Pipeline (3 tasks, serial)
|
|
640
|
-
|
|
641
|
-
```
|
|
642
|
-
STRATEGY-001 -> TESTGEN-001 -> TESTRUN-001
|
|
643
|
-
```
|
|
644
|
-
|
|
645
|
-
| Task ID | Role | Layer | Wave | exec_mode |
|
|
646
|
-
|---------|------|-------|------|-----------|
|
|
647
|
-
| STRATEGY-001 | strategist | - | 1 | csv-wave |
|
|
648
|
-
| TESTGEN-001 | generator | L1 | 2 | csv-wave |
|
|
649
|
-
| TESTRUN-001 | executor | L1 | 3 | interactive |
|
|
650
|
-
|
|
651
|
-
### Standard Pipeline (6 tasks, progressive layers)
|
|
652
|
-
|
|
653
|
-
```
|
|
654
|
-
STRATEGY-001 -> TESTGEN-001 -> TESTRUN-001 -> TESTGEN-002 -> TESTRUN-002 -> TESTANA-001
|
|
655
|
-
```
|
|
656
|
-
|
|
657
|
-
| Task ID | Role | Layer | Wave | exec_mode |
|
|
658
|
-
|---------|------|-------|------|-----------|
|
|
659
|
-
| STRATEGY-001 | strategist | - | 1 | csv-wave |
|
|
660
|
-
| TESTGEN-001 | generator | L1 | 2 | csv-wave |
|
|
661
|
-
| TESTRUN-001 | executor | L1 | 3 | interactive |
|
|
662
|
-
| TESTGEN-002 | generator | L2 | 4 | csv-wave |
|
|
663
|
-
| TESTRUN-002 | executor | L2 | 5 | interactive |
|
|
664
|
-
| TESTANA-001 | analyst | - | 6 | csv-wave |
|
|
665
|
-
|
|
666
|
-
### Comprehensive Pipeline (8 tasks, parallel windows)
|
|
667
|
-
|
|
668
|
-
```
|
|
669
|
-
STRATEGY-001 -> [TESTGEN-001 // TESTGEN-002] -> [TESTRUN-001 // TESTRUN-002] -> TESTGEN-003 -> TESTRUN-003 -> TESTANA-001
|
|
670
|
-
```
|
|
671
|
-
|
|
672
|
-
| Task ID | Role | Layer | Wave | exec_mode |
|
|
673
|
-
|---------|------|-------|------|-----------|
|
|
674
|
-
| STRATEGY-001 | strategist | - | 1 | csv-wave |
|
|
675
|
-
| TESTGEN-001 | generator | L1 | 2 | csv-wave |
|
|
676
|
-
| TESTGEN-002 | generator | L2 | 2 | csv-wave |
|
|
677
|
-
| TESTRUN-001 | executor | L1 | 3 | interactive |
|
|
678
|
-
| TESTRUN-002 | executor | L2 | 3 | interactive |
|
|
679
|
-
| TESTGEN-003 | generator | L3 | 4 | csv-wave |
|
|
680
|
-
| TESTRUN-003 | executor | L3 | 5 | interactive |
|
|
681
|
-
| TESTANA-001 | analyst | - | 6 | csv-wave |
|
|
682
|
-
|
|
683
|
-
---
|
|
684
|
-
|
|
685
|
-
## GC Loop (Generator-Critic)
|
|
686
|
-
|
|
687
|
-
Generator and executor iterate per test layer until coverage converges:
|
|
688
|
-
|
|
689
|
-
```
|
|
690
|
-
TESTGEN -> TESTRUN -> (if pass_rate < 0.95 OR coverage < target) -> GC Loop Handler
|
|
691
|
-
(if pass_rate >= 0.95 AND coverage >= target) -> next wave
|
|
692
|
-
```
|
|
693
|
-
|
|
694
|
-
- Max iterations: 3 per layer
|
|
695
|
-
- After 3 iterations: accept current coverage with warning
|
|
696
|
-
- GC loop runs as interactive agent (gc-loop-handler.md) which internally generates fixes and re-runs tests
|
|
697
|
-
|
|
698
|
-
---
|
|
699
|
-
|
|
700
|
-
## Error Handling
|
|
701
|
-
|
|
702
|
-
| Error | Resolution |
|
|
703
|
-
|-------|------------|
|
|
704
|
-
| Circular dependency | Detect in wave computation, abort with error message |
|
|
705
|
-
| CSV agent timeout | Mark as failed in results, continue with wave |
|
|
706
|
-
| CSV agent failed | Mark as failed, skip dependent tasks in later waves |
|
|
707
|
-
| Interactive agent timeout | Urge convergence via send_input, then close if still timed out |
|
|
708
|
-
| Interactive agent failed | Mark as failed, skip dependents |
|
|
709
|
-
| All agents in wave failed | Log error, offer retry or abort |
|
|
710
|
-
| CSV parse error | Validate CSV format before execution, show line number |
|
|
711
|
-
| discoveries.ndjson corrupt | Ignore malformed lines, continue with valid entries |
|
|
712
|
-
| GC loop exceeded (3 rounds) | Accept current coverage with warning, proceed to next layer |
|
|
713
|
-
| Test framework not detected | Default to Jest patterns |
|
|
714
|
-
| No changed files found | Use full project scan with user confirmation |
|
|
715
|
-
| Coverage tool unavailable | Degrade to pass rate judgment |
|
|
716
|
-
| Continue mode: no session found | List available sessions, prompt user to select |
|
|
717
|
-
|
|
718
|
-
---
|
|
719
|
-
|
|
720
|
-
## Core Rules
|
|
721
|
-
|
|
722
|
-
1. **Start Immediately**: First action is session initialization, then Phase 0/1
|
|
723
|
-
2. **Wave Order is Sacred**: Never execute wave N before wave N-1 completes and results are merged
|
|
724
|
-
3. **CSV is Source of Truth**: Master tasks.csv holds all state (both csv-wave and interactive)
|
|
725
|
-
4. **CSV First**: Default to csv-wave for tasks; only use interactive when multi-round interaction is required
|
|
726
|
-
5. **Context Propagation**: prev_context built from master CSV, not from memory
|
|
727
|
-
6. **Discovery Board is Append-Only**: Never clear, modify, or recreate discoveries.ndjson
|
|
728
|
-
7. **Skip on Failure**: If a dependency failed, skip the dependent task
|
|
729
|
-
8. **GC Loop Discipline**: Max 3 rounds per layer; never infinite-loop on coverage
|
|
730
|
-
9. **Cleanup Temp Files**: Remove wave-{N}.csv after results are merged
|
|
731
|
-
10. **DO NOT STOP**: Continuous execution until all waves complete or all remaining tasks are skipped
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
---
|
|
735
|
-
|
|
736
|
-
## Coordinator Role Constraints (Main Agent)
|
|
737
|
-
|
|
738
|
-
**CRITICAL**: The coordinator (main agent executing this skill) is responsible for **orchestration only**, NOT implementation.
|
|
739
|
-
|
|
740
|
-
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:
|
|
741
|
-
- Spawns agents with task assignments
|
|
742
|
-
- Waits for agent callbacks
|
|
743
|
-
- Merges results and coordinates workflow
|
|
744
|
-
- Manages workflow transitions between phases
|
|
745
|
-
|
|
746
|
-
16. **Patient Waiting is Mandatory**: Agent execution takes significant time (typically 10-30 minutes per phase, sometimes longer). The coordinator MUST:
|
|
747
|
-
- Wait patiently for `wait()` calls to complete
|
|
748
|
-
- NOT skip workflow steps due to perceived delays
|
|
749
|
-
- NOT assume agents have failed just because they're taking time
|
|
750
|
-
- Trust the timeout mechanisms defined in the skill
|
|
751
|
-
|
|
752
|
-
17. **Use send_input for Clarification**: When agents need guidance or appear stuck, the coordinator MUST:
|
|
753
|
-
- Use `send_input()` to ask questions or provide clarification
|
|
754
|
-
- NOT skip the agent or move to next phase prematurely
|
|
755
|
-
- Give agents opportunity to respond before escalating
|
|
756
|
-
- Example: `send_input({ id: agent_id, message: "Please provide status update or clarify blockers" })`
|
|
757
|
-
|
|
758
|
-
18. **No Workflow Shortcuts**: The coordinator MUST NOT:
|
|
759
|
-
- Skip phases or stages defined in the workflow
|
|
760
|
-
- Bypass required approval or review steps
|
|
761
|
-
- Execute dependent tasks before prerequisites complete
|
|
762
|
-
- Assume task completion without explicit agent callback
|
|
763
|
-
- Make up or fabricate agent results
|
|
764
|
-
|
|
765
|
-
19. **Respect Long-Running Processes**: This is a complex multi-agent workflow that requires patience:
|
|
766
|
-
- Total execution time may range from 30-90 minutes or longer
|
|
767
|
-
- Each phase may take 10-30 minutes depending on complexity
|
|
768
|
-
- The coordinator must remain active and attentive throughout the entire process
|
|
769
|
-
- Do not terminate or skip steps due to time concerns
|
|
1
|
+
---
|
|
2
|
+
name: team-testing
|
|
3
|
+
description: Unified team skill for testing team. Progressive test coverage through Generator-Critic loops, shared memory, and dynamic layer selection. Triggers on "team testing".
|
|
4
|
+
allowed-tools: spawn_agent(*), wait_agent(*), send_input(*), close_agent(*), report_agent_job_result(*), request_user_input(*), Read(*), Write(*), Edit(*), Bash(*), Glob(*), Grep(*)
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Team Testing
|
|
8
|
+
|
|
9
|
+
Orchestrate multi-agent test pipeline: strategist -> generator -> executor -> analyst. Progressive layer coverage (L1/L2/L3) with Generator-Critic loops for coverage convergence.
|
|
10
|
+
|
|
11
|
+
## Architecture
|
|
12
|
+
|
|
13
|
+
```
|
|
14
|
+
Skill(skill="team-testing", 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
|
|
29
|
+
[strat] [gen] [exec] [analyst]
|
|
30
|
+
team-worker agents, each loads roles/<role>/role.md
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
## Role Registry
|
|
34
|
+
|
|
35
|
+
| Role | Path | Prefix | Inner Loop |
|
|
36
|
+
|------|------|--------|------------|
|
|
37
|
+
| coordinator | [roles/coordinator/role.md](roles/coordinator/role.md) | — | — |
|
|
38
|
+
| strategist | [roles/strategist/role.md](roles/strategist/role.md) | STRATEGY-* | false |
|
|
39
|
+
| generator | [roles/generator/role.md](roles/generator/role.md) | TESTGEN-* | true |
|
|
40
|
+
| executor | [roles/executor/role.md](roles/executor/role.md) | TESTRUN-* | true |
|
|
41
|
+
| analyst | [roles/analyst/role.md](roles/analyst/role.md) | TESTANA-* | 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**: `TST`
|
|
52
|
+
- **Session path**: `.workflow/.team/TST-<slug>-<date>/`
|
|
53
|
+
- **Team name**: `testing`
|
|
54
|
+
- **CLI tools**: `ccw cli --mode analysis` (read-only), `ccw cli --mode write` (modifications)
|
|
55
|
+
- **Message bus**: `mcp__ccw-tools__team_msg(session_id=<session-id>, ...)`
|
|
56
|
+
|
|
57
|
+
## Worker Spawn Template
|
|
58
|
+
|
|
59
|
+
Coordinator spawns workers using this template:
|
|
60
|
+
|
|
61
|
+
```
|
|
62
|
+
spawn_agent({
|
|
63
|
+
agent_type: "team_worker",
|
|
64
|
+
items: [
|
|
65
|
+
{ type: "text", text: `## Role Assignment
|
|
66
|
+
role: <role>
|
|
67
|
+
role_spec: <skill_root>/roles/<role>/role.md
|
|
68
|
+
session: <session-folder>
|
|
69
|
+
session_id: <session-id>
|
|
70
|
+
requirement: <task-description>
|
|
71
|
+
inner_loop: <true|false>
|
|
72
|
+
|
|
73
|
+
Read role_spec file (<skill_root>/roles/<role>/role.md) to load Phase 2-4 domain instructions.` },
|
|
74
|
+
|
|
75
|
+
{ type: "text", text: `## Task Context
|
|
76
|
+
task_id: <task-id>
|
|
77
|
+
title: <task-title>
|
|
78
|
+
description: <task-description>
|
|
79
|
+
pipeline_phase: <pipeline-phase>` },
|
|
80
|
+
|
|
81
|
+
{ type: "text", text: `## Upstream Context
|
|
82
|
+
<prev_context>` }
|
|
83
|
+
]
|
|
84
|
+
})
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
After spawning, use `wait_agent({ ids: [...], timeout_ms: 900000 })` to collect results, then `close_agent({ id })` each worker.
|
|
88
|
+
|
|
89
|
+
## User Commands
|
|
90
|
+
|
|
91
|
+
| Command | Action |
|
|
92
|
+
|---------|--------|
|
|
93
|
+
| `check` / `status` | View pipeline status graph |
|
|
94
|
+
| `resume` / `continue` | Advance to next step |
|
|
95
|
+
| `revise <TASK-ID>` | Revise specific task |
|
|
96
|
+
| `feedback <text>` | Inject feedback for revision |
|
|
97
|
+
|
|
98
|
+
## Completion Action
|
|
99
|
+
|
|
100
|
+
When pipeline completes, coordinator presents:
|
|
101
|
+
|
|
102
|
+
```
|
|
103
|
+
request_user_input({
|
|
104
|
+
questions: [{
|
|
105
|
+
question: "Testing pipeline complete. What would you like to do?",
|
|
106
|
+
header: "Completion",
|
|
107
|
+
multiSelect: false,
|
|
108
|
+
options: [
|
|
109
|
+
{ label: "Archive & Clean (Recommended)", description: "Archive session, clean up team" },
|
|
110
|
+
{ label: "Keep Active", description: "Keep session for follow-up work" },
|
|
111
|
+
{ label: "Deepen Coverage", description: "Add more test layers or increase coverage targets" }
|
|
112
|
+
]
|
|
113
|
+
}]
|
|
114
|
+
})
|
|
115
|
+
```
|
|
116
|
+
|
|
117
|
+
## Session Directory
|
|
118
|
+
|
|
119
|
+
```
|
|
120
|
+
.workflow/.team/TST-<slug>-<date>/
|
|
121
|
+
├── .msg/messages.jsonl # Team message bus
|
|
122
|
+
├── .msg/meta.json # Session metadata
|
|
123
|
+
├── wisdom/ # Cross-task knowledge
|
|
124
|
+
├── strategy/ # Strategist output
|
|
125
|
+
├── tests/ # Generator output (L1-unit/, L2-integration/, L3-e2e/)
|
|
126
|
+
├── results/ # Executor output
|
|
127
|
+
└── analysis/ # Analyst output
|
|
128
|
+
```
|
|
129
|
+
|
|
130
|
+
## Specs Reference
|
|
131
|
+
|
|
132
|
+
- [specs/pipelines.md](specs/pipelines.md) — Pipeline definitions and task registry
|
|
133
|
+
- [specs/team-config.json](specs/team-config.json) — Team configuration
|
|
134
|
+
|
|
135
|
+
## Error Handling
|
|
136
|
+
|
|
137
|
+
| Scenario | Resolution |
|
|
138
|
+
|----------|------------|
|
|
139
|
+
| Unknown --role value | Error with available role list |
|
|
140
|
+
| Role not found | Error with expected path (roles/<name>/role.md) |
|
|
141
|
+
| CLI tool fails | Worker fallback to direct implementation |
|
|
142
|
+
| GC loop exceeded | Accept current coverage with warning |
|
|
143
|
+
| Fast-advance conflict | Coordinator reconciles on next callback |
|
|
144
|
+
| Completion action fails | Default to Keep Active |
|