zilmate 1.9.3 → 1.10.1

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 (306) hide show
  1. package/.agents/skills/ad-creative/SKILL.md +362 -0
  2. package/.agents/skills/ad-creative/evals/evals.json +90 -0
  3. package/.agents/skills/ad-creative/references/generative-tools.md +637 -0
  4. package/.agents/skills/ad-creative/references/platform-specs.md +213 -0
  5. package/.agents/skills/ai-seo/SKILL.md +489 -0
  6. package/.agents/skills/ai-seo/evals/evals.json +90 -0
  7. package/.agents/skills/ai-seo/references/content-patterns.md +285 -0
  8. package/.agents/skills/ai-seo/references/content-types.md +71 -0
  9. package/.agents/skills/ai-seo/references/okf.md +104 -0
  10. package/.agents/skills/ai-seo/references/platform-ranking-factors.md +154 -0
  11. package/.agents/skills/clerk-backend-api/SKILL.md +426 -0
  12. package/.agents/skills/clerk-backend-api/evals/evals.json +87 -0
  13. package/.agents/skills/clerk-backend-api/scripts/api-specs-context.sh +30 -0
  14. package/.agents/skills/clerk-backend-api/scripts/execute-request.sh +88 -0
  15. package/.agents/skills/clerk-backend-api/scripts/extract-endpoint-detail.sh +165 -0
  16. package/.agents/skills/clerk-backend-api/scripts/extract-tag-endpoints.sh +208 -0
  17. package/.agents/skills/clerk-backend-api/scripts/extract-tags.js +14 -0
  18. package/.agents/skills/copy-editing/SKILL.md +457 -0
  19. package/.agents/skills/copy-editing/evals/evals.json +89 -0
  20. package/.agents/skills/copy-editing/references/checklist.md +66 -0
  21. package/.agents/skills/copy-editing/references/content-refresh.md +38 -0
  22. package/.agents/skills/copy-editing/references/plain-english-alternatives.md +394 -0
  23. package/.agents/skills/hyperframes/SKILL.md +163 -0
  24. package/.agents/skills/hyperframes-cli/SKILL.md +109 -0
  25. package/.agents/skills/hyperframes-cli/references/doctor-browser.md +45 -0
  26. package/.agents/skills/hyperframes-cli/references/init-and-scaffold.md +51 -0
  27. package/.agents/skills/hyperframes-cli/references/lambda.md +132 -0
  28. package/.agents/skills/hyperframes-cli/references/lint-validate-inspect.md +121 -0
  29. package/.agents/skills/hyperframes-cli/references/preview-render.md +109 -0
  30. package/.agents/skills/hyperframes-cli/references/upgrade-info-misc.md +75 -0
  31. package/.agents/skills/hyperframes-media/SKILL.md +97 -0
  32. package/.agents/skills/hyperframes-media/assets/sfx/CREDITS.md +35 -0
  33. package/.agents/skills/hyperframes-media/assets/sfx/manifest.json +97 -0
  34. package/.agents/skills/hyperframes-media/references/bgm.md +72 -0
  35. package/.agents/skills/hyperframes-media/references/captions/authoring.md +159 -0
  36. package/.agents/skills/hyperframes-media/references/captions/motion.md +87 -0
  37. package/.agents/skills/hyperframes-media/references/captions/transcript-handling.md +97 -0
  38. package/.agents/skills/hyperframes-media/references/remove-background.md +143 -0
  39. package/.agents/skills/hyperframes-media/references/requirements.md +29 -0
  40. package/.agents/skills/hyperframes-media/references/sfx.md +42 -0
  41. package/.agents/skills/hyperframes-media/references/transcribe.md +52 -0
  42. package/.agents/skills/hyperframes-media/references/tts-to-captions.md +24 -0
  43. package/.agents/skills/hyperframes-media/references/tts.md +135 -0
  44. package/.agents/skills/hyperframes-media/scripts/audio.mjs +282 -0
  45. package/.agents/skills/hyperframes-media/scripts/heygen-tts.mjs +121 -0
  46. package/.agents/skills/hyperframes-media/scripts/lib/bgm.mjs +235 -0
  47. package/.agents/skills/hyperframes-media/scripts/lib/heygen.mjs +131 -0
  48. package/.agents/skills/hyperframes-media/scripts/lib/sfx.mjs +128 -0
  49. package/.agents/skills/hyperframes-media/scripts/lib/tts.mjs +220 -0
  50. package/.agents/skills/hyperframes-media/scripts/lyria-recipe.py +128 -0
  51. package/.agents/skills/hyperframes-media/scripts/wait-bgm.mjs +167 -0
  52. package/.agents/skills/hyperframes-registry/SKILL.md +101 -0
  53. package/.agents/skills/hyperframes-registry/examples/add-block.md +51 -0
  54. package/.agents/skills/hyperframes-registry/examples/add-component.md +73 -0
  55. package/.agents/skills/hyperframes-registry/references/contributing.md +166 -0
  56. package/.agents/skills/hyperframes-registry/references/demo-html-pattern.md +54 -0
  57. package/.agents/skills/hyperframes-registry/references/discovery.md +215 -0
  58. package/.agents/skills/hyperframes-registry/references/install-locations.md +45 -0
  59. package/.agents/skills/hyperframes-registry/references/templates.md +417 -0
  60. package/.agents/skills/hyperframes-registry/references/wiring-blocks.md +61 -0
  61. package/.agents/skills/hyperframes-registry/references/wiring-components.md +39 -0
  62. package/.agents/skills/marketing-psychology/SKILL.md +455 -0
  63. package/.agents/skills/marketing-psychology/evals/evals.json +88 -0
  64. package/.agents/skills/mintlify/SKILL.md +328 -0
  65. package/.agents/skills/product-launch-video/SKILL.md +206 -0
  66. package/.agents/skills/product-launch-video/references/cut-catalog.md +220 -0
  67. package/.agents/skills/product-launch-video/references/motion-language.md +156 -0
  68. package/.agents/skills/product-launch-video/references/story-design.md +373 -0
  69. package/.agents/skills/product-launch-video/references/visual-design.md +126 -0
  70. package/.agents/skills/product-launch-video/scripts/assemble-index.mjs +570 -0
  71. package/.agents/skills/product-launch-video/scripts/audio.mjs +253 -0
  72. package/.agents/skills/product-launch-video/scripts/build-frame.mjs +536 -0
  73. package/.agents/skills/product-launch-video/scripts/captions.mjs +508 -0
  74. package/.agents/skills/product-launch-video/scripts/lib/assets.mjs +55 -0
  75. package/.agents/skills/product-launch-video/scripts/lib/dimensions.mjs +45 -0
  76. package/.agents/skills/product-launch-video/scripts/lib/storyboard.mjs +249 -0
  77. package/.agents/skills/product-launch-video/scripts/lib/tokens.mjs +204 -0
  78. package/.agents/skills/product-launch-video/scripts/lib/transition-registry.mjs +38 -0
  79. package/.agents/skills/product-launch-video/scripts/lib/transitions.json +71 -0
  80. package/.agents/skills/product-launch-video/scripts/stage-assets.mjs +39 -0
  81. package/.agents/skills/product-launch-video/scripts/transitions.mjs +320 -0
  82. package/.agents/skills/product-launch-video/sub-agents/frame-worker.md +74 -0
  83. package/.agents/skills/prompt-engineering-patterns/SKILL.md +144 -0
  84. package/.agents/skills/prompt-engineering-patterns/assets/few-shot-examples.json +106 -0
  85. package/.agents/skills/prompt-engineering-patterns/assets/prompt-template-library.md +264 -0
  86. package/.agents/skills/prompt-engineering-patterns/references/chain-of-thought.md +412 -0
  87. package/.agents/skills/prompt-engineering-patterns/references/details.md +338 -0
  88. package/.agents/skills/prompt-engineering-patterns/references/few-shot-learning.md +386 -0
  89. package/.agents/skills/prompt-engineering-patterns/references/prompt-optimization.md +428 -0
  90. package/.agents/skills/prompt-engineering-patterns/references/prompt-templates.md +484 -0
  91. package/.agents/skills/prompt-engineering-patterns/references/system-prompts.md +195 -0
  92. package/.agents/skills/prompt-engineering-patterns/scripts/optimize-prompt.py +279 -0
  93. package/.agents/skills/remotion-to-hyperframes/SKILL.md +127 -0
  94. package/.agents/skills/remotion-to-hyperframes/assets/.gitkeep +0 -0
  95. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/run.sh +249 -0
  96. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-1-title-card/README.md +41 -0
  97. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-1-title-card/expected.json +26 -0
  98. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-1-title-card/hf-src/index.html +61 -0
  99. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-1-title-card/remotion-src/package.json +14 -0
  100. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-1-title-card/remotion-src/remotion.config.ts +13 -0
  101. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-1-title-card/remotion-src/src/Root.tsx +13 -0
  102. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-1-title-card/remotion-src/src/TitleCard.tsx +34 -0
  103. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-1-title-card/remotion-src/src/index.ts +4 -0
  104. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-1-title-card/remotion-src/tsconfig.json +15 -0
  105. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-2-multi-scene/README.md +54 -0
  106. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-2-multi-scene/expected.json +29 -0
  107. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-2-multi-scene/hf-src/index.html +118 -0
  108. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-2-multi-scene/remotion-src/package.json +14 -0
  109. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-2-multi-scene/remotion-src/remotion.config.ts +13 -0
  110. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-2-multi-scene/remotion-src/src/MultiScene.tsx +105 -0
  111. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-2-multi-scene/remotion-src/src/Root.tsx +13 -0
  112. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-2-multi-scene/remotion-src/src/index.ts +4 -0
  113. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-2-multi-scene/remotion-src/tsconfig.json +15 -0
  114. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-2-multi-scene/setup.sh +34 -0
  115. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/README.md +85 -0
  116. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/expected.json +41 -0
  117. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/hf-src/index.html +269 -0
  118. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/package.json +15 -0
  119. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/remotion.config.ts +13 -0
  120. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/src/Root.tsx +27 -0
  121. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/src/Stargazed.tsx +37 -0
  122. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/src/components/AnimatedNumber.tsx +23 -0
  123. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/src/components/StatCard.tsx +59 -0
  124. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/src/components/UnderlinedText.tsx +47 -0
  125. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/src/index.ts +4 -0
  126. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/src/scenes/OutroScene.tsx +18 -0
  127. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/src/scenes/StatsScene.tsx +34 -0
  128. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/src/scenes/TitleScene.tsx +55 -0
  129. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/tsconfig.json +15 -0
  130. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/README.md +51 -0
  131. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/cases/01-use-state.tsx +29 -0
  132. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/cases/02-use-effect-deps.tsx +29 -0
  133. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/cases/03-async-metadata.tsx +39 -0
  134. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/cases/04-third-party-react.tsx +30 -0
  135. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/cases/05-lambda-config.tsx +38 -0
  136. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/cases/06-warnings-only.tsx +36 -0
  137. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/cases/07-custom-hook.tsx +28 -0
  138. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/cases/08-mixed.tsx +41 -0
  139. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/expected.json +85 -0
  140. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/validate.sh +110 -0
  141. package/.agents/skills/remotion-to-hyperframes/references/api-map.md +142 -0
  142. package/.agents/skills/remotion-to-hyperframes/references/escape-hatch.md +115 -0
  143. package/.agents/skills/remotion-to-hyperframes/references/eval.md +140 -0
  144. package/.agents/skills/remotion-to-hyperframes/references/fonts.md +112 -0
  145. package/.agents/skills/remotion-to-hyperframes/references/limitations.md +136 -0
  146. package/.agents/skills/remotion-to-hyperframes/references/lottie.md +121 -0
  147. package/.agents/skills/remotion-to-hyperframes/references/media.md +149 -0
  148. package/.agents/skills/remotion-to-hyperframes/references/parameters.md +167 -0
  149. package/.agents/skills/remotion-to-hyperframes/references/sequencing.md +195 -0
  150. package/.agents/skills/remotion-to-hyperframes/references/timing.md +165 -0
  151. package/.agents/skills/remotion-to-hyperframes/references/transitions.md +114 -0
  152. package/.agents/skills/remotion-to-hyperframes/scripts/.gitkeep +0 -0
  153. package/.agents/skills/remotion-to-hyperframes/scripts/frame_strip.sh +107 -0
  154. package/.agents/skills/remotion-to-hyperframes/scripts/lint_source.py +358 -0
  155. package/.agents/skills/remotion-to-hyperframes/scripts/render_diff.sh +103 -0
  156. package/.agents/skills/remotion-to-hyperframes/scripts/tests/fixtures/blocker.tsx +50 -0
  157. package/.agents/skills/remotion-to-hyperframes/scripts/tests/fixtures/clean.tsx +46 -0
  158. package/.agents/skills/remotion-to-hyperframes/scripts/tests/smoke.sh +90 -0
  159. package/.agents/skills/seo-audit/SKILL.md +497 -0
  160. package/.agents/skills/seo-audit/evals/evals.json +136 -0
  161. package/.agents/skills/seo-audit/references/ai-writing-detection.md +200 -0
  162. package/.agents/skills/seo-audit/references/international-seo.md +230 -0
  163. package/README.md +4 -2
  164. package/SDK.md +64 -1
  165. package/dist/agents/coding.agent.d.ts +632 -0
  166. package/dist/agents/coding.agent.d.ts.map +1 -1
  167. package/dist/agents/coding.agent.js +11 -3
  168. package/dist/agents/coding.agent.js.map +1 -1
  169. package/dist/agents/developer-helper.agent.d.ts +704 -0
  170. package/dist/agents/developer-helper.agent.d.ts.map +1 -1
  171. package/dist/agents/developer-helper.agent.js +6 -0
  172. package/dist/agents/developer-helper.agent.js.map +1 -1
  173. package/dist/agents/manager.d.ts +1009 -4
  174. package/dist/agents/manager.d.ts.map +1 -1
  175. package/dist/agents/manager.js +16 -5
  176. package/dist/agents/manager.js.map +1 -1
  177. package/dist/agents/security.agent.d.ts +157 -3
  178. package/dist/agents/security.agent.d.ts.map +1 -1
  179. package/dist/agents/security.agent.js +3 -0
  180. package/dist/agents/security.agent.js.map +1 -1
  181. package/dist/agents/swarm/main.js +1 -1
  182. package/dist/agents/swarm/main.js.map +1 -1
  183. package/dist/agents/swarm/registry.d.ts.map +1 -1
  184. package/dist/agents/swarm/registry.js +232 -26
  185. package/dist/agents/swarm/registry.js.map +1 -1
  186. package/dist/cli/chat.d.ts +1 -1
  187. package/dist/cli/chat.d.ts.map +1 -1
  188. package/dist/cli/chat.js +32 -10
  189. package/dist/cli/chat.js.map +1 -1
  190. package/dist/cli/doctor.d.ts +14 -0
  191. package/dist/cli/doctor.d.ts.map +1 -1
  192. package/dist/cli/doctor.js +91 -0
  193. package/dist/cli/doctor.js.map +1 -1
  194. package/dist/cli/format.d.ts +1 -0
  195. package/dist/cli/format.d.ts.map +1 -1
  196. package/dist/cli/format.js +68 -14
  197. package/dist/cli/format.js.map +1 -1
  198. package/dist/cli/menu.d.ts.map +1 -1
  199. package/dist/cli/menu.js +102 -0
  200. package/dist/cli/menu.js.map +1 -1
  201. package/dist/cli/setup.d.ts +10 -0
  202. package/dist/cli/setup.d.ts.map +1 -1
  203. package/dist/cli/setup.js +187 -3
  204. package/dist/cli/setup.js.map +1 -1
  205. package/dist/cli/update.d.ts +2 -0
  206. package/dist/cli/update.d.ts.map +1 -1
  207. package/dist/cli/update.js +89 -1
  208. package/dist/cli/update.js.map +1 -1
  209. package/dist/config/env.d.ts +12 -0
  210. package/dist/config/env.d.ts.map +1 -1
  211. package/dist/config/env.js +19 -5
  212. package/dist/config/env.js.map +1 -1
  213. package/dist/index.d.ts +1 -1
  214. package/dist/index.d.ts.map +1 -1
  215. package/dist/index.js +61 -5
  216. package/dist/index.js.map +1 -1
  217. package/dist/jobs/trigger-orchestrator.d.ts +5 -1
  218. package/dist/jobs/trigger-orchestrator.d.ts.map +1 -1
  219. package/dist/jobs/trigger-orchestrator.js +29 -9
  220. package/dist/jobs/trigger-orchestrator.js.map +1 -1
  221. package/dist/jobs/trigger-router.d.ts.map +1 -1
  222. package/dist/jobs/trigger-router.js +3 -2
  223. package/dist/jobs/trigger-router.js.map +1 -1
  224. package/dist/memory/corporate-wiki.d.ts +15 -0
  225. package/dist/memory/corporate-wiki.d.ts.map +1 -0
  226. package/dist/memory/corporate-wiki.js +152 -0
  227. package/dist/memory/corporate-wiki.js.map +1 -0
  228. package/dist/observability/doctor.d.ts.map +1 -1
  229. package/dist/observability/doctor.js +12 -4
  230. package/dist/observability/doctor.js.map +1 -1
  231. package/dist/pre-init.d.ts +2 -0
  232. package/dist/pre-init.d.ts.map +1 -0
  233. package/dist/pre-init.js +3 -0
  234. package/dist/pre-init.js.map +1 -0
  235. package/dist/runtime/chat-bridge.d.ts.map +1 -1
  236. package/dist/runtime/chat-bridge.js +33 -2
  237. package/dist/runtime/chat-bridge.js.map +1 -1
  238. package/dist/runtime/swarm.d.ts +0 -1
  239. package/dist/runtime/swarm.d.ts.map +1 -1
  240. package/dist/runtime/swarm.js +26 -15
  241. package/dist/runtime/swarm.js.map +1 -1
  242. package/dist/safety/approvals.d.ts +2 -2
  243. package/dist/safety/approvals.d.ts.map +1 -1
  244. package/dist/safety/approvals.js +47 -1
  245. package/dist/safety/approvals.js.map +1 -1
  246. package/dist/safety/redaction.d.ts.map +1 -1
  247. package/dist/safety/redaction.js +10 -0
  248. package/dist/safety/redaction.js.map +1 -1
  249. package/dist/server.d.ts +1 -0
  250. package/dist/server.d.ts.map +1 -1
  251. package/dist/server.js +1 -0
  252. package/dist/server.js.map +1 -1
  253. package/dist/tools/cloud.tool.d.ts +394 -0
  254. package/dist/tools/cloud.tool.d.ts.map +1 -0
  255. package/dist/tools/cloud.tool.js +784 -0
  256. package/dist/tools/cloud.tool.js.map +1 -0
  257. package/dist/tools/computer-use.tool.d.ts +6 -6
  258. package/dist/tools/corporate-wiki.tool.d.ts +22 -0
  259. package/dist/tools/corporate-wiki.tool.d.ts.map +1 -0
  260. package/dist/tools/corporate-wiki.tool.js +39 -0
  261. package/dist/tools/corporate-wiki.tool.js.map +1 -0
  262. package/dist/tools/desktop.tool.d.ts +96 -0
  263. package/dist/tools/desktop.tool.d.ts.map +1 -1
  264. package/dist/tools/desktop.tool.js +439 -0
  265. package/dist/tools/desktop.tool.js.map +1 -1
  266. package/dist/tools/devops.tool.d.ts +162 -0
  267. package/dist/tools/devops.tool.d.ts.map +1 -0
  268. package/dist/tools/devops.tool.js +377 -0
  269. package/dist/tools/devops.tool.js.map +1 -0
  270. package/dist/tools/multimedia.tool.d.ts +126 -0
  271. package/dist/tools/multimedia.tool.d.ts.map +1 -0
  272. package/dist/tools/multimedia.tool.js +533 -0
  273. package/dist/tools/multimedia.tool.js.map +1 -0
  274. package/dist/tools/osint.tool.d.ts +6 -6
  275. package/dist/tools/sandbox-dev.tool.d.ts +15 -0
  276. package/dist/tools/sandbox-dev.tool.d.ts.map +1 -0
  277. package/dist/tools/sandbox-dev.tool.js +139 -0
  278. package/dist/tools/sandbox-dev.tool.js.map +1 -0
  279. package/dist/tools/setup-assistant.tool.d.ts +1 -1
  280. package/dist/tools/shell.tool.d.ts +82 -0
  281. package/dist/tools/shell.tool.d.ts.map +1 -1
  282. package/dist/tools/shell.tool.js +192 -1
  283. package/dist/tools/shell.tool.js.map +1 -1
  284. package/dist/tools/swarm-ops.tool.d.ts +14 -0
  285. package/dist/tools/swarm-ops.tool.d.ts.map +1 -1
  286. package/dist/tools/swarm-ops.tool.js +44 -0
  287. package/dist/tools/swarm-ops.tool.js.map +1 -1
  288. package/dist/tools/sysops.tool.d.ts +157 -0
  289. package/dist/tools/sysops.tool.d.ts.map +1 -0
  290. package/dist/tools/sysops.tool.js +643 -0
  291. package/dist/tools/sysops.tool.js.map +1 -0
  292. package/dist/voice/cascade.d.ts +1 -0
  293. package/dist/voice/cascade.d.ts.map +1 -1
  294. package/dist/voice/cascade.js +16 -1
  295. package/dist/voice/cascade.js.map +1 -1
  296. package/dist/voice/deepgram.d.ts.map +1 -1
  297. package/dist/voice/deepgram.js +34 -2
  298. package/dist/voice/deepgram.js.map +1 -1
  299. package/dist/voice/terminal.d.ts +1 -0
  300. package/dist/voice/terminal.d.ts.map +1 -1
  301. package/dist/voice/terminal.js +28 -0
  302. package/dist/voice/terminal.js.map +1 -1
  303. package/dist/voice/types.d.ts +2 -0
  304. package/dist/voice/types.d.ts.map +1 -1
  305. package/package.json +9 -1
  306. package/scripts/release-github.mjs +23 -18
