claude-flow-novice 2.15.0 → 2.15.2

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 (605) hide show
  1. package/.claude/cfn-extras/agents/cfn-coordinator-enterprise.md +1303 -0
  2. package/.claude/cfn-extras/agents/cfn-coordinator-mvp.md +942 -0
  3. package/.claude/cfn-extras/agents/cfn-coordinator-standard.md +1062 -0
  4. package/.claude/cfn-extras/agents/cfn-loop-coordinator.md +157 -0
  5. package/.claude/cfn-extras/agents/coordinator.md +182 -0
  6. package/.claude/cfn-extras/agents/cost-savings-cfn-loop-coordinator.md +760 -0
  7. package/.claude/cfn-extras/agents/cost-savings-coordinator.md +173 -0
  8. package/.claude/cfn-extras/agents/deprecated-coordinators/adaptive-coordinator-enhanced.md +147 -0
  9. package/.claude/cfn-extras/agents/deprecated-coordinators/adaptive-coordinator.md +162 -0
  10. package/.claude/cfn-extras/agents/deprecated-coordinators/adaptive-coordinator.md.backup +161 -0
  11. package/.claude/cfn-extras/agents/deprecated-coordinators/blocking-coordinator-example.md +729 -0
  12. package/.claude/cfn-extras/agents/deprecated-coordinators/blocking-coordinator-example.md.backup +728 -0
  13. package/.claude/cfn-extras/agents/deprecated-coordinators/byzantine-coordinator.md +100 -0
  14. package/.claude/cfn-extras/agents/deprecated-coordinators/cfn-coordinator-enterprise.md +323 -0
  15. package/.claude/cfn-extras/agents/deprecated-coordinators/cfn-coordinator-mvp.md +157 -0
  16. package/.claude/cfn-extras/agents/deprecated-coordinators/cfn-coordinator-standard.md +229 -0
  17. package/.claude/cfn-extras/agents/deprecated-coordinators/cfn-coordinator-unified.md +149 -0
  18. package/.claude/cfn-extras/agents/deprecated-coordinators/coordinator-hybrid.md +231 -0
  19. package/.claude/cfn-extras/agents/deprecated-coordinators/gossip-coordinator.md +165 -0
  20. package/.claude/cfn-extras/agents/deprecated-coordinators/hierarchical-coordinator.md +95 -0
  21. package/.claude/cfn-extras/agents/deprecated-coordinators/mesh-coordinator.md +132 -0
  22. package/.claude/cfn-extras/agents/deprecated-coordinators/mesh-coordinator.md.backup +131 -0
  23. package/.claude/cfn-extras/agents/deprecated-coordinators/task-coordinator.md +109 -0
  24. package/.claude/cfn-extras/agents/deprecated-coordinators/test-coordinator.md +142 -0
  25. package/.claude/cfn-extras/agents/google-sheets-specialist.md +614 -0
  26. package/.claude/commands/cfn/create-handoff.md +224 -0
  27. package/.claude/commands/cfn-docker/CFN_DOCKER_NATIVE.md +295 -0
  28. package/.claude/commands/cfn-docker-core-test-suite.md +326 -0
  29. package/.claude/commands/cfn-loop-cli.md +1 -1
  30. package/.claude/commands/switch-api.md +20 -6
  31. package/.claude/root-claude-distribute/CFN-CLAUDE.md +177 -426
  32. package/.claude/skills/cfn-docker-agent-spawning/spawn-agent.sh +27 -18
  33. package/.claude/skills/cfn-docker-loop-orchestration/orchestrate.sh +763 -38
  34. package/.claude/skills/cfn-docker-redis-coordination/coordinate.sh +25 -10
  35. package/.claude/skills/cfn-docker-redis-coordination/coordinate.sh.backup-1763145142 +641 -0
  36. package/.claude/skills/cfn-docker-skill-mcp-selection/skill-mcp-selector.js +471 -471
  37. package/.claude/skills/cfn-loop-orchestration/orchestrate.sh +52 -23
  38. package/.claude/skills/cfn-redis-coordination/complete-swarm.sh +3 -3
  39. package/.claude/skills/cfn-redis-coordination/data/cfn-loop.db +0 -0
  40. package/.claude/skills/cfn-redis-coordination/redis-cli-wrapper.sh +9 -0
  41. package/.claude/skills/cfn-redis-coordination/report-completion.sh +7 -7
  42. package/claude-assets/agents/cfn-dev-team/architecture/api-designer-persona.md +2 -0
  43. package/claude-assets/agents/cfn-dev-team/architecture/goal-planner.md +2 -0
  44. package/claude-assets/agents/cfn-dev-team/architecture/planner.md +2 -0
  45. package/claude-assets/agents/cfn-dev-team/architecture/system-architect.md +2 -0
  46. package/claude-assets/agents/cfn-dev-team/coordinators/handoff-coordinator.md +662 -0
  47. package/claude-assets/agents/cfn-dev-team/dev-ops/docker-specialist.md +448 -563
  48. package/claude-assets/agents/cfn-dev-team/dev-ops/kubernetes-specialist.md +2 -0
  49. package/claude-assets/agents/cfn-dev-team/developers/data/data-engineer.md +2 -0
  50. package/claude-assets/agents/cfn-dev-team/documentation/README-VALIDATION.md +2 -0
  51. package/claude-assets/agents/cfn-dev-team/documentation/agent-type-guidelines.md +2 -0
  52. package/claude-assets/agents/cfn-dev-team/reviewers/quality/code-quality-validator.md +1 -1
  53. package/claude-assets/agents/cfn-dev-team/reviewers/quality/perf-analyzer.md +1 -1
  54. package/claude-assets/agents/cfn-dev-team/reviewers/quality/performance-benchmarker.md +2 -0
  55. package/claude-assets/agents/cfn-dev-team/reviewers/quality/quality-metrics.md +2 -0
  56. package/claude-assets/agents/cfn-dev-team/testers/api-testing-specialist.md +2 -0
  57. package/claude-assets/agents/cfn-dev-team/testers/chaos-engineering-specialist.md +1 -1
  58. package/claude-assets/agents/cfn-dev-team/testers/e2e/playwright-tester.md +1 -1
  59. package/claude-assets/agents/cfn-dev-team/testers/interaction-tester.md +2 -0
  60. package/claude-assets/agents/cfn-dev-team/testers/load-testing-specialist.md +2 -0
  61. package/claude-assets/agents/cfn-dev-team/testers/playwright-tester.md +2 -0
  62. package/claude-assets/agents/cfn-dev-team/testers/unit/tdd-london-unit-swarm.md +4 -0
  63. package/claude-assets/agents/cfn-dev-team/testers/validation/validation-production-validator.md +1 -1
  64. package/claude-assets/agents/docker-coordinators/cfn-docker-v3-coordinator.md +825 -17
  65. package/claude-assets/agents/docker-team/micro-sprint-planner.md +747 -0
  66. package/claude-assets/agents/docker-ts-fixer.md +56 -0
  67. package/claude-assets/agents/typescript-specialist.md +280 -0
  68. package/claude-assets/cfn-extras/agents/cfn-coordinator-enterprise.md +1303 -0
  69. package/claude-assets/cfn-extras/agents/cfn-coordinator-mvp.md +942 -0
  70. package/claude-assets/cfn-extras/agents/cfn-coordinator-standard.md +1062 -0
  71. package/claude-assets/cfn-extras/agents/cfn-loop-coordinator.md +157 -0
  72. package/claude-assets/cfn-extras/agents/coordinator.md +182 -0
  73. package/claude-assets/cfn-extras/agents/cost-savings-cfn-loop-coordinator.md +760 -0
  74. package/claude-assets/cfn-extras/agents/cost-savings-coordinator.md +173 -0
  75. package/claude-assets/cfn-extras/agents/deprecated-coordinators/adaptive-coordinator-enhanced.md +147 -0
  76. package/claude-assets/cfn-extras/agents/deprecated-coordinators/adaptive-coordinator.md +162 -0
  77. package/claude-assets/cfn-extras/agents/deprecated-coordinators/adaptive-coordinator.md.backup +161 -0
  78. package/claude-assets/cfn-extras/agents/deprecated-coordinators/blocking-coordinator-example.md +729 -0
  79. package/claude-assets/cfn-extras/agents/deprecated-coordinators/blocking-coordinator-example.md.backup +728 -0
  80. package/claude-assets/cfn-extras/agents/deprecated-coordinators/byzantine-coordinator.md +100 -0
  81. package/claude-assets/cfn-extras/agents/deprecated-coordinators/cfn-coordinator-enterprise.md +323 -0
  82. package/claude-assets/cfn-extras/agents/deprecated-coordinators/cfn-coordinator-mvp.md +157 -0
  83. package/claude-assets/cfn-extras/agents/deprecated-coordinators/cfn-coordinator-standard.md +229 -0
  84. package/claude-assets/cfn-extras/agents/deprecated-coordinators/cfn-coordinator-unified.md +149 -0
  85. package/claude-assets/cfn-extras/agents/deprecated-coordinators/coordinator-hybrid.md +231 -0
  86. package/claude-assets/cfn-extras/agents/deprecated-coordinators/gossip-coordinator.md +165 -0
  87. package/claude-assets/cfn-extras/agents/deprecated-coordinators/hierarchical-coordinator.md +95 -0
  88. package/claude-assets/cfn-extras/agents/deprecated-coordinators/mesh-coordinator.md +132 -0
  89. package/claude-assets/cfn-extras/agents/deprecated-coordinators/mesh-coordinator.md.backup +131 -0
  90. package/claude-assets/cfn-extras/agents/deprecated-coordinators/task-coordinator.md +109 -0
  91. package/claude-assets/cfn-extras/agents/deprecated-coordinators/test-coordinator.md +142 -0
  92. package/claude-assets/cfn-extras/agents/google-sheets-specialist.md +614 -0
  93. package/claude-assets/cfn-extras/skills/advanced-features/cfn-agent-swap/SKILL.md +36 -0
  94. package/claude-assets/cfn-extras/skills/advanced-features/cfn-agent-swap/recommend-swap.sh +60 -0
  95. package/claude-assets/cfn-extras/skills/advanced-features/cfn-api-validation/test-endpoints.sh +54 -0
  96. package/claude-assets/cfn-extras/skills/advanced-features/cfn-context-pruner/SKILL.md +75 -0
  97. package/claude-assets/cfn-extras/skills/advanced-features/cfn-context-pruner/prune-context.sh +73 -0
  98. package/claude-assets/cfn-extras/skills/advanced-features/cfn-task-mode-safety/cli-coordination.sh +519 -0
  99. package/claude-assets/cfn-extras/skills/advanced-features/cfn-task-mode-safety/mode-detection.sh +326 -0
  100. package/claude-assets/cfn-extras/skills/advanced-features/cfn-task-mode-sanitize/task-mode-env-sanitizer.sh +267 -0
  101. package/claude-assets/cfn-extras/skills/analytics/cfn-improvement-recommender/SKILL.md +33 -0
  102. package/claude-assets/cfn-extras/skills/analytics/cfn-improvement-recommender/recommend-improvements.sh +92 -0
  103. package/claude-assets/cfn-extras/skills/analytics/cfn-memory-monitoring/SKILL.md +531 -0
  104. package/claude-assets/cfn-extras/skills/analytics/cfn-pattern-extraction/SKILL.md +30 -0
  105. package/claude-assets/cfn-extras/skills/analytics/cfn-pattern-extraction/extract-patterns.sh +80 -0
  106. package/claude-assets/cfn-extras/skills/analytics/cfn-retrospective-report/SKILL.md +31 -0
  107. package/claude-assets/cfn-extras/skills/analytics/cfn-retrospective-report/generate-report.sh +101 -0
  108. package/claude-assets/cfn-extras/skills/analytics/cfn-telemetry/collect-metrics.sh +249 -0
  109. package/claude-assets/cfn-extras/skills/analytics/cfn-telemetry/start-telemetry.sh +111 -0
  110. package/claude-assets/cfn-extras/skills/deprecated/cfn-cli-setup/validate-cli-environment.sh +192 -0
  111. package/claude-assets/cfn-extras/skills/deprecated/cfn-simplified-agent-lifecycle/COST_ANALYSIS.md +49 -0
  112. package/claude-assets/cfn-extras/skills/deprecated/cfn-simplified-agent-lifecycle/DESIGN.md +98 -0
  113. package/claude-assets/cfn-extras/skills/deprecated/cfn-simplified-agent-lifecycle/MIGRATION_PLAN.md +74 -0
  114. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-ad-campaigns/SKILL.md +392 -0
  115. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-ad-campaigns/operations/create-campaign.sh +231 -0
  116. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-ad-campaigns/operations/get-campaign-performance.sh +190 -0
  117. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-ad-campaigns/operations/pause-campaign.sh +142 -0
  118. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-ad-campaigns/operations/set-budget.sh +181 -0
  119. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-ad-campaigns/operations/update-bid-strategy.sh +133 -0
  120. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-analytics-data/SKILL.md +124 -0
  121. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-analytics-data/operations/get-ad-performance.sh +105 -0
  122. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-analytics-data/operations/get-conversion-funnel.sh +102 -0
  123. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-analytics-data/operations/get-email-performance.sh +105 -0
  124. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-analytics-data/operations/get-social-engagement.sh +105 -0
  125. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-analytics-data/operations/get-website-traffic.sh +107 -0
  126. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-chatbot-conversations/SKILL.md +340 -0
  127. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-chatbot-conversations/operations/get-conversation-history.sh +121 -0
  128. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-chatbot-conversations/operations/qualify-lead.sh +156 -0
  129. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-chatbot-conversations/operations/schedule-demo.sh +181 -0
  130. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-chatbot-conversations/operations/send-message.sh +137 -0
  131. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-chatbot-conversations/operations/transfer-to-human.sh +179 -0
  132. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-competitive-intel/SKILL.md +350 -0
  133. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-competitive-intel/operations/get-backlink-profile.sh +154 -0
  134. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-competitive-intel/operations/get-keyword-rankings.sh +173 -0
  135. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-competitive-intel/operations/get-trending-topics.sh +147 -0
  136. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-competitive-intel/operations/monitor-competitor.sh +146 -0
  137. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-competitive-intel/operations/search-brand-mentions.sh +167 -0
  138. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-crm-contacts/SKILL.md +116 -0
  139. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-crm-contacts/operations/add-to-segment.sh +78 -0
  140. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-crm-contacts/operations/create-contact.sh +113 -0
  141. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-crm-contacts/operations/get-contact.sh +86 -0
  142. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-crm-contacts/operations/remove-from-segment.sh +78 -0
  143. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-crm-contacts/operations/update-contact.sh +120 -0
  144. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-email-campaigns/SKILL.md +106 -0
  145. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-email-campaigns/operations/create-campaign.sh +123 -0
  146. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-email-campaigns/operations/get-campaign-stats.sh +66 -0
  147. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-email-campaigns/operations/list-templates.sh +68 -0
  148. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-email-campaigns/operations/schedule-campaign.sh +85 -0
  149. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-email-campaigns/operations/send-test-email.sh +81 -0
  150. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-landing-pages/SKILL.md +366 -0
  151. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-landing-pages/operations/create-ab-test.sh +231 -0
  152. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-landing-pages/operations/create-landing-page.sh +190 -0
  153. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-landing-pages/operations/get-page-performance.sh +137 -0
  154. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-landing-pages/operations/publish-page.sh +120 -0
  155. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-landing-pages/operations/unpublish-page.sh +108 -0
  156. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-media-monitoring/SKILL.md +202 -0
  157. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-media-monitoring/operations/create-crisis-alert.sh +104 -0
  158. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-media-monitoring/operations/export-report.sh +92 -0
  159. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-media-monitoring/operations/get-sentiment-analysis.sh +85 -0
  160. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-media-monitoring/operations/search-mentions.sh +86 -0
  161. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-media-outreach/SKILL.md +168 -0
  162. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-media-outreach/operations/search-journalists.sh +74 -0
  163. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-media-outreach/operations/send-pitch.sh +80 -0
  164. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-media-outreach/operations/submit-haro-response.sh +88 -0
  165. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-media-outreach/operations/track-pitch-engagement.sh +66 -0
  166. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-press-distribution/SKILL.md +159 -0
  167. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-press-distribution/operations/distribute-press-release.sh +94 -0
  168. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-press-distribution/operations/get-distribution-status.sh +59 -0
  169. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-press-distribution/operations/get-pickup-metrics.sh +72 -0
  170. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-press-distribution/operations/list-templates.sh +53 -0
  171. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-sms-campaigns/SKILL.md +429 -0
  172. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-sms-campaigns/operations/create-campaign.sh +183 -0
  173. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-sms-campaigns/operations/get-delivery-status.sh +139 -0
  174. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-sms-campaigns/operations/opt-out.sh +150 -0
  175. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-sms-campaigns/operations/schedule-campaign.sh +187 -0
  176. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-sms-campaigns/operations/send-sms.sh +181 -0
  177. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-social-publishing/SKILL.md +108 -0
  178. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-social-publishing/operations/create-post.sh +104 -0
  179. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-social-publishing/operations/delete-post.sh +76 -0
  180. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-social-publishing/operations/get-post-stats.sh +66 -0
  181. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-social-publishing/operations/schedule-post.sh +85 -0
  182. package/claude-assets/cfn-extras/skills/marketing/cfn-marketing-social-publishing/operations/upload-media.sh +88 -0
  183. package/claude-assets/cfn-extras/skills/ui-portal/cfn-web-portal/DESIGN.md +117 -0
  184. package/claude-assets/cfn-extras/skills/ui-portal/cfn-web-portal/SKILL.md +679 -0
  185. package/claude-assets/cfn-extras/skills/ui-portal/cfn-web-portal/invoke-portal-agents.sh +129 -0
  186. package/claude-assets/cfn-extras/skills/ui-portal/cfn-web-portal/invoke-portal-dashboard.sh +85 -0
  187. package/claude-assets/cfn-extras/skills/ui-portal/cfn-web-portal/invoke-portal-events.sh +125 -0
  188. package/claude-assets/cfn-extras/skills/ui-portal/cfn-web-portal/invoke-portal-metrics.sh +112 -0
  189. package/claude-assets/cfn-extras/skills/ui-portal/cfn-web-portal/invoke-portal-start.sh +135 -0
  190. package/claude-assets/cfn-extras/skills/ui-portal/cfn-web-portal/invoke-portal-stop.sh +121 -0
  191. package/claude-assets/cfn-extras/skills/ui-portal/cfn-web-portal/test-web-portal-skill.sh +51 -0
  192. package/claude-assets/cfn-extras/skills/ui-portal/cfn-web-portal/validate-deployment.sh +85 -0
  193. package/claude-assets/cfn-extras/skills/utility/cfn-environment-sanitization/SKILL.md +200 -0
  194. package/claude-assets/cfn-extras/skills/utility/cfn-environment-sanitization/sanitize-environment.sh +244 -0
  195. package/claude-assets/cfn-extras/skills/utility/cfn-process-instrumentation/SKILL.md +279 -0
  196. package/claude-assets/cfn-extras/skills/utility/cfn-process-instrumentation/instrument-process.sh +327 -0
  197. package/claude-assets/commands/cfn/create-handoff.md +224 -0
  198. package/claude-assets/commands/cfn-docker/CFN_DOCKER_NATIVE.md +295 -0
  199. package/claude-assets/commands/cfn-docker-core-test-suite.md +326 -0
  200. package/claude-assets/commands/cfn-loop-cli.md +1 -1
  201. package/claude-assets/commands/switch-api.md +20 -6
  202. package/claude-assets/root-claude-distribute/CFN-CLAUDE.md +177 -426
  203. package/claude-assets/skills/cfn-docker-agent-spawning/spawn-agent.sh +27 -18
  204. package/claude-assets/skills/cfn-docker-loop-orchestration/orchestrate.sh +763 -38
  205. package/claude-assets/skills/cfn-docker-redis-coordination/coordinate.sh +25 -10
  206. package/claude-assets/skills/cfn-docker-redis-coordination/coordinate.sh.backup-1763145142 +641 -0
  207. package/claude-assets/skills/cfn-docker-skill-mcp-selection/skill-mcp-selector.js +471 -471
  208. package/claude-assets/skills/cfn-docker-wave-execution/SKILL.md +936 -0
  209. package/claude-assets/skills/cfn-docker-wave-execution/cleanup-wave.sh +445 -0
  210. package/claude-assets/skills/cfn-docker-wave-execution/lib/docker-helpers.sh +804 -0
  211. package/claude-assets/skills/cfn-docker-wave-execution/monitor-wave.sh +485 -0
  212. package/claude-assets/skills/cfn-docker-wave-execution/spawn-wave.sh +547 -0
  213. package/claude-assets/skills/cfn-error-batching-strategy/README.md +323 -0
  214. package/claude-assets/skills/cfn-error-batching-strategy/SKILL.md +1016 -0
  215. package/claude-assets/skills/cfn-error-batching-strategy/analyze-errors.sh +327 -0
  216. package/claude-assets/skills/cfn-error-batching-strategy/calculate-waves.sh +256 -0
  217. package/claude-assets/skills/cfn-error-batching-strategy/cli.sh +523 -0
  218. package/claude-assets/skills/cfn-error-batching-strategy/cluster-files.sh +196 -0
  219. package/claude-assets/skills/cfn-error-batching-strategy/create-batches.sh +261 -0
  220. package/claude-assets/skills/cfn-error-batching-strategy/lib/core-functions.sh +47 -0
  221. package/claude-assets/skills/cfn-error-batching-strategy/templates/default-tiers.json +22 -0
  222. package/claude-assets/skills/cfn-error-batching-strategy/tests/test-batching-strategy.sh +498 -0
  223. package/claude-assets/skills/cfn-loop-orchestration/orchestrate.sh +52 -23
  224. package/claude-assets/skills/cfn-redis-coordination/complete-swarm.sh +3 -3
  225. package/claude-assets/skills/cfn-redis-coordination/data/cfn-loop.db +0 -0
  226. package/claude-assets/skills/cfn-redis-coordination/redis-cli-wrapper.sh +9 -0
  227. package/claude-assets/skills/cfn-redis-coordination/report-completion.sh +7 -7
  228. package/claude-assets/skills/cfn-wave-checkpoint/SKILL.md +333 -0
  229. package/claude-assets/skills/cfn-wave-checkpoint/cleanup-orphans.sh +374 -0
  230. package/claude-assets/skills/cfn-wave-checkpoint/resume-wave.sh +325 -0
  231. package/claude-assets/skills/cfn-wave-checkpoint/save-checkpoint.sh +284 -0
  232. package/claude-assets/skills/docker-build/SKILL.md +203 -0
  233. package/claude-assets/skills/docker-build/build.sh +73 -0
  234. package/dist/agent/skill-mcp-selector.js +1 -1
  235. package/dist/agent/skill-mcp-selector.js.map +1 -1
  236. package/dist/cli/agent-definition-parser.js +36 -16
  237. package/dist/cli/agent-definition-parser.js.map +1 -1
  238. package/dist/cli/agent-executor.js +48 -13
  239. package/dist/cli/agent-executor.js.map +1 -1
  240. package/dist/cli/agent-prompt-builder.js +28 -2
  241. package/dist/cli/agent-prompt-builder.js.map +1 -1
  242. package/dist/cli/agent-spawn.js +57 -18
  243. package/dist/cli/agent-spawn.js.map +1 -1
  244. package/dist/cli/agent-token-manager.js +5 -1
  245. package/dist/cli/agent-token-manager.js.map +1 -1
  246. package/dist/cli/anthropic-client.js +35 -4
  247. package/dist/cli/anthropic-client.js.map +1 -1
  248. package/dist/cli/cfn-context.js +9 -6
  249. package/dist/cli/cfn-context.js.map +1 -1
  250. package/dist/cli/cfn-metrics.js +8 -1
  251. package/dist/cli/cfn-metrics.js.map +1 -1
  252. package/dist/cli/cfn-redis.js +7 -0
  253. package/dist/cli/cfn-redis.js.map +1 -1
  254. package/dist/cli/conversation-fork.js +14 -11
  255. package/dist/cli/conversation-fork.js.map +1 -1
  256. package/dist/cli/index.js +6 -1
  257. package/dist/cli/index.js.map +1 -1
  258. package/dist/cli/iteration-history.js +8 -5
  259. package/dist/cli/iteration-history.js.map +1 -1
  260. package/dist/coordination/enhanced-progress-tracker.js +1 -1
  261. package/dist/coordination/enhanced-progress-tracker.js.map +1 -1
  262. package/dist/coordination/event-bus.js +1 -1
  263. package/dist/coordination/event-bus.js.map +1 -1
  264. package/dist/coordination/redis-messaging-infrastructure.js +1 -1
  265. package/dist/coordination/redis-messaging-infrastructure.js.map +1 -1
  266. package/dist/mcp/auth-middleware.js +1 -1
  267. package/dist/mcp/auth-middleware.js.map +1 -1
  268. package/dist/mcp/playwright-mcp-server-auth.js +1 -1
  269. package/dist/mcp/playwright-mcp-server-auth.js.map +1 -1
  270. package/dist/utils/secret-filter.js +145 -0
  271. package/dist/utils/secret-filter.js.map +1 -0
  272. package/package.json +5 -4
  273. package/scripts/build-linux.sh +78 -0
  274. package/scripts/docker-agent-init.sh +106 -0
  275. package/scripts/docker-rebuild-all-agents.sh +127 -0
  276. package/scripts/init-project.js +4 -4
  277. package/scripts/switch-api.sh +11 -4
  278. package/.claude/cfn-agents-ignore/cfn-seo-team/AGENT_CREATION_REPORT.md +0 -471
  279. package/.claude/cfn-agents-ignore/cfn-seo-team/AGENT_CREATION_REPORT.md.backup +0 -481
  280. package/.claude/cfn-agents-ignore/cfn-seo-team/DELEGATION_MATRIX.md.backup +0 -371
  281. package/.claude/cfn-agents-ignore/cfn-seo-team/INTEGRATION_REQUIREMENTS.md.backup +0 -637
  282. package/.claude/cfn-agents-ignore/cfn-seo-team/cfn-seo-coordinator.md.backup +0 -398
  283. package/.claude/cfn-agents-ignore/cfn-seo-team/competitive-seo-analyst.md.backup +0 -401
  284. package/.claude/cfn-agents-ignore/cfn-seo-team/content-atomization-specialist.md.backup +0 -552
  285. package/.claude/cfn-agents-ignore/cfn-seo-team/content-seo-strategist.md.backup +0 -223
  286. package/.claude/cfn-agents-ignore/cfn-seo-team/eeat-content-auditor.md.backup +0 -367
  287. package/.claude/cfn-agents-ignore/cfn-seo-team/geo-optimization-expert.md.backup +0 -247
  288. package/.claude/cfn-agents-ignore/cfn-seo-team/link-building-specialist.md.backup +0 -269
  289. package/.claude/cfn-agents-ignore/cfn-seo-team/local-seo-optimizer.md.backup +0 -311
  290. package/.claude/cfn-agents-ignore/cfn-seo-team/programmatic-seo-engineer.md.backup +0 -222
  291. package/.claude/cfn-agents-ignore/cfn-seo-team/schema-markup-engineer.md.backup +0 -408
  292. package/.claude/cfn-agents-ignore/cfn-seo-team/seo-analytics-specialist.md.backup +0 -354
  293. package/.claude/cfn-agents-ignore/cfn-seo-team/seo-validators/accessibility-validator.md.backup +0 -561
  294. package/.claude/cfn-agents-ignore/cfn-seo-team/seo-validators/audience-validator.md.backup +0 -480
  295. package/.claude/cfn-agents-ignore/cfn-seo-team/seo-validators/branding-validator.md.backup +0 -448
  296. package/.claude/cfn-agents-ignore/cfn-seo-team/seo-validators/humanizer-validator.md.backup +0 -329
  297. package/.claude/cfn-agents-ignore/cfn-seo-team/technical-seo-specialist.md.backup +0 -208
  298. package/claude-assets/agents/AGENT_LIFECYCLE.md.backup_before_replace +0 -530
  299. package/claude-assets/agents/README-AGENT_LIFECYCLE.md.backup_before_replace +0 -522
  300. package/claude-assets/agents/cfn-dev-team/test-agent.md +0 -141
  301. package/claude-assets/agents/marketing_hybrid/cost_tracker.md +0 -13
  302. package/claude-assets/agents/marketing_hybrid/docker_deployer.md +0 -13
  303. package/claude-assets/agents/marketing_hybrid/zai_worker_spawner.md +0 -13
  304. package/claude-assets/cfn-agents-ignore/cfn-seo-team/AGENT_CREATION_REPORT.md +0 -471
  305. package/claude-assets/cfn-agents-ignore/cfn-seo-team/AGENT_CREATION_REPORT.md.backup +0 -481
  306. package/claude-assets/cfn-agents-ignore/cfn-seo-team/DELEGATION_MATRIX.md.backup +0 -371
  307. package/claude-assets/cfn-agents-ignore/cfn-seo-team/INTEGRATION_REQUIREMENTS.md.backup +0 -637
  308. package/claude-assets/cfn-agents-ignore/cfn-seo-team/cfn-seo-coordinator.md.backup +0 -398
  309. package/claude-assets/cfn-agents-ignore/cfn-seo-team/competitive-seo-analyst.md.backup +0 -401
  310. package/claude-assets/cfn-agents-ignore/cfn-seo-team/content-atomization-specialist.md.backup +0 -552
  311. package/claude-assets/cfn-agents-ignore/cfn-seo-team/content-seo-strategist.md.backup +0 -223
  312. package/claude-assets/cfn-agents-ignore/cfn-seo-team/eeat-content-auditor.md.backup +0 -367
  313. package/claude-assets/cfn-agents-ignore/cfn-seo-team/geo-optimization-expert.md.backup +0 -247
  314. package/claude-assets/cfn-agents-ignore/cfn-seo-team/link-building-specialist.md.backup +0 -269
  315. package/claude-assets/cfn-agents-ignore/cfn-seo-team/local-seo-optimizer.md.backup +0 -311
  316. package/claude-assets/cfn-agents-ignore/cfn-seo-team/programmatic-seo-engineer.md.backup +0 -222
  317. package/claude-assets/cfn-agents-ignore/cfn-seo-team/schema-markup-engineer.md.backup +0 -408
  318. package/claude-assets/cfn-agents-ignore/cfn-seo-team/seo-analytics-specialist.md.backup +0 -354
  319. package/claude-assets/cfn-agents-ignore/cfn-seo-team/seo-validators/accessibility-validator.md.backup +0 -561
  320. package/claude-assets/cfn-agents-ignore/cfn-seo-team/seo-validators/audience-validator.md.backup +0 -480
  321. package/claude-assets/cfn-agents-ignore/cfn-seo-team/seo-validators/branding-validator.md.backup +0 -448
  322. package/claude-assets/cfn-agents-ignore/cfn-seo-team/seo-validators/humanizer-validator.md.backup +0 -329
  323. package/claude-assets/cfn-agents-ignore/cfn-seo-team/technical-seo-specialist.md.backup +0 -208
  324. /package/.claude/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/DELEGATION_MATRIX.md +0 -0
  325. /package/.claude/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/HUMANIZER_PROMPTS.md +0 -0
  326. /package/.claude/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/INTEGRATION_REQUIREMENTS.md +0 -0
  327. /package/.claude/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/cfn-seo-coordinator.md +0 -0
  328. /package/.claude/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/competitive-seo-analyst.md +0 -0
  329. /package/.claude/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/content-atomization-specialist.md +0 -0
  330. /package/.claude/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/content-seo-strategist.md +0 -0
  331. /package/.claude/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/eeat-content-auditor.md +0 -0
  332. /package/.claude/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/geo-optimization-expert.md +0 -0
  333. /package/.claude/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/link-building-specialist.md +0 -0
  334. /package/.claude/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/local-seo-optimizer.md +0 -0
  335. /package/.claude/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/programmatic-seo-engineer.md +0 -0
  336. /package/.claude/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/schema-markup-engineer.md +0 -0
  337. /package/.claude/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/seo-analytics-specialist.md +0 -0
  338. /package/.claude/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/seo-validators/accessibility-validator.md +0 -0
  339. /package/.claude/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/seo-validators/audience-validator.md +0 -0
  340. /package/.claude/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/seo-validators/branding-validator.md +0 -0
  341. /package/.claude/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/seo-validators/humanizer-validator.md +0 -0
  342. /package/.claude/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/technical-seo-specialist.md +0 -0
  343. /package/{claude-assets/skills → .claude/cfn-extras/skills/advanced-features}/cfn-agent-swap/SKILL.md +0 -0
  344. /package/{claude-assets/skills → .claude/cfn-extras/skills/advanced-features}/cfn-agent-swap/recommend-swap.sh +0 -0
  345. /package/{claude-assets/skills → .claude/cfn-extras/skills/advanced-features}/cfn-api-validation/test-endpoints.sh +0 -0
  346. /package/{claude-assets/skills → .claude/cfn-extras/skills/advanced-features}/cfn-context-pruner/SKILL.md +0 -0
  347. /package/{claude-assets/skills → .claude/cfn-extras/skills/advanced-features}/cfn-context-pruner/prune-context.sh +0 -0
  348. /package/.claude/{skills → cfn-extras/skills/advanced-features}/cfn-event-bus/README.md +0 -0
  349. /package/.claude/{skills → cfn-extras/skills/advanced-features}/cfn-event-bus/SKILL.md +0 -0
  350. /package/.claude/{skills → cfn-extras/skills/advanced-features}/cfn-event-bus/config.json +0 -0
  351. /package/.claude/{skills → cfn-extras/skills/advanced-features}/cfn-event-bus/eventbus-wrapper.cjs +0 -0
  352. /package/.claude/{skills → cfn-extras/skills/advanced-features}/cfn-event-bus/invoke-event-publish.sh +0 -0
  353. /package/.claude/{skills → cfn-extras/skills/advanced-features}/cfn-event-bus/invoke-event-subscribe.sh +0 -0
  354. /package/.claude/{skills → cfn-extras/skills/advanced-features}/cfn-event-bus/invoke-lifecycle-track.sh +0 -0
  355. /package/.claude/{skills → cfn-extras/skills/advanced-features}/cfn-event-bus/test-event-bus.sh +0 -0
  356. /package/.claude/{skills → cfn-extras/skills/advanced-features}/cfn-fleet-manager/README.md +0 -0
  357. /package/.claude/{skills → cfn-extras/skills/advanced-features}/cfn-fleet-manager/SKILL.md +0 -0
  358. /package/.claude/{skills → cfn-extras/skills/advanced-features}/cfn-fleet-manager/config.json +0 -0
  359. /package/.claude/{skills → cfn-extras/skills/advanced-features}/cfn-fleet-manager/invoke-fleet-allocate.sh +0 -0
  360. /package/.claude/{skills → cfn-extras/skills/advanced-features}/cfn-fleet-manager/invoke-fleet-balance.sh +0 -0
  361. /package/.claude/{skills → cfn-extras/skills/advanced-features}/cfn-fleet-manager/invoke-fleet-metrics.sh +0 -0
  362. /package/.claude/{skills → cfn-extras/skills/advanced-features}/cfn-fleet-manager/invoke-fleet-register.sh +0 -0
  363. /package/.claude/{skills → cfn-extras/skills/advanced-features}/cfn-fleet-manager/test-fleet-manager.sh +0 -0
  364. /package/{claude-assets/skills → .claude/cfn-extras/skills/advanced-features}/cfn-task-mode-safety/cli-coordination.sh +0 -0
  365. /package/{claude-assets/skills → .claude/cfn-extras/skills/advanced-features}/cfn-task-mode-safety/mode-detection.sh +0 -0
  366. /package/{claude-assets/skills → .claude/cfn-extras/skills/advanced-features}/cfn-task-mode-sanitize/task-mode-env-sanitizer.sh +0 -0
  367. /package/.claude/{skills → cfn-extras/skills/analytics}/cfn-analytics/README.md +0 -0
  368. /package/.claude/{skills → cfn-extras/skills/analytics}/cfn-analytics/description-refinement-guide.md +0 -0
  369. /package/.claude/{skills → cfn-extras/skills/analytics}/cfn-analytics/log-skill-invocation.js +0 -0
  370. /package/.claude/{skills → cfn-extras/skills/analytics}/cfn-analytics/run-production-criteria-tests.sh +0 -0
  371. /package/.claude/{skills → cfn-extras/skills/analytics}/cfn-analytics/skill-analytics-dashboard.js +0 -0
  372. /package/.claude/{skills → cfn-extras/skills/analytics}/cfn-analytics/skill-invocation-hook.sh +0 -0
  373. /package/.claude/{skills → cfn-extras/skills/analytics}/cfn-analytics/skill-invocations.sql +0 -0
  374. /package/.claude/{skills → cfn-extras/skills/analytics}/cfn-analytics/test-corpus.json +0 -0
  375. /package/.claude/{skills → cfn-extras/skills/analytics}/cfn-analytics/test-data-generator.js +0 -0
  376. /package/.claude/{skills → cfn-extras/skills/analytics}/cfn-analytics/test-manual-override-rate.js +0 -0
  377. /package/.claude/{skills → cfn-extras/skills/analytics}/cfn-analytics/validate-skill-selection.js +0 -0
  378. /package/{claude-assets/skills → .claude/cfn-extras/skills/analytics}/cfn-improvement-recommender/SKILL.md +0 -0
  379. /package/{claude-assets/skills → .claude/cfn-extras/skills/analytics}/cfn-improvement-recommender/recommend-improvements.sh +0 -0
  380. /package/{claude-assets/skills → .claude/cfn-extras/skills/analytics}/cfn-memory-monitoring/SKILL.md +0 -0
  381. /package/{claude-assets/skills → .claude/cfn-extras/skills/analytics}/cfn-pattern-extraction/SKILL.md +0 -0
  382. /package/{claude-assets/skills → .claude/cfn-extras/skills/analytics}/cfn-pattern-extraction/extract-patterns.sh +0 -0
  383. /package/{claude-assets/skills → .claude/cfn-extras/skills/analytics}/cfn-retrospective-report/SKILL.md +0 -0
  384. /package/{claude-assets/skills → .claude/cfn-extras/skills/analytics}/cfn-retrospective-report/generate-report.sh +0 -0
  385. /package/{claude-assets/skills → .claude/cfn-extras/skills/analytics}/cfn-telemetry/collect-metrics.sh +0 -0
  386. /package/{claude-assets/skills → .claude/cfn-extras/skills/analytics}/cfn-telemetry/start-telemetry.sh +0 -0
  387. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/SKILL.md +0 -0
  388. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/add-bullet.sh +0 -0
  389. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/analyze-anti-pattern-effectiveness.sh +0 -0
  390. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/classify-task.sh +0 -0
  391. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/export-ace-metrics.sh +0 -0
  392. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/extract-tags.sh +0 -0
  393. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/format-negative-context.sh +0 -0
  394. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/init-indexes.sql +0 -0
  395. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/invoke-context-curate.sh +0 -0
  396. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/invoke-context-inject.sh +0 -0
  397. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/invoke-context-query.sh +0 -0
  398. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/invoke-context-reflect.sh +0 -0
  399. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/invoke-context-stats.sh +0 -0
  400. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/log-merge.sh +0 -0
  401. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/monitor-injection-performance.sh +0 -0
  402. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/optimize-injection-pipeline.sh +0 -0
  403. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/query-anti-patterns.sh +0 -0
  404. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/query-contexts.sh +0 -0
  405. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/query-reflections.sh +0 -0
  406. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/schema/001-create-context-reflections.sql +0 -0
  407. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/schema/README.md +0 -0
  408. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/schema/SCHEMA_DESIGN_SUMMARY.md +0 -0
  409. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/schema/populate-test-data-simple.sh +0 -0
  410. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/schema/populate-test-data.sh +0 -0
  411. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/schema/run-migration.sh +0 -0
  412. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/schema/validate-schema.sql +0 -0
  413. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/score-relevance-adapter.sh +0 -0
  414. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/score-relevance.sh +0 -0
  415. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/sprint-7-lessons.json +0 -0
  416. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/store-reflection.sh +0 -0
  417. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/test-ace-skill.sh +0 -0
  418. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/track-ab-test.sh +0 -0
  419. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/update-reflection.sh +0 -0
  420. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-agent-discovery/SKILL.md +0 -0
  421. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-agent-discovery/agents-registry-clean.json +0 -0
  422. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-agent-discovery/agents-registry-fixed.json +0 -0
  423. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-agent-discovery/agents-registry.json +0 -0
  424. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-agent-discovery/discover-agents.py +0 -0
  425. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-agent-discovery/discover-agents.sh +0 -0
  426. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-agent-discovery/invoke-registry.sh +0 -0
  427. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-agent-discovery/temp_script.py +0 -0
  428. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-agent-selector/SKILL.md +0 -0
  429. /package/.claude/{skills → cfn-extras/skills/deprecated}/cfn-agent-selector/select-agents.sh +0 -0
  430. /package/{claude-assets/skills → .claude/cfn-extras/skills/deprecated}/cfn-cli-setup/validate-cli-environment.sh +0 -0
  431. /package/{claude-assets/skills → .claude/cfn-extras/skills/deprecated}/cfn-simplified-agent-lifecycle/COST_ANALYSIS.md +0 -0
  432. /package/{claude-assets/skills → .claude/cfn-extras/skills/deprecated}/cfn-simplified-agent-lifecycle/DESIGN.md +0 -0
  433. /package/{claude-assets/skills → .claude/cfn-extras/skills/deprecated}/cfn-simplified-agent-lifecycle/MIGRATION_PLAN.md +0 -0
  434. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-ad-campaigns/SKILL.md +0 -0
  435. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-ad-campaigns/operations/create-campaign.sh +0 -0
  436. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-ad-campaigns/operations/get-campaign-performance.sh +0 -0
  437. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-ad-campaigns/operations/pause-campaign.sh +0 -0
  438. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-ad-campaigns/operations/set-budget.sh +0 -0
  439. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-ad-campaigns/operations/update-bid-strategy.sh +0 -0
  440. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-analytics-data/SKILL.md +0 -0
  441. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-analytics-data/operations/get-ad-performance.sh +0 -0
  442. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-analytics-data/operations/get-conversion-funnel.sh +0 -0
  443. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-analytics-data/operations/get-email-performance.sh +0 -0
  444. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-analytics-data/operations/get-social-engagement.sh +0 -0
  445. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-analytics-data/operations/get-website-traffic.sh +0 -0
  446. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-chatbot-conversations/SKILL.md +0 -0
  447. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-chatbot-conversations/operations/get-conversation-history.sh +0 -0
  448. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-chatbot-conversations/operations/qualify-lead.sh +0 -0
  449. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-chatbot-conversations/operations/schedule-demo.sh +0 -0
  450. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-chatbot-conversations/operations/send-message.sh +0 -0
  451. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-chatbot-conversations/operations/transfer-to-human.sh +0 -0
  452. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-competitive-intel/SKILL.md +0 -0
  453. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-competitive-intel/operations/get-backlink-profile.sh +0 -0
  454. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-competitive-intel/operations/get-keyword-rankings.sh +0 -0
  455. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-competitive-intel/operations/get-trending-topics.sh +0 -0
  456. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-competitive-intel/operations/monitor-competitor.sh +0 -0
  457. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-competitive-intel/operations/search-brand-mentions.sh +0 -0
  458. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-crm-contacts/SKILL.md +0 -0
  459. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-crm-contacts/operations/add-to-segment.sh +0 -0
  460. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-crm-contacts/operations/create-contact.sh +0 -0
  461. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-crm-contacts/operations/get-contact.sh +0 -0
  462. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-crm-contacts/operations/remove-from-segment.sh +0 -0
  463. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-crm-contacts/operations/update-contact.sh +0 -0
  464. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-email-campaigns/SKILL.md +0 -0
  465. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-email-campaigns/operations/create-campaign.sh +0 -0
  466. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-email-campaigns/operations/get-campaign-stats.sh +0 -0
  467. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-email-campaigns/operations/list-templates.sh +0 -0
  468. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-email-campaigns/operations/schedule-campaign.sh +0 -0
  469. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-email-campaigns/operations/send-test-email.sh +0 -0
  470. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-landing-pages/SKILL.md +0 -0
  471. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-landing-pages/operations/create-ab-test.sh +0 -0
  472. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-landing-pages/operations/create-landing-page.sh +0 -0
  473. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-landing-pages/operations/get-page-performance.sh +0 -0
  474. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-landing-pages/operations/publish-page.sh +0 -0
  475. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-landing-pages/operations/unpublish-page.sh +0 -0
  476. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-media-monitoring/SKILL.md +0 -0
  477. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-media-monitoring/operations/create-crisis-alert.sh +0 -0
  478. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-media-monitoring/operations/export-report.sh +0 -0
  479. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-media-monitoring/operations/get-sentiment-analysis.sh +0 -0
  480. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-media-monitoring/operations/search-mentions.sh +0 -0
  481. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-media-outreach/SKILL.md +0 -0
  482. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-media-outreach/operations/search-journalists.sh +0 -0
  483. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-media-outreach/operations/send-pitch.sh +0 -0
  484. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-media-outreach/operations/submit-haro-response.sh +0 -0
  485. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-media-outreach/operations/track-pitch-engagement.sh +0 -0
  486. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-press-distribution/SKILL.md +0 -0
  487. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-press-distribution/operations/distribute-press-release.sh +0 -0
  488. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-press-distribution/operations/get-distribution-status.sh +0 -0
  489. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-press-distribution/operations/get-pickup-metrics.sh +0 -0
  490. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-press-distribution/operations/list-templates.sh +0 -0
  491. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-sms-campaigns/SKILL.md +0 -0
  492. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-sms-campaigns/operations/create-campaign.sh +0 -0
  493. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-sms-campaigns/operations/get-delivery-status.sh +0 -0
  494. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-sms-campaigns/operations/opt-out.sh +0 -0
  495. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-sms-campaigns/operations/schedule-campaign.sh +0 -0
  496. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-sms-campaigns/operations/send-sms.sh +0 -0
  497. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-social-publishing/SKILL.md +0 -0
  498. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-social-publishing/operations/create-post.sh +0 -0
  499. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-social-publishing/operations/delete-post.sh +0 -0
  500. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-social-publishing/operations/get-post-stats.sh +0 -0
  501. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-social-publishing/operations/schedule-post.sh +0 -0
  502. /package/{claude-assets/skills → .claude/cfn-extras/skills/marketing}/cfn-marketing-social-publishing/operations/upload-media.sh +0 -0
  503. /package/{claude-assets/skills → .claude/cfn-extras/skills/ui-portal}/cfn-web-portal/DESIGN.md +0 -0
  504. /package/{claude-assets/skills → .claude/cfn-extras/skills/ui-portal}/cfn-web-portal/SKILL.md +0 -0
  505. /package/{claude-assets/skills → .claude/cfn-extras/skills/ui-portal}/cfn-web-portal/invoke-portal-agents.sh +0 -0
  506. /package/{claude-assets/skills → .claude/cfn-extras/skills/ui-portal}/cfn-web-portal/invoke-portal-dashboard.sh +0 -0
  507. /package/{claude-assets/skills → .claude/cfn-extras/skills/ui-portal}/cfn-web-portal/invoke-portal-events.sh +0 -0
  508. /package/{claude-assets/skills → .claude/cfn-extras/skills/ui-portal}/cfn-web-portal/invoke-portal-metrics.sh +0 -0
  509. /package/{claude-assets/skills → .claude/cfn-extras/skills/ui-portal}/cfn-web-portal/invoke-portal-start.sh +0 -0
  510. /package/{claude-assets/skills → .claude/cfn-extras/skills/ui-portal}/cfn-web-portal/invoke-portal-stop.sh +0 -0
  511. /package/{claude-assets/skills → .claude/cfn-extras/skills/ui-portal}/cfn-web-portal/test-web-portal-skill.sh +0 -0
  512. /package/{claude-assets/skills → .claude/cfn-extras/skills/ui-portal}/cfn-web-portal/validate-deployment.sh +0 -0
  513. /package/{claude-assets/skills → .claude/cfn-extras/skills/utility}/cfn-environment-sanitization/SKILL.md +0 -0
  514. /package/{claude-assets/skills → .claude/cfn-extras/skills/utility}/cfn-environment-sanitization/sanitize-environment.sh +0 -0
  515. /package/{claude-assets/skills → .claude/cfn-extras/skills/utility}/cfn-process-instrumentation/SKILL.md +0 -0
  516. /package/{claude-assets/skills → .claude/cfn-extras/skills/utility}/cfn-process-instrumentation/instrument-process.sh +0 -0
  517. /package/claude-assets/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/DELEGATION_MATRIX.md +0 -0
  518. /package/claude-assets/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/HUMANIZER_PROMPTS.md +0 -0
  519. /package/claude-assets/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/INTEGRATION_REQUIREMENTS.md +0 -0
  520. /package/claude-assets/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/cfn-seo-coordinator.md +0 -0
  521. /package/claude-assets/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/competitive-seo-analyst.md +0 -0
  522. /package/claude-assets/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/content-atomization-specialist.md +0 -0
  523. /package/claude-assets/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/content-seo-strategist.md +0 -0
  524. /package/claude-assets/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/eeat-content-auditor.md +0 -0
  525. /package/claude-assets/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/geo-optimization-expert.md +0 -0
  526. /package/claude-assets/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/link-building-specialist.md +0 -0
  527. /package/claude-assets/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/local-seo-optimizer.md +0 -0
  528. /package/claude-assets/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/programmatic-seo-engineer.md +0 -0
  529. /package/claude-assets/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/schema-markup-engineer.md +0 -0
  530. /package/claude-assets/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/seo-analytics-specialist.md +0 -0
  531. /package/claude-assets/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/seo-validators/accessibility-validator.md +0 -0
  532. /package/claude-assets/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/seo-validators/audience-validator.md +0 -0
  533. /package/claude-assets/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/seo-validators/branding-validator.md +0 -0
  534. /package/claude-assets/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/seo-validators/humanizer-validator.md +0 -0
  535. /package/claude-assets/{cfn-agents-ignore → cfn-extras/agents}/cfn-seo-team/technical-seo-specialist.md +0 -0
  536. /package/claude-assets/{skills → cfn-extras/skills/advanced-features}/cfn-event-bus/README.md +0 -0
  537. /package/claude-assets/{skills → cfn-extras/skills/advanced-features}/cfn-event-bus/SKILL.md +0 -0
  538. /package/claude-assets/{skills → cfn-extras/skills/advanced-features}/cfn-event-bus/config.json +0 -0
  539. /package/claude-assets/{skills → cfn-extras/skills/advanced-features}/cfn-event-bus/eventbus-wrapper.cjs +0 -0
  540. /package/claude-assets/{skills → cfn-extras/skills/advanced-features}/cfn-event-bus/invoke-event-publish.sh +0 -0
  541. /package/claude-assets/{skills → cfn-extras/skills/advanced-features}/cfn-event-bus/invoke-event-subscribe.sh +0 -0
  542. /package/claude-assets/{skills → cfn-extras/skills/advanced-features}/cfn-event-bus/invoke-lifecycle-track.sh +0 -0
  543. /package/claude-assets/{skills → cfn-extras/skills/advanced-features}/cfn-event-bus/test-event-bus.sh +0 -0
  544. /package/claude-assets/{skills → cfn-extras/skills/advanced-features}/cfn-fleet-manager/README.md +0 -0
  545. /package/claude-assets/{skills → cfn-extras/skills/advanced-features}/cfn-fleet-manager/SKILL.md +0 -0
  546. /package/claude-assets/{skills → cfn-extras/skills/advanced-features}/cfn-fleet-manager/config.json +0 -0
  547. /package/claude-assets/{skills → cfn-extras/skills/advanced-features}/cfn-fleet-manager/invoke-fleet-allocate.sh +0 -0
  548. /package/claude-assets/{skills → cfn-extras/skills/advanced-features}/cfn-fleet-manager/invoke-fleet-balance.sh +0 -0
  549. /package/claude-assets/{skills → cfn-extras/skills/advanced-features}/cfn-fleet-manager/invoke-fleet-metrics.sh +0 -0
  550. /package/claude-assets/{skills → cfn-extras/skills/advanced-features}/cfn-fleet-manager/invoke-fleet-register.sh +0 -0
  551. /package/claude-assets/{skills → cfn-extras/skills/advanced-features}/cfn-fleet-manager/test-fleet-manager.sh +0 -0
  552. /package/claude-assets/{skills → cfn-extras/skills/analytics}/cfn-analytics/README.md +0 -0
  553. /package/claude-assets/{skills → cfn-extras/skills/analytics}/cfn-analytics/description-refinement-guide.md +0 -0
  554. /package/claude-assets/{skills → cfn-extras/skills/analytics}/cfn-analytics/log-skill-invocation.js +0 -0
  555. /package/claude-assets/{skills → cfn-extras/skills/analytics}/cfn-analytics/run-production-criteria-tests.sh +0 -0
  556. /package/claude-assets/{skills → cfn-extras/skills/analytics}/cfn-analytics/skill-analytics-dashboard.js +0 -0
  557. /package/claude-assets/{skills → cfn-extras/skills/analytics}/cfn-analytics/skill-invocation-hook.sh +0 -0
  558. /package/claude-assets/{skills → cfn-extras/skills/analytics}/cfn-analytics/skill-invocations.sql +0 -0
  559. /package/claude-assets/{skills → cfn-extras/skills/analytics}/cfn-analytics/test-corpus.json +0 -0
  560. /package/claude-assets/{skills → cfn-extras/skills/analytics}/cfn-analytics/test-data-generator.js +0 -0
  561. /package/claude-assets/{skills → cfn-extras/skills/analytics}/cfn-analytics/test-manual-override-rate.js +0 -0
  562. /package/claude-assets/{skills → cfn-extras/skills/analytics}/cfn-analytics/validate-skill-selection.js +0 -0
  563. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/SKILL.md +0 -0
  564. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/add-bullet.sh +0 -0
  565. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/analyze-anti-pattern-effectiveness.sh +0 -0
  566. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/classify-task.sh +0 -0
  567. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/export-ace-metrics.sh +0 -0
  568. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/extract-tags.sh +0 -0
  569. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/format-negative-context.sh +0 -0
  570. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/init-indexes.sql +0 -0
  571. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/invoke-context-curate.sh +0 -0
  572. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/invoke-context-inject.sh +0 -0
  573. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/invoke-context-query.sh +0 -0
  574. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/invoke-context-reflect.sh +0 -0
  575. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/invoke-context-stats.sh +0 -0
  576. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/log-merge.sh +0 -0
  577. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/monitor-injection-performance.sh +0 -0
  578. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/optimize-injection-pipeline.sh +0 -0
  579. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/query-anti-patterns.sh +0 -0
  580. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/query-contexts.sh +0 -0
  581. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/query-reflections.sh +0 -0
  582. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/schema/001-create-context-reflections.sql +0 -0
  583. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/schema/README.md +0 -0
  584. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/schema/SCHEMA_DESIGN_SUMMARY.md +0 -0
  585. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/schema/populate-test-data-simple.sh +0 -0
  586. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/schema/populate-test-data.sh +0 -0
  587. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/schema/run-migration.sh +0 -0
  588. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/schema/validate-schema.sql +0 -0
  589. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/score-relevance-adapter.sh +0 -0
  590. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/score-relevance.sh +0 -0
  591. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/sprint-7-lessons.json +0 -0
  592. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/store-reflection.sh +0 -0
  593. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/test-ace-skill.sh +0 -0
  594. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/track-ab-test.sh +0 -0
  595. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-ace-system/update-reflection.sh +0 -0
  596. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-agent-discovery/SKILL.md +0 -0
  597. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-agent-discovery/agents-registry-clean.json +0 -0
  598. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-agent-discovery/agents-registry-fixed.json +0 -0
  599. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-agent-discovery/agents-registry.json +0 -0
  600. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-agent-discovery/discover-agents.py +0 -0
  601. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-agent-discovery/discover-agents.sh +0 -0
  602. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-agent-discovery/invoke-registry.sh +0 -0
  603. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-agent-discovery/temp_script.py +0 -0
  604. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-agent-selector/SKILL.md +0 -0
  605. /package/claude-assets/{skills → cfn-extras/skills/deprecated}/cfn-agent-selector/select-agents.sh +0 -0
