@cleocode/skills 2.0.0 → 2026.3.39

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.
Files changed (173) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +446 -0
  3. package/dispatch-config.json +733 -154
  4. package/index.d.ts +0 -0
  5. package/index.js +0 -0
  6. package/package.json +8 -3
  7. package/profiles/core.json +0 -0
  8. package/profiles/full.json +0 -0
  9. package/profiles/minimal.json +0 -0
  10. package/profiles/recommended.json +0 -0
  11. package/provider-skills-map.json +0 -0
  12. package/skills/_shared/cleo-style-guide.md +0 -0
  13. package/skills/_shared/manifest-operations.md +0 -0
  14. package/skills/_shared/placeholders.json +0 -0
  15. package/skills/_shared/skill-chaining-patterns.md +0 -0
  16. package/skills/_shared/subagent-protocol-base.md +0 -0
  17. package/skills/_shared/task-system-integration.md +0 -0
  18. package/skills/_shared/testing-framework-config.md +0 -0
  19. package/skills/ct-cleo/SKILL.md +0 -0
  20. package/skills/ct-cleo/references/anti-patterns.md +0 -0
  21. package/skills/ct-cleo/references/loom-lifecycle.md +0 -0
  22. package/skills/ct-cleo/references/orchestrator-constraints.md +0 -0
  23. package/skills/ct-cleo/references/session-protocol.md +0 -0
  24. package/skills/ct-codebase-mapper/SKILL.md +0 -0
  25. package/skills/ct-contribution/SKILL.md +0 -0
  26. package/skills/ct-contribution/templates/contribution-init.json +0 -0
  27. package/skills/ct-dev-workflow/SKILL.md +0 -0
  28. package/skills/ct-docs-lookup/SKILL.md +0 -0
  29. package/skills/ct-docs-review/SKILL.md +0 -0
  30. package/skills/ct-docs-write/SKILL.md +0 -0
  31. package/skills/ct-documentor/SKILL.md +0 -0
  32. package/skills/ct-epic-architect/SKILL.md +0 -0
  33. package/skills/ct-epic-architect/references/bug-epic-example.md +0 -0
  34. package/skills/ct-epic-architect/references/commands.md +0 -0
  35. package/skills/ct-epic-architect/references/feature-epic-example.md +0 -0
  36. package/skills/ct-epic-architect/references/migration-epic-example.md +0 -0
  37. package/skills/ct-epic-architect/references/output-format.md +0 -0
  38. package/skills/ct-epic-architect/references/patterns.md +0 -0
  39. package/skills/ct-epic-architect/references/refactor-epic-example.md +0 -0
  40. package/skills/ct-epic-architect/references/research-epic-example.md +0 -0
  41. package/skills/ct-epic-architect/references/shell-escaping.md +0 -0
  42. package/skills/ct-epic-architect/references/skill-aware-execution.md +0 -0
  43. package/skills/ct-grade/SKILL.md +0 -0
  44. package/skills/ct-grade/agents/analysis-reporter.md +0 -0
  45. package/skills/ct-grade/agents/blind-comparator.md +0 -0
  46. package/skills/ct-grade/agents/scenario-runner.md +0 -0
  47. package/skills/ct-grade/eval-viewer/__pycache__/generate_grade_review.cpython-314.pyc +0 -0
  48. package/skills/ct-grade/eval-viewer/generate_grade_review.py +0 -0
  49. package/skills/ct-grade/eval-viewer/generate_grade_viewer.py +0 -0
  50. package/skills/ct-grade/eval-viewer/generate_review.py +0 -0
  51. package/skills/ct-grade/eval-viewer/grade-review.html +0 -0
  52. package/skills/ct-grade/eval-viewer/viewer.html +0 -0
  53. package/skills/ct-grade/evals/evals.json +0 -0
  54. package/skills/ct-grade/references/ab-test-methodology.md +0 -0
  55. package/skills/ct-grade/references/domains.md +0 -0
  56. package/skills/ct-grade/references/grade-spec.md +0 -0
  57. package/skills/ct-grade/references/scenario-playbook.md +0 -0
  58. package/skills/ct-grade/references/token-tracking.md +0 -0
  59. package/skills/ct-grade/scripts/__pycache__/audit_analyzer.cpython-314.pyc +0 -0
  60. package/skills/ct-grade/scripts/__pycache__/run_ab_test.cpython-314.pyc +0 -0
  61. package/skills/ct-grade/scripts/__pycache__/run_all.cpython-314.pyc +0 -0
  62. package/skills/ct-grade/scripts/__pycache__/token_tracker.cpython-314.pyc +0 -0
  63. package/skills/ct-grade/scripts/audit_analyzer.py +0 -0
  64. package/skills/ct-grade/scripts/generate_report.py +0 -0
  65. package/skills/ct-grade/scripts/run_ab_test.py +0 -0
  66. package/skills/ct-grade/scripts/run_all.py +0 -0
  67. package/skills/ct-grade/scripts/setup_run.py +0 -0
  68. package/skills/ct-grade/scripts/token_tracker.py +0 -0
  69. package/skills/ct-grade-v2-1/SKILL.md +0 -0
  70. package/skills/ct-grade-v2-1/agents/analysis-reporter.md +0 -0
  71. package/skills/ct-grade-v2-1/agents/blind-comparator.md +0 -0
  72. package/skills/ct-grade-v2-1/agents/scenario-runner.md +0 -0
  73. package/skills/ct-grade-v2-1/evals/evals.json +0 -0
  74. package/skills/ct-grade-v2-1/grade-viewer/__pycache__/build_op_stats.cpython-314.pyc +0 -0
  75. package/skills/ct-grade-v2-1/grade-viewer/__pycache__/generate_grade_review.cpython-314.pyc +0 -0
  76. package/skills/ct-grade-v2-1/grade-viewer/build_op_stats.py +0 -0
  77. package/skills/ct-grade-v2-1/grade-viewer/eval-analysis.json +0 -0
  78. package/skills/ct-grade-v2-1/grade-viewer/eval-report.md +0 -0
  79. package/skills/ct-grade-v2-1/grade-viewer/generate_grade_review.py +0 -0
  80. package/skills/ct-grade-v2-1/grade-viewer/generate_grade_viewer.py +0 -0
  81. package/skills/ct-grade-v2-1/grade-viewer/grade-review-eval.html +0 -0
  82. package/skills/ct-grade-v2-1/grade-viewer/grade-review.html +0 -0
  83. package/skills/ct-grade-v2-1/grade-viewer/viewer.html +0 -0
  84. package/skills/ct-grade-v2-1/manifest-entry.json +0 -0
  85. package/skills/ct-grade-v2-1/references/ab-testing.md +0 -0
  86. package/skills/ct-grade-v2-1/references/domains-ssot.md +0 -0
  87. package/skills/ct-grade-v2-1/references/grade-spec-v2.md +0 -0
  88. package/skills/ct-grade-v2-1/references/playbook-v2.md +0 -0
  89. package/skills/ct-grade-v2-1/references/token-tracking.md +0 -0
  90. package/skills/ct-grade-v2-1/scripts/generate_report.py +0 -0
  91. package/skills/ct-grade-v2-1/scripts/run_ab_test.py +0 -0
  92. package/skills/ct-grade-v2-1/scripts/run_scenario.py +0 -0
  93. package/skills/ct-grade-v2-1/scripts/setup_run.py +0 -0
  94. package/skills/ct-grade-v2-1/scripts/token_tracker.py +0 -0
  95. package/skills/ct-memory/SKILL.md +0 -0
  96. package/skills/ct-orchestrator/INSTALL.md +0 -0
  97. package/skills/ct-orchestrator/README.md +0 -0
  98. package/skills/ct-orchestrator/SKILL.md +0 -0
  99. package/skills/ct-orchestrator/manifest-entry.json +0 -0
  100. package/skills/ct-orchestrator/orchestrator-prompt.txt +0 -0
  101. package/skills/ct-orchestrator/references/SUBAGENT-PROTOCOL-BLOCK.md +0 -0
  102. package/skills/ct-orchestrator/references/autonomous-operation.md +0 -0
  103. package/skills/ct-orchestrator/references/lifecycle-gates.md +0 -0
  104. package/skills/ct-orchestrator/references/orchestrator-compliance.md +0 -0
  105. package/skills/ct-orchestrator/references/orchestrator-handoffs.md +0 -0
  106. package/skills/ct-orchestrator/references/orchestrator-patterns.md +0 -0
  107. package/skills/ct-orchestrator/references/orchestrator-recovery.md +0 -0
  108. package/skills/ct-orchestrator/references/orchestrator-spawning.md +0 -0
  109. package/skills/ct-orchestrator/references/orchestrator-tokens.md +0 -0
  110. package/skills/ct-research-agent/SKILL.md +0 -0
  111. package/skills/ct-skill-creator/.cleo/.context-state.json +0 -0
  112. package/skills/ct-skill-creator/.cleo/logs/cleo.2026-03-07.1.log +0 -0
  113. package/skills/ct-skill-creator/.cleo/tasks.db +0 -0
  114. package/skills/ct-skill-creator/SKILL.md +0 -0
  115. package/skills/ct-skill-creator/agents/analyzer.md +0 -0
  116. package/skills/ct-skill-creator/agents/comparator.md +0 -0
  117. package/skills/ct-skill-creator/agents/grader.md +0 -0
  118. package/skills/ct-skill-creator/assets/eval_review.html +0 -0
  119. package/skills/ct-skill-creator/eval-viewer/__pycache__/generate_review.cpython-314.pyc +0 -0
  120. package/skills/ct-skill-creator/eval-viewer/generate_review.py +0 -0
  121. package/skills/ct-skill-creator/eval-viewer/viewer.html +0 -0
  122. package/skills/ct-skill-creator/manifest-entry.json +0 -0
  123. package/skills/ct-skill-creator/references/dynamic-context.md +0 -0
  124. package/skills/ct-skill-creator/references/frontmatter.md +0 -0
  125. package/skills/ct-skill-creator/references/invocation-control.md +0 -0
  126. package/skills/ct-skill-creator/references/output-patterns.md +0 -0
  127. package/skills/ct-skill-creator/references/provider-deployment.md +0 -0
  128. package/skills/ct-skill-creator/references/schemas.md +0 -0
  129. package/skills/ct-skill-creator/references/workflows.md +0 -0
  130. package/skills/ct-skill-creator/scripts/__init__.py +0 -0
  131. package/skills/ct-skill-creator/scripts/__pycache__/__init__.cpython-314.pyc +0 -0
  132. package/skills/ct-skill-creator/scripts/__pycache__/aggregate_benchmark.cpython-314.pyc +0 -0
  133. package/skills/ct-skill-creator/scripts/__pycache__/generate_report.cpython-314.pyc +0 -0
  134. package/skills/ct-skill-creator/scripts/__pycache__/improve_description.cpython-314.pyc +0 -0
  135. package/skills/ct-skill-creator/scripts/__pycache__/init_skill.cpython-314.pyc +0 -0
  136. package/skills/ct-skill-creator/scripts/__pycache__/quick_validate.cpython-314.pyc +0 -0
  137. package/skills/ct-skill-creator/scripts/__pycache__/run_eval.cpython-314.pyc +0 -0
  138. package/skills/ct-skill-creator/scripts/__pycache__/run_loop.cpython-314.pyc +0 -0
  139. package/skills/ct-skill-creator/scripts/__pycache__/utils.cpython-314.pyc +0 -0
  140. package/skills/ct-skill-creator/scripts/aggregate_benchmark.py +0 -0
  141. package/skills/ct-skill-creator/scripts/generate_report.py +0 -0
  142. package/skills/ct-skill-creator/scripts/improve_description.py +0 -0
  143. package/skills/ct-skill-creator/scripts/init_skill.py +0 -0
  144. package/skills/ct-skill-creator/scripts/package_skill.py +0 -0
  145. package/skills/ct-skill-creator/scripts/quick_validate.py +0 -0
  146. package/skills/ct-skill-creator/scripts/run_eval.py +0 -0
  147. package/skills/ct-skill-creator/scripts/run_loop.py +0 -0
  148. package/skills/ct-skill-creator/scripts/utils.py +0 -0
  149. package/skills/ct-skill-validator/SKILL.md +0 -0
  150. package/skills/ct-skill-validator/agents/ecosystem-checker.md +0 -0
  151. package/skills/ct-skill-validator/assets/valid-skill-example.md +0 -0
  152. package/skills/ct-skill-validator/evals/eval_set.json +0 -0
  153. package/skills/ct-skill-validator/evals/evals.json +0 -0
  154. package/skills/ct-skill-validator/manifest-entry.json +0 -0
  155. package/skills/ct-skill-validator/references/cleo-ecosystem-rules.md +0 -0
  156. package/skills/ct-skill-validator/references/validation-rules.md +0 -0
  157. package/skills/ct-skill-validator/scripts/__init__.py +0 -0
  158. package/skills/ct-skill-validator/scripts/__pycache__/audit_body.cpython-314.pyc +0 -0
  159. package/skills/ct-skill-validator/scripts/__pycache__/check_ecosystem.cpython-314.pyc +0 -0
  160. package/skills/ct-skill-validator/scripts/__pycache__/generate_validation_report.cpython-314.pyc +0 -0
  161. package/skills/ct-skill-validator/scripts/__pycache__/validate.cpython-314.pyc +0 -0
  162. package/skills/ct-skill-validator/scripts/audit_body.py +0 -0
  163. package/skills/ct-skill-validator/scripts/check_ecosystem.py +0 -0
  164. package/skills/ct-skill-validator/scripts/check_manifest.py +0 -0
  165. package/skills/ct-skill-validator/scripts/generate_validation_report.py +0 -0
  166. package/skills/ct-skill-validator/scripts/validate.py +0 -0
  167. package/skills/ct-spec-writer/SKILL.md +0 -0
  168. package/skills/ct-stickynote/README.md +0 -0
  169. package/skills/ct-stickynote/SKILL.md +0 -0
  170. package/skills/ct-task-executor/SKILL.md +0 -0
  171. package/skills/ct-validator/SKILL.md +0 -0
  172. package/skills/manifest.json +0 -0
  173. package/skills.json +0 -0
