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,751 +1,166 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: team-issue
|
|
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
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
|
158
|
-
|
|
159
|
-
|
|
|
160
|
-
|
|
|
161
|
-
|
|
|
162
|
-
|
|
|
163
|
-
|
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
## Session Structure
|
|
168
|
-
|
|
169
|
-
```
|
|
170
|
-
.workflow/.csv-wave/{session-id}/
|
|
171
|
-
+-- tasks.csv # Master state (all tasks, both modes)
|
|
172
|
-
+-- results.csv # Final results export
|
|
173
|
-
+-- discoveries.ndjson # Shared discovery board (all agents)
|
|
174
|
-
+-- context.md # Human-readable report
|
|
175
|
-
+-- wave-{N}.csv # Temporary per-wave input (csv-wave only)
|
|
176
|
-
+-- explorations/ # Explorer output
|
|
177
|
-
| +-- context-{issueId}.json
|
|
178
|
-
+-- solutions/ # Planner output
|
|
179
|
-
| +-- solution-{issueId}.json
|
|
180
|
-
+-- audits/ # Reviewer output
|
|
181
|
-
| +-- audit-report.json
|
|
182
|
-
+-- queue/ # Integrator output
|
|
183
|
-
| +-- execution-queue.json
|
|
184
|
-
+-- builds/ # Implementer output
|
|
185
|
-
| +-- build-{issueId}.json
|
|
186
|
-
+-- interactive/ # Interactive task artifacts
|
|
187
|
-
| +-- {id}-result.json
|
|
188
|
-
+-- wisdom/ # Cross-task knowledge
|
|
189
|
-
+-- learnings.md
|
|
190
|
-
+-- decisions.md
|
|
191
|
-
+-- conventions.md
|
|
192
|
-
+-- issues.md
|
|
193
|
-
```
|
|
194
|
-
|
|
195
|
-
---
|
|
196
|
-
|
|
197
|
-
## Implementation
|
|
198
|
-
|
|
199
|
-
### Session Initialization
|
|
200
|
-
|
|
201
|
-
```javascript
|
|
202
|
-
const getUtc8ISOString = () => new Date(Date.now() + 8 * 60 * 60 * 1000).toISOString()
|
|
203
|
-
|
|
204
|
-
const AUTO_YES = $ARGUMENTS.includes('--yes') || $ARGUMENTS.includes('-y')
|
|
205
|
-
const continueMode = $ARGUMENTS.includes('--continue')
|
|
206
|
-
const concurrencyMatch = $ARGUMENTS.match(/(?:--concurrency|-c)\s+(\d+)/)
|
|
207
|
-
const maxConcurrency = concurrencyMatch ? parseInt(concurrencyMatch[1]) : 3
|
|
208
|
-
|
|
209
|
-
const requirement = $ARGUMENTS
|
|
210
|
-
.replace(/--yes|-y|--continue|--concurrency\s+\d+|-c\s+\d+/g, '')
|
|
211
|
-
.trim()
|
|
212
|
-
|
|
213
|
-
// Parse issue IDs
|
|
214
|
-
const issueIdPattern = /(?:GH-\d+|ISS-\d{8}-\d{6})/g
|
|
215
|
-
let issueIds = requirement.match(issueIdPattern) || []
|
|
216
|
-
|
|
217
|
-
// Parse mode override
|
|
218
|
-
const modeMatch = requirement.match(/--mode=(\w+)/)
|
|
219
|
-
let pipelineMode = modeMatch ? modeMatch[1] : null
|
|
220
|
-
|
|
221
|
-
// Handle --all-pending
|
|
222
|
-
if (requirement.includes('--all-pending')) {
|
|
223
|
-
const result = Bash("ccw issue list --status registered,pending --json")
|
|
224
|
-
issueIds = JSON.parse(result).map(i => i.id)
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
// If no issue IDs, ask user
|
|
228
|
-
if (issueIds.length === 0) {
|
|
229
|
-
const answer = request_user_input({
|
|
230
|
-
questions: [{
|
|
231
|
-
question: "No issue IDs found. Please provide issue IDs.",
|
|
232
|
-
header: "Issue IDs",
|
|
233
|
-
id: "issue_input",
|
|
234
|
-
options: [
|
|
235
|
-
{ label: "Enter IDs", description: "Provide issue IDs (e.g., ISS-20260308-120000)" },
|
|
236
|
-
{ label: "Cancel", description: "Abort the pipeline" }
|
|
237
|
-
]
|
|
238
|
-
}]
|
|
239
|
-
})
|
|
240
|
-
if (answer.answers.issue_input.answers[0] === "Cancel") return
|
|
241
|
-
issueIds = answer.answers.issue_input.answers[0].match(issueIdPattern) || []
|
|
242
|
-
if (issueIds.length === 0) return // abort
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
// Auto-detect pipeline mode
|
|
246
|
-
if (!pipelineMode) {
|
|
247
|
-
// Load issue priorities
|
|
248
|
-
const priorities = []
|
|
249
|
-
for (const id of issueIds) {
|
|
250
|
-
const info = JSON.parse(Bash(`ccw issue status ${id} --json`))
|
|
251
|
-
priorities.push(info.priority || 0)
|
|
252
|
-
}
|
|
253
|
-
const hasHighPriority = priorities.some(p => p >= 4)
|
|
254
|
-
|
|
255
|
-
if (issueIds.length <= 2 && !hasHighPriority) pipelineMode = 'quick'
|
|
256
|
-
else if (issueIds.length <= 4) pipelineMode = 'full'
|
|
257
|
-
else pipelineMode = 'batch'
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
// Execution method selection
|
|
261
|
-
let executionMethod = 'gemini' // default
|
|
262
|
-
const execMatch = requirement.match(/--exec=(\w+)/)
|
|
263
|
-
if (execMatch) executionMethod = execMatch[1]
|
|
264
|
-
|
|
265
|
-
const slug = issueIds[0].toLowerCase().replace(/[^a-z0-9]+/g, '-').substring(0, 30)
|
|
266
|
-
const dateStr = getUtc8ISOString().substring(0, 10).replace(/-/g, '')
|
|
267
|
-
const sessionId = `issue-${slug}-${dateStr}`
|
|
268
|
-
const sessionFolder = `.workflow/.csv-wave/${sessionId}`
|
|
269
|
-
|
|
270
|
-
Bash(`mkdir -p ${sessionFolder}/{explorations,solutions,audits,queue,builds,interactive,wisdom}`)
|
|
271
|
-
|
|
272
|
-
Write(`${sessionFolder}/discoveries.ndjson`, `# Discovery Board - ${sessionId}\n# Format: NDJSON\n`)
|
|
273
|
-
|
|
274
|
-
// Initialize wisdom files
|
|
275
|
-
Write(`${sessionFolder}/wisdom/learnings.md`, `# Learnings\n\nAccumulated during ${sessionId}\n`)
|
|
276
|
-
Write(`${sessionFolder}/wisdom/decisions.md`, `# Decisions\n\n`)
|
|
277
|
-
Write(`${sessionFolder}/wisdom/conventions.md`, `# Conventions\n\n`)
|
|
278
|
-
Write(`${sessionFolder}/wisdom/issues.md`, `# Issues\n\n`)
|
|
279
|
-
|
|
280
|
-
// Store session metadata
|
|
281
|
-
Write(`${sessionFolder}/session.json`, JSON.stringify({
|
|
282
|
-
session_id: sessionId,
|
|
283
|
-
pipeline_mode: pipelineMode,
|
|
284
|
-
issue_ids: issueIds,
|
|
285
|
-
execution_method: executionMethod,
|
|
286
|
-
fix_cycles: 0,
|
|
287
|
-
max_fix_cycles: 2,
|
|
288
|
-
created_at: getUtc8ISOString()
|
|
289
|
-
}, null, 2))
|
|
290
|
-
```
|
|
291
|
-
|
|
292
|
-
---
|
|
293
|
-
|
|
294
|
-
### Phase 1: Requirement -> CSV + Classification
|
|
295
|
-
|
|
296
|
-
**Objective**: Parse issue IDs, determine pipeline mode, generate tasks.csv with wave and exec_mode assignments.
|
|
297
|
-
|
|
298
|
-
**Decomposition Rules**:
|
|
299
|
-
|
|
300
|
-
| Pipeline | Tasks Generated |
|
|
301
|
-
|----------|----------------|
|
|
302
|
-
| quick | EXPLORE-001, SOLVE-001, MARSHAL-001, BUILD-001 (4 tasks, waves 1-4) |
|
|
303
|
-
| full | EXPLORE-001, SOLVE-001, AUDIT-001, MARSHAL-001, BUILD-001 (5 tasks, waves 1-5) |
|
|
304
|
-
| batch | EXPLORE-001..N, SOLVE-001..N, AUDIT-001, MARSHAL-001, BUILD-001..M (N+N+1+1+M tasks) |
|
|
305
|
-
|
|
306
|
-
**Classification Rules**:
|
|
307
|
-
|
|
308
|
-
| Task Prefix | Role | exec_mode | Rationale |
|
|
309
|
-
|-------------|------|-----------|-----------|
|
|
310
|
-
| EXPLORE-* | explorer | csv-wave | One-shot codebase analysis |
|
|
311
|
-
| SOLVE-* | planner | csv-wave | One-shot solution design via CLI |
|
|
312
|
-
| SOLVE-fix-* | planner | csv-wave | One-shot revision addressing feedback |
|
|
313
|
-
| AUDIT-* | reviewer | interactive | Multi-round review with verdict routing |
|
|
314
|
-
| MARSHAL-* | integrator | csv-wave | One-shot queue formation |
|
|
315
|
-
| BUILD-* | implementer | csv-wave | One-shot implementation via CLI |
|
|
316
|
-
|
|
317
|
-
**Wave Computation**: Kahn's BFS topological sort with depth tracking (csv-wave tasks only).
|
|
318
|
-
|
|
319
|
-
**User Validation**: Display task breakdown with wave + exec_mode assignment (skip if AUTO_YES).
|
|
320
|
-
|
|
321
|
-
**Task Generation by Pipeline Mode**:
|
|
322
|
-
|
|
323
|
-
Quick pipeline:
|
|
324
|
-
```csv
|
|
325
|
-
id,title,description,role,issue_ids,exec_mode,execution_method,deps,context_from,wave,status,findings,artifact_path,error
|
|
326
|
-
"EXPLORE-001","Context analysis","Analyze issue context and map codebase impact","explorer","<issue-ids>","csv-wave","","","","1","pending","","",""
|
|
327
|
-
"SOLVE-001","Solution design","Design solution and decompose into implementation tasks","planner","<issue-ids>","csv-wave","","EXPLORE-001","EXPLORE-001","2","pending","","",""
|
|
328
|
-
"MARSHAL-001","Queue formation","Form execution queue with conflict detection and ordering","integrator","<issue-ids>","csv-wave","","SOLVE-001","SOLVE-001","3","pending","","",""
|
|
329
|
-
"BUILD-001","Implementation","Implement solution plan and verify with tests","implementer","<issue-ids>","csv-wave","<exec-method>","MARSHAL-001","EXPLORE-001;SOLVE-001","4","pending","","",""
|
|
330
|
-
```
|
|
331
|
-
|
|
332
|
-
Full pipeline (adds AUDIT-001 as interactive between SOLVE and MARSHAL):
|
|
333
|
-
```csv
|
|
334
|
-
"AUDIT-001","Technical review","Review solution for feasibility, risk, and completeness","reviewer","<issue-ids>","interactive","","SOLVE-001","SOLVE-001","3","pending","","",""
|
|
335
|
-
"MARSHAL-001","Queue formation","...","integrator","<issue-ids>","csv-wave","","AUDIT-001","SOLVE-001","4","pending","","",""
|
|
336
|
-
"BUILD-001","Implementation","...","implementer","<issue-ids>","csv-wave","<exec-method>","MARSHAL-001","EXPLORE-001;SOLVE-001","5","pending","","",""
|
|
337
|
-
```
|
|
338
|
-
|
|
339
|
-
Batch pipeline (parallel EXPLORE, sequential SOLVE, then AUDIT, MARSHAL, deferred BUILD):
|
|
340
|
-
- EXPLORE-001..N with wave=1, no deps
|
|
341
|
-
- SOLVE-001..N with wave=2, deps on all EXPLORE-*
|
|
342
|
-
- AUDIT-001 with wave=3, deps on all SOLVE-*, interactive
|
|
343
|
-
- MARSHAL-001 with wave=4, deps on AUDIT-001
|
|
344
|
-
- BUILD-001..M created after MARSHAL completes (deferred)
|
|
345
|
-
|
|
346
|
-
**Success Criteria**:
|
|
347
|
-
- tasks.csv created with valid schema, wave, and exec_mode assignments
|
|
348
|
-
- No circular dependencies
|
|
349
|
-
- User approved (or AUTO_YES)
|
|
350
|
-
|
|
351
|
-
---
|
|
352
|
-
|
|
353
|
-
### Phase 2: Wave Execution Engine (Extended)
|
|
354
|
-
|
|
355
|
-
**Objective**: Execute tasks wave-by-wave with hybrid mechanism support and cross-wave context propagation.
|
|
356
|
-
|
|
357
|
-
```javascript
|
|
358
|
-
const masterCsv = Read(`${sessionFolder}/tasks.csv`)
|
|
359
|
-
let tasks = parseCsv(masterCsv)
|
|
360
|
-
const maxWave = Math.max(...tasks.map(t => parseInt(t.wave)))
|
|
361
|
-
let fixCycles = 0
|
|
362
|
-
|
|
363
|
-
for (let wave = 1; wave <= maxWave; wave++) {
|
|
364
|
-
console.log(`\nWave ${wave}/${maxWave}`)
|
|
365
|
-
|
|
366
|
-
// 1. Separate tasks by exec_mode
|
|
367
|
-
const waveTasks = tasks.filter(t => parseInt(t.wave) === wave)
|
|
368
|
-
const csvTasks = waveTasks.filter(t => t.exec_mode === 'csv-wave' && t.status === 'pending')
|
|
369
|
-
const interactiveTasks = waveTasks.filter(t => t.exec_mode === 'interactive' && t.status === 'pending')
|
|
370
|
-
|
|
371
|
-
// 2. Check dependencies - skip if upstream failed
|
|
372
|
-
for (const task of waveTasks) {
|
|
373
|
-
const depIds = (task.deps || '').split(';').filter(Boolean)
|
|
374
|
-
const depStatuses = depIds.map(id => tasks.find(t => t.id === id)?.status)
|
|
375
|
-
if (depStatuses.some(s => s === 'failed' || s === 'skipped')) {
|
|
376
|
-
task.status = 'skipped'
|
|
377
|
-
task.error = `Dependency failed: ${depIds.filter((id, i) =>
|
|
378
|
-
['failed','skipped'].includes(depStatuses[i])).join(', ')}`
|
|
379
|
-
}
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
// 3. Execute csv-wave tasks
|
|
383
|
-
const pendingCsv = csvTasks.filter(t => t.status === 'pending')
|
|
384
|
-
if (pendingCsv.length > 0) {
|
|
385
|
-
// Build prev_context for each task
|
|
386
|
-
for (const task of pendingCsv) {
|
|
387
|
-
const contextIds = (task.context_from || '').split(';').filter(Boolean)
|
|
388
|
-
const prevFindings = contextIds.map(id => {
|
|
389
|
-
const src = tasks.find(t => t.id === id)
|
|
390
|
-
if (!src?.findings) return ''
|
|
391
|
-
return `## [${src.id}] ${src.title}\n${src.findings}`
|
|
392
|
-
}).filter(Boolean).join('\n\n')
|
|
393
|
-
task.prev_context = prevFindings
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
// Write wave CSV
|
|
397
|
-
Write(`${sessionFolder}/wave-${wave}.csv`, toCsv(pendingCsv))
|
|
398
|
-
|
|
399
|
-
// Execute
|
|
400
|
-
spawn_agents_on_csv({
|
|
401
|
-
csv_path: `${sessionFolder}/wave-${wave}.csv`,
|
|
402
|
-
id_column: "id",
|
|
403
|
-
instruction: Read("~ or <project>/.codex/skills/team-issue/instructions/agent-instruction.md"),
|
|
404
|
-
max_concurrency: maxConcurrency,
|
|
405
|
-
max_runtime_seconds: 1200,
|
|
406
|
-
output_csv_path: `${sessionFolder}/wave-${wave}-results.csv`,
|
|
407
|
-
output_schema: {
|
|
408
|
-
type: "object",
|
|
409
|
-
properties: {
|
|
410
|
-
id: { type: "string" },
|
|
411
|
-
status: { type: "string", enum: ["completed", "failed"] },
|
|
412
|
-
findings: { type: "string" },
|
|
413
|
-
artifact_path: { type: "string" },
|
|
414
|
-
error: { type: "string" }
|
|
415
|
-
}
|
|
416
|
-
}
|
|
417
|
-
})
|
|
418
|
-
|
|
419
|
-
// Merge results
|
|
420
|
-
const results = parseCsv(Read(`${sessionFolder}/wave-${wave}-results.csv`))
|
|
421
|
-
for (const r of results) {
|
|
422
|
-
const t = tasks.find(t => t.id === r.id)
|
|
423
|
-
if (t) Object.assign(t, r)
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
// Cleanup temp files
|
|
427
|
-
Bash(`rm -f ${sessionFolder}/wave-${wave}.csv ${sessionFolder}/wave-${wave}-results.csv`)
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
// 4. Execute interactive tasks (post-wave)
|
|
431
|
-
const pendingInteractive = interactiveTasks.filter(t => t.status === 'pending')
|
|
432
|
-
for (const task of pendingInteractive) {
|
|
433
|
-
// Read agent definition
|
|
434
|
-
const agentDef = Read(`~ or <project>/.codex/skills/team-issue/agents/reviewer.md`)
|
|
435
|
-
|
|
436
|
-
// Build context from upstream tasks
|
|
437
|
-
const contextIds = (task.context_from || '').split(';').filter(Boolean)
|
|
438
|
-
const prevContext = contextIds.map(id => {
|
|
439
|
-
const src = tasks.find(t => t.id === id)
|
|
440
|
-
if (!src?.findings) return ''
|
|
441
|
-
return `## [${src.id}] ${src.title}\n${src.findings}\nArtifact: ${src.artifact_path || 'N/A'}`
|
|
442
|
-
}).filter(Boolean).join('\n\n')
|
|
443
|
-
|
|
444
|
-
const agent = spawn_agent({
|
|
445
|
-
message: `## TASK ASSIGNMENT
|
|
446
|
-
|
|
447
|
-
### MANDATORY FIRST STEPS (Agent Execute)
|
|
448
|
-
1. **Read role definition**: ~ or <project>/.codex/skills/team-issue/agents/reviewer.md (MUST read first)
|
|
449
|
-
2. Read: ${sessionFolder}/discoveries.ndjson (shared discoveries)
|
|
450
|
-
3. Read: .workflow/project-tech.json (if exists)
|
|
451
|
-
|
|
452
|
-
---
|
|
453
|
-
|
|
454
|
-
Goal: ${task.description}
|
|
455
|
-
Issue IDs: ${task.issue_ids}
|
|
456
|
-
Session: ${sessionFolder}
|
|
457
|
-
Scope: Review all solutions in ${sessionFolder}/solutions/ for technical feasibility, risk, and completeness
|
|
458
|
-
|
|
459
|
-
Deliverables:
|
|
460
|
-
- Audit report at ${sessionFolder}/audits/audit-report.json
|
|
461
|
-
- Per-issue verdict: approved (>=80), concerns (60-79), rejected (<60)
|
|
462
|
-
- Overall verdict
|
|
463
|
-
|
|
464
|
-
### Previous Context
|
|
465
|
-
${prevContext}`
|
|
466
|
-
})
|
|
467
|
-
|
|
468
|
-
const result = wait({ ids: [agent], timeout_ms: 600000 })
|
|
469
|
-
|
|
470
|
-
if (result.timed_out) {
|
|
471
|
-
send_input({ id: agent, message: "Please finalize and output current findings immediately." })
|
|
472
|
-
const retry = wait({ ids: [agent], timeout_ms: 120000 })
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
// Store interactive result
|
|
476
|
-
Write(`${sessionFolder}/interactive/${task.id}-result.json`, JSON.stringify({
|
|
477
|
-
task_id: task.id,
|
|
478
|
-
status: "completed",
|
|
479
|
-
findings: "Review completed",
|
|
480
|
-
timestamp: getUtc8ISOString()
|
|
481
|
-
}))
|
|
482
|
-
|
|
483
|
-
close_agent({ id: agent })
|
|
484
|
-
|
|
485
|
-
// Parse review verdict from audit report
|
|
486
|
-
let verdict = 'approved'
|
|
487
|
-
try {
|
|
488
|
-
const auditReport = JSON.parse(Read(`${sessionFolder}/audits/audit-report.json`))
|
|
489
|
-
verdict = auditReport.overall_verdict || 'approved'
|
|
490
|
-
} catch (e) { /* default to approved */ }
|
|
491
|
-
|
|
492
|
-
task.status = 'completed'
|
|
493
|
-
task.findings = `Review verdict: ${verdict}`
|
|
494
|
-
|
|
495
|
-
// Handle review-fix cycle
|
|
496
|
-
if (verdict === 'rejected' && fixCycles < 2) {
|
|
497
|
-
fixCycles++
|
|
498
|
-
// Create SOLVE-fix and AUDIT re-review tasks
|
|
499
|
-
const fixTask = {
|
|
500
|
-
id: `SOLVE-fix-${String(fixCycles).padStart(3, '0')}`,
|
|
501
|
-
title: `Revise solution (fix cycle ${fixCycles})`,
|
|
502
|
-
description: `Revise solution addressing reviewer feedback. Read audit report for rejection reasons.`,
|
|
503
|
-
role: 'planner',
|
|
504
|
-
issue_ids: task.issue_ids,
|
|
505
|
-
exec_mode: 'csv-wave',
|
|
506
|
-
execution_method: '',
|
|
507
|
-
deps: task.id,
|
|
508
|
-
context_from: task.id,
|
|
509
|
-
wave: String(parseInt(task.wave) + 1),
|
|
510
|
-
status: 'pending',
|
|
511
|
-
findings: '', artifact_path: '', error: ''
|
|
512
|
-
}
|
|
513
|
-
const reReviewTask = {
|
|
514
|
-
id: `AUDIT-${String(fixCycles + 1).padStart(3, '0')}`,
|
|
515
|
-
title: `Re-review revised solution (cycle ${fixCycles})`,
|
|
516
|
-
description: `Re-review revised solution focusing on previously rejected dimensions.`,
|
|
517
|
-
role: 'reviewer',
|
|
518
|
-
issue_ids: task.issue_ids,
|
|
519
|
-
exec_mode: 'interactive',
|
|
520
|
-
execution_method: '',
|
|
521
|
-
deps: fixTask.id,
|
|
522
|
-
context_from: fixTask.id,
|
|
523
|
-
wave: String(parseInt(task.wave) + 2),
|
|
524
|
-
status: 'pending',
|
|
525
|
-
findings: '', artifact_path: '', error: ''
|
|
526
|
-
}
|
|
527
|
-
tasks.push(fixTask, reReviewTask)
|
|
528
|
-
// Adjust MARSHAL and BUILD waves
|
|
529
|
-
for (const t of tasks) {
|
|
530
|
-
if (t.id.startsWith('MARSHAL') || t.id.startsWith('BUILD')) {
|
|
531
|
-
t.wave = String(parseInt(reReviewTask.wave) + (t.id.startsWith('MARSHAL') ? 1 : 2))
|
|
532
|
-
if (t.id.startsWith('MARSHAL')) t.deps = reReviewTask.id
|
|
533
|
-
}
|
|
534
|
-
}
|
|
535
|
-
} else if (verdict === 'rejected' && fixCycles >= 2) {
|
|
536
|
-
// Force proceed with warning
|
|
537
|
-
console.log(`WARNING: Fix cycle limit (${fixCycles}) reached. Forcing proceed to MARSHAL.`)
|
|
538
|
-
}
|
|
539
|
-
}
|
|
540
|
-
|
|
541
|
-
// 5. Merge all results into master CSV
|
|
542
|
-
Write(`${sessionFolder}/tasks.csv`, toCsv(tasks))
|
|
543
|
-
|
|
544
|
-
// 6. Handle deferred BUILD task creation (batch mode after MARSHAL)
|
|
545
|
-
const completedMarshal = tasks.find(t => t.id === 'MARSHAL-001' && t.status === 'completed')
|
|
546
|
-
if (completedMarshal && pipelineMode === 'batch') {
|
|
547
|
-
try {
|
|
548
|
-
const queue = JSON.parse(Read(`${sessionFolder}/queue/execution-queue.json`))
|
|
549
|
-
const buildCount = queue.parallel_groups?.length || 1
|
|
550
|
-
for (let b = 1; b <= Math.min(buildCount, 3); b++) {
|
|
551
|
-
const buildIssues = queue.parallel_groups[b-1]?.issues || issueIds
|
|
552
|
-
tasks.push({
|
|
553
|
-
id: `BUILD-${String(b).padStart(3, '0')}`,
|
|
554
|
-
title: `Implementation group ${b}`,
|
|
555
|
-
description: `Implement solutions for issues in parallel group ${b}`,
|
|
556
|
-
role: 'implementer',
|
|
557
|
-
issue_ids: buildIssues.join(';'),
|
|
558
|
-
exec_mode: 'csv-wave',
|
|
559
|
-
execution_method: executionMethod,
|
|
560
|
-
deps: 'MARSHAL-001',
|
|
561
|
-
context_from: 'EXPLORE-001;SOLVE-001',
|
|
562
|
-
wave: String(parseInt(completedMarshal.wave) + 1),
|
|
563
|
-
status: 'pending',
|
|
564
|
-
findings: '', artifact_path: '', error: ''
|
|
565
|
-
})
|
|
566
|
-
}
|
|
567
|
-
Write(`${sessionFolder}/tasks.csv`, toCsv(tasks))
|
|
568
|
-
} catch (e) { /* single BUILD fallback */ }
|
|
569
|
-
}
|
|
570
|
-
}
|
|
571
|
-
```
|
|
572
|
-
|
|
573
|
-
**Success Criteria**:
|
|
574
|
-
- All waves executed in order
|
|
575
|
-
- Both csv-wave and interactive tasks handled per wave
|
|
576
|
-
- Each wave's results merged into master CSV before next wave starts
|
|
577
|
-
- Dependent tasks skipped when predecessor failed
|
|
578
|
-
- discoveries.ndjson accumulated across all waves and mechanisms
|
|
579
|
-
- Review-fix cycles handled (max 2)
|
|
580
|
-
- Deferred BUILD tasks created after MARSHAL (batch mode)
|
|
581
|
-
|
|
582
|
-
---
|
|
583
|
-
|
|
584
|
-
### Phase 3: Post-Wave Interactive
|
|
585
|
-
|
|
586
|
-
**Objective**: Handle any remaining interactive tasks after all waves complete. In most cases, the review gate is handled inline during Phase 2 wave execution.
|
|
587
|
-
|
|
588
|
-
If any interactive tasks remain unprocessed (e.g., from dynamically added fix cycles), execute them using the same spawn_agent protocol as Phase 2.
|
|
589
|
-
|
|
590
|
-
**Success Criteria**:
|
|
591
|
-
- All interactive tasks completed or skipped
|
|
592
|
-
- Fix cycle limit respected
|
|
593
|
-
|
|
594
|
-
---
|
|
595
|
-
|
|
596
|
-
### Phase 4: Results Aggregation
|
|
597
|
-
|
|
598
|
-
**Objective**: Generate final results and human-readable report.
|
|
599
|
-
|
|
600
|
-
```javascript
|
|
601
|
-
const tasks = parseCsv(Read(`${sessionFolder}/tasks.csv`))
|
|
602
|
-
const completed = tasks.filter(t => t.status === 'completed')
|
|
603
|
-
const failed = tasks.filter(t => t.status === 'failed')
|
|
604
|
-
const skipped = tasks.filter(t => t.status === 'skipped')
|
|
605
|
-
|
|
606
|
-
// Export results.csv
|
|
607
|
-
Bash(`cp ${sessionFolder}/tasks.csv ${sessionFolder}/results.csv`)
|
|
608
|
-
|
|
609
|
-
// Generate context.md
|
|
610
|
-
let contextMd = `# Issue Resolution Report\n\n`
|
|
611
|
-
contextMd += `**Session**: ${sessionId}\n`
|
|
612
|
-
contextMd += `**Pipeline**: ${pipelineMode}\n`
|
|
613
|
-
contextMd += `**Issues**: ${issueIds.join(', ')}\n`
|
|
614
|
-
contextMd += `**Fix Cycles**: ${fixCycles}/${2}\n\n`
|
|
615
|
-
|
|
616
|
-
contextMd += `## Summary\n\n`
|
|
617
|
-
contextMd += `| Status | Count |\n|--------|-------|\n`
|
|
618
|
-
contextMd += `| Completed | ${completed.length} |\n`
|
|
619
|
-
contextMd += `| Failed | ${failed.length} |\n`
|
|
620
|
-
contextMd += `| Skipped | ${skipped.length} |\n\n`
|
|
621
|
-
|
|
622
|
-
contextMd += `## Task Details\n\n`
|
|
623
|
-
for (const t of tasks) {
|
|
624
|
-
const icon = t.status === 'completed' ? '[OK]' : t.status === 'failed' ? '[FAIL]' : '[SKIP]'
|
|
625
|
-
contextMd += `${icon} **${t.id}**: ${t.title} (${t.role})\n`
|
|
626
|
-
if (t.findings) contextMd += ` Findings: ${t.findings.substring(0, 200)}\n`
|
|
627
|
-
if (t.artifact_path) contextMd += ` Artifact: ${t.artifact_path}\n`
|
|
628
|
-
if (t.error) contextMd += ` Error: ${t.error}\n`
|
|
629
|
-
contextMd += `\n`
|
|
630
|
-
}
|
|
631
|
-
|
|
632
|
-
contextMd += `## Deliverables\n\n`
|
|
633
|
-
contextMd += `| Artifact | Path |\n|----------|------|\n`
|
|
634
|
-
contextMd += `| Context Reports | ${sessionFolder}/explorations/ |\n`
|
|
635
|
-
contextMd += `| Solution Plans | ${sessionFolder}/solutions/ |\n`
|
|
636
|
-
contextMd += `| Audit Report | ${sessionFolder}/audits/audit-report.json |\n`
|
|
637
|
-
contextMd += `| Execution Queue | ${sessionFolder}/queue/execution-queue.json |\n`
|
|
638
|
-
contextMd += `| Build Results | ${sessionFolder}/builds/ |\n`
|
|
639
|
-
|
|
640
|
-
Write(`${sessionFolder}/context.md`, contextMd)
|
|
641
|
-
|
|
642
|
-
// Display summary
|
|
643
|
-
console.log(`
|
|
644
|
-
Issue Resolution Complete
|
|
645
|
-
Pipeline: ${pipelineMode}
|
|
646
|
-
Completed: ${completed.length} | Failed: ${failed.length} | Skipped: ${skipped.length}
|
|
647
|
-
Fix Cycles Used: ${fixCycles}/2
|
|
648
|
-
Output: ${sessionFolder}
|
|
649
|
-
`)
|
|
650
|
-
```
|
|
651
|
-
|
|
652
|
-
**Success Criteria**:
|
|
653
|
-
- results.csv exported (all tasks, both modes)
|
|
654
|
-
- context.md generated
|
|
655
|
-
- Summary displayed to user
|
|
656
|
-
|
|
657
|
-
---
|
|
658
|
-
|
|
659
|
-
## Shared Discovery Board Protocol
|
|
660
|
-
|
|
661
|
-
Both csv-wave and interactive agents share the same discoveries.ndjson file:
|
|
662
|
-
|
|
663
|
-
```jsonl
|
|
664
|
-
{"ts":"2026-03-08T10:00:00Z","worker":"EXPLORE-001","type":"file_found","data":{"path":"src/auth/handler.ts","relevance":"high","purpose":"Main auth handler"}}
|
|
665
|
-
{"ts":"2026-03-08T10:01:00Z","worker":"EXPLORE-001","type":"pattern_found","data":{"pattern":"middleware-chain","location":"src/middleware/","description":"Express middleware chain pattern"}}
|
|
666
|
-
{"ts":"2026-03-08T10:05:00Z","worker":"SOLVE-001","type":"solution_approach","data":{"issue_id":"ISS-20260308-120000","approach":"refactor","estimated_files":5}}
|
|
667
|
-
{"ts":"2026-03-08T10:10:00Z","worker":"BUILD-001","type":"impl_result","data":{"issue_id":"ISS-20260308-120000","files_changed":3,"tests_pass":true}}
|
|
668
|
-
```
|
|
669
|
-
|
|
670
|
-
**Discovery Types**:
|
|
671
|
-
|
|
672
|
-
| Type | Dedup Key | Data Schema | Description |
|
|
673
|
-
|------|-----------|-------------|-------------|
|
|
674
|
-
| `file_found` | `path` | `{path, relevance, purpose}` | Relevant file discovered |
|
|
675
|
-
| `pattern_found` | `pattern+location` | `{pattern, location, description}` | Code pattern identified |
|
|
676
|
-
| `dependency_found` | `from+to` | `{from, to, type}` | Dependency relationship |
|
|
677
|
-
| `solution_approach` | `issue_id` | `{issue_id, approach, estimated_files}` | Solution strategy |
|
|
678
|
-
| `conflict_found` | `files` | `{issues, files, resolution}` | File conflict between issues |
|
|
679
|
-
| `impl_result` | `issue_id` | `{issue_id, files_changed, tests_pass}` | Implementation outcome |
|
|
680
|
-
|
|
681
|
-
---
|
|
682
|
-
|
|
683
|
-
## Error Handling
|
|
684
|
-
|
|
685
|
-
| Error | Resolution |
|
|
686
|
-
|-------|------------|
|
|
687
|
-
| Circular dependency | Detect in wave computation, abort with error message |
|
|
688
|
-
| CSV agent timeout | Mark as failed in results, continue with wave |
|
|
689
|
-
| CSV agent failed | Mark as failed, skip dependent tasks in later waves |
|
|
690
|
-
| Interactive agent timeout | Urge convergence via send_input, then close if still timed out |
|
|
691
|
-
| Interactive agent failed | Mark as failed, skip dependents |
|
|
692
|
-
| All agents in wave failed | Log error, offer retry or abort |
|
|
693
|
-
| CSV parse error | Validate CSV format before execution, show line number |
|
|
694
|
-
| discoveries.ndjson corrupt | Ignore malformed lines, continue with valid entries |
|
|
695
|
-
| Review rejection exceeds 2 rounds | Force convergence to MARSHAL with warning |
|
|
696
|
-
| No issues found for given IDs | Report error, ask user for valid IDs |
|
|
697
|
-
| Deferred BUILD count unknown | Read execution-queue.json after MARSHAL completes |
|
|
698
|
-
| Continue mode: no session found | List available sessions, prompt user to select |
|
|
699
|
-
|
|
700
|
-
---
|
|
701
|
-
|
|
702
|
-
## Core Rules
|
|
703
|
-
|
|
704
|
-
1. **Start Immediately**: First action is session initialization, then Phase 1
|
|
705
|
-
2. **Wave Order is Sacred**: Never execute wave N before wave N-1 completes and results are merged
|
|
706
|
-
3. **CSV is Source of Truth**: Master tasks.csv holds all state (both csv-wave and interactive)
|
|
707
|
-
4. **CSV First**: Default to csv-wave for tasks; only use interactive when interaction pattern requires it
|
|
708
|
-
5. **Context Propagation**: prev_context built from master CSV, not from memory
|
|
709
|
-
6. **Discovery Board is Append-Only**: Never clear, modify, or recreate discoveries.ndjson -- both mechanisms share it
|
|
710
|
-
7. **Skip on Failure**: If a dependency failed, skip the dependent task (regardless of mechanism)
|
|
711
|
-
8. **Lifecycle Balance**: Every spawn_agent MUST have a matching close_agent
|
|
712
|
-
9. **Cleanup Temp Files**: Remove wave-{N}.csv after results are merged
|
|
713
|
-
10. **DO NOT STOP**: Continuous execution until all waves complete or all remaining tasks are skipped
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
---
|
|
717
|
-
|
|
718
|
-
## Coordinator Role Constraints (Main Agent)
|
|
719
|
-
|
|
720
|
-
**CRITICAL**: The coordinator (main agent executing this skill) is responsible for **orchestration only**, NOT implementation.
|
|
721
|
-
|
|
722
|
-
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:
|
|
723
|
-
- Spawns agents with task assignments
|
|
724
|
-
- Waits for agent callbacks
|
|
725
|
-
- Merges results and coordinates workflow
|
|
726
|
-
- Manages workflow transitions between phases
|
|
727
|
-
|
|
728
|
-
16. **Patient Waiting is Mandatory**: Agent execution takes significant time (typically 10-30 minutes per phase, sometimes longer). The coordinator MUST:
|
|
729
|
-
- Wait patiently for `wait()` calls to complete
|
|
730
|
-
- NOT skip workflow steps due to perceived delays
|
|
731
|
-
- NOT assume agents have failed just because they're taking time
|
|
732
|
-
- Trust the timeout mechanisms defined in the skill
|
|
733
|
-
|
|
734
|
-
17. **Use send_input for Clarification**: When agents need guidance or appear stuck, the coordinator MUST:
|
|
735
|
-
- Use `send_input()` to ask questions or provide clarification
|
|
736
|
-
- NOT skip the agent or move to next phase prematurely
|
|
737
|
-
- Give agents opportunity to respond before escalating
|
|
738
|
-
- Example: `send_input({ id: agent_id, message: "Please provide status update or clarify blockers" })`
|
|
739
|
-
|
|
740
|
-
18. **No Workflow Shortcuts**: The coordinator MUST NOT:
|
|
741
|
-
- Skip phases or stages defined in the workflow
|
|
742
|
-
- Bypass required approval or review steps
|
|
743
|
-
- Execute dependent tasks before prerequisites complete
|
|
744
|
-
- Assume task completion without explicit agent callback
|
|
745
|
-
- Make up or fabricate agent results
|
|
746
|
-
|
|
747
|
-
19. **Respect Long-Running Processes**: This is a complex multi-agent workflow that requires patience:
|
|
748
|
-
- Total execution time may range from 30-90 minutes or longer
|
|
749
|
-
- Each phase may take 10-30 minutes depending on complexity
|
|
750
|
-
- The coordinator must remain active and attentive throughout the entire process
|
|
751
|
-
- Do not terminate or skip steps due to time concerns
|
|
1
|
+
---
|
|
2
|
+
name: team-issue
|
|
3
|
+
description: Unified team skill for issue resolution. Uses team-worker agent architecture with role directories for domain logic. Coordinator orchestrates pipeline, workers are team-worker agents. Triggers on "team issue".
|
|
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(*), mcp__ccw-tools__team_msg(*)
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Team Issue Resolution
|
|
8
|
+
|
|
9
|
+
Orchestrate issue resolution pipeline: explore context -> plan solution -> review (optional) -> marshal queue -> implement. Supports Quick, Full, and Batch pipelines with review-fix cycle.
|
|
10
|
+
|
|
11
|
+
## Architecture
|
|
12
|
+
|
|
13
|
+
```
|
|
14
|
+
Skill(skill="team-issue", args="<issue-ids> [--mode=<mode>]")
|
|
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
|
+
+-- clarify -> dispatch -> spawn workers -> STOP
|
|
26
|
+
|
|
|
27
|
+
+-------+-------+-------+-------+
|
|
28
|
+
v v v v v
|
|
29
|
+
[explor] [plann] [review] [integ] [imple]
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
## Role Registry
|
|
33
|
+
|
|
34
|
+
| Role | Path | Prefix | Inner Loop |
|
|
35
|
+
|------|------|--------|------------|
|
|
36
|
+
| coordinator | [roles/coordinator/role.md](roles/coordinator/role.md) | — | — |
|
|
37
|
+
| explorer | [roles/explorer/role.md](roles/explorer/role.md) | EXPLORE-* | false |
|
|
38
|
+
| planner | [roles/planner/role.md](roles/planner/role.md) | SOLVE-* | false |
|
|
39
|
+
| reviewer | [roles/reviewer/role.md](roles/reviewer/role.md) | AUDIT-* | false |
|
|
40
|
+
| integrator | [roles/integrator/role.md](roles/integrator/role.md) | MARSHAL-* | false |
|
|
41
|
+
| implementer | [roles/implementer/role.md](roles/implementer/role.md) | BUILD-* | 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**: `TISL`
|
|
52
|
+
- **Session path**: `.workflow/.team/TISL-<slug>-<date>/`
|
|
53
|
+
- **Team name**: `issue`
|
|
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: 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
|
+
**Parallel spawn** (Batch mode, N explorer or M implementer instances):
|
|
90
|
+
|
|
91
|
+
```
|
|
92
|
+
spawn_agent({
|
|
93
|
+
agent_type: "team_worker",
|
|
94
|
+
items: [
|
|
95
|
+
{ type: "text", text: `## Role Assignment
|
|
96
|
+
role: <role>
|
|
97
|
+
role_spec: <skill_root>/roles/<role>/role.md
|
|
98
|
+
session: <session-folder>
|
|
99
|
+
session_id: <session-id>
|
|
100
|
+
requirement: <task-description>
|
|
101
|
+
agent_name: <role>-<N>
|
|
102
|
+
inner_loop: false
|
|
103
|
+
|
|
104
|
+
Read role_spec file (<skill_root>/roles/<role>/role.md) to load Phase 2-4 domain instructions.` },
|
|
105
|
+
|
|
106
|
+
{ type: "text", text: `## Task Context
|
|
107
|
+
task_id: <task-id>
|
|
108
|
+
title: <task-title>
|
|
109
|
+
description: <task-description>
|
|
110
|
+
pipeline_phase: <pipeline-phase>` },
|
|
111
|
+
|
|
112
|
+
{ type: "text", text: `## Upstream Context
|
|
113
|
+
<prev_context>` }
|
|
114
|
+
]
|
|
115
|
+
})
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
After spawning, use `wait_agent({ ids: [...], timeout_ms: 900000 })` to collect results, then `close_agent({ id })` each worker.
|
|
119
|
+
|
|
120
|
+
## User Commands
|
|
121
|
+
|
|
122
|
+
| Command | Action |
|
|
123
|
+
|---------|--------|
|
|
124
|
+
| `check` / `status` | View execution status graph, no advancement |
|
|
125
|
+
| `resume` / `continue` | Check worker states, advance next step |
|
|
126
|
+
|
|
127
|
+
## Session Directory
|
|
128
|
+
|
|
129
|
+
```
|
|
130
|
+
.workflow/.team/TISL-<slug>-<date>/
|
|
131
|
+
├── session.json # Session metadata + pipeline + fix_cycles
|
|
132
|
+
├── task-analysis.json # Coordinator analyze output
|
|
133
|
+
├── .msg/
|
|
134
|
+
│ ├── messages.jsonl # Message bus log
|
|
135
|
+
│ └── meta.json # Session state + cross-role state
|
|
136
|
+
├── wisdom/ # Cross-task knowledge
|
|
137
|
+
│ ├── learnings.md
|
|
138
|
+
│ ├── decisions.md
|
|
139
|
+
│ ├── conventions.md
|
|
140
|
+
│ └── issues.md
|
|
141
|
+
├── explorations/ # Explorer output
|
|
142
|
+
│ └── context-<issueId>.json
|
|
143
|
+
├── solutions/ # Planner output
|
|
144
|
+
│ └── solution-<issueId>.json
|
|
145
|
+
├── audits/ # Reviewer output
|
|
146
|
+
│ └── audit-report.json
|
|
147
|
+
├── queue/ # Integrator output (also .workflow/issues/queue/)
|
|
148
|
+
└── builds/ # Implementer output
|
|
149
|
+
```
|
|
150
|
+
|
|
151
|
+
## Specs Reference
|
|
152
|
+
|
|
153
|
+
- [specs/pipelines.md](specs/pipelines.md) — Pipeline definitions and task registry
|
|
154
|
+
|
|
155
|
+
## Error Handling
|
|
156
|
+
|
|
157
|
+
| Scenario | Resolution |
|
|
158
|
+
|----------|------------|
|
|
159
|
+
| Unknown command | Error with available command list |
|
|
160
|
+
| Role not found | Error with role registry |
|
|
161
|
+
| CLI tool fails | Worker fallback to direct implementation |
|
|
162
|
+
| Fast-advance conflict | Coordinator reconciles on next callback |
|
|
163
|
+
| Completion action fails | Default to Keep Active |
|
|
164
|
+
| Review rejection exceeds 2 rounds | Force convergence to integrator |
|
|
165
|
+
| No issues found for given IDs | Coordinator reports error to user |
|
|
166
|
+
| Deferred BUILD count unknown | Defer to MARSHAL callback |
|