@@ -1,26 +1,58 @@
1
1
  # Claude Flow Novice — AI Agent Orchestration
2
+ ---
3
+
4
+ ## Documentation Organization
5
+
6
+ **Root CLAUDE.md** contains:
7
+ - General project standards and coding conventions
8
+ - Universal programming best practices (security, shell scripting, validation)
9
+ - Non-CFN specific workflow patterns
10
+ - General development guidelines that apply to all project work
11
+
12
+ **cfn-system-expert.md** contains:
13
+ - CFN Loop methodology and execution patterns
14
+ - Sprint execution context and coordination protocols
15
+ - CFN-specific anti-patterns and troubleshooting guidance
16
+ - Agent lifecycle management and swarm recovery
17
+ - Multi-layer coordination patterns (coordinator → orchestrator → agents)
18
+ - CFN v3 architecture patterns and implementation details
2
19
 
3
- **🚀 Production Status:** v2.9.1 - Namespace Isolation Complete (2025-10-25)
20
+ *Use this file for general development guidance. For CFN-specific system issues, consult the cfn-system-expert agent.*
4
21
 
5
22
  ---
6
23
 
7
- ## 1) Critical Rules (Single Source of Truth)
24
+ ### CTO Delegation Persona
25
+ * **Act as my peer** not my subordinate, reflect that in your speech patterns
26
+ * **Act as a busy CTO** who delegates all non-trivial work to specialized agents or CFN Loop CLI commands
27
+ * **For multi-agent workflows**: Use `/cfn-loop-cli or /cfn-loop-task "task description"`
28
+ * **For single agent tasks**: Use `Task("agent-type", "specific task")` directly
29
+ * **For SQLite lifecycle tracking**: Include explicit lifecycle instructions in Task prompts when auditing is required
30
+ * **Define clear success criteria** for implementation (working code, passing tests, documented features)
31
+ * **Never define adoption criteria** (user engagement, rollout strategy, training plans)
32
+ * **Ruthlessly delegate** - if task requires >3 steps, use subagents or CFN Loops
33
+ * **Provide context, not solutions** - agents figure out implementation details
34
+ * **Success = implementation complete** - not "users love it" or "team adopts it"
35
+
36
+ ## 1) Critical Rules
8
37
 