@@ -0,0 +1,457 @@
1
+ ---
2
+ name: copy-editing
3
+ description: "When the user wants to edit, review, or improve existing marketing copy, or refresh outdated content. Also use when the user mentions 'edit this copy,' 'review my copy,' 'copy feedback,' 'proofread,' 'polish this,' 'make this better,' 'copy sweep,' 'tighten this up,' 'this reads awkwardly,' 'clean up this text,' 'too wordy,' 'sharpen the messaging,' 'refresh this content,' 'update this page,' 'this content is outdated,' or 'content audit.' Use this when the user already has copy and wants it improved or refreshed rather than rewritten from scratch. For writing new copy, see copywriting."
4
+ metadata:
5
+ version: 2.0.0
6
+ ---
7
+
8
+ # Copy Editing
9
+
10
+ You are an expert copy editor specializing in marketing and conversion copy. Your goal is to systematically improve existing copy through focused editing passes while preserving the core message.
11
+
12
+ ## Core Philosophy
13
+
14
+ **Check for product marketing context first:**
15
+ If `.agents/product-marketing.md` exists (or `.claude/product-marketing.md`, or the legacy `product-marketing-context.md` filename, in older setups), read it before editing. Use brand voice and customer language from that context to guide your edits.
16
+
17
+ Good copy editing isn't about rewriting—it's about enhancing. Each pass focuses on one dimension, catching issues that get missed when you try to fix everything at once.
18
+
19
+ **Key principles:**
20
+ - Don't change the core message; focus on enhancing it
21
+ - Multiple focused passes beat one unfocused review
22
+ - Each edit should have a clear reason
23
+ - Preserve the author's voice while improving clarity
24
+
25
+ ---
26
+
27
+ ## The Seven Sweeps Framework
28
+
29
+ Edit copy through seven sequential passes, each focusing on one dimension. After each sweep, loop back to check previous sweeps aren't compromised.
30
+
31
+ ### Sweep 1: Clarity
32
+
33
+ **Focus:** Can the reader understand what you're saying?
34
+
35
+ **What to check:**
36
+ - Confusing sentence structures
37
+ - Unclear pronoun references
38
+ - Jargon or insider language
39
+ - Ambiguous statements
40
+ - Missing context
41
+
42
+ **Common clarity killers:**
43
+ - Sentences trying to say too much
44
+ - Abstract language instead of concrete
45
+ - Assuming reader knowledge they don't have
46
+ - Burying the point in qualifications
47
+
48
+ **Process:**
49
+ 1. Read through quickly, highlighting unclear parts
50
+ 2. Don't correct yet—just note problem areas
51
+ 3. After marking issues, recommend specific edits
52
+ 4. Verify edits maintain the original intent
53
+
54
+ **After this sweep:** Confirm the "Rule of One" (one main idea per section) and "You Rule" (copy speaks to the reader) are intact.
55
+
56
+ ---
57
+
58
+ ### Sweep 2: Voice and Tone
59
+
60
+ **Focus:** Is the copy consistent in how it sounds?
61
+
62
+ **What to check:**
63
+ - Shifts between formal and casual
64
+ - Inconsistent brand personality
65
+ - Mood changes that feel jarring
66
+ - Word choices that don't match the brand
67
+
68
+ **Common voice issues:**
69
+ - Starting casual, becoming corporate
70
+ - Mixing "we" and "the company" references
71
+ - Humor in some places, serious in others (unintentionally)
72
+ - Technical language appearing randomly
73
+
74
+ **Process:**
75
+ 1. Read aloud to hear inconsistencies
76
+ 2. Mark where tone shifts unexpectedly
77
+ 3. Recommend edits that smooth transitions
78
+ 4. Ensure personality remains throughout
79
+
80
+ **After this sweep:** Return to Clarity Sweep to ensure voice edits didn't introduce confusion.
81
+
82
+ ---
83
+
84
+ ### Sweep 3: So What
85
+
86
+ **Focus:** Does every claim answer "why should I care?"
87
+
88
+ **What to check:**
89
+ - Features without benefits
90
+ - Claims without consequences
91
+ - Statements that don't connect to reader's life
92
+ - Missing "which means..." bridges
93
+
94
+ **The So What test:**
95
+ For every statement, ask "Okay, so what?" If the copy doesn't answer that question with a deeper benefit, it needs work.
96
+
97
+ ❌ "Our platform uses AI-powered analytics"
98
+ *So what?*
99
+ ✅ "Our AI-powered analytics surface insights you'd miss manually—so you can make better decisions in half the time"
100
+
101
+ **Common So What failures:**
102
+ - Feature lists without benefit connections
103
+ - Impressive-sounding claims that don't land
104
+ - Technical capabilities without outcomes
105
+ - Company achievements that don't help the reader
106
+
107
+ **Process:**
108
+ 1. Read each claim and literally ask "so what?"
109
+ 2. Highlight claims missing the answer
110
+ 3. Add the benefit bridge or deeper meaning
111
+ 4. Ensure benefits connect to real reader desires
112
+
113
+ **After this sweep:** Return to Voice and Tone, then Clarity.
114
+
115
+ ---
116
+
117
+ ### Sweep 4: Prove It
118
+
119
+ **Focus:** Is every claim supported with evidence?
120
+
121
+ **What to check:**
122
+ - Unsubstantiated claims
123
+ - Missing social proof
124
+ - Assertions without backup
125
+ - "Best" or "leading" without evidence
126
+
127
+ **Types of proof to look for:**
128
+ - Testimonials with names and specifics
129
+ - Case study references
130
+ - Statistics and data
131
+ - Third-party validation
132
+ - Guarantees and risk reversals
133
+ - Customer logos
134
+ - Review scores
135
+
136
+ **Common proof gaps:**
137
+ - "Trusted by thousands" (which thousands?)
138
+ - "Industry-leading" (according to whom?)
139
+ - "Customers love us" (show them saying it)
140
+ - Results claims without specifics
141
+
142
+ **Process:**
143
+ 1. Identify every claim that needs proof
144
+ 2. Check if proof exists nearby
145
+ 3. Flag unsupported assertions
146
+ 4. Recommend adding proof or softening claims
147
+
148
+ **After this sweep:** Return to So What, Voice and Tone, then Clarity.
149
+
150
+ ---
151
+
152
+ ### Sweep 5: Specificity
153
+
154
+ **Focus:** Is the copy concrete enough to be compelling?
155
+
156
+ **What to check:**
157
+ - Vague language ("improve," "enhance," "optimize")
158
+ - Generic statements that could apply to anyone
159
+ - Round numbers that feel made up
160
+ - Missing details that would make it real
161
+
162
+ **Specificity upgrades:**
163
+
164
+ | Vague | Specific |
165
+ |-------|----------|
166
+ | Save time | Save 4 hours every week |
167
+ | Many customers | 2,847 teams |
168
+ | Fast results | Results in 14 days |
169
+ | Improve your workflow | Cut your reporting time in half |
170
+ | Great support | Response within 2 hours |
171
+
172
+ **Common specificity issues:**
173
+ - Adjectives doing the work nouns should do
174
+ - Benefits without quantification
175
+ - Outcomes without timeframes
176
+ - Claims without concrete examples
177
+
178
+ **Process:**
179
+ 1. Highlight vague words and phrases
180
+ 2. Ask "Can this be more specific?"
181
+ 3. Add numbers, timeframes, or examples
182
+ 4. Remove content that can't be made specific (it's probably filler)
183
+
184
+ **After this sweep:** Return to Prove It, So What, Voice and Tone, then Clarity.
185
+
186
+ ---
187
+
188
+ ### Sweep 6: Heightened Emotion
189
+
190
+ **Focus:** Does the copy make the reader feel something?
191
+
192
+ **What to check:**
193
+ - Flat, informational language
194
+ - Missing emotional triggers
195
+ - Pain points mentioned but not felt
196
+ - Aspirations stated but not evoked
197
+
198
+ **Emotional dimensions to consider:**
199
+ - Pain of the current state
200
+ - Frustration with alternatives
201
+ - Fear of missing out
202
+ - Desire for transformation
203
+ - Pride in making smart choices
204
+ - Relief from solving the problem
205
+
206
+ **Techniques for heightening emotion:**
207
+ - Paint the "before" state vividly
208
+ - Use sensory language
209
+ - Tell micro-stories
210
+ - Reference shared experiences
211
+ - Ask questions that prompt reflection
212
+
213
+ **Process:**
214
+ 1. Read for emotional impact—does it move you?
215
+ 2. Identify flat sections that should resonate
216
+ 3. Add emotional texture while staying authentic
217
+ 4. Ensure emotion serves the message (not manipulation)
218
+
219
+ **After this sweep:** Return to Specificity, Prove It, So What, Voice and Tone, then Clarity.
220
+
221
+ ---
222
+
223
+ ### Sweep 7: Zero Risk
224
+
225
+ **Focus:** Have we removed every barrier to action?
226
+
227
+ **What to check:**
228
+ - Friction near CTAs
229
+ - Unanswered objections
230
+ - Missing trust signals
231
+ - Unclear next steps
232
+ - Hidden costs or surprises
233
+
234
+ **Risk reducers to look for:**
235
+ - Money-back guarantees
236
+ - Free trials
237
+ - "No credit card required"
238
+ - "Cancel anytime"
239
+ - Social proof near CTA
240
+ - Clear expectations of what happens next
241
+ - Privacy assurances
242
+
243
+ **Common risk issues:**
244
+ - CTA asks for commitment without earning trust
245
+ - Objections raised but not addressed
246
+ - Fine print that creates doubt
247
+ - Vague "Contact us" instead of clear next step
248
+
249
+ **Process:**
250
+ 1. Focus on sections near CTAs
251
+ 2. List every reason someone might hesitate
252
+ 3. Check if the copy addresses each concern
253
+ 4. Add risk reversals or trust signals as needed
254
+
255
+ **After this sweep:** Return through all previous sweeps one final time: Heightened Emotion, Specificity, Prove It, So What, Voice and Tone, Clarity.
256
+
257
+ ---
258
+
259
+ ## Expert Panel Scoring
260
+
261
+ Use this after completing the Seven Sweeps for an additional quality gate. For high-stakes copy (landing pages, launch emails, sales pages), a multi-persona expert review catches issues that a single perspective misses.
262
+
263
+ ### How It Works
264
+
265
+ 1. **Assemble 3-5 expert personas** relevant to the copy type
266
+ 2. **Each persona scores the copy 1-10** on their area of expertise
267
+ 3. **Collect specific critiques** — not just scores, but what to fix
268
+ 4. **Revise based on feedback** — address the lowest-scoring areas first
269
+ 5. **Re-score after revisions** — iterate until all personas score 7+, with an average of 8+ across the panel
270
+
271
+ ### Recommended Expert Panels
272
+
273
+ **Landing page copy:**
274
+ - Conversion copywriter (clarity, CTA strength, benefit hierarchy)
275
+ - UX writer (scannability, cognitive load, user flow)
276
+ - Target customer persona (does this speak to me? do I trust it?)
277
+ - Brand strategist (voice consistency, positioning accuracy)
278
+
279
+ **Email sequence:**
280
+ - Email marketing specialist (subject lines, open/click optimization)
281
+ - Copywriter (hooks, storytelling, persuasion)
282
+ - Spam filter analyst (deliverability red flags, trigger words)
283
+ - Target customer persona (relevance, value, unsubscribe risk)
284
+
285
+ **Sales page / long-form:**
286
+ - Direct response copywriter (offer structure, objection handling, urgency)
287
+ - Skeptical buyer persona (proof gaps, trust issues, red flags)
288
+ - Editor (flow, readability, conciseness)
289
+ - SEO specialist (keyword coverage, search intent alignment)
290
+
291
+ ### Scoring Rubric
292
+
293
+ | Score | Meaning |
294
+ |-------|---------|
295
+ | 9-10 | Publish-ready. No meaningful improvements. |
296
+ | 7-8 | Strong. Minor tweaks only. |
297
+ | 5-6 | Functional but has clear gaps. Needs another pass. |
298
+ | 3-4 | Significant issues. Major revision needed. |
299
+ | 1-2 | Fundamentally broken. Rethink approach. |
300
+
301
+ ### When to Use
302
+
303
+ - **Always** for launch copy, pricing pages, and high-traffic landing pages
304
+ - **Recommended** for email sequences, sales pages, and ad copy
305
+ - **Optional** for blog posts, social content, and internal docs
306
+ - **Skip** for quick updates, minor edits, and low-stakes content
307
+
308
+ ---
309
+
310
+ ## Quick-Pass Editing Checks
311
+
312
+ Use these for faster reviews when a full seven-sweep process isn't needed.
313
+
314
+ ### Word-Level Checks
315
+
316
+ **Cut these words:**
317
+ - Very, really, extremely, incredibly (weak intensifiers)
318
+ - Just, actually, basically (filler)
319
+ - In order to (use "to")
320
+ - That (often unnecessary)
321
+ - Things, stuff (vague)
322
+
323
+ **Replace these:**
324
+
325
+ | Weak | Strong |
326
+ |------|--------|
327
+ | Utilize | Use |
328
+ | Implement | Set up |
329
+ | Leverage | Use |
330
+ | Facilitate | Help |
331
+ | Innovative | New |
332
+ | Robust | Strong |
333
+ | Seamless | Smooth |
334
+ | Cutting-edge | New/Modern |
335
+
336
+ **Watch for:**
337
+ - Adverbs (usually unnecessary)
338
+ - Passive voice (switch to active)
339
+ - Nominalizations (verb → noun: "make a decision" → "decide")
340
+
341
+ ### Sentence-Level Checks
342
+
343
+ - One idea per sentence
344
+ - Vary sentence length (mix short and long)
345
+ - Front-load important information
346
+ - Max 3 conjunctions per sentence
347
+ - No more than 25 words (usually)
348
+
349
+ ### Paragraph-Level Checks
350
+
351
+ - One topic per paragraph
352
+ - Short paragraphs (2-4 sentences for web)
353
+ - Strong opening sentences
354
+ - Logical flow between paragraphs
355
+ - White space for scannability
356
+
357
+ ---
358
+
359
+ ## Copy Editing Checklist
360
+
361
+ For a final QA pass before delivering edits, work through the full checklist in [references/checklist.md](references/checklist.md) — covering all seven sweeps plus pre-start and final-check items.
362
+
363
+ ---
364
+
365
+ ## Common Copy Problems & Fixes
366
+
367
+ ### Problem: Wall of Features
368
+ **Symptom:** List of what the product does without why it matters
369
+ **Fix:** Add "which means..." after each feature to bridge to benefits
370
+
371
+ ### Problem: Corporate Speak
372
+ **Symptom:** "Leverage synergies to optimize outcomes"
373
+ **Fix:** Ask "How would a human say this?" and use those words
374
+
375
+ ### Problem: Weak Opening
376
+ **Symptom:** Starting with company history or vague statements
377
+ **Fix:** Lead with the reader's problem or desired outcome
378
+
379
+ ### Problem: Buried CTA
380
+ **Symptom:** The ask comes after too much buildup, or isn't clear
381
+ **Fix:** Make the CTA obvious, early, and repeated
382
+
383
+ ### Problem: No Proof
384
+ **Symptom:** "Customers love us" with no evidence
385
+ **Fix:** Add specific testimonials, numbers, or case references
386
+
387
+ ### Problem: Generic Claims
388
+ **Symptom:** "We help businesses grow"
389
+ **Fix:** Specify who, how, and by how much
390
+
391
+ ### Problem: Mixed Audiences
392
+ **Symptom:** Copy tries to speak to everyone, resonates with no one
393
+ **Fix:** Pick one audience and write directly to them
394
+
395
+ ### Problem: Feature Overload
396
+ **Symptom:** Listing every capability, overwhelming the reader
397
+ **Fix:** Focus on 3-5 key benefits that matter most to the audience
398
+
399
+ ---
400
+
401
+ ## Working with Copy Sweeps
402
+
403
+ When editing collaboratively:
404
+
405
+ 1. **Run a sweep and present findings** - Show what you found, why it's an issue
406
+ 2. **Recommend specific edits** - Don't just identify problems; propose solutions
407
+ 3. **Request the updated copy** - Let the author make final decisions
408
+ 4. **Verify previous sweeps** - After each round of edits, re-check earlier sweeps
409
+ 5. **Repeat until clean** - Continue until a full sweep finds no new issues
410
+
411
+ This iterative process ensures each edit doesn't create new problems while respecting the author's ownership of the copy.
412
+
413
+ ---
414
+
415
+ ## References
416
+
417
+ - [Plain English Alternatives](references/plain-english-alternatives.md): Replace complex words with simpler alternatives
418
+ - [Content Refresh](references/content-refresh.md): Full checklist, refresh vs. rewrite matrix, and cadence guide
419
+ - [Copy Editing Checklist](references/checklist.md): Full QA checklist across all seven sweeps
420
+
421
+ ---
422
+
423
+ ## Content Refresh Editing
424
+
425
+ Copy editing isn't just for new content. Existing pages decay over time — outdated stats, stale examples, and drifted brand voice. Use the content refresh framework when traffic is declining, data is stale, or the product has changed.
426
+
427
+ **For the full refresh checklist, refresh vs. rewrite decision matrix, and cadence guide**: See [references/content-refresh.md](references/content-refresh.md)
428
+
429
+ ---
430
+
431
+ ## Task-Specific Questions
432
+
433
+ 1. What's the goal of this copy? (Awareness, conversion, retention)
434
+ 2. What action should readers take?
435
+ 3. Are there specific concerns or known issues?
436
+ 4. What proof/evidence do you have available?
437
+ 5. Is this new copy or a refresh of existing content?
438
+
439
+ ---
440
+
441
+ ## Related Skills
442
+
443
+ - **copywriting**: For writing new copy from scratch (use this skill to edit after your first draft is complete)
444
+ - **cro**: For broader page optimization beyond copy
445
+ - **marketing-psychology**: For understanding why certain edits improve conversion
446
+ - **ab-testing**: For testing copy variations
447
+
448
+ ---
449
+
450
+ ## When to Use Each Skill
451
+
452
+ | Task | Skill to Use |
453
+ |------|--------------|
454
+ | Writing new page copy from scratch | copywriting |
455
+ | Reviewing and improving existing copy | copy-editing (this skill) |
456
+ | Editing copy you just wrote | copy-editing (this skill) |
457
+ | Structural or strategic page changes | cro |
@@ -0,0 +1,89 @@
1
+ {
2
+ "skill_name": "copy-editing",
3
+ "evals": [
4
+ {
5
+ "id": 1,
6
+ "prompt": "Edit this homepage copy for us: 'Welcome to CloudSync! We are very excited to offer you an innovative, cutting-edge platform that seamlessly integrates with your existing tools. Our powerful solution helps businesses of all sizes optimize their workflows and drive meaningful results. Get started today and experience the difference!'",
7
+ "expected_output": "Should check for product-marketing.md first. Should apply the Seven Sweeps Framework systematically. Sweep 1 (Clarity): identify vague language ('optimize workflows,' 'drive meaningful results,' 'experience the difference'). Sweep 2 (Voice & Tone): flag 'Welcome to' as weak opening, 'we are very excited' as company-focused. Sweep 3 (So What): question what specific value is being offered. Sweep 4 (Prove It): note no proof points, stats, or evidence. Sweep 5 (Specificity): flag 'businesses of all sizes,' 'existing tools,' 'powerful solution' as generic. Sweep 6 (Heightened Emotion): assess emotional impact. Sweep 7 (Zero Risk): check for trust signals. Should provide a rewritten version addressing all issues.",
8
+ "assertions": [
9
+ "Checks for product-marketing.md",
10
+ "Applies Seven Sweeps Framework",
11
+ "Identifies vague language (Clarity sweep)",
12
+ "Flags weak opening and company-focused language (Voice & Tone sweep)",
13
+ "Questions missing value proposition (So What sweep)",
14
+ "Notes missing proof points (Prove It sweep)",
15
+ "Flags generic terms (Specificity sweep)",
16
+ "Provides a rewritten version"
17
+ ],
18
+ "files": []
19
+ },
20
+ {
21
+ "id": 2,
22
+ "prompt": "Quick edit on this CTA section: 'Ready to take your business to the next level? Our team of dedicated professionals is standing by to help you achieve your goals. Click here to learn more about how we can help you succeed.'",
23
+ "expected_output": "Should apply the quick-pass editing checks. Should identify: 'take your business to the next level' (cliché), 'team of dedicated professionals' (filler), 'standing by' (passive), 'click here' (weak CTA), 'learn more' (vague action), 'help you succeed' (generic). Should apply word-level, sentence-level, and paragraph-level checks. Should rewrite with specific value prop, active voice, and strong action-oriented CTA. Should be concise since this was requested as a 'quick edit.'",
24
+ "assertions": [
25
+ "Identifies clichés and filler phrases",
26
+ "Flags 'click here' and 'learn more' as weak",
27
+ "Applies word-level and sentence-level checks",
28
+ "Rewrites with specific value and strong CTA",
29
+ "Uses active voice in rewrite",
30
+ "Keeps response concise for a quick edit"
31
+ ],
32
+ "files": []
33
+ },
34
+ {
35
+ "id": 3,
36
+ "prompt": "edit this product description, it feels too long and wordy: 'Our comprehensive project management solution provides teams with a robust set of tools that enable them to efficiently plan, execute, and monitor their projects from start to finish. With our intuitive interface, powerful analytics dashboard, and seamless integration capabilities, you can ensure that every aspect of your project is managed with precision and care. Whether you're a small startup or a large enterprise, our platform scales to meet your unique needs and requirements, helping you deliver projects on time and within budget every single time.'",
37
+ "expected_output": "Should trigger on casual phrasing. Should apply the Clarity and Specificity sweeps primarily. Should identify: redundancy ('plan, execute, and monitor' overlaps with 'from start to finish'), filler words ('comprehensive,' 'robust,' 'efficiently,' 'seamless,' 'unique'), hedge phrases ('ensuring every aspect,' 'with precision and care'), and generic claims ('scales to meet your needs,' 'on time and within budget every single time'). Should cut the copy significantly (probably by 50%+). Should provide a tighter rewrite that says the same thing in fewer, more specific words.",
38
+ "assertions": [
39
+ "Triggers on casual phrasing",
40
+ "Identifies redundancy in the copy",
41
+ "Identifies filler words and hedge phrases",
42
+ "Identifies generic claims",
43
+ "Cuts copy significantly (50%+ reduction)",
44
+ "Provides tighter rewrite with specific language"
45
+ ],
46
+ "files": []
47
+ },
48
+ {
49
+ "id": 4,
50
+ "prompt": "Review this testimonial section and improve it: 'CloudSync is great! It really helped our company. The team was very responsive and the product works well. We would recommend it to anyone looking for a solution. - John S., CEO'",
51
+ "expected_output": "Should apply the Prove It and Specificity sweeps. Should identify the testimonial as too vague to be persuasive ('great,' 'really helped,' 'works well,' 'anyone looking for a solution'). Should recommend replacing with specific results ('reduced project delivery time by 30%'), specific context ('team of 45 engineers'), and specific outcomes. Should suggest questions to ask the customer for a better testimonial. Should not fabricate specific numbers but should provide a template showing what a strong testimonial looks like.",
52
+ "assertions": [
53
+ "Applies Prove It and Specificity sweeps",
54
+ "Identifies testimonial as too vague",
55
+ "Recommends specific results and context",
56
+ "Suggests questions to get better testimonial",
57
+ "Does not fabricate specific numbers",
58
+ "Provides template for strong testimonial"
59
+ ],
60
+ "files": []
61
+ },
62
+ {
63
+ "id": 5,
64
+ "prompt": "I need you to apply the 'So What' and 'Zero Risk' sweeps to this pricing page copy: 'Our Pro plan includes unlimited projects, advanced reporting, priority support, and custom integrations. Starting at $99/month.'",
65
+ "expected_output": "Should apply specifically the So What and Zero Risk sweeps as requested. So What: for each feature, ask 'so what does this mean for the customer?' — unlimited projects (what does that enable?), advanced reporting (what decisions can they make?), priority support (what does that mean in practice? response time?), custom integrations (which ones? what workflow does it enable?). Zero Risk: identify missing trust signals — no guarantee, no trial mention, no social proof near pricing, no 'cancel anytime' assurance. Should provide rewritten copy addressing both sweeps.",
66
+ "assertions": [
67
+ "Applies So What sweep to each feature",
68
+ "Translates features to customer benefits",
69
+ "Applies Zero Risk sweep",
70
+ "Identifies missing trust signals",
71
+ "Suggests guarantee, trial, or cancel-anytime language",
72
+ "Provides rewritten copy addressing both sweeps"
73
+ ],
74
+ "files": []
75
+ },
76
+ {
77
+ "id": 6,
78
+ "prompt": "Write fresh homepage copy for our new product. We're launching a CRM for real estate agents.",
79
+ "expected_output": "Should recognize this is a copywriting-from-scratch task, not copy editing. Should defer to or cross-reference the copywriting skill, which handles writing new copy from scratch. Copy-editing is specifically for improving existing copy. Should make this distinction clear.",
80
+ "assertions": [
81
+ "Recognizes this as writing new copy, not editing existing copy",
82
+ "References or defers to copywriting skill",
83
+ "Explains that copy-editing is for improving existing copy",
84
+ "Does not attempt to write full page copy from scratch"
85
+ ],
86
+ "files": []
87
+ }
88
+ ]
89
+ }
@@ -0,0 +1,66 @@
1
+ # Copy Editing Checklist
2
+
3
+ Use this checklist alongside the Seven Sweeps Framework (see SKILL.md) as a final QA pass before delivering edited copy.
4
+
5
+ ## Before You Start
6
+
7
+ - [ ] Understand the goal of this copy
8
+ - [ ] Know the target audience
9
+ - [ ] Identify the desired action
10
+ - [ ] Read through once without editing
11
+
12
+ ## Clarity (Sweep 1)
13
+
14
+ - [ ] Every sentence is immediately understandable
15
+ - [ ] No jargon without explanation
16
+ - [ ] Pronouns have clear references
17
+ - [ ] No sentences trying to do too much
18
+
19
+ ## Voice & Tone (Sweep 2)
20
+
21
+ - [ ] Consistent formality level throughout
22
+ - [ ] Brand personality maintained
23
+ - [ ] No jarring shifts in mood
24
+ - [ ] Reads well aloud
25
+
26
+ ## So What (Sweep 3)
27
+
28
+ - [ ] Every feature connects to a benefit
29
+ - [ ] Claims answer "why should I care?"
30
+ - [ ] Benefits connect to real desires
31
+ - [ ] No impressive-but-empty statements
32
+
33
+ ## Prove It (Sweep 4)
34
+
35
+ - [ ] Claims are substantiated
36
+ - [ ] Social proof is specific and attributed
37
+ - [ ] Numbers and stats have sources
38
+ - [ ] No unearned superlatives
39
+
40
+ ## Specificity (Sweep 5)
41
+
42
+ - [ ] Vague words replaced with concrete ones
43
+ - [ ] Numbers and timeframes included
44
+ - [ ] Generic statements made specific
45
+ - [ ] Filler content removed
46
+
47
+ ## Heightened Emotion (Sweep 6)
48
+
49
+ - [ ] Copy evokes feeling, not just information
50
+ - [ ] Pain points feel real
51
+ - [ ] Aspirations feel achievable
52
+ - [ ] Emotion serves the message authentically
53
+
54
+ ## Zero Risk (Sweep 7)
55
+
56
+ - [ ] Objections addressed near CTA
57
+ - [ ] Trust signals present
58
+ - [ ] Next steps are crystal clear
59
+ - [ ] Risk reversals stated (guarantee, trial, etc.)
60
+
61
+ ## Final Checks
62
+
63
+ - [ ] No typos or grammatical errors
64
+ - [ ] Consistent formatting
65
+ - [ ] Links work (if applicable)
66
+ - [ ] Core message preserved through all edits
@@ -0,0 +1,38 @@
1
+ # Content Refresh Editing
2
+
3
+ Copy editing isn't just for new content. Existing pages and posts decay over time — outdated stats, stale examples, drifted brand voice, and missed SEO opportunities. A content refresh applies the same editing rigor to content that's already published.
4
+
5
+ ## When to Refresh
6
+
7
+ - **Traffic declining** on a page that used to perform well
8
+ - **Stats or data** are more than 12 months old
9
+ - **Product has changed** — features, pricing, or positioning no longer match
10
+ - **Competitors updated** their version of the same content
11
+ - **AI search visibility** matters — outdated content gets cited less (see ai-seo skill)
12
+
13
+ ## Content Refresh Checklist
14
+
15
+ 1. **Freshness pass** — Update all dates, stats, and examples. Replace "in 2024" with current data. Remove references to deprecated features or tools.
16
+ 2. **Accuracy pass** — Verify all claims are still true. Check that linked resources still exist. Confirm pricing and feature descriptions match current state.
17
+ 3. **Voice pass** — Does the tone match your current brand voice? Older content often reflects an earlier stage of the company.
18
+ 4. **SEO pass** — Has search intent shifted for this topic? Are there new keywords or questions to address? Add "Last updated: [date]" prominently.
19
+ 5. **Proof pass** — Can you add newer testimonials, case studies, or data points that didn't exist when this was first published?
20
+ 6. **Structure pass** — Add comparison tables, FAQ sections, or other scannable formats that make the content easier to consume.
21
+
22
+ ## Refresh vs. Rewrite
23
+
24
+ | Signal | Action |
25
+ |--------|--------|
26
+ | Core message still valid, details outdated | Refresh (update facts, stats, examples) |
27
+ | Brand voice has evolved significantly | Refresh + voice rewrite |
28
+ | Topic angle or audience has shifted | Full rewrite |
29
+ | Page structure doesn't match current search intent | Full rewrite |
30
+ | Just needs updated stats and links | Light refresh |
31
+
32
+ ## Refresh Cadence
33
+
34
+ - **Pricing and product pages**: Every quarter, or when pricing/features change
35
+ - **High-traffic blog posts**: Every 6 months
36
+ - **Comparison and alternatives pages**: Every 3-6 months (competitors change fast)
37
+ - **Evergreen guides**: Annually, unless traffic drops sooner
38
+ - **Low-traffic pages**: Only when traffic data suggests an opportunity