@@ -27,35 +27,117 @@
27
27
  "release|version|publish|deploy|ship|changelog": "ct-dev-workflow"
28
28
  },
29
29
  "by_protocol": {
30
- "RSCH": { "skillRef": "ct-research-agent", "enforcement": "strict" },
31
- "CONS": { "skillRef": "ct-validator", "enforcement": "strict" },
32
- "SPEC": { "skillRef": "ct-spec-writer", "enforcement": "strict" },
33
- "DCMP": { "skillRef": "ct-epic-architect", "enforcement": "strict" },
34
- "IMPL": { "skillRef": "ct-task-executor", "enforcement": "strict" },
35
- "CONT": { "skillRef": "ct-contribution", "enforcement": "strict" },
36
- "VALID": { "skillRef": "ct-validator", "enforcement": "strict" },
37
- "TEST": { "skillRef": "ct-test-writer-bats", "enforcement": "strict" },
38
- "REL": { "skillRef": "ct-dev-workflow", "enforcement": "strict" },
39
- "ADR": { "skillRef": "ct-spec-writer", "enforcement": "advisory" },
40
- "AGENT": { "skillRef": "ct-orchestrator", "enforcement": "strict" },
41
- "ART": { "skillRef": "ct-contribution", "enforcement": "advisory" },
42
- "PROV": { "skillRef": "ct-orchestrator", "enforcement": "advisory" }
30
+ "RSCH": {
31
+ "skillRef": "ct-research-agent",
32
+ "enforcement": "strict"
33
+ },
34
+ "CONS": {
35
+ "skillRef": "ct-validator",
36
+ "enforcement": "strict"
37
+ },
38
+ "SPEC": {
39
+ "skillRef": "ct-spec-writer",
40
+ "enforcement": "strict"
41
+ },
42
+ "DCMP": {
43
+ "skillRef": "ct-epic-architect",
44
+ "enforcement": "strict"
45
+ },
46
+ "IMPL": {
47
+ "skillRef": "ct-task-executor",
48
+ "enforcement": "strict"
49
+ },
50
+ "CONT": {
51
+ "skillRef": "ct-contribution",
52
+ "enforcement": "strict"
53
+ },
54
+ "VALID": {
55
+ "skillRef": "ct-validator",
56
+ "enforcement": "strict"
57
+ },
58
+ "TEST": {
59
+ "skillRef": "ct-test-writer-bats",
60
+ "enforcement": "strict"
61
+ },
62
+ "REL": {
63
+ "skillRef": "ct-dev-workflow",
64
+ "enforcement": "strict"
65
+ },
66
+ "ADR": {
67
+ "skillRef": "ct-spec-writer",
68
+ "enforcement": "advisory"
69
+ },
70
+ "AGENT": {
71
+ "skillRef": "ct-orchestrator",
72
+ "enforcement": "strict"
73
+ },
74
+ "ART": {
75
+ "skillRef": "ct-contribution",
76
+ "enforcement": "advisory"
77
+ },
78
+ "PROV": {
79
+ "skillRef": "ct-orchestrator",
80
+ "enforcement": "advisory"
81
+ }
43
82
  }