9
38
  ### Core Operational Rules
10
39
  * **Use agents for all non-trivial work** (≥4 steps or any multi-file / research / testing / architecture / security / integration / refactor / feature)
11
- * **🚨 FOR CFN LOOP CLI WORKFLOWS: Use CLI commands** - `/cfn-loop-cli "task"` (NEVER manual Task() spawning)
12
- * **Initialize swarm before any multi-agent work**
40
+ * **Use CFN Loops in task mode or CLI mode** for larger tasks
13
41
  * **Batch operations**: one message per related batch (spawn, file edits, bash, todos, memory ops)
42
+ * **Pre-Edit Backup (REQUIRED before all Edit/Write operations)** -Before ANY Edit/Write/MultiEdit operation, agents MUST create backup:**
43
+ ```bash
44
+ BACKUP_PATH=$(./.claude/hooks/cfn-invoke-pre-edit.sh "$FILE_TO_EDIT" --agent-id "$AGENT_ID")
45
+ ```
14
46
  * **Run post-edit hook after every file edit** inclusive of .md files and await the response
15
- * **Never work solo** on multi-step tasks. Spawn parallel specialists
47
+ * **Never work solo** on multi-step tasks. Spawn parallel specialists or CFN Loops
16
48
  * **Never mix implementers and validators in the same message**
17
- * **Never run tests inside agents.** Execute once; agents read results
49
+ * **Never run tests inside agents.** Execute once via the coordinator (main chat or coordinator agent); agents read results
18
50
  * **Never save to project root.** Use proper subdirs
19
51
  * **No guides/summaries/reports** unless explicitly asked
20
52
  * **Use spartan language and give answers in plain english**
21
53
  * **Concise answers only** - no code examples unless requested
22
- * **Redis persistence enables swarm recovery** - swarm state survives interruptions
23
- * **ALL agent communication MUST use Redis pub/sub** - no direct file coordination
54
+ * **Persistence enables swarm recovery** - swarm state survives interruptions
55
+ * **ALL agent communication MUST use coordination protocols** - no direct file coordination
24
56
  * **NEVER HARDCODE API KEYS**
25
57
  * **sleep on repeat** when monitoring a background process. sleep x minutes, check progress, sleep, repeat
26
58
  * **USE GREP INSTEAD OF FIND** - it's less resource intensive in our WSL2 instances
@@ -38,64 +70,54 @@
38
70
  * Gate (agent self-confidence): **≥0.75 each**
39
71
  * Validators consensus: **≥0.90**
40
72
 
41
- ### CTO Delegation Persona
42
- * **Act as a busy CTO** who delegates all non-trivial work to specialized agents or CFN Loop CLI commands
43
- * **For multi-agent workflows**: Use `/cfn-loop-cli "task description"` (automatically handles coordinator spawning)
44
- * **For single agent tasks**: Use `Task("agent-type", "specific task")` directly
45
- * **Define clear success criteria** for implementation (working code, passing tests, documented features)
46
- * **Never define adoption criteria** (user engagement, rollout strategy, training plans)
47
- * **Ruthlessly delegate** - if task requires >3 steps, use CLI commands immediately
48
- * **Provide context, not solutions** - agents figure out implementation details
49
- * **Success = implementation complete** - not "users love it" or "team adopts it"
73
+ ### Task Mode SQLite Lifecycle Execution
50
74
 
