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,691 +1,153 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: team-designer
|
|
3
|
-
description: Meta-skill for generating team skills
|
|
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
|
-
| Requirement Clarifier | agents/requirement-clarifier.md | 2.3 (send_input cycle) | Gather and refine skill requirements interactively | standalone (Phase 0) |
|
|
156
|
-
| Validation Reporter | agents/validation-reporter.md | 2.3 (send_input cycle) | Validate generated skill package and report results | standalone (Phase 3) |
|
|
157
|
-
|
|
158
|
-
> **COMPACT PROTECTION**: Agent files are execution documents. When context compression occurs, **you MUST immediately `Read` the corresponding agent.md** to reload.
|
|
159
|
-
|
|
160
|
-
---
|
|
161
|
-
|
|
162
|
-
## Output Artifacts
|
|
163
|
-
|
|
164
|
-
| File | Purpose | Lifecycle |
|
|
165
|
-
|------|---------|-----------|
|
|
166
|
-
| `tasks.csv` | Master state -- all tasks with status/findings | Updated after each wave |
|
|
167
|
-
| `wave-{N}.csv` | Per-wave input (temporary, csv-wave tasks only) | Created before wave, deleted after |
|
|
168
|
-
| `results.csv` | Final export of all task results | Created in Phase 4 |
|
|
169
|
-
| `discoveries.ndjson` | Shared exploration board (all agents, both modes) | Append-only, carries across waves |
|
|
170
|
-
| `context.md` | Human-readable execution report | Created in Phase 4 |
|
|
171
|
-
| `teamConfig.json` | Phase 0/1 output: skill config, roles, pipelines | Created in Phase 1 |
|
|
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
|
-
+-- teamConfig.json # Skill configuration from Phase 1
|
|
185
|
-
+-- wave-{N}.csv # Temporary per-wave input (csv-wave only)
|
|
186
|
-
+-- artifacts/ # Generated skill files (intermediate)
|
|
187
|
-
+-- interactive/ # Interactive task artifacts
|
|
188
|
-
| +-- {id}-result.json
|
|
189
|
-
+-- validation/ # Validation reports
|
|
190
|
-
+-- structural.json
|
|
191
|
-
+-- references.json
|
|
192
|
-
```
|
|
193
|
-
|
|
194
|
-
---
|
|
195
|
-
|
|
196
|
-
## Implementation
|
|
197
|
-
|
|
198
|
-
### Session Initialization
|
|
199
|
-
|
|
200
|
-
```javascript
|
|
201
|
-
const getUtc8ISOString = () => new Date(Date.now() + 8 * 60 * 60 * 1000).toISOString()
|
|
202
|
-
|
|
203
|
-
const AUTO_YES = $ARGUMENTS.includes('--yes') || $ARGUMENTS.includes('-y')
|
|
204
|
-
const continueMode = $ARGUMENTS.includes('--continue')
|
|
205
|
-
const concurrencyMatch = $ARGUMENTS.match(/(?:--concurrency|-c)\s+(\d+)/)
|
|
206
|
-
const maxConcurrency = concurrencyMatch ? parseInt(concurrencyMatch[1]) : 3
|
|
207
|
-
|
|
208
|
-
const requirement = $ARGUMENTS
|
|
209
|
-
.replace(/--yes|-y|--continue|--concurrency\s+\d+|-c\s+\d+/g, '')
|
|
210
|
-
.trim()
|
|
211
|
-
|
|
212
|
-
const slug = requirement.toLowerCase()
|
|
213
|
-
.replace(/[^a-z0-9\u4e00-\u9fa5]+/g, '-')
|
|
214
|
-
.substring(0, 40)
|
|
215
|
-
const dateStr = getUtc8ISOString().substring(0, 10).replace(/-/g, '')
|
|
216
|
-
const sessionId = `td-${slug}-${dateStr}`
|
|
217
|
-
const sessionFolder = `.workflow/.csv-wave/${sessionId}`
|
|
218
|
-
|
|
219
|
-
Bash(`mkdir -p ${sessionFolder}/artifacts ${sessionFolder}/interactive ${sessionFolder}/validation`)
|
|
220
|
-
|
|
221
|
-
// Initialize discoveries.ndjson
|
|
222
|
-
Write(`${sessionFolder}/discoveries.ndjson`, '')
|
|
223
|
-
```
|
|
224
|
-
|
|
225
|
-
---
|
|
226
|
-
|
|
227
|
-
### Phase 0: Pre-Wave Interactive (Requirement Clarification)
|
|
228
|
-
|
|
229
|
-
**Objective**: Parse user skill description, clarify ambiguities, build teamConfig.
|
|
230
|
-
|
|
231
|
-
**Workflow**:
|
|
232
|
-
|
|
233
|
-
1. **Parse user skill description** from $ARGUMENTS
|
|
234
|
-
|
|
235
|
-
2. **Detect input source**:
|
|
236
|
-
|
|
237
|
-
| Source Type | Detection | Action |
|
|
238
|
-
|-------------|-----------|--------|
|
|
239
|
-
| Reference | Contains "based on", "like", or existing skill path | Read referenced skill, extract structure |
|
|
240
|
-
| Structured | Contains ROLES:, PIPELINES:, or DOMAIN: | Parse structured input directly |
|
|
241
|
-
| Natural language | Default | Analyze keywords, discover roles |
|
|
242
|
-
|
|
243
|
-
3. **Check for existing sessions** (continue mode):
|
|
244
|
-
- Scan `.workflow/.csv-wave/td-*/tasks.csv` for sessions with pending tasks
|
|
245
|
-
- If `--continue`: resume the specified or most recent session, skip to Phase 2
|
|
246
|
-
|
|
247
|
-
4. **Gather core identity** (skip if AUTO_YES or already clear):
|
|
248
|
-
|
|
249
|
-
Read `agents/requirement-clarifier.md`, then:
|
|
250
|
-
|
|
251
|
-
```javascript
|
|
252
|
-
const clarifier = spawn_agent({
|
|
253
|
-
message: `## TASK ASSIGNMENT
|
|
254
|
-
|
|
255
|
-
### MANDATORY FIRST STEPS
|
|
256
|
-
1. Read: agents/requirement-clarifier.md
|
|
257
|
-
2. Read: ${sessionFolder}/discoveries.ndjson (if exists)
|
|
258
|
-
|
|
259
|
-
---
|
|
260
|
-
|
|
261
|
-
Goal: Gather team skill requirements from the user
|
|
262
|
-
Input: "${requirement}"
|
|
263
|
-
Session: ${sessionFolder}
|
|
264
|
-
|
|
265
|
-
Determine: skill name (kebab-case), session prefix (3-4 chars), domain description, roles, pipelines, commands distribution.`
|
|
266
|
-
})
|
|
267
|
-
const clarifyResult = wait({ ids: [clarifier], timeout_ms: 600000 })
|
|
268
|
-
if (clarifyResult.timed_out) {
|
|
269
|
-
send_input({ id: clarifier, message: "Please finalize requirements with current information." })
|
|
270
|
-
wait({ ids: [clarifier], timeout_ms: 120000 })
|
|
271
|
-
}
|
|
272
|
-
Write(`${sessionFolder}/interactive/clarify-result.json`, JSON.stringify({
|
|
273
|
-
task_id: "CLARIFY-001", status: "completed", findings: parseFindings(clarifyResult),
|
|
274
|
-
timestamp: getUtc8ISOString()
|
|
275
|
-
}))
|
|
276
|
-
close_agent({ id: clarifier })
|
|
277
|
-
```
|
|
278
|
-
|
|
279
|
-
5. **Build teamConfig** from gathered requirements:
|
|
280
|
-
|
|
281
|
-
```javascript
|
|
282
|
-
const teamConfig = {
|
|
283
|
-
skillName: "<kebab-case-name>",
|
|
284
|
-
sessionPrefix: "<3-4 char prefix>",
|
|
285
|
-
domain: "<domain description>",
|
|
286
|
-
title: "<Human Readable Title>",
|
|
287
|
-
roles: [
|
|
288
|
-
{ name: "coordinator", prefix: "—", inner_loop: false, hasCommands: true, commands: ["analyze", "dispatch", "monitor"], path: "roles/coordinator/role.md" },
|
|
289
|
-
// ... discovered worker roles
|
|
290
|
-
],
|
|
291
|
-
pipelines: [{ name: "<pipeline-name>", tasks: [/* task definitions */] }],
|
|
292
|
-
specs: ["pipelines"],
|
|
293
|
-
templates: [],
|
|
294
|
-
conditionalRouting: false,
|
|
295
|
-
targetDir: `.codex/skills/<skill-name>`
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
Write(`${sessionFolder}/teamConfig.json`, JSON.stringify(teamConfig, null, 2))
|
|
299
|
-
```
|
|
300
|
-
|
|
301
|
-
6. **Decompose into tasks** -- generate tasks.csv from teamConfig:
|
|
302
|
-
|
|
303
|
-
| Task Pattern | gen_type | Wave | Description |
|
|
304
|
-
|--------------|----------|------|-------------|
|
|
305
|
-
| Directory scaffold | `directory` | 1 | Create skill directory structure |
|
|
306
|
-
| SKILL.md router | `router` | 2 | Generate main SKILL.md orchestrator |
|
|
307
|
-
| Pipeline spec | `spec` | 2 | Generate specs/pipelines.md |
|
|
308
|
-
| Domain specs | `spec` | 2 | Generate additional specs files |
|
|
309
|
-
| Coordinator role | `role-bundle` | 3 | Generate coordinator role.md + commands/ |
|
|
310
|
-
| Worker roles (each) | `role-inline` or `role-bundle` | 3 | Generate each worker role.md |
|
|
311
|
-
| Templates (each) | `template` | 3 | Generate template files |
|
|
312
|
-
| Validation | `validation` | 4 | Validate the complete package |
|
|
313
|
-
|
|
314
|
-
**Success Criteria**:
|
|
315
|
-
- teamConfig.json written with complete configuration
|
|
316
|
-
- Refined requirements available for Phase 1 decomposition
|
|
317
|
-
- Interactive agents closed, results stored
|
|
318
|
-
|
|
319
|
-
---
|
|
320
|
-
|
|
321
|
-
### Phase 1: Requirement -> CSV + Classification
|
|
322
|
-
|
|
323
|
-
**Objective**: Generate tasks.csv from teamConfig with dependency-ordered waves.
|
|
324
|
-
|
|
325
|
-
**Decomposition Rules**:
|
|
326
|
-
|
|
327
|
-
1. **Role Discovery** -- scan domain description for keywords:
|
|
328
|
-
|
|
329
|
-
| Signal | Keywords | Role Name | Prefix |
|
|
330
|
-
|--------|----------|-----------|--------|
|
|
331
|
-
| Analysis | analyze, research, investigate, explore | analyst | RESEARCH |
|
|
332
|
-
| Planning | plan, design, architect, decompose | planner | PLAN |
|
|
333
|
-
| Writing | write, document, draft, spec, report | writer | DRAFT |
|
|
334
|
-
| Implementation | implement, build, code, develop | executor | IMPL |
|
|
335
|
-
| Testing | test, verify, validate, qa | tester | TEST |
|
|
336
|
-
| Review | review, audit, check, inspect | reviewer | REVIEW |
|
|
337
|
-
| Security | security, vulnerability, penetration | security-expert | SECURITY |
|
|
338
|
-
|
|
339
|
-
2. **Commands Distribution** -- determine inline vs commands/:
|
|
340
|
-
|
|
341
|
-
| Condition | Commands Structure |
|
|
342
|
-
|-----------|-------------------|
|
|
343
|
-
| 1 distinct action for role | Inline in role.md |
|
|
344
|
-
| 2+ distinct actions | commands/ folder |
|
|
345
|
-
| Coordinator (always) | commands/: analyze, dispatch, monitor |
|
|
346
|
-
|
|
347
|
-
3. **Pipeline Construction** -- build from role ordering:
|
|
348
|
-
|
|
349
|
-
| Role Combination | Pipeline Type |
|
|
350
|
-
|------------------|---------------|
|
|
351
|
-
| analyst + writer + executor | full-lifecycle |
|
|
352
|
-
| analyst + writer (no executor) | spec-only |
|
|
353
|
-
| planner + executor (no analyst) | impl-only |
|
|
354
|
-
| Other | custom |
|
|
355
|
-
|
|
356
|
-
**Classification Rules**:
|
|
357
|
-
|
|
358
|
-
| Task Property | exec_mode |
|
|
359
|
-
|---------------|-----------|
|
|
360
|
-
| Directory creation | `csv-wave` |
|
|
361
|
-
| Single file generation (role.md, spec.md) | `csv-wave` |
|
|
362
|
-
| Multi-file bundle generation (coordinator) | `csv-wave` |
|
|
363
|
-
| SKILL.md router generation | `csv-wave` |
|
|
364
|
-
| User requirement clarification | `interactive` |
|
|
365
|
-
| Validation with error recovery | `interactive` |
|
|
366
|
-
|
|
367
|
-
**Wave Computation**: Kahn's BFS topological sort with depth tracking (csv-wave tasks only).
|
|
368
|
-
|
|
369
|
-
**User Validation**: Display task breakdown with wave + exec_mode assignment (skip if AUTO_YES).
|
|
370
|
-
|
|
371
|
-
**Success Criteria**:
|
|
372
|
-
- tasks.csv created with valid schema, wave, and exec_mode assignments
|
|
373
|
-
- No circular dependencies
|
|
374
|
-
- User approved (or AUTO_YES)
|
|
375
|
-
|
|
376
|
-
---
|
|
377
|
-
|
|
378
|
-
### Phase 2: Wave Execution Engine (Extended)
|
|
379
|
-
|
|
380
|
-
**Objective**: Execute tasks wave-by-wave with hybrid mechanism support and cross-wave context propagation.
|
|
381
|
-
|
|
382
|
-
```javascript
|
|
383
|
-
const masterCsv = Read(`${sessionFolder}/tasks.csv`)
|
|
384
|
-
let tasks = parseCsv(masterCsv)
|
|
385
|
-
const maxWave = Math.max(...tasks.map(t => t.wave))
|
|
386
|
-
|
|
387
|
-
for (let wave = 1; wave <= maxWave; wave++) {
|
|
388
|
-
console.log(`\nWave ${wave}/${maxWave}`)
|
|
389
|
-
|
|
390
|
-
// 1. Separate tasks by exec_mode
|
|
391
|
-
const waveTasks = tasks.filter(t => t.wave === wave && t.status === 'pending')
|
|
392
|
-
const csvTasks = waveTasks.filter(t => t.exec_mode === 'csv-wave')
|
|
393
|
-
const interactiveTasks = waveTasks.filter(t => t.exec_mode === 'interactive')
|
|
394
|
-
|
|
395
|
-
// 2. Check dependencies -- skip tasks whose deps failed
|
|
396
|
-
for (const task of waveTasks) {
|
|
397
|
-
const depIds = (task.deps || '').split(';').filter(Boolean)
|
|
398
|
-
const depStatuses = depIds.map(id => tasks.find(t => t.id === id)?.status)
|
|
399
|
-
if (depStatuses.some(s => s === 'failed' || s === 'skipped')) {
|
|
400
|
-
task.status = 'skipped'
|
|
401
|
-
task.error = `Dependency failed: ${depIds.filter((id, i) =>
|
|
402
|
-
['failed','skipped'].includes(depStatuses[i])).join(', ')}`
|
|
403
|
-
}
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
// 3. Execute pre-wave interactive tasks
|
|
407
|
-
const preWaveInteractive = interactiveTasks.filter(t => t.status === 'pending')
|
|
408
|
-
for (const task of preWaveInteractive) {
|
|
409
|
-
// Use appropriate interactive agent
|
|
410
|
-
const agentFile = task.gen_type === 'validation'
|
|
411
|
-
? 'agents/validation-reporter.md'
|
|
412
|
-
: 'agents/requirement-clarifier.md'
|
|
413
|
-
Read(agentFile)
|
|
414
|
-
|
|
415
|
-
const agent = spawn_agent({
|
|
416
|
-
message: `## TASK ASSIGNMENT\n\n### MANDATORY FIRST STEPS\n1. Read: ${agentFile}\n2. Read: ${sessionFolder}/discoveries.ndjson\n\nGoal: ${task.description}\nScope: ${task.title}\nSession: ${sessionFolder}\nteamConfig: ${sessionFolder}/teamConfig.json\n\n### Previous Context\n${buildPrevContext(task, tasks)}`
|
|
417
|
-
})
|
|
418
|
-
const result = wait({ ids: [agent], timeout_ms: 600000 })
|
|
419
|
-
if (result.timed_out) {
|
|
420
|
-
send_input({ id: agent, message: "Please finalize and output current findings." })
|
|
421
|
-
wait({ ids: [agent], timeout_ms: 120000 })
|
|
422
|
-
}
|
|
423
|
-
Write(`${sessionFolder}/interactive/${task.id}-result.json`, JSON.stringify({
|
|
424
|
-
task_id: task.id, status: "completed", findings: parseFindings(result),
|
|
425
|
-
timestamp: getUtc8ISOString()
|
|
426
|
-
}))
|
|
427
|
-
close_agent({ id: agent })
|
|
428
|
-
task.status = 'completed'
|
|
429
|
-
task.findings = parseFindings(result)
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
// 4. Build prev_context for csv-wave tasks
|
|
433
|
-
const pendingCsvTasks = csvTasks.filter(t => t.status === 'pending')
|
|
434
|
-
for (const task of pendingCsvTasks) {
|
|
435
|
-
task.prev_context = buildPrevContext(task, tasks)
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
if (pendingCsvTasks.length > 0) {
|
|
439
|
-
// 5. Write wave CSV
|
|
440
|
-
Write(`${sessionFolder}/wave-${wave}.csv`, toCsv(pendingCsvTasks))
|
|
441
|
-
|
|
442
|
-
// 6. Execute wave via spawn_agents_on_csv
|
|
443
|
-
spawn_agents_on_csv({
|
|
444
|
-
csv_path: `${sessionFolder}/wave-${wave}.csv`,
|
|
445
|
-
id_column: "id",
|
|
446
|
-
instruction: Read(`instructions/agent-instruction.md`)
|
|
447
|
-
.replace(/<session-folder>/g, sessionFolder),
|
|
448
|
-
max_concurrency: maxConcurrency,
|
|
449
|
-
max_runtime_seconds: 900,
|
|
450
|
-
output_csv_path: `${sessionFolder}/wave-${wave}-results.csv`,
|
|
451
|
-
output_schema: {
|
|
452
|
-
type: "object",
|
|
453
|
-
properties: {
|
|
454
|
-
id: { type: "string" },
|
|
455
|
-
status: { type: "string", enum: ["completed", "failed"] },
|
|
456
|
-
findings: { type: "string" },
|
|
457
|
-
files_produced: { type: "string" },
|
|
458
|
-
error: { type: "string" }
|
|
459
|
-
}
|
|
460
|
-
}
|
|
461
|
-
})
|
|
462
|
-
|
|
463
|
-
// 7. Merge results into master CSV
|
|
464
|
-
const results = parseCsv(Read(`${sessionFolder}/wave-${wave}-results.csv`))
|
|
465
|
-
for (const r of results) {
|
|
466
|
-
const t = tasks.find(t => t.id === r.id)
|
|
467
|
-
if (t) Object.assign(t, r)
|
|
468
|
-
}
|
|
469
|
-
}
|
|
470
|
-
|
|
471
|
-
// 8. Update master CSV
|
|
472
|
-
Write(`${sessionFolder}/tasks.csv`, toCsv(tasks))
|
|
473
|
-
|
|
474
|
-
// 9. Cleanup temp files
|
|
475
|
-
Bash(`rm -f ${sessionFolder}/wave-${wave}.csv ${sessionFolder}/wave-${wave}-results.csv`)
|
|
476
|
-
|
|
477
|
-
// 10. Display wave summary
|
|
478
|
-
const completed = waveTasks.filter(t => t.status === 'completed').length
|
|
479
|
-
const failed = waveTasks.filter(t => t.status === 'failed').length
|
|
480
|
-
const skipped = waveTasks.filter(t => t.status === 'skipped').length
|
|
481
|
-
console.log(`Wave ${wave} Complete: ${completed} completed, ${failed} failed, ${skipped} skipped`)
|
|
482
|
-
}
|
|
483
|
-
```
|
|
484
|
-
|
|
485
|
-
**Success Criteria**:
|
|
486
|
-
- All waves executed in order
|
|
487
|
-
- Both csv-wave and interactive tasks handled per wave
|
|
488
|
-
- Each wave's results merged into master CSV before next wave starts
|
|
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 (Validation)
|
|
495
|
-
|
|
496
|
-
**Objective**: Validate the generated team skill package and present results.
|
|
497
|
-
|
|
498
|
-
Read `agents/validation-reporter.md`, then:
|
|
499
|
-
|
|
500
|
-
```javascript
|
|
501
|
-
const validator = spawn_agent({
|
|
502
|
-
message: `## TASK ASSIGNMENT
|
|
503
|
-
|
|
504
|
-
### MANDATORY FIRST STEPS
|
|
505
|
-
1. Read: agents/validation-reporter.md
|
|
506
|
-
2. Read: ${sessionFolder}/discoveries.ndjson
|
|
507
|
-
3. Read: ${sessionFolder}/teamConfig.json
|
|
508
|
-
|
|
509
|
-
---
|
|
510
|
-
|
|
511
|
-
Goal: Validate the generated team skill package at ${teamConfig.targetDir}
|
|
512
|
-
Session: ${sessionFolder}
|
|
513
|
-
|
|
514
|
-
### Validation Checks
|
|
515
|
-
1. Structural: All files exist per teamConfig
|
|
516
|
-
2. SKILL.md: Required sections present, role registry correct
|
|
517
|
-
3. Role frontmatter: YAML frontmatter valid for each worker role
|
|
518
|
-
4. Pipeline consistency: No circular deps, roles referenced exist
|
|
519
|
-
5. Commands distribution: commands/ matches hasCommands flag
|
|
520
|
-
|
|
521
|
-
### Previous Context
|
|
522
|
-
${buildCompletePrevContext(tasks)}`
|
|
523
|
-
})
|
|
524
|
-
const validResult = wait({ ids: [validator], timeout_ms: 600000 })
|
|
525
|
-
if (validResult.timed_out) {
|
|
526
|
-
send_input({ id: validator, message: "Please finalize validation with current findings." })
|
|
527
|
-
wait({ ids: [validator], timeout_ms: 120000 })
|
|
528
|
-
}
|
|
529
|
-
Write(`${sessionFolder}/interactive/validation-result.json`, JSON.stringify({
|
|
530
|
-
task_id: "VALIDATE-001", status: "completed", findings: parseFindings(validResult),
|
|
531
|
-
timestamp: getUtc8ISOString()
|
|
532
|
-
}))
|
|
533
|
-
close_agent({ id: validator })
|
|
534
|
-
```
|
|
535
|
-
|
|
536
|
-
**Success Criteria**:
|
|
537
|
-
- Post-wave interactive processing complete
|
|
538
|
-
- Validation report generated
|
|
539
|
-
- Interactive agents closed, results stored
|
|
540
|
-
|
|
541
|
-
---
|
|
542
|
-
|
|
543
|
-
### Phase 4: Results Aggregation
|
|
544
|
-
|
|
545
|
-
**Objective**: Generate final results and human-readable report.
|
|
546
|
-
|
|
547
|
-
```javascript
|
|
548
|
-
// 1. Export results.csv
|
|
549
|
-
Bash(`cp ${sessionFolder}/tasks.csv ${sessionFolder}/results.csv`)
|
|
550
|
-
|
|
551
|
-
// 2. Generate context.md
|
|
552
|
-
const tasks = parseCsv(Read(`${sessionFolder}/tasks.csv`))
|
|
553
|
-
let contextMd = `# Team Skill Designer Report\n\n`
|
|
554
|
-
contextMd += `**Session**: ${sessionId}\n`
|
|
555
|
-
contextMd += `**Skill**: ${teamConfig.skillName}\n`
|
|
556
|
-
contextMd += `**Target**: ${teamConfig.targetDir}\n\n`
|
|
557
|
-
|
|
558
|
-
contextMd += `## Summary\n`
|
|
559
|
-
contextMd += `| Status | Count |\n|--------|-------|\n`
|
|
560
|
-
contextMd += `| Completed | ${tasks.filter(t => t.status === 'completed').length} |\n`
|
|
561
|
-
contextMd += `| Failed | ${tasks.filter(t => t.status === 'failed').length} |\n`
|
|
562
|
-
contextMd += `| Skipped | ${tasks.filter(t => t.status === 'skipped').length} |\n\n`
|
|
563
|
-
|
|
564
|
-
contextMd += `## Generated Skill Structure\n\n`
|
|
565
|
-
contextMd += `\`\`\`\n${teamConfig.targetDir}/\n`
|
|
566
|
-
contextMd += `+-- SKILL.md\n+-- schemas/\n| +-- tasks-schema.md\n+-- instructions/\n| +-- agent-instruction.md\n`
|
|
567
|
-
// ... roles, specs, templates
|
|
568
|
-
contextMd += `\`\`\`\n\n`
|
|
569
|
-
|
|
570
|
-
contextMd += `## Validation\n`
|
|
571
|
-
// ... validation results
|
|
572
|
-
|
|
573
|
-
Write(`${sessionFolder}/context.md`, contextMd)
|
|
574
|
-
|
|
575
|
-
// 3. Display final summary
|
|
576
|
-
console.log(`\nTeam Skill Designer Complete`)
|
|
577
|
-
console.log(`Generated skill: ${teamConfig.targetDir}`)
|
|
578
|
-
console.log(`Results: ${sessionFolder}/results.csv`)
|
|
579
|
-
console.log(`Report: ${sessionFolder}/context.md`)
|
|
580
|
-
console.log(`\nUsage: $${teamConfig.skillName} "task description"`)
|
|
581
|
-
```
|
|
582
|
-
|
|
583
|
-
**Success Criteria**:
|
|
584
|
-
- results.csv exported (all tasks, both modes)
|
|
585
|
-
- context.md generated
|
|
586
|
-
- All interactive agents closed
|
|
587
|
-
- Summary displayed to user
|
|
588
|
-
|
|
589
|
-
---
|
|
590
|
-
|
|
591
|
-
## Shared Discovery Board Protocol
|
|
592
|
-
|
|
593
|
-
All agents (csv-wave and interactive) share a single `discoveries.ndjson` file for cross-task knowledge exchange.
|
|
594
|
-
|
|
595
|
-
**Format**: One JSON object per line (NDJSON):
|
|
596
|
-
|
|
597
|
-
```jsonl
|
|
598
|
-
{"ts":"2026-03-08T10:00:00Z","worker":"SCAFFOLD-001","type":"dir_created","data":{"path":"~ or <project>/.codex/skills/team-code-review/","description":"Created skill directory structure"}}
|
|
599
|
-
{"ts":"2026-03-08T10:05:00Z","worker":"ROLE-001","type":"file_generated","data":{"file":"roles/coordinator/role.md","gen_type":"role-bundle","sections":["entry-router","commands"]}}
|
|
600
|
-
{"ts":"2026-03-08T10:10:00Z","worker":"SPEC-001","type":"pattern_found","data":{"pattern_name":"full-lifecycle","description":"Pipeline with analyst -> writer -> executor -> tester"}}
|
|
601
|
-
```
|
|
602
|
-
|
|
603
|
-
**Discovery Types**:
|
|
604
|
-
|
|
605
|
-
| Type | Data Schema | Description |
|
|
606
|
-
|------|-------------|-------------|
|
|
607
|
-
| `dir_created` | `{path, description}` | Directory structure created |
|
|
608
|
-
| `file_generated` | `{file, gen_type, sections}` | File generated with specific sections |
|
|
609
|
-
| `pattern_found` | `{pattern_name, description}` | Design pattern identified in golden sample |
|
|
610
|
-
| `config_decision` | `{decision, rationale, impact}` | Configuration decision made |
|
|
611
|
-
| `validation_result` | `{check, passed, message}` | Validation check result |
|
|
612
|
-
| `reference_found` | `{source, target, type}` | Cross-reference between generated files |
|
|
613
|
-
|
|
614
|
-
**Protocol**:
|
|
615
|
-
1. Agents MUST read discoveries.ndjson at start of execution
|
|
616
|
-
2. Agents MUST append relevant discoveries during execution
|
|
617
|
-
3. Agents MUST NOT modify or delete existing entries
|
|
618
|
-
4. Deduplication by `{type, data.file, data.path}` key
|
|
619
|
-
|
|
620
|
-
---
|
|
621
|
-
|
|
622
|
-
## Error Handling
|
|
623
|
-
|
|
624
|
-
| Error | Resolution |
|
|
625
|
-
|-------|------------|
|
|
626
|
-
| Circular dependency | Detect in wave computation, abort with error message |
|
|
627
|
-
| CSV agent timeout | Mark as failed in results, continue with wave |
|
|
628
|
-
| CSV agent failed | Mark as failed, skip dependent tasks in later waves |
|
|
629
|
-
| Interactive agent timeout | Urge convergence via send_input, then close if still timed out |
|
|
630
|
-
| Interactive agent failed | Mark as failed, skip dependents |
|
|
631
|
-
| All agents in wave failed | Log error, offer retry or abort |
|
|
632
|
-
| CSV parse error | Validate CSV format before execution, show line number |
|
|
633
|
-
| discoveries.ndjson corrupt | Ignore malformed lines, continue with valid entries |
|
|
634
|
-
| Invalid role name | Must be lowercase alphanumeric with hyphens, max 20 chars |
|
|
635
|
-
| Directory conflict | Warn if skill directory already exists, ask user to confirm overwrite |
|
|
636
|
-
| Golden sample not found | Fall back to embedded templates in instructions |
|
|
637
|
-
| Validation FAIL | Offer auto-fix, regenerate, or accept as-is |
|
|
638
|
-
| Continue mode: no session found | List available sessions, prompt user to select |
|
|
639
|
-
|
|
640
|
-
---
|
|
641
|
-
|
|
642
|
-
## Core Rules
|
|
643
|
-
|
|
644
|
-
1. **Start Immediately**: First action is session initialization, then Phase 0/1
|
|
645
|
-
2. **Wave Order is Sacred**: Never execute wave N before wave N-1 completes and results are merged
|
|
646
|
-
3. **CSV is Source of Truth**: Master tasks.csv holds all state (both csv-wave and interactive)
|
|
647
|
-
4. **CSV First**: Default to csv-wave for tasks; only use interactive when interaction pattern requires it
|
|
648
|
-
5. **Context Propagation**: prev_context built from master CSV, not from memory
|
|
649
|
-
6. **Discovery Board is Append-Only**: Never clear, modify, or recreate discoveries.ndjson
|
|
650
|
-
7. **Skip on Failure**: If a dependency failed, skip the dependent task
|
|
651
|
-
8. **Golden Sample Fidelity**: Generated files must match existing team skill patterns
|
|
652
|
-
9. **Cleanup Temp Files**: Remove wave-{N}.csv after results are merged
|
|
653
|
-
10. **DO NOT STOP**: Continuous execution until all waves complete or all remaining tasks are skipped
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
---
|
|
657
|
-
|
|
658
|
-
## Coordinator Role Constraints (Main Agent)
|
|
659
|
-
|
|
660
|
-
**CRITICAL**: The coordinator (main agent executing this skill) is responsible for **orchestration only**, NOT implementation.
|
|
661
|
-
|
|
662
|
-
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:
|
|
663
|
-
- Spawns agents with task assignments
|
|
664
|
-
- Waits for agent callbacks
|
|
665
|
-
- Merges results and coordinates workflow
|
|
666
|
-
- Manages workflow transitions between phases
|
|
667
|
-
|
|
668
|
-
16. **Patient Waiting is Mandatory**: Agent execution takes significant time (typically 10-30 minutes per phase, sometimes longer). The coordinator MUST:
|
|
669
|
-
- Wait patiently for `wait()` calls to complete
|
|
670
|
-
- NOT skip workflow steps due to perceived delays
|
|
671
|
-
- NOT assume agents have failed just because they're taking time
|
|
672
|
-
- Trust the timeout mechanisms defined in the skill
|
|
673
|
-
|
|
674
|
-
17. **Use send_input for Clarification**: When agents need guidance or appear stuck, the coordinator MUST:
|
|
675
|
-
- Use `send_input()` to ask questions or provide clarification
|
|
676
|
-
- NOT skip the agent or move to next phase prematurely
|
|
677
|
-
- Give agents opportunity to respond before escalating
|
|
678
|
-
- Example: `send_input({ id: agent_id, message: "Please provide status update or clarify blockers" })`
|
|
679
|
-
|
|
680
|
-
18. **No Workflow Shortcuts**: The coordinator MUST NOT:
|
|
681
|
-
- Skip phases or stages defined in the workflow
|
|
682
|
-
- Bypass required approval or review steps
|
|
683
|
-
- Execute dependent tasks before prerequisites complete
|
|
684
|
-
- Assume task completion without explicit agent callback
|
|
685
|
-
- Make up or fabricate agent results
|
|
686
|
-
|
|
687
|
-
19. **Respect Long-Running Processes**: This is a complex multi-agent workflow that requires patience:
|
|
688
|
-
- Total execution time may range from 30-90 minutes or longer
|
|
689
|
-
- Each phase may take 10-30 minutes depending on complexity
|
|
690
|
-
- The coordinator must remain active and attentive throughout the entire process
|
|
691
|
-
- Do not terminate or skip steps due to time concerns
|
|
1
|
+
---
|
|
2
|
+
name: team-designer
|
|
3
|
+
description: Meta-skill for generating team skills following the v4 architecture pattern. Produces complete skill packages with SKILL.md router, coordinator, worker roles, specs, and templates. Triggers on "team-designer", "design team".
|
|
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 Skill Designer
|
|
8
|
+
|
|
9
|
+
Generate complete team skills following the team-lifecycle-v4 architecture: SKILL.md as universal router, coordinator with beat model, worker roles with optional commands/, shared specs, and templates.
|
|
10
|
+
|
|
11
|
+
## Architecture Overview
|
|
12
|
+
|
|
13
|
+
```
|
|
14
|
+
┌─────────────────────────────────────────────────────────────────┐
|
|
15
|
+
│ Team Skill Designer (SKILL.md) │
|
|
16
|
+
│ → Orchestrator: gather requirements, generate files, validate │
|
|
17
|
+
└───────────────────────────┬──────────────────────────────────────┘
|
|
18
|
+
│
|
|
19
|
+
┌───────────┬───────────┼───────────┬───────────┐
|
|
20
|
+
↓ ↓ ↓ ↓
|
|
21
|
+
┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐
|
|
22
|
+
│ Phase 1 │ │ Phase 2 │ │ Phase 3 │ │ Phase 4 │
|
|
23
|
+
│ Require │ │ Scaffold│ │ Content │ │ Valid │
|
|
24
|
+
│ Analysis│ │ Gen │ │ Gen │ │ & Report│
|
|
25
|
+
└─────────┘ └─────────┘ └─────────┘ └─────────┘
|
|
26
|
+
↓ ↓ ↓ ↓
|
|
27
|
+
teamConfig SKILL.md roles/ Validated
|
|
28
|
+
+ dirs specs/ skill pkg
|
|
29
|
+
templates/
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
## Key Design Principles
|
|
33
|
+
|
|
34
|
+
1. **v4 Architecture Compliance**: Generated skills follow team-lifecycle-v4 pattern — SKILL.md = pure router, beat model = coordinator-only, unified structure (roles/ + specs/ + templates/)
|
|
35
|
+
2. **Golden Sample Reference**: Uses `team-lifecycle-v4` as reference implementation at `~ or <project>/.claude/skills/team-lifecycle-v4/`
|
|
36
|
+
3. **Intelligent Commands Distribution**: Auto-determines which roles need `commands/` (2+ commands) vs inline logic (1 command)
|
|
37
|
+
4. **team-worker Compatibility**: Role.md files include correct YAML frontmatter for team-worker agent parsing
|
|
38
|
+
|
|
39
|
+
## Execution Flow
|
|
40
|
+
|
|
41
|
+
```
|
|
42
|
+
Input Parsing:
|
|
43
|
+
└─ Parse user requirements (skill name, roles, pipelines, domain)
|
|
44
|
+
|
|
45
|
+
Phase 1: Requirements Analysis
|
|
46
|
+
└─ Ref: phases/01-requirements-analysis.md
|
|
47
|
+
├─ Tasks: Detect input → Gather roles → Define pipelines → Build teamConfig
|
|
48
|
+
└─ Output: teamConfig
|
|
49
|
+
|
|
50
|
+
Phase 2: Scaffold Generation
|
|
51
|
+
└─ Ref: phases/02-scaffold-generation.md
|
|
52
|
+
├─ Tasks: Create dirs → Generate SKILL.md router → Verify
|
|
53
|
+
└─ Output: SKILL.md + directory structure
|
|
54
|
+
|
|
55
|
+
Phase 3: Content Generation
|
|
56
|
+
└─ Ref: phases/03-content-generation.md
|
|
57
|
+
├─ Tasks: Coordinator → Workers → Specs → Templates
|
|
58
|
+
└─ Output: roles/**/*.md, specs/*.md, templates/*.md
|
|
59
|
+
|
|
60
|
+
Phase 4: Validation
|
|
61
|
+
└─ Ref: phases/04-validation.md
|
|
62
|
+
└─ Output: Validation report (PASS/REVIEW/FAIL)
|
|
63
|
+
|
|
64
|
+
Return:
|
|
65
|
+
└─ Summary with skill location and usage instructions
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
**Phase Reference Documents** (read on-demand when phase executes):
|
|
69
|
+
|
|
70
|
+
| Phase | Document | Purpose |
|
|
71
|
+
|-------|----------|---------|
|
|
72
|
+
| 1 | [phases/01-requirements-analysis.md](phases/01-requirements-analysis.md) | Gather team skill requirements, build teamConfig |
|
|
73
|
+
| 2 | [phases/02-scaffold-generation.md](phases/02-scaffold-generation.md) | Generate SKILL.md router and directory structure |
|
|
74
|
+
| 3 | [phases/03-content-generation.md](phases/03-content-generation.md) | Generate coordinator, workers, specs, templates |
|
|
75
|
+
| 4 | [phases/04-validation.md](phases/04-validation.md) | Validate structure, references, and consistency |
|
|
76
|
+
|
|
77
|
+
## Golden Sample
|
|
78
|
+
|
|
79
|
+
Generated skills follow the architecture of `~ or <project>/.claude/skills/team-lifecycle-v4/`:
|
|
80
|
+
|
|
81
|
+
```
|
|
82
|
+
.claude/skills/<skill-name>/
|
|
83
|
+
├── SKILL.md # Universal router (all roles read)
|
|
84
|
+
├── roles/
|
|
85
|
+
│ ├── coordinator/
|
|
86
|
+
│ │ ├── role.md # Orchestrator + beat model + entry router
|
|
87
|
+
│ │ └── commands/
|
|
88
|
+
│ │ ├── analyze.md # Task analysis
|
|
89
|
+
│ │ ├── dispatch.md # Task chain creation
|
|
90
|
+
│ │ └── monitor.md # Beat control + callbacks
|
|
91
|
+
│ ├── <inline-worker>/
|
|
92
|
+
│ │ └── role.md # Phase 2-4 embedded (simple role)
|
|
93
|
+
│ └── <command-worker>/
|
|
94
|
+
│ ├── role.md # Phase 2-4 dispatcher
|
|
95
|
+
│ └── commands/
|
|
96
|
+
│ ├── <cmd-1>.md
|
|
97
|
+
│ └── <cmd-2>.md
|
|
98
|
+
├── specs/
|
|
99
|
+
│ ├── pipelines.md # Pipeline definitions + task registry
|
|
100
|
+
│ └── <domain-specs>.md # Domain-specific specifications
|
|
101
|
+
└── templates/ # Optional document templates
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
## Data Flow
|
|
105
|
+
|
|
106
|
+
```
|
|
107
|
+
User Input (skill name, roles, pipelines)
|
|
108
|
+
↓
|
|
109
|
+
Phase 1: Requirements Analysis
|
|
110
|
+
↓ Output: teamConfig
|
|
111
|
+
↓
|
|
112
|
+
Phase 2: Scaffold Generation
|
|
113
|
+
↓ Input: teamConfig
|
|
114
|
+
↓ Output: SKILL.md + skillDir
|
|
115
|
+
↓
|
|
116
|
+
Phase 3: Content Generation
|
|
117
|
+
↓ Input: teamConfig + skillDir
|
|
118
|
+
↓ Output: roles/, specs/, templates/
|
|
119
|
+
↓
|
|
120
|
+
Phase 4: Validation
|
|
121
|
+
↓ Input: teamConfig + all files
|
|
122
|
+
↓ Output: validation report
|
|
123
|
+
↓
|
|
124
|
+
Return summary to user
|
|
125
|
+
```
|
|
126
|
+
|
|
127
|
+
## Core Rules
|
|
128
|
+
|
|
129
|
+
1. **Start Immediately**: First action is Phase 1 execution
|
|
130
|
+
2. **Parse Every Output**: Extract teamConfig from Phase 1 for subsequent phases
|
|
131
|
+
3. **Auto-Continue**: After each phase, automatically execute next phase
|
|
132
|
+
4. **Progressive Phase Loading**: Read phase docs ONLY when that phase is about to execute
|
|
133
|
+
5. **Golden Sample Fidelity**: Generated files must match team-lifecycle-v4 patterns
|
|
134
|
+
6. **DO NOT STOP**: Continuous workflow until all 4 phases complete
|
|
135
|
+
|
|
136
|
+
## Input Processing
|
|
137
|
+
|
|
138
|
+
Convert user input to structured format:
|
|
139
|
+
|
|
140
|
+
```
|
|
141
|
+
SKILL_NAME: [kebab-case name, e.g., team-code-review]
|
|
142
|
+
DOMAIN: [what this team does, e.g., "multi-stage code review with security analysis"]
|
|
143
|
+
ROLES: [worker roles beyond coordinator, e.g., "analyst, reviewer, security-expert"]
|
|
144
|
+
PIPELINES: [pipeline types and flows, e.g., "review-only: SCAN-001 → REVIEW-001 → REPORT-001"]
|
|
145
|
+
SESSION_PREFIX: [3-4 char, e.g., TCR]
|
|
146
|
+
```
|
|
147
|
+
|
|
148
|
+
## Error Handling
|
|
149
|
+
|
|
150
|
+
- **Invalid role name**: Must be lowercase alphanumeric with hyphens, max 20 chars
|
|
151
|
+
- **Circular dependencies**: Detect and report in pipeline validation
|
|
152
|
+
- **Missing golden sample**: Fall back to embedded templates in phase files
|
|
153
|
+
- **Directory conflict**: Warn if skill directory already exists, ask user to confirm overwrite
|