44
83
  },
45
84
  "skill_overrides": {
46
85
  "ct-orchestrator": {
47
- "tags": ["workflow", "multi-agent", "coordination"],
86
+ "tags": [
87
+ "workflow",
88
+ "multi-agent",
89
+ "coordination"
90
+ ],
48
91
  "status": "active",
49
92
  "token_budget": 8000,
50
93
  "capabilities": {
51
- "inputs": ["TASK_ID", "SESSION_ID", "EPIC_ID"],
52
- "outputs": ["workflow-coordination", "subagent-spawns"],
53
- "dispatch_triggers": ["orchestrate", "orchestrator mode", "run as orchestrator", "delegate to subagents", "coordinate agents", "spawn subagents", "multi-agent workflow", "context-protected workflow", "agent farm", "HITL orchestration"],
54
- "compatible_subagent_types": ["orchestrator"],
55
- "chains_to": ["ct-epic-architect", "ct-research-agent", "ct-task-executor", "ct-test-writer-bats", "ct-spec-writer", "ct-library-implementer-bash", "ct-validator", "ct-documentor"],
94
+ "inputs": [
95
+ "TASK_ID",
96
+ "SESSION_ID",
97
+ "EPIC_ID"
98
+ ],
99
+ "outputs": [
100
+ "workflow-coordination",
101
+ "subagent-spawns"
102
+ ],
103
+ "dispatch_triggers": [
104
+ "orchestrate",
105
+ "orchestrator mode",
106
+ "run as orchestrator",
107
+ "delegate to subagents",
108
+ "coordinate agents",
109
+ "spawn subagents",
110
+ "multi-agent workflow",
111
+ "context-protected workflow",
112
+ "agent farm",
113
+ "HITL orchestration"
114
+ ],
115
+ "compatible_subagent_types": [
116
+ "orchestrator"
117
+ ],
118
+ "chains_to": [
119
+ "ct-epic-architect",
120
+ "ct-research-agent",
121
+ "ct-task-executor",
122
+ "ct-test-writer-bats",
123
+ "ct-spec-writer",
124
+ "ct-library-implementer-bash",
125
+ "ct-validator",
126
+ "ct-documentor"
127
+ ],
56
128
  "dispatch_keywords": {
57
- "primary": ["orchestrate", "coordinate", "delegate", "multi-agent"],
58
- "secondary": ["spawn", "farm", "HITL", "workflow"]
129
+ "primary": [
130
+ "orchestrate",
131
+ "coordinate",
132
+ "delegate",
133
+ "multi-agent"
134
+ ],
135
+ "secondary": [
136
+ "spawn",
137
+ "farm",
138
+ "HITL",
139
+ "workflow"
140
+ ]
59
141
  }
60
142
  },
61
143
  "constraints": {
@@ -65,18 +147,62 @@
65
147
  }
66
148
  },
67
149
  "ct-epic-architect": {
68
- "tags": ["planning", "architecture", "task-management"],
150
+ "tags": [
151
+ "planning",
152
+ "architecture",
153
+ "task-management"
154
+ ],
69
155
  "status": "active",
70
156
  "token_budget": 8000,
71
157
  "capabilities": {
72
- "inputs": ["TASK_ID", "FEATURE_NAME", "FEATURE_SLUG", "DATE", "EPIC_ID", "SESSION_ID"],
73
- "outputs": ["epic", "tasks", "manifest-entry", "session"],
74
- "dispatch_triggers": ["create epic", "plan epic", "decompose into tasks", "architect the work", "break down this project", "epic planning", "task breakdown", "dependency analysis", "wave planning", "sprint planning"],
75
- "compatible_subagent_types": ["general-purpose", "planning"],
76
- "chains_to": ["ct-task-executor", "ct-research-agent", "ct-spec-writer"],
158
+ "inputs": [
159
+ "TASK_ID",
160
+ "FEATURE_NAME",
161
+ "FEATURE_SLUG",
162
+ "DATE",
163
+ "EPIC_ID",
164
+ "SESSION_ID"
165
+ ],
166
+ "outputs": [
167
+ "epic",
168
+ "tasks",
169
+ "manifest-entry",
170
+ "session"
171
+ ],
172
+ "dispatch_triggers": [
173
+ "create epic",
174
+ "plan epic",
175
+ "decompose into tasks",
176
+ "architect the work",
177
+ "break down this project",
178
+ "epic planning",
179
+ "task breakdown",
180
+ "dependency analysis",
181
+ "wave planning",
182
+ "sprint planning"
183
+ ],
184
+ "compatible_subagent_types": [
185
+ "general-purpose",
186
+ "planning"
187
+ ],
188
+ "chains_to": [
189
+ "ct-task-executor",
190
+ "ct-research-agent",
191
+ "ct-spec-writer"
192
+ ],
77
193
  "dispatch_keywords": {
78
- "primary": ["epic", "plan", "decompose", "architect"],
79
- "secondary": ["breakdown", "wave", "sprint", "dependency"]
194
+ "primary": [
195
+ "epic",
196
+ "plan",
197
+ "decompose",
198
+ "architect"
199
+ ],
200
+ "secondary": [
201
+ "breakdown",
202
+ "wave",
203
+ "sprint",
204
+ "dependency"
205
+ ]
80
206
  }
81
207
  },
82
208
  "constraints": {
@@ -86,18 +212,66 @@
86
212
  }
87
213
  },
88
214
  "ct-task-executor": {
89
- "tags": ["execution", "implementation", "task-management"],
215
+ "tags": [
216
+ "execution",
217
+ "implementation",
218
+ "task-management"
219
+ ],
90
220
  "status": "active",
91
221
  "token_budget": 8000,
92
222
  "capabilities": {
93
- "inputs": ["TASK_ID", "TASK_NAME", "TASK_INSTRUCTIONS", "DELIVERABLES_LIST", "ACCEPTANCE_CRITERIA", "TOPIC_SLUG", "DATE", "EPIC_ID", "SESSION_ID", "DEPENDS_LIST", "MANIFEST_SUMMARIES", "TOPICS_JSON"],
94
- "outputs": ["deliverables", "manifest-entry"],
95
- "dispatch_triggers": ["execute task", "implement", "do the work", "complete this task", "carry out", "perform task", "run task", "work on", "implement feature", "build component", "create implementation"],
96
- "compatible_subagent_types": ["general-purpose", "Code"],
97
- "chains_to": ["ct-test-writer-bats", "ct-documentor"],
223
+ "inputs": [
224
+ "TASK_ID",
225
+ "TASK_NAME",
226
+ "TASK_INSTRUCTIONS",
227
+ "DELIVERABLES_LIST",
228
+ "ACCEPTANCE_CRITERIA",
229
+ "TOPIC_SLUG",
230
+ "DATE",
231
+ "EPIC_ID",
232
+ "SESSION_ID",
233
+ "DEPENDS_LIST",
234
+ "MANIFEST_SUMMARIES",
235
+ "TOPICS_JSON"
236
+ ],
237
+ "outputs": [
238
+ "deliverables",
239
+ "manifest-entry"
240
+ ],
241
+ "dispatch_triggers": [
242
+ "execute task",
243
+ "implement",
244
+ "do the work",
245
+ "complete this task",
246
+ "carry out",
247
+ "perform task",
248
+ "run task",
249
+ "work on",
250
+ "implement feature",
251
+ "build component",
252
+ "create implementation"
253
+ ],
254
+ "compatible_subagent_types": [
255
+ "general-purpose",
256
+ "Code"
257
+ ],
258
+ "chains_to": [
259
+ "ct-test-writer-bats",
260
+ "ct-documentor"
261
+ ],
98
262
  "dispatch_keywords": {
99
- "primary": ["implement", "build", "execute", "create"],
100
- "secondary": ["complete", "finish", "work on", "carry out"]
263
+ "primary": [
264
+ "implement",
265
+ "build",
266
+ "execute",
267
+ "create"
268
+ ],
269
+ "secondary": [
270
+ "complete",
271
+ "finish",
272
+ "work on",
273
+ "carry out"
274
+ ]
101
275
  }
102
276
  },
103
277
  "constraints": {
@@ -107,18 +281,60 @@
107
281
  }
108
282
  },
109
283
  "ct-research-agent": {
110
- "tags": ["research", "investigation", "discovery"],
284
+ "tags": [
285
+ "research",
286
+ "investigation",
287
+ "discovery"
288
+ ],
111
289
  "status": "active",
112
290
  "token_budget": 8000,
113
291
  "capabilities": {
114
- "inputs": ["TASK_ID", "TOPIC", "TOPIC_SLUG", "RESEARCH_QUESTIONS", "RESEARCH_TITLE", "DATE", "EPIC_ID", "SESSION_ID", "TOPICS_JSON"],
115
- "outputs": ["research-file", "manifest-entry"],
116
- "dispatch_triggers": ["research", "investigate", "gather information", "look up", "find out about", "analyze topic", "explore options", "survey alternatives"],
117
- "compatible_subagent_types": ["general-purpose", "Explore"],
118
- "chains_to": ["ct-spec-writer", "ct-epic-architect"],
292
+ "inputs": [
293
+ "TASK_ID",
294
+ "TOPIC",
295
+ "TOPIC_SLUG",
296
+ "RESEARCH_QUESTIONS",
297
+ "RESEARCH_TITLE",
298
+ "DATE",
299
+ "EPIC_ID",
300
+ "SESSION_ID",
301
+ "TOPICS_JSON"
302
+ ],
303
+ "outputs": [
304
+ "research-file",
305
+ "manifest-entry"
306
+ ],
307
+ "dispatch_triggers": [
308
+ "research",
309
+ "investigate",
310
+ "gather information",
311
+ "look up",
312
+ "find out about",
313
+ "analyze topic",
314
+ "explore options",
315
+ "survey alternatives"
316
+ ],
317
+ "compatible_subagent_types": [
318
+ "general-purpose",
319
+ "Explore"
320
+ ],
321
+ "chains_to": [
322
+ "ct-spec-writer",
323
+ "ct-epic-architect"
324
+ ],
119
325
  "dispatch_keywords": {
120
- "primary": ["research", "investigate", "explore", "discover"],
121
- "secondary": ["gather", "survey", "analyze", "fact-finding"]
326
+ "primary": [
327
+ "research",
328
+ "investigate",
329
+ "explore",
330
+ "discover"
331
+ ],
332
+ "secondary": [
333
+ "gather",
334
+ "survey",
335
+ "analyze",
336
+ "fact-finding"
337
+ ]
122
338
  }
123
339
  },
124
340
  "constraints": {
@@ -128,18 +344,55 @@
128
344
  }
129
345
  },
130
346
  "ct-spec-writer": {
131
- "tags": ["specification", "documentation", "rfc"],
347
+ "tags": [
348
+ "specification",
349
+ "documentation",
350
+ "rfc"
351
+ ],
132
352
  "status": "active",
133
353
  "token_budget": 8000,
134
354
  "capabilities": {
135
- "inputs": ["TASK_ID", "SPEC_NAME", "spec_topic", "requirements_list", "DATE", "TOPIC_SLUG"],
136
- "outputs": ["specification-file", "manifest-entry"],
137
- "dispatch_triggers": ["write a spec", "create specification", "define protocol", "document requirements", "RFC-style document", "technical specification"],
138
- "compatible_subagent_types": ["general-purpose", "Code"],
139
- "chains_to": ["ct-task-executor", "ct-documentor"],
355
+ "inputs": [
356
+ "TASK_ID",
357
+ "SPEC_NAME",
358
+ "spec_topic",
359
+ "requirements_list",
360
+ "DATE",
361
+ "TOPIC_SLUG"
362
+ ],
363
+ "outputs": [
364
+ "specification-file",
365
+ "manifest-entry"
366
+ ],
367
+ "dispatch_triggers": [
368
+ "write a spec",
369
+ "create specification",
370
+ "define protocol",
371
+ "document requirements",
372
+ "RFC-style document",
373
+ "technical specification"
374
+ ],
375
+ "compatible_subagent_types": [
376
+ "general-purpose",
377
+ "Code"
378
+ ],
379
+ "chains_to": [
380
+ "ct-task-executor",
381
+ "ct-documentor"
382
+ ],
140
383
  "dispatch_keywords": {
141
- "primary": ["spec", "rfc", "protocol", "contract"],
142
- "secondary": ["specification", "requirements", "interface", "architecture"]
384
+ "primary": [
385
+ "spec",
386
+ "rfc",
387
+ "protocol",
388
+ "contract"
389
+ ],
390
+ "secondary": [
391
+ "specification",
392
+ "requirements",
393
+ "interface",
394
+ "architecture"
395
+ ]
143
396
  }
144
397
  },
145
398
  "constraints": {
@@ -149,18 +402,50 @@
149
402
  }
150
403
  },
151
404
  "ct-test-writer-bats": {
152
- "tags": ["testing", "bats", "integration"],
405
+ "tags": [
406
+ "testing",
407
+ "bats",
408
+ "integration"
409
+ ],
153
410
  "status": "active",
154
411
  "token_budget": 8000,
155
412
  "capabilities": {
156
- "inputs": ["TASK_ID", "test_target", "test_scenarios", "DATE", "TOPIC_SLUG"],
157
- "outputs": ["test-file", "manifest-entry"],
158
- "dispatch_triggers": ["write tests", "create BATS tests", "add integration tests", "bash tests", "test coverage"],
159
- "compatible_subagent_types": ["general-purpose", "Code"],
413
+ "inputs": [
414
+ "TASK_ID",
415
+ "test_target",
416
+ "test_scenarios",
417
+ "DATE",
418
+ "TOPIC_SLUG"
419
+ ],
420
+ "outputs": [
421
+ "test-file",
422
+ "manifest-entry"
423
+ ],
424
+ "dispatch_triggers": [
425
+ "write tests",
426
+ "create BATS tests",
427
+ "add integration tests",
428
+ "bash tests",
429
+ "test coverage"
430
+ ],
431
+ "compatible_subagent_types": [
432
+ "general-purpose",
433
+ "Code"
434
+ ],
160
435
  "chains_to": [],
161
436
  "dispatch_keywords": {
162
- "primary": ["test", "bats", "coverage", "integration"],
163
- "secondary": ["unit tests", "test cases", "shell tests", "bash tests"]
437
+ "primary": [
438
+ "test",
439
+ "bats",
440
+ "coverage",
441
+ "integration"
442
+ ],
443
+ "secondary": [
444
+ "unit tests",
445
+ "test cases",
446
+ "shell tests",
447
+ "bash tests"
448
+ ]
164
449
  }
165
450
  },
166
451
  "constraints": {
@@ -170,18 +455,52 @@
170
455
  }
171
456
  },
172
457
  "ct-library-implementer-bash": {
173
- "tags": ["implementation", "bash", "library"],
458
+ "tags": [
459
+ "implementation",
460
+ "bash",
461
+ "library"
462
+ ],
174
463
  "status": "active",
175
464
  "token_budget": 8000,
176
465
  "capabilities": {
177
- "inputs": ["TASK_ID", "MODULE_NAME", "function_signatures", "DATE", "TOPIC_SLUG"],
178
- "outputs": ["library-file", "manifest-entry"],
179
- "dispatch_triggers": ["create library", "implement functions", "add to lib/", "shared utilities", "bash library"],
180
- "compatible_subagent_types": ["general-purpose", "Code"],
181
- "chains_to": ["ct-test-writer-bats"],
466
+ "inputs": [
467
+ "TASK_ID",
468
+ "MODULE_NAME",
469
+ "function_signatures",
470
+ "DATE",
471
+ "TOPIC_SLUG"
472
+ ],
473
+ "outputs": [
474
+ "library-file",
475
+ "manifest-entry"
476
+ ],
477
+ "dispatch_triggers": [
478
+ "create library",
479
+ "implement functions",
480
+ "add to lib/",
481
+ "shared utilities",
482
+ "bash library"
483
+ ],
484
+ "compatible_subagent_types": [
485
+ "general-purpose",
486
+ "Code"
487
+ ],
488
+ "chains_to": [
489
+ "ct-test-writer-bats"
490
+ ],
182
491
  "dispatch_keywords": {
183
- "primary": ["lib/", "bash", "shell", "function"],
184
- "secondary": ["library", "utilities", "helper", "module"]
492
+ "primary": [
493
+ "lib/",
494
+ "bash",
495
+ "shell",
496
+ "function"
497
+ ],
498
+ "secondary": [
499
+ "library",
500
+ "utilities",
501
+ "helper",
502
+ "module"
503
+ ]
185
504
  }
186
505
  },
187
506
  "constraints": {
@@ -191,18 +510,52 @@
191
510
  }
192
511
  },
193
512
  "ct-validator": {
194
- "tags": ["validation", "compliance", "audit"],
513
+ "tags": [
514
+ "validation",
515
+ "compliance",
516
+ "audit"
517
+ ],
195
518
  "status": "active",
196
519
  "token_budget": 6000,
197
520
  "capabilities": {
198
- "inputs": ["TASK_ID", "VALIDATION_TARGET", "TARGET_FILES_OR_SYSTEMS", "VALIDATION_CRITERIA", "VALIDATION_COMMANDS", "TOPIC_SLUG", "DATE"],
199
- "outputs": ["validation-report", "manifest-entry"],
200
- "dispatch_triggers": ["validate", "verify", "check compliance", "audit", "compliance check"],
201
- "compatible_subagent_types": ["general-purpose", "Explore"],
521
+ "inputs": [
522
+ "TASK_ID",
523
+ "VALIDATION_TARGET",
524
+ "TARGET_FILES_OR_SYSTEMS",
525
+ "VALIDATION_CRITERIA",
526
+ "VALIDATION_COMMANDS",
527
+ "TOPIC_SLUG",
528
+ "DATE"
529
+ ],
530
+ "outputs": [
531
+ "validation-report",
532
+ "manifest-entry"
533
+ ],
534
+ "dispatch_triggers": [
535
+ "validate",
536
+ "verify",
537
+ "check compliance",
538
+ "audit",
539
+ "compliance check"
540
+ ],
541
+ "compatible_subagent_types": [
542
+ "general-purpose",
543
+ "Explore"
544
+ ],
202
545
  "chains_to": [],
203
546
  "dispatch_keywords": {
204
- "primary": ["validate", "verify", "audit", "compliance"],
205
- "secondary": ["check", "conformance", "standards", "requirements"]
547
+ "primary": [
548
+ "validate",
549
+ "verify",
550
+ "audit",
551
+ "compliance"
552
+ ],
553
+ "secondary": [
554
+ "check",
555
+ "conformance",
556
+ "standards",
557
+ "requirements"
558
+ ]
206
559
  }
207
560
  },
208
561
  "constraints": {
@@ -212,18 +565,52 @@
212
565
  }
213
566
  },
214
567
  "ct-dev-workflow": {
215
- "tags": ["workflow", "git", "commits", "release", "task-tracking"],
568
+ "tags": [
569
+ "workflow",
570
+ "git",
571
+ "commits",
572
+ "release",
573
+ "task-tracking"
574
+ ],
216
575
  "status": "active",
217
576
  "token_budget": 6000,
218
577
  "capabilities": {
219
- "inputs": ["TASK_ID", "CHANGE_TYPE", "SCOPE", "DESCRIPTION"],
220
- "outputs": ["commit", "tag", "push"],
221
- "dispatch_triggers": ["commit", "release", "run the workflow", "prepare release", "atomic commit"],
222
- "compatible_subagent_types": ["general-purpose", "Code"],
578
+ "inputs": [
579
+ "TASK_ID",
580
+ "CHANGE_TYPE",
581
+ "SCOPE",
582
+ "DESCRIPTION"
583
+ ],
584
+ "outputs": [
585
+ "commit",
586
+ "tag",
587
+ "push"
588
+ ],
589
+ "dispatch_triggers": [
590
+ "commit",
591
+ "release",
592
+ "run the workflow",
593
+ "prepare release",
594
+ "atomic commit"
595
+ ],
596
+ "compatible_subagent_types": [
597
+ "general-purpose",
598
+ "Code"
599
+ ],
223
600
  "chains_to": [],
224
601
  "dispatch_keywords": {
225
- "primary": ["commit", "release", "push", "version"],
226
- "secondary": ["atomic", "conventional", "ship", "finalize"]
602
+ "primary": [
603
+ "commit",
604
+ "release",
605
+ "push",
606
+ "version"
607
+ ],
608
+ "secondary": [
609
+ "atomic",
610
+ "conventional",
611
+ "ship",
612
+ "finalize"
613
+ ]
227
614
  }
228
615
  },
229
616
  "constraints": {
@@ -233,18 +620,53 @@
233
620
  }
234
621
  },
235
622
  "ct-documentor": {
236
- "tags": ["documentation", "orchestration", "workflow"],
623
+ "tags": [
624
+ "documentation",
625
+ "orchestration",
626
+ "workflow"
627
+ ],
237
628
  "status": "active",
238
629
  "token_budget": 8000,
239
630
  "capabilities": {
240
- "inputs": ["TASK_ID", "documentation_topic", "target_audience"],
241
- "outputs": ["documentation-file", "manifest-entry", "review-report"],
242
- "dispatch_triggers": ["write documentation", "create docs", "review docs", "update documentation"],
243
- "compatible_subagent_types": ["general-purpose", "documentation", "Code"],
244
- "chains_to": ["ct-docs-lookup", "ct-docs-write", "ct-docs-review"],
631
+ "inputs": [
632
+ "TASK_ID",
633
+ "documentation_topic",
634
+ "target_audience"
635
+ ],
636
+ "outputs": [
637
+ "documentation-file",
638
+ "manifest-entry",
639
+ "review-report"
640
+ ],
641
+ "dispatch_triggers": [
642
+ "write documentation",
643
+ "create docs",
644
+ "review docs",
645
+ "update documentation"
646
+ ],
647
+ "compatible_subagent_types": [
648
+ "general-purpose",
649
+ "documentation",
650
+ "Code"
651
+ ],
652
+ "chains_to": [
653
+ "ct-docs-lookup",
654
+ "ct-docs-write",
655
+ "ct-docs-review"
656
+ ],
245
657
  "dispatch_keywords": {
246
- "primary": ["doc", "document", "readme", "guide"],
247
- "secondary": ["documentation", "docs", "markdown", "mdx"]
658
+ "primary": [
659
+ "doc",
660
+ "document",
661
+ "readme",
662
+ "guide"
663
+ ],
664
+ "secondary": [
665
+ "documentation",
666
+ "docs",
667
+ "markdown",
668
+ "mdx"
669
+ ]
248
670
  }
249
671
  },
250
672
  "constraints": {
@@ -254,18 +676,48 @@
254
676
  }
255
677
  },
256
678
  "ct-docs-lookup": {
257
- "tags": ["documentation", "libraries", "context7"],
679
+ "tags": [
680
+ "documentation",
681
+ "libraries",
682
+ "context7"
683
+ ],
258
684
  "status": "active",
259
685
  "token_budget": 6000,
260
686
  "capabilities": {
261
- "inputs": ["library_name", "query", "version"],
262
- "outputs": ["documentation-content", "code-examples"],
263
- "dispatch_triggers": ["how do I configure", "write code using", "what are the methods", "show me examples"],
264
- "compatible_subagent_types": ["general-purpose", "documentation", "Explore"],
687
+ "inputs": [
688
+ "library_name",
689
+ "query",
690
+ "version"
691
+ ],
692
+ "outputs": [
693
+ "documentation-content",
694
+ "code-examples"
695
+ ],
696
+ "dispatch_triggers": [
697
+ "how do I configure",
698
+ "write code using",
699
+ "what are the methods",
700
+ "show me examples"
701
+ ],
702
+ "compatible_subagent_types": [
703
+ "general-purpose",
704
+ "documentation",
705
+ "Explore"
706
+ ],
265
707
  "chains_to": [],
266
708
  "dispatch_keywords": {
267
- "primary": ["library", "framework", "api", "reference"],
268
- "secondary": ["configure", "methods", "examples", "docs"]
709
+ "primary": [
710
+ "library",
711
+ "framework",
712
+ "api",
713
+ "reference"
714
+ ],
715
+ "secondary": [
716
+ "configure",
717
+ "methods",
718
+ "examples",
719
+ "docs"
720
+ ]
269
721
  }
270
722
  },
271
723
  "constraints": {
@@ -275,18 +727,47 @@
275
727
  }
276
728
  },
277
729
  "ct-docs-write": {
278
- "tags": ["documentation", "writing", "style-guide"],
730
+ "tags": [
731
+ "documentation",
732
+ "writing",
733
+ "style-guide"
734
+ ],
279
735
  "status": "active",
280
736
  "token_budget": 6000,
281
737
  "capabilities": {
282
- "inputs": ["file_path", "content_topic", "audience"],
283
- "outputs": ["documentation-file", "markdown-content"],
284
- "dispatch_triggers": ["write docs", "create documentation", "edit the README"],
285
- "compatible_subagent_types": ["general-purpose", "documentation", "Code"],
738
+ "inputs": [
739
+ "file_path",
740
+ "content_topic",
741
+ "audience"
742
+ ],
743
+ "outputs": [
744
+ "documentation-file",
745
+ "markdown-content"
746
+ ],
747
+ "dispatch_triggers": [
748
+ "write docs",
749
+ "create documentation",
750
+ "edit the README"
751
+ ],
752
+ "compatible_subagent_types": [
753
+ "general-purpose",
754
+ "documentation",
755
+ "Code"
756
+ ],
286
757
  "chains_to": [],
287
758
  "dispatch_keywords": {
288
- "primary": ["write", "create", "edit", "style"],
289
- "secondary": ["clarity", "readable", "user-facing", "content"]
759
+ "primary": [
760
+ "write",
761
+ "create",
762
+ "edit",
763
+ "style"
764
+ ],
765
+ "secondary": [
766
+ "clarity",
767
+ "readable",
768
+ "user-facing",
769
+ "content"
770
+ ]
290
771
  }
291
772
  },
292
773
  "constraints": {
@@ -296,18 +777,48 @@
296
777
  }
297
778
  },
298
779
  "ct-docs-review": {
299
- "tags": ["documentation", "review", "style-guide"],
780
+ "tags": [
781
+ "documentation",
782
+ "review",
783
+ "style-guide"
784
+ ],
300
785
  "status": "active",
301
786
  "token_budget": 6000,
302
787
  "capabilities": {
303
- "inputs": ["file_path", "pr_url", "diff_content"],
304
- "outputs": ["review-comments", "style-violations", "improvement-suggestions"],
305
- "dispatch_triggers": ["review documentation", "check docs style", "review this markdown file"],
306
- "compatible_subagent_types": ["general-purpose", "documentation", "Explore"],
788
+ "inputs": [
789
+ "file_path",
790
+ "pr_url",
791
+ "diff_content"
792
+ ],
793
+ "outputs": [
794
+ "review-comments",
795
+ "style-violations",
796
+ "improvement-suggestions"
797
+ ],
798
+ "dispatch_triggers": [
799
+ "review documentation",
800
+ "check docs style",
801
+ "review this markdown file"
802
+ ],
803
+ "compatible_subagent_types": [
804
+ "general-purpose",
805
+ "documentation",
806
+ "Explore"
807
+ ],
307
808
  "chains_to": [],
308
809
  "dispatch_keywords": {
309
- "primary": ["review", "check", "style", "compliance"],
310
- "secondary": ["violations", "improvements", "pr review", "markdown"]
810
+ "primary": [
811
+ "review",
812
+ "check",
813
+ "style",
814
+ "compliance"
815
+ ],
816
+ "secondary": [
817
+ "violations",
818
+ "improvements",
819
+ "pr review",
820
+ "markdown"
821
+ ]
311
822
  }
312
823
  },
313
824
  "constraints": {
@@ -317,18 +828,47 @@
317
828
  }
318
829
  },
319
830
  "ct-skill-creator": {
320
- "tags": ["skills", "creation", "meta"],
831
+ "tags": [
832
+ "skills",
833
+ "creation",
834
+ "meta"
835
+ ],
321
836
  "status": "active",
322
837
  "token_budget": 8000,
323
838
  "capabilities": {
324
- "inputs": ["skill_name", "skill_purpose", "concrete_examples"],
325
- "outputs": ["skill-directory", "SKILL.md", "skill-resources"],
326
- "dispatch_triggers": ["create a new skill", "update an existing skill", "skill creation"],
327
- "compatible_subagent_types": ["general-purpose", "Code"],
839
+ "inputs": [
840
+ "skill_name",
841
+ "skill_purpose",
842
+ "concrete_examples"
843
+ ],
844
+ "outputs": [
845
+ "skill-directory",
846
+ "SKILL.md",
847
+ "skill-resources"
848
+ ],
849
+ "dispatch_triggers": [
850
+ "create a new skill",
851
+ "update an existing skill",
852
+ "skill creation"
853
+ ],
854
+ "compatible_subagent_types": [
855
+ "general-purpose",
856
+ "Code"
857
+ ],
328
858
  "chains_to": [],
329
859
  "dispatch_keywords": {
330
- "primary": ["skill", "create", "build", "extend"],
331
- "secondary": ["capabilities", "workflow", "integration", "new skill"]
860
+ "primary": [
861
+ "skill",
862
+ "create",
863
+ "build",
864
+ "extend"
865
+ ],
866
+ "secondary": [
867
+ "capabilities",
868
+ "workflow",
869
+ "integration",
870
+ "new skill"
871
+ ]
332
872
  }
333
873
  },
334
874
  "constraints": {
@@ -338,18 +878,50 @@
338
878
  }
339
879
  },
340
880
  "ct-skill-lookup": {
341
- "tags": ["skills", "discovery", "prompts-chat"],
881
+ "tags": [
882
+ "skills",
883
+ "discovery",
884
+ "prompts-chat"
885
+ ],
342
886
  "status": "active",
343
887
  "token_budget": 6000,
344
888
  "capabilities": {
345
- "inputs": ["search_query", "skill_id", "category", "tag"],
346
- "outputs": ["skill-list", "skill-content", "skill-files"],
347
- "dispatch_triggers": ["find me a skill", "search for skills", "what skills are available"],
348
- "compatible_subagent_types": ["general-purpose", "Explore"],
349
- "chains_to": ["ct-skill-creator"],
889
+ "inputs": [
890
+ "search_query",
891
+ "skill_id",
892
+ "category",
893
+ "tag"
894
+ ],
895
+ "outputs": [
896
+ "skill-list",
897
+ "skill-content",
898
+ "skill-files"
899
+ ],
900
+ "dispatch_triggers": [
901
+ "find me a skill",
902
+ "search for skills",
903
+ "what skills are available"
904
+ ],
905
+ "compatible_subagent_types": [
906
+ "general-purpose",
907
+ "Explore"
908
+ ],
909
+ "chains_to": [
910
+ "ct-skill-creator"
911
+ ],
350
912
  "dispatch_keywords": {
351
- "primary": ["find", "search", "skill", "lookup"],
352
- "secondary": ["available", "install", "get", "discover"]
913
+ "primary": [
914
+ "find",
915
+ "search",
916
+ "skill",
917
+ "lookup"
918
+ ],
919
+ "secondary": [
920
+ "available",
921
+ "install",
922
+ "get",
923
+ "discover"
924
+ ]
353
925
  }
354
926
  },
355
927
  "constraints": {
@@ -359,18 +931,46 @@
359
931
  }
360
932
  },
361
933
  "ct-contribution": {
362
- "tags": ["contribution", "consensus", "workflow"],
934
+ "tags": [
935
+ "contribution",
936
+ "consensus",
937
+ "workflow"
938
+ ],
363
939
  "status": "active",
364
940
  "token_budget": 6000,
365
941
  "capabilities": {
366
- "inputs": ["TASK_ID", "contribution_type", "context"],
367
- "outputs": ["contribution-record", "consensus-report"],
368
- "dispatch_triggers": ["contribution", "contribution protocol", "submit contribution", "consensus workflow"],
369
- "compatible_subagent_types": ["general-purpose"],
942
+ "inputs": [
943
+ "TASK_ID",
944
+ "contribution_type",
945
+ "context"
946
+ ],
947
+ "outputs": [
948
+ "contribution-record",
949
+ "consensus-report"
950
+ ],
951
+ "dispatch_triggers": [
952
+ "contribution",
953
+ "contribution protocol",
954
+ "submit contribution",
955
+ "consensus workflow"
956
+ ],
957
+ "compatible_subagent_types": [
958
+ "general-purpose"
959
+ ],
370
960
  "chains_to": [],
371
961
  "dispatch_keywords": {
372
- "primary": ["contribution", "consensus", "submit", "decision"],
373
- "secondary": ["conflict", "weighted", "tracking", "resolution"]
962
+ "primary": [
963
+ "contribution",
964
+ "consensus",
965
+ "submit",
966
+ "decision"
967
+ ],
968
+ "secondary": [
969
+ "conflict",
970
+ "weighted",
971
+ "tracking",
972
+ "resolution"
973
+ ]
374
974
  }
375
975
  },
376
976
  "constraints": {
@@ -378,27 +978,6 @@
378
978
  "requires_session": false,
379
979
  "requires_epic": false
380
980
  }
381
- },
382
- "ct-gitbook": {
383
- "tags": ["documentation", "gitbook", "publishing"],
384
- "status": "active",
385
- "token_budget": 8000,
386
- "capabilities": {
387
- "inputs": ["site_name", "configuration", "content"],
388
- "outputs": ["gitbook-config", "documentation-site"],
389
- "dispatch_triggers": ["gitbook", "docs site", "publish documentation", "git sync"],
390
- "compatible_subagent_types": ["general-purpose", "Code"],
391
- "chains_to": [],
392
- "dispatch_keywords": {
393
- "primary": ["gitbook", "docs-site", "publish", "sync"],
394
- "secondary": ["documentation", "site", "migration", "sdk"]
395
- }
396
- },
397
- "constraints": {
398
- "max_context_tokens": 80000,
399
- "requires_session": false,
400
- "requires_epic": false
401
- }
402
981
  }
403
982
  }
404
983
  }