51
- ---
75
+ **When auditing is required for Task() agents, include explicit lifecycle instructions:**
52
76
 
53
- ### Skills-Based Coordination
54
- **Core Skills:**
55
- - Redis Coordination (`.claude/skills/cfn-redis-coordination/SKILL.md`)
56
- - Agent Spawning (`.claude/skills/cfn-agent-spawning/SKILL.md`)
57
- - CFN Loop Validation (`.claude/skills/cfn-loop-validation/SKILL.md`)
58
- - Product Owner Decision (`.claude/skills/cfn-product-owner-decision/SKILL.md`)
59
- - Agent Output Processing (`.claude/skills/cfn-agent-output-processing/SKILL.md`)
60
-
61
- ### Namespace Isolation (v2.9.1)
62
-
63
- **Structure:**
64
- - Agents: `.claude/agents/cfn-dev-team/` (23 production agents)
65
- - Skills: `.claude/skills/cfn-*/` (43 skills, cfn- prefix)
66
- - Hooks: `.claude/hooks/cfn-*` (7 hooks, cfn- prefix)
67
- - Commands: `.claude/commands/cfn/` (45+ commands, subdirectory)
68
-
69
- **Installation:**
70
- ```bash
71
- npm install claude-flow-novice
72
- npx cfn-init # Copy namespace-isolated files
77
+ ```javascript
78
+ // REQUIRED: Include lifecycle execution in Task prompt
79
+ Task("docker-specialist", `
80
+ Read the LICENSE file and return the license type.
81
+
82
+ LIFECYCLE EXECUTION (REQUIRED):
83
+ 1. Generate agent ID: AGENT_ID="docker-$(date +%s)-$$"
84
+ 2. Register spawn:
85
+ sqlite3 "./claude-assets/skills/cfn-redis-coordination/data/cfn-loop.db" \
86
+ "CREATE TABLE IF NOT EXISTS agents (id TEXT PRIMARY KEY, type TEXT, status TEXT, confidence REAL, spawned_at TEXT, completed_at TEXT, metadata TEXT);" && \
87
+ sqlite3 "$DB_PATH" "INSERT OR REPLACE INTO agents (id, type, status, spawned_at, metadata) VALUES ('$AGENT_ID', 'docker-specialist', 'spawned', datetime('now'), '{\"source\": \"task_mode\"}');"
88
+ 3. Complete task...
89
+ 4. Mark completion:
90
+ sqlite3 "$DB_PATH" "UPDATE agents SET status = 'completed', confidence = <CONFIDENCE_SCORE>, completed_at = datetime('now') WHERE id = '$AGENT_ID';"
91
+
92
+ Return results with confidence score 0.85-0.95.
93
+ `)
73
94
  ```
74
95
 
75
- **Collision Risk:** ~0.01% (user custom files preserved)
76
-
77
- **Package:** 573 KB tarball, 2.4 MB unpacked, 303 files (68% reduction from v2.0.0)
78
-
79
- **Agent Discovery:** Recursive search through `.claude/agents/**/*.md` finds both cfn-dev-team and user custom agents
96
+ **Database Location:** `./claude-assets/skills/cfn-redis-coordination/data/cfn-loop.db`
97
+
98
+ **Required Table Schema:**
99
+ ```sql
100
+ CREATE TABLE IF NOT EXISTS agents (
101
+ id TEXT PRIMARY KEY,
102
+ type TEXT NOT NULL,
103
+ status TEXT NOT NULL,
104
+ confidence REAL,
105
+ spawned_at TEXT,
106
+ completed_at TEXT,
107
+ metadata TEXT
108
+ );
109
+ ```
80
110
 
81
- **Coordination Principles:**
82
- * ALL agent communication via explicit Redis pub/sub dependencies
83
- * Modular, independently maintainable skills
84
- * Minimal, focused coordination logic
85
- * **Multi-layer enforcement**: When designing distributed systems, implement coordination primitives at multiple layers (technical, skill, cross-reference, agent, system, entry) to ensure consistent behavior across all workflows
86
- * **Centralized orchestration**: Keep orchestration logic in dedicated coordination skills (e.g., Redis Coordination) rather than distributing it across multiple components
111
+ **CFN Loop Gate:** Confidence ≥0.75 required to pass Loop 3 gate.
87
112
 
88
- ### Main Chat Role (Thin Orchestration Layer)
89
- * Spawn ONLY coordinator agent (single Task() call)
90
- * Coordinator handles all agent spawning internally via CLI using the orchestration skill
91
- * Delegate ALL coordination to skills
92
- * Use skill-specific configuration for complex workflows
113
+ **Anti-Pattern Prevention:** NEVER include CLI coordination commands that expect Redis or external services in Task mode. Use SQLite only for local audit trails.
93
114
 
115
+ ---
94
116
  ### CFN Loop Execution Modes
95
117
 
96
118
  **User selects mode. Main Chat executes the specified slash command.**
97
119
 
98
- **Default: Task Mode** (if user doesn't specify mode)
120
+ **Default: Task Mode** (default mode when user doesn't specify)
99
121
 
100
122
  **Available modes:**
101
123
 
@@ -128,48 +150,22 @@ npx cfn-init # Copy namespace-isolated files
128
150
  - CLI: Main Chat → cfn-v3-coordinator → orchestrate.sh → CLI workers (background)
129
151
  - Task: Main Chat → Task() agents (no coordinator, full visibility)
130
152
 
131
- **Cost breakdown:**
132
- - CLI mode: $0.054/iteration (Z.ai routing for workers)
133
- - Task mode: $0.150/iteration (Anthropic for all agents)
134
-
135
- **Context Storage:**
136
- - CLI mode: Coordinator stores context in Redis for agents to retrieve
137
- - Task mode: Main Chat passes context directly to each Task() spawn (no Redis needed)
138
- - CLI agents read from Redis: `redis-cli HGETALL "cfn_loop:task:$TASK_ID:context"`
139
-
140
- **Reference:**
141
- - Implementation details: `planning/cfn-v3/DUAL_MODE_IMPLEMENTATION.md`
142
- - **Task Mode guide**: `.claude/commands/cfn/CFN_LOOP_TASK_MODE.md` (agent specialization, sprint workflow, backlog management)
143
-
144
- ### Custom Routing (Z.ai Provider Integration)
145
-
146
- **Provider Routing Model:**
147
- - **Task() agents** → Use Main Chat provider (Anthropic)
148
- - **CLI-spawned agents** → Use custom routing (Z.ai when enabled)
149
-
150
- **Enable Custom Routing (One-Time Setup):**
151
- ```bash
152
- /custom-routing-activate
153
- ```
154
-
155
- **Cost Impact:**
156
- ```
157
- Without Custom Routing:
158
- - CLI agents use Anthropic ($3-15/1M tokens)
153
+ ### Skills-Based Coordination
154
+ **Core Skills:**
155
+ - Coordination Protocols (`.claude/skills/cfn-coordination/SKILL.md`)
156
+ - Agent Spawning (`.claude/skills/cfn-agent-spawning/SKILL.md`)
157
+ - CFN Loop Validation (`.claude/skills/cfn-loop-validation/SKILL.md`)
158
+ - Product Owner Decision (`.claude/skills/cfn-product-owner-decision/SKILL.md`)
159
+ - Agent Output Processing (`.claude/skills/cfn-agent-output-processing/SKILL.md`)
159
160
 
160
- With Custom Routing:
161
- - CLI agents use Z.ai ($0.50/1M tokens)
162
- - ~5x cost reduction per CLI agent call
163
- - Combined with CLI spawning: 95-98% total savings vs Task tool
164
- ```
161
+ ### Namespace Isolation (v2.9.1)
165
162
 
166
- **Key Concept for Agents:**
167
- When spawned via CLI (`npx claude-flow-novice`), you automatically benefit from custom routing if enabled. No action required from agent code - routing is handled at infrastructure level.
163
+ **Structure:**
164
+ - Agents: `.claude/agents/cfn-dev-team/` (23 production agents)
165
+ - Skills: `.claude/skills/cfn-*/` (43 skills, cfn- prefix)
166
+ - Hooks: `.claude/hooks/cfn-*` (7 hooks, cfn- prefix)
167
+ - Commands: `.claude/commands/cfn/` (45+ commands, subdirectory)
168
168
 
169
- **Verify Status:**
170
- ```bash
171
- /switch-api status
172
- ```
173
169
 
174
170
  **🚨 CRITICAL: Main Chat MUST Use CLI Mode Commands**
175
171
 
@@ -204,7 +200,7 @@ Task("tester", "Test feature...") // ❌ NO
204
200
  - ✅ Real-time agent progress tracking and automatic recovery
205
201
  - ✅ Protocol compliance (prevents "consensus on vapor" anti-patterns)
206
202
  - ✅ 95-98% cost savings with Z.ai routing
207
- - ✅ Background execution with Redis persistence
203
+ - ✅ Background execution with persistence
208
204
  - ✅ Built-in parameter validation and success criteria templates
209
205
 
210
206
  **Why This Pattern:**
@@ -214,6 +210,37 @@ Task("tester", "Test feature...") // ❌ NO
214
210
  - Sequential CLI spawning is safe (coordinator manages order)
215
211
  - Clean separation: Main Chat → Coordinator → Workers
216
212
 
213
+ ### Custom Provider Routing
214
+
215
+ **NEW in v2.15**: Agents can now use different AI providers (Z.ai, Kimi, OpenRouter, Anthropic) based on agent-specific configuration.
216
+
217
+ **Quick Start:**
218
+ ```bash
219
+ # 1. Enable custom routing (defaults to Z.ai + glm-4.6)
220
+ echo "CFN_CUSTOM_ROUTING=true" >> .env
221
+
222
+ # 2. Configure Main Chat provider (optional)
223
+ /switch-api kimi # or zai, openrouter, max
224
+
225
+ # 3. Add provider parameters to agent profiles (optional)
226
+ <!-- PROVIDER_PARAMETERS
227
+ provider: openrouter
228
+ model: anthropic/claude-sonnet-4.5
229
+ -->
230
+ ```
231
+
232
+ **Default Behavior:**
233
+ - `CFN_CUSTOM_ROUTING=false`: All agents use Main Chat settings
234
+ - `CFN_CUSTOM_ROUTING=true`: Agents without provider params default to **Z.ai + glm-4.6**
235
+
236
+ **Provider Options:**
237
+ - `zai` - Cost-optimized ($0.50/1M tokens, default)
238
+ - `kimi` - Mid-range ($2/1M tokens)
239
+ - `openrouter` - Access 400+ models (varies)
240
+ - `anthropic` - Premium ($15/1M tokens)
241
+
242
+ **See:** `docs/CUSTOM_PROVIDER_ROUTING.md` for complete guide
243
+
217
244
  ### Pre-Edit Backup (REQUIRED before all Edit/Write operations)
218
245
  **Before ANY Edit/Write/MultiEdit operation, agents MUST create backup:**
219
246
  ```bash
@@ -267,16 +294,40 @@ If **any** apply, use CFN Loop CLI commands:
267
294
 
268
295
  * > 3 distinct steps • multiple files • research+implement+test • design decisions • code review/quality • security/performance/compliance • system integration • docs generation • refactor/optimize • any feature work
269
296
 
270
- **🚨 IMPORTANT: For complex multi-agent workflows, use CLI mode commands:**
297
+ **🚨 CRITICAL: Slash Command Auto-Execution Requirements:**
298
+
299
+ **CLI Mode (`/cfn-loop-cli`):**
300
+ 1. SlashCommand tool expands command content
301
+ 2. **IMMEDIATELY execute** the coordinator spawn via Bash tool
302
+ 3. Use exact command shown in "Step 3: Spawn Coordinator"
303
+ 4. DO NOT just show instructions - EXECUTE them
304
+ 5. Inform user after coordinator spawns with task ID
305
+
306
+ **Task Mode (`/cfn-loop-task`):**
307
+ 1. SlashCommand tool expands command content
308
+ 2. **IMMEDIATELY execute** workflow via Task() tool spawning
309
+ 3. Main Chat coordinates all agents directly
310
+ 4. Follow 9-step workflow exactly as documented
311
+
312
+ **Examples:**
271
313
  ```bash
272
- # Production with enhanced monitoring v3.0
314
+ # Production with enhanced monitoring v3.0 (auto-executes coordinator via Bash)
273
315
  /cfn-loop-cli "Complex task description" --mode=standard
274
316
 
275
- # Debugging with full visibility
317
+ # Debugging with full visibility (auto-executes agents via Task())
276
318
  /cfn-loop-task "Complex task description" --mode=standard
277
319
  ```
278
320
 
279
- **Do NOT manually spawn Task() agents for CFN Loop workflows - the CLI commands handle coordination automatically.**
321
+ **Anti-Pattern:**
322
+ ❌ Reading slash command content and stopping
323
+ ❌ Showing bash commands without executing them
324
+ ❌ Asking user what to do next
325
+ ❌ Manually spawning Task() agents for CLI mode
326
+
327
+ **Correct Pattern:**
328
+ ✅ Read slash command → immediately auto-execute → inform user
329
+ ✅ CLI mode: Bash tool for coordinator spawn
330
+ ✅ Task mode: Task() tool for agent spawn
280
331
 
281
332
  ### Skill Selection Criteria
282
333
  **Mandatory Skill Spawning Triggers:**
@@ -292,7 +343,7 @@ If **any** apply, use CFN Loop CLI commands:
292
343
  ```bash
293
344
  # Explicit skill-based agent spawning
294
345
  npx claude-flow-novice swarm "Task Description" \
295
- --skills=redis-coordination,agent-spawning \
346
+ --skills=coordination,agent-spawning \
296
347
  --strategy development
297
348
  ```
298
349
 
@@ -310,23 +361,15 @@ npx claude-flow-novice swarm "Task Description" \
310
361
  * Iteration/consensus required
311
362
  * **ALL CFN Loop workflows**
312
363
 
313
- **🚨 FOR CFN LOOP WORKFLOWS: Always use CLI commands - never manual Task() spawning**
314
- ```bash
315
- # Multi-agent workflows (coordinator handles everything)
316
- /cfn-loop-cli "Build authentication system" --mode=standard
317
364
 
318
- # Single agent tasks (direct Task() is fine)
319
- Task("reviewer", "Review this specific file")
320
- ```
365
+ ## 3) Coordination Patterns in CLI mode
321
366
 
322
- ## 3) Coordination Patterns
323
-
324
- **Redis Coordination Patterns**
325
- Refer to `.claude/skills/cfn-redis-coordination/SKILL.md` for:
367
+ **Coordination Patterns**
368
+ Refer to `.claude/skills/cfn-coordination/SKILL.md` for:
326
369
  - Simple Chain Coordination
327
370
  - Hierarchical Broadcast
328
371
  - Mesh Hybrid Patterns
329
- - Agent completion signaling (Redis LPUSH)
372
+ - Agent completion signaling
330
373
  - Consensus collection (invoke-waiting-mode.sh collect)
331
374
 
332
375
  ## 4) CFN Loop Overview
@@ -378,10 +421,10 @@ Main Chat spawns all agents directly via Task() → No coordinator → Full visi
378
421
  # 1. Complete work with enhanced context
379
422
  # 2. Automatic context validation (prevents "consensus on vapor")
380
423
  # 3. Signal completion
381
- redis-cli lpush "swarm:${TASK_ID}:${AGENT_ID}:done" "complete"
424
+ coordination-signal "swarm:${TASK_ID}:${AGENT_ID}:done" "complete"
382
425
 
383
426
  # 4. Report confidence with metadata
384
- ./.claude/skills/cfn-redis-coordination/report-completion.sh \
427
+ ./.claude/skills/cfn-coordination/report-completion.sh \
385
428
  --task-id "$TASK_ID" \
386
429
  --agent-id "$AGENT_ID" \
387
430
  --confidence 0.85 \
@@ -395,7 +438,7 @@ redis-cli lpush "swarm:${TASK_ID}:${AGENT_ID}:done" "complete"
395
438
  ```bash
396
439
  # Simply complete work and return output
397
440
  # Main Chat receives output automatically
398
- # NO Redis signals required
441
+ # NO coordination signals required
399
442
  # NO explicit completion protocol needed
400
443
  ```
401
444
 
@@ -410,45 +453,18 @@ redis-cli lpush "swarm:${TASK_ID}:${AGENT_ID}:done" "complete"
410
453
  2. **Gate Check:** Loop 3 self-validation scores checked
411
454
  - IF gate FAILS → Wake Loop 3 for iteration N+1 (skip Loop 2)
412
455
  - IF gate PASSES → Signal Loop 2 to start work
413
- 3. Loop 2 validators WAIT for gate pass signal (`redis-cli blpop "swarm:${TASK_ID}:gate-passed" 0`)
456
+ 3. Loop 2 validators WAIT for gate pass signal (coordination-wait "swarm:${TASK_ID}:gate-passed")
414
457
  4. Loop 2 validators review Loop 3 work and report consensus
415
458
  5. **Product Owner Decision (BUG #11 FIX):** Orchestrator spawns Product Owner and parses output
416
459
  - Uses `.claude/skills/product-owner-decision/execute-decision.sh`
417
460
  - Extracts PROCEED/ITERATE/ABORT from agent output
418
461
  - Validates deliverables (prevents "consensus on vapor")
419
- - Orchestrator pushes decision to Redis (not agent)
462
+ - Orchestrator pushes decision to coordination layer (not agent)
420
463
  6. **Decision Execution:**
421
464
  - IF PROCEED → Task complete
422
465
  - IF ITERATE → Wake all agents for iteration N+1
423
466
  - IF ABORT → Exit with error
424
467
 
425
- ### CFN Loop Slash Commands
426
-
427
- **Recommended: Use slash commands for CFN Loop execution**
428
-
429
- Main Chat should use these commands instead of manually spawning coordinators.
430
- **IMPORTANT** Subagents must NOT use these these slash commands
431
-
432
- **Single Task:**
433
- ```bash
434
- /cfn-loop-cli "Implement JWT authentication" --mode=standard
435
- /cfn-loop-task "Fix security bug in auth module" --mode=standard
436
- ```
437
-
438
- **What These Commands Do:**
439
- - Automatically spawn `cfn-v3-coordinator`
440
- - Pass structured parameters (success criteria, agent configuration)
441
- - Include custom routing cost reminders
442
- - Enable web portal visibility
443
- - Handle all orchestration internally
444
-
445
- **Benefits:**
446
- - ✅ Consistent parameter structure
447
- - ✅ Built-in cost optimization reminders
448
- - ✅ Success criteria templates
449
- - ✅ Reduced coordination errors
450
- - ✅ Better visibility into process
451
-
452
468
  **See:** `.claude/commands/CFN_COORDINATOR_PARAMETERS.md` for detailed parameter specifications
453
469
 
454
470
  ## 5) Skill Management
@@ -460,13 +476,12 @@ Main Chat should use these commands instead of manually spawning coordinators.
460
476
  - Comprehensive test coverage
461
477
 
462
478
  **Testing Best Practice (STRAT-005):**
463
- Implement comprehensive test suites that validate both functional requirements and edge cases, including timeout scenarios and blocking mechanism effectiveness. Example: `.claude/skills/redis-coordination/test-orchestrator.sh` validates BLPOP blocking, agent completion protocol, and consensus collection with 8 targeted tests.
464
-
479
+ Implement comprehensive test suites that validate both functional requirements and edge cases, including timeout scenarios and blocking mechanism effectiveness. Example: `.claude/skills/cfn-coordination/test-orchestrator.sh` validates coordination blocking, agent completion protocol, and consensus collection with 8 targeted tests.
465
480
 
466
481
  ## 6) Additional Resources
467
482
 
468
483
  **Skill References:**
469
- - Redis Coordination: `.claude/skills/cfn-redis-coordination/SKILL.md`
484
+ - Coordination Protocols: `.claude/skills/cfn-coordination/SKILL.md`
470
485
  - Agent Spawning: `.claude/skills/cfn-agent-spawning/SKILL.md`
471
486
  - CFN Loop Validation: `.claude/skills/cfn-loop-validation/SKILL.md`
472
487
 
@@ -474,289 +489,25 @@ Implement comprehensive test suites that validate both functional requirements a
474
489
  - **Task Mode Guide**: `.claude/commands/cfn/CFN_LOOP_TASK_MODE.md` (agent specialization, sprint workflow, backlog management, adaptive validator scaling)
475
490
  - Coordinator Parameters: `.claude/commands/cfn/CFN_COORDINATOR_PARAMETERS.md`
476
491
 
477
- **Maintenance Plans:**
478
- - Rollback Strategy: `planning/skills/ROLLBACK_PLAN.md`
479
- - Maintenance Schedule: `planning/skills/MAINTENANCE_SCHEDULE.md`
480
-
481
492
  **Migration Analytics:**
482
493
  See `.artifacts/analytics/context-reduction-report.json`
483
- ## Sprint 7 Adaptive Context Lessons
484
-
485
- ### STRAT-007: Background Execution Strategy
486
- - **Confidence:** 0.95
487
- - **Priority:** 9
488
- - **Insight**: Use background execution with Redis monitoring for long-running orchestration workflows (>10 minutes). Bash tool has hard 10-minute timeout that cannot be extended.
489
- - **Tags**: orchestration, bash-timeout, redis-monitoring, background-execution
490
-
491
- ### ANTI-004: Regex Validation Anti-Pattern
492
- - **Confidence:** 0.92
493
- - **Priority:** 8
494
- - **Insight**: Avoid simplistic regex matching for agent validation. Pattern `[[ $AGENTS =~ $AGENTS ]]` always returns true (self-matching).
495
- - **Tags**: regex, validation, bug-prevention, orchestration
496
-
497
- ### PATTERN-008: Product Owner Decision Flow
498
- - **Confidence:** 0.90
499
- - **Priority:** 8
500
- - **Insight**: Implement explicit Product Owner decision flow after Loop 2 consensus to prevent validator scope creep and enforce strategic boundaries.
501
- - **Tags**: cfn-loop, product-owner, scope-management, decision-flow
502
-
503
- ## Sprint 8 Adaptive Context Lessons (Phase 1 & 2 - Skill-Based Output Processing)
504
-
505
- ### PATTERN-009: Multi-Pattern Confidence Parsing
506
- - **Confidence:** 0.95
507
- - **Priority:** 9
508
- - **Insight**: Implement multi-pattern confidence parsing with fallback strategies. Design interfaces that gracefully handle multiple input formats, with explicit confidence scoring for each parsing attempt. Patterns: explicit numeric (0.85), percentage (85%), qualitative (high/medium/low), calculated defaults.
509
- - **Tags**: parsing, confidence, strategy, error-handling, skill-based-processing
510
- - **Applied in**: Loop 3 output processing, Loop 2 feedback extraction
511
- - **Impact**: 100% confidence extraction success rate, eliminates 0.0 defaults
512
-
513
- ### STRAT-014: Skill Interface Consistency
514
- - **Confidence:** 0.90
515
- - **Priority:** 8
516
- - **Insight**: Design skill interfaces with consistent parameter structures across skills. Use named parameters (--agent-type, --task-id, --agent-id, --context, --iteration, --timeout) with explicit type definitions, default values, and clear error messaging to improve skill reusability and reduce integration complexity. Enabled 95% code reuse between Loop 3 and Loop 2 implementations.
517
- - **Tags**: interface, skill-design, consistency, reusability, pattern-reuse
518
- - **Applied in**: loop3-output-processing, loop2-output-processing skills
519
- - **Impact**: Phase 2 took 1.2h vs 3h from scratch (36% time savings)
520
-
521
- ### PATTERN-010: Parallel Execution with Temp Files
522
- - **Confidence:** 0.93
523
- - **Priority:** 9
524
- - **Insight**: Use background processes with temporary files to eliminate race conditions in parallel agent coordination. Pattern: spawn all agents in background with `(skill-execution > /tmp/output-file) &`, collect PIDs, use `wait` to synchronize, read results from temp files after completion. Eliminates polling wait and guarantees synchronous output capture.
525
- - **Tags**: parallel-execution, race-conditions, temp-files, background-processes, coordination
526
- - **Applied in**: .claude/skills/cfn-loop-orchestration/orchestrate.sh (modular helper scripts)
527
- - **Impact**: 3x speedup for 3 agents, zero race conditions
528
-
529
- ## Adaptive Context Extensions: CLI Agent Spawning Insights (v2.5.2)
530
-
531
- ### Strategy Patterns
532
-
533
- #### PATTERN-001: Environment Configuration
534
- - **Context**: CLI Entrypoints
535
- - **Insight**: Always explicitly load environment configurations using 'import dotenv/config' to ensure provider-specific settings are correctly read and applied across different execution contexts.
536
- - **Tags**: environment, configuration, cli, dotenv
537
- - **Confidence**: 0.95
538
- - **Priority**: 9/10
539
-
540
-
541
- ## Adaptive Context Extensions: CFN Loop Context Injection Insights (BUG #20)
542
-
543
- ### Strategy Patterns
544
-
545
- #### STRAT-020: Mandatory Deliverable Verification
546
- - **Context**: CFN Loop Consensus Validation
547
- - **Insight**: Implement mandatory deliverable verification with forced iteration when no files created. After Loop 2 consensus, check git status for file changes. If task requires implementation (keywords: create/build/implement) but git shows zero changes, override consensus and force ITERATE with explicit deliverable requirements in feedback. Prevents 'consensus on vapor' where validators approve plans without actual code.
548
- - **Tags**: deliverable-verification, consensus-validation, git-diff, cfn-loop, quality-gate
549
- - **Confidence**: 0.95
550
- - **Priority**: 10/10
551
- - **Validation**: Core implementation in `.claude/skills/cfn-loop-validation/validate-deliverables.sh`
552
- - **Retry Pattern**: Limited to 3 iterations, escalate to Product Owner if still no deliverables
553
-
554
- #### STRAT-021: Standardized Context Extraction Templates
555
- - **Context**: Coordinator Design
556
- - **Insight**: Use standardized context extraction templates in coordinators. Template structure: epicGoal (1-2 sentences), inScope (list), outOfScope (list), deliverables (file paths), directory (creation path), acceptanceCriteria (measurable requirements). Extract using bash text processing (grep, sed, jq) with reasonable defaults for missing fields. Prevents minimal context ('Checkpoint' + '4.1') that causes wrong deliverables.
557
- - **Tags**: context-extraction, coordinator, templates, standardization, parsing
558
- - **Confidence**: 0.93
559
- - **Priority**: 9/10
560
-
561
- ### Implementation Patterns
562
-
563
- #### PATTERN-020: Multi-Layer Context Injection
564
- - **Context**: Coordinator → Orchestrator → Agent Flow
565
- - **Insight**: When implementing multi-layer coordination (coordinator → orchestrator → agents), ensure context flows through ALL layers. Pattern: Coordinator extracts context from task description, orchestrator retrieves context from Redis and injects into agent spawn parameters, agents receive complete deliverables/acceptance criteria in --context parameter. Breaking this chain causes 'consensus on vapor' (high confidence, zero deliverables).
566
- - **Tags**: context-injection, cfn-loop, coordination, multi-layer, deliverables
567
- - **Confidence**: 0.92
568
- - **Priority**: 9/10
569
-
570
- #### PATTERN-021: Context Validation Pipeline
571
- - **Context**: Multi-Layer Coordination
572
- - **Insight**: Design context validation pipeline with checkpoints at each layer. Pattern: (1) Coordinator validates extracted context has deliverables/acceptance criteria before spawning orchestrator, (2) Orchestrator validates Redis context retrieval succeeded before spawning agents, (3) Agents validate received context contains required fields before starting work. Each layer logs validation results. Fail-fast prevents cascading context loss.
573
- - **Tags**: validation, context-injection, fail-fast, multi-layer, checkpoints
574
- - **Confidence**: 0.87
575
- - **Priority**: 8/10
576
-
577
- #### PATTERN-022: Agent Lifecycle - Clean Exit Protocol
578
- - **Context**: CFN Loop Agent Management
579
- - **Insight**: Agents must exit cleanly after reporting confidence. Pattern: (1) Signal done via Redis LPUSH, (2) Report confidence score, (3) Exit immediately. Enables adaptive agent specialization - orchestrator spawns different specialist (security-specialist for security issues) for next iteration based on feedback type. Prevents orchestrator blocking.
580
- - **Tags**: agent-lifecycle, clean-exit, adaptive-specialization, orchestrator
581
- - **Confidence**: 0.89
582
- - **Priority**: 8/10
583
-
584
- ### Anti-Patterns
585
-
586
- #### ANTI-020: Context Storage Without Injection
587
- - **Context**: Redis Coordination
588
- - **Insight**: Avoid storing context in Redis without retrieving and injecting it into agent prompts. Anti-pattern: Orchestrator stores epic-context, phase-context, success-criteria in Redis but spawns agents with generic context ('Loop 3 implementation for iteration N'). Result: Agents have no access to deliverables list, acceptance criteria, or directory paths despite context being 'available'.
589
- - **Tags**: context-injection, redis, agent-spawning, storage-without-use
590
- - **Confidence**: 0.88
591
- - **Priority**: 8/10
592
-
593
- #### ANTI-021: Generic Context When Specifics Exist
594
- - **Context**: Agent Spawning
595
- - **Insight**: Never pass generic iteration-level context when task-specific deliverables exist. Anti-pattern: Agent receives 'Loop 3 implementation for iteration 2' when Redis contains detailed deliverables list. Agents have no telepathy - they cannot infer '.claude/skills/checkpoint-state/SKILL.md' from 'iteration 2'. Always inject complete deliverables, directory paths, and acceptance criteria even if 'already in Redis'.
596
- - **Tags**: agent-context, specificity, deliverables, telepathy-fallacy, explicitness
597
- - **Confidence**: 0.91
598
- - **Priority**: 9/10
599
-
600
- #### ANTI-023: Task-Spawned Validators Without Completion Protocol
601
- - **Context**: Loop 2 Validation (Task Mode)
602
- - **Insight**: Main Chat spawns validators via Task() without clear scope boundaries or mode-aware completion protocols. Anti-pattern: Validators see CLI-mode completion instructions (Redis signals, `invoke-waiting-mode.sh report`) and attempt to comply using wrong tools (slash commands via Bash, nested CFN Loop spawning). Result: Agents hang indefinitely trying to execute `/cfn-loop-cli` as bash command, memory leak from blocked processes. Task-spawned validators should simply return structured output - Main Chat receives it automatically, no Redis signals needed.
603
- - **Tags**: task-spawning, validation, completion-protocol, scope-boundaries, memory-leak
604
- - **Confidence**: 0.95
605
- - **Priority**: 10/10
606
- - **Fix**: Mode-specific completion protocols in CLAUDE.md:333-357 and validator agents (reviewer.md:200-258, tester.md:160-217). Explicit scope boundaries prevent nested CFN Loop spawning.
607
-
608
- ### Edge Cases & Testing
609
-
610
- #### EDGE-020: Comparative Agent Spawn Testing
611
- - **Context**: Context Debugging
612
- - **Insight**: When debugging context issues, use comparative agent spawn testing. Edge case discovered: Agents succeed when spawned manually with explicit context ('Create /tmp/test.sh') but fail in CFN Loop with generic context ('Loop 3 implementation'). This reveals context injection failure rather than tool/API issues. Test pattern: Manual spawn with explicit deliverables → verify file created → confirms agent capability → proves orchestrator context gap.
613
- - **Tags**: debugging, context-testing, manual-spawn, comparative-testing, isolation
614
- - **Confidence**: 0.90
615
- - **Priority**: 7/10
616
-
617
- ## Sprint Execution in Claude Flow Novice
618
-
619
- ### Sprint Context Injection
620
-
621
- #### Purpose
622
- Decompose large epics into focused, manageable sprints with clear deliverables and scope boundaries.
623
-
624
- #### Key Principles
625
- 1. **Focused Scope**: Each sprint targets a specific subset of epic requirements
626
- 2. **Incremental Progress**: Sprints build upon each other
627
- 3. **Precise Deliverables**: Create only sprint-specific files
628
- 4. **Context Specificity**: Agents receive sprint-level, not epic-level context
629
-
630
- #### Sprint Context Structure
631
-
632
- ```json
633
- {
634
- "sprint_name": "P1 Coordinator Monitoring",
635
- "sprint_num": 1,
636
- "total_sprints": 7,
637
- "deliverables": [
638
- "test-p1-monitoring.sh",
639
- "docs/P1_MONITORING_RESULTS.md"
640
- ],
641
- "in_scope": [
642
- "P1 coordinator monitoring validation",
643
- "Test timeout mechanisms",
644
- "Logging verification"
645
- ],
646
- "out_of_scope": [
647
- "P2-P7 monitoring",
648
- "Cross-priority integration",
649
- "Epic-level summary"
650
- ],
651
- "directory": "/mnt/c/Users/masha/Documents/claude-flow-novice/tests/p1"
652
- }
653
- ```
654
494
 
655
- #### Sprint Execution Tool: `execute-sprint-task.sh`
495
+ ### General Programming Best Practices
656
496
 
657
- Enables sprint-aware agent execution with focused context injection.
497
+ #### Regex Validation
498
+ - **Pattern**: Avoid simplistic regex matching for validation
499
+ - **Anti-Pattern**: `[[ $AGENTS =~ $AGENTS ]]` always returns true (self-matching)
500
+ - **Solution**: Use specific, non-self-referencing patterns
658
501
 
659
- **Usage:**
660
- ```bash
661
- ./.claude/skills/sprint-execution/execute-sprint-task.sh \
662
- [AGENT_TYPE] \
663
- [TASK_ID] \
664
- [AGENT_ID] \
665
- [SPRINT_ID]
666
- ```
502
+ #### Comprehensive File Validation
503
+ - **Pattern**: Implement multi-stage validation including file type, permissions, size constraints, and content integrity checks
504
+ - **Purpose**: Create robust validation pipeline that prevents security vulnerabilities and unexpected system behavior
667
505
 
668
- ### Sprint vs Epic Implementation
669
-
670
- **Epic Context (Broad)**:
671
- ```
672
- Validate P1-P7 monitoring across entire system
673
- Deliverables:
674
- - Comprehensive test suite
675
- - System-wide monitoring report
676
- ```
677
-
678
- **Sprint Context (Focused)**:
679
- ```
680
- Sprint: 1.1 - P1 Coordinator Monitoring
681
- Deliverables:
682
- - test-p1-monitoring.sh
683
- - docs/P1_MONITORING_RESULTS.md
684
-
685
- Scope:
686
- - P1 coordinator timeout verification
687
- - Basic logging checks
688
-
689
- Out of Scope:
690
- - P2-P7 monitoring
691
- - Cross-priority tests
692
- ```
506
+ #### Shell Scripting Best Practices
507
+ - **Strict Mode**: Enable shell strict mode using `set -euo pipefail` for robust and predictable scripts
508
+ - **Benefits**: Forces immediate exit on errors, prevents unset variable usage, ensures pipeline failures are captured
693
509
 
694
- ### Confidence Reporting
695
-
696
- - Report confidence based on **sprint deliverable completion**
697
- - 0.90+ confidence means sprint objectives met
698
- - Do NOT report confidence for entire epic
699
- - when monitoring something, sleep for X minutes on repeat with check in between
700
- ### STRAT-025: Explicit Deliverable Tracking
701
-
702
- ## Sprint 9 Adaptive Context Lessons (CFN v3 Dual-Mode Implementation)
703
-
704
- ### STRAT-026: Redis Context Storage Over CLI Parameters
705
- - **Confidence:** 0.95
706
- - **Priority:** 9
707
- - **Insight**: Use Redis for complex JSON context storage instead of CLI parameters. Eliminates shell escaping issues, enables swarm recovery, and provides single source of truth for agent coordination.
708
- - **Tags**: redis, context-storage, cli-spawning, swarm-recovery
709
-
710
- ### PATTERN-023: Dual-Mode Architecture Pattern
711
- - **Confidence:** 0.92
712
- - **Priority:** 9
713
- - **Insight**: Implement dual execution modes (optimized vs simplified) sharing core logic. CLI mode for production (cost-optimized), Task mode for debugging (full visibility), both using same coordinator and context structure.
714
- - **Tags**: architecture, dual-mode, debugging, production
715
-
716
- ### STRAT-027: Consensus Validation for Architecture
717
- - **Confidence:** 0.90
718
- - **Priority:** 8
719
- - **Insight**: Use specialized consensus teams (reviewer + tester) to validate implementations before deployment. Achieved 0.92-0.95 confidence scores, caught design issues early.
720
- - **Tags**: validation, consensus, testing, quality-assurance
721
-
722
- ### ANTI-022: Premature Optimization (Context Pruning)
723
- - **Confidence:** 0.88
724
- - **Priority:** 7
725
- - **Insight**: Avoid implementing optimization features (like context pruning) before validating necessity. CFN v3 removed pruning after determining context small enough without it, saving implementation complexity.
726
- - **Tags**: optimization, yagni, context-management, simplification
727
-
728
- ### PATTERN-024: Swarm Recovery via Persistence
729
- - **Confidence:** 0.93
730
- - **Priority:** 9
731
- - **Insight**: Store swarm state in Redis with TTL to enable crash recovery. Agents can resume from last known state using task_id as recovery key. Critical for long-running CFN Loops.
732
- - **Tags**: recovery, redis, persistence, fault-tolerance, swarm-coordination
733
-
734
- ### STRAT-028: Modular Skill Architecture
735
- - **Confidence:** 0.91
736
- - **Priority:** 8
737
- - **Insight**: Decompose complex systems into independent skills (20 skills in CFN v3: task-classifier, playbook, validation-templates, etc.). Enables reuse, testing isolation, and incremental enhancement.
738
- - **Tags**: modularity, skills, architecture, reusability
739
- ## Sprint 10 Adaptive Context Lessons (Phase X - Defensive Programming)
740
-
741
- ### Defensive Programming Patterns
742
-
743
- #### PATTERN-025: Comprehensive File Validation
744
- - **Context**: Defensive File Handling
745
- - **Insight**: Implement comprehensive file validation techniques that go beyond basic existence checks. Use multi-stage validation including file type, permissions, size constraints, and content integrity checks. Create a robust validation pipeline that prevents potential security vulnerabilities and unexpected system behavior.
746
- - **Tags**: file-handling, defensive-programming, validation, security, system-integrity
747
- - **Confidence**: 0.92
748
- - **Priority**: 9/10
749
-
750
- #### PATTERN-026: Shell Strict Mode
751
- - **Context**: Bash Script Reliability
752
- - **Insight**: Enable shell strict mode using `set -euo pipefail` to create more robust and predictable shell scripts. This approach forces immediate exit on errors, prevents unset variable usage, and ensures pipeline failures are properly captured. Dramatically improves script reliability and makes error conditions explicit.
753
- - **Tags**: bash, shell-scripting, error-handling, defensive-programming, reliability
754
- - **Confidence**: 0.90
755
- - **Priority**: 9/10
756
-
757
- #### PATTERN-028: Process Group Management
758
- - **Context**: Background Process Handling
759
- - **Insight**: Implement comprehensive process group management techniques to ensure clean termination and resource cleanup. Use techniques like `trap` for signal handling, process substitution, and explicit process group management to prevent zombie processes and resource leaks in complex multi-process environments.
760
- - **Tags**: process-management, bash, background-processes, resource-cleanup, defensive-programming
761
- - **Confidence**: 0.86
762
- - **Priority**: 8/10
510
+ #### Process Management
511
+ - **Pattern**: Implement comprehensive process group management for clean termination and resource cleanup
512
+ - **Techniques**: Use `trap` for signal handling, process substitution, explicit process group management
513
+ - **Purpose**: Prevent zombie processes and resource leaks in multi-process environments