sinapse-ai 5.0.3 β†’ 5.0.5

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 (571) hide show
  1. package/.claude/hooks/slug-validation.py +1 -2
  2. package/.sinapse-ai/core/elicitation/workflow-elicitation.js +1 -1
  3. package/.sinapse-ai/core-config.yaml +1 -1
  4. package/.sinapse-ai/development/agents/analyst/MEMORY.md +1 -1
  5. package/.sinapse-ai/development/agents/analyst.md +6 -6
  6. package/.sinapse-ai/development/agents/architect/MEMORY.md +1 -1
  7. package/.sinapse-ai/development/agents/architect.md +11 -11
  8. package/.sinapse-ai/development/agents/data-engineer/MEMORY.md +1 -1
  9. package/.sinapse-ai/development/agents/data-engineer.md +7 -7
  10. package/.sinapse-ai/development/agents/dev/MEMORY.md +1 -1
  11. package/.sinapse-ai/development/agents/dev.md +11 -11
  12. package/.sinapse-ai/development/agents/devops/MEMORY.md +1 -1
  13. package/.sinapse-ai/development/agents/devops.md +9 -9
  14. package/.sinapse-ai/development/agents/pm/MEMORY.md +1 -1
  15. package/.sinapse-ai/development/agents/pm.md +8 -8
  16. package/.sinapse-ai/development/agents/po.md +6 -6
  17. package/.sinapse-ai/development/agents/qa/MEMORY.md +1 -1
  18. package/.sinapse-ai/development/agents/qa.md +7 -7
  19. package/.sinapse-ai/development/agents/sinapse-master.md +5 -5
  20. package/.sinapse-ai/development/agents/sm/MEMORY.md +1 -1
  21. package/.sinapse-ai/development/agents/sm.md +9 -9
  22. package/.sinapse-ai/development/agents/squad-creator.md +11 -11
  23. package/.sinapse-ai/development/agents/ux/MEMORY.md +1 -1
  24. package/.sinapse-ai/development/agents/ux-design-expert.md +8 -8
  25. package/.sinapse-ai/development/data/decision-heuristics-framework.md +9 -57
  26. package/.sinapse-ai/development/scripts/squad/squad-downloader.js +3 -3
  27. package/.sinapse-ai/development/scripts/squad/squad-publisher.js +2 -2
  28. package/.sinapse-ai/development/tasks/create-agent.md +3 -11
  29. package/.sinapse-ai/development/tasks/create-workflow.md +1 -1
  30. package/.sinapse-ai/development/tasks/environment-bootstrap.md +1 -1
  31. package/.sinapse-ai/development/tasks/pr-automation.md +2 -2
  32. package/.sinapse-ai/development/tasks/qa-after-creation.md +3 -3
  33. package/.sinapse-ai/development/tasks/squad-creator-download.md +2 -2
  34. package/.sinapse-ai/development/tasks/squad-creator-publish.md +4 -4
  35. package/.sinapse-ai/development/tasks/squad-creator-sync-sinapse.md +2 -2
  36. package/.sinapse-ai/development/tasks/update-sinapse.md +1 -1
  37. package/.sinapse-ai/docs/standards/OPEN-SOURCE-VS-SERVICE-DIFFERENCES.md +8 -8
  38. package/.sinapse-ai/docs/standards/SINAPSE-LIVRO-DE-OURO-V2.1-COMPLETE.md +9 -9
  39. package/.sinapse-ai/docs/standards/SINAPSE-LIVRO-DE-OURO-V2.2-SUMMARY.md +2 -2
  40. package/.sinapse-ai/infrastructure/scripts/llm-routing/templates/claude-free-tracked.cmd +1 -1
  41. package/.sinapse-ai/infrastructure/scripts/llm-routing/templates/deepseek-proxy.cmd +1 -1
  42. package/.sinapse-ai/infrastructure/scripts/llm-routing/templates/deepseek-usage.cmd +1 -1
  43. package/.sinapse-ai/package.json +3 -3
  44. package/.sinapse-ai/project-config.yaml +1 -1
  45. package/.sinapse-ai/schemas/squad-schema.json +1 -1
  46. package/.sinapse-ai/scripts/diagnostics/diagnose-installation.js +1 -1
  47. package/.sinapse-ai/scripts/update-sinapse.sh +1 -1
  48. package/.sinapse-ai/user-guide.md +3 -3
  49. package/LICENSE +1 -1
  50. package/README.en.md +8 -8
  51. package/README.md +8 -8
  52. package/bin/cli.js +4 -4
  53. package/bin/sinapse.js +1 -1
  54. package/docs/CHANGELOG.md +2 -2
  55. package/docs/community/README-community-snippet-core.md +13 -13
  56. package/docs/community/README-community-snippet-mcp.md +9 -9
  57. package/docs/community/README-community-snippet-squads.md +9 -9
  58. package/docs/community.md +21 -21
  59. package/docs/es/CHANGELOG.md +2 -2
  60. package/docs/es/agent-reference-guide.md +2 -2
  61. package/docs/es/api/squads-api.md +2 -2
  62. package/docs/es/architecture/ARCHITECTURE-INDEX.md +1 -1
  63. package/docs/es/architecture/adr/ADR-COLLAB-1-current-state-audit.md +5 -5
  64. package/docs/es/architecture/adr/ADR-COLLAB-2-proposed-configuration.md +30 -30
  65. package/docs/es/architecture/coding-standards.md +2 -2
  66. package/docs/es/architecture/contribution-workflow-research.md +7 -7
  67. package/docs/es/architecture/high-level-architecture.md +3 -3
  68. package/docs/es/architecture/multi-repo-strategy.md +8 -8
  69. package/docs/es/architecture/source-tree.md +7 -9
  70. package/docs/es/architecture/tech-stack.md +2 -2
  71. package/docs/es/community/README-community-snippet-core.md +13 -13
  72. package/docs/es/community/README-community-snippet-mcp.md +9 -9
  73. package/docs/es/community/README-community-snippet-squads.md +9 -9
  74. package/docs/es/community.md +21 -21
  75. package/docs/es/framework/README.md +4 -4
  76. package/docs/es/framework/coding-standards.md +2 -2
  77. package/docs/es/framework/source-tree.md +7 -9
  78. package/docs/es/framework/tech-stack.md +2 -2
  79. package/docs/es/git-workflow-guide.md +1 -1
  80. package/docs/es/guides/contributing-squads.md +4 -4
  81. package/docs/es/guides/development-setup.md +7 -7
  82. package/docs/es/guides/installation-troubleshooting.md +5 -5
  83. package/docs/es/guides/llm-routing.md +1 -1
  84. package/docs/es/guides/security-hardening.md +1 -1
  85. package/docs/es/guides/squads-guide.md +7 -7
  86. package/docs/es/guides/squads-overview.md +4 -4
  87. package/docs/es/guides/user-guide.md +3 -3
  88. package/docs/es/how-to-contribute-with-pull-requests.md +5 -5
  89. package/docs/es/installation/README.md +2 -2
  90. package/docs/es/installation/faq.md +3 -3
  91. package/docs/es/installation/linux.md +3 -3
  92. package/docs/es/installation/macos.md +2 -2
  93. package/docs/es/installation/troubleshooting.md +2 -2
  94. package/docs/es/installation/v4-quick-start.md +4 -4
  95. package/docs/es/installation/windows.md +3 -3
  96. package/docs/es/migration-guide.md +1 -1
  97. package/docs/es/npx-install.md +1 -1
  98. package/docs/es/roadmap.md +5 -5
  99. package/docs/es/security-best-practices.md +1 -1
  100. package/docs/es/security.md +4 -4
  101. package/docs/es/specifications/docs-agent-technical-specification.md +1 -1
  102. package/docs/es/uninstallation.md +2 -2
  103. package/docs/framework/README.md +4 -4
  104. package/docs/framework/coding-standards.md +2 -2
  105. package/docs/framework/source-tree.md +7 -9
  106. package/docs/framework/tech-stack.md +2 -2
  107. package/docs/git-workflow-guide.md +1 -1
  108. package/docs/guides/MEMORY-SYSTEM.md +1 -5
  109. package/docs/guides/agents/SQUAD-CREATOR-SYSTEM.md +2 -2
  110. package/docs/guides/agents/traces/squad-creation-execution-trace.md +2 -2
  111. package/docs/guides/contributing-squads.md +4 -4
  112. package/docs/guides/development-setup.md +7 -7
  113. package/docs/guides/installation-troubleshooting.md +5 -5
  114. package/docs/guides/llm-routing.md +1 -1
  115. package/docs/guides/pro/install-gate-setup.md +3 -3
  116. package/docs/guides/security-hardening.md +1 -1
  117. package/docs/guides/squads-guide.md +7 -7
  118. package/docs/guides/squads-overview.md +4 -4
  119. package/docs/guides/user-guide.md +3 -3
  120. package/docs/guides/workflows/pro-developer-workflow.md +5 -5
  121. package/docs/guides/workflows/xref-phase3-scripts.md +1 -1
  122. package/docs/how-to-contribute-with-pull-requests.md +5 -5
  123. package/docs/installation/README.md +2 -2
  124. package/docs/installation/faq.md +3 -3
  125. package/docs/installation/linux.md +4 -4
  126. package/docs/installation/macos.md +2 -2
  127. package/docs/installation/troubleshooting.md +2 -2
  128. package/docs/installation/v4-quick-start.md +4 -4
  129. package/docs/installation/windows.md +3 -3
  130. package/docs/legal/privacy.md +6 -6
  131. package/docs/legal/terms.md +9 -9
  132. package/docs/npx-install.md +1 -1
  133. package/docs/pt/CHANGELOG.md +2 -2
  134. package/docs/pt/agent-reference-guide.md +2 -2
  135. package/docs/pt/api/squads-api.md +2 -2
  136. package/docs/pt/architecture/ARCHITECTURE-INDEX.md +1 -1
  137. package/docs/pt/architecture/adr/ADR-COLLAB-1-current-state-audit.md +5 -5
  138. package/docs/pt/architecture/adr/ADR-COLLAB-2-proposed-configuration.md +30 -30
  139. package/docs/pt/architecture/coding-standards.md +2 -2
  140. package/docs/pt/architecture/contribution-workflow-research.md +7 -7
  141. package/docs/pt/architecture/high-level-architecture.md +3 -3
  142. package/docs/pt/architecture/multi-repo-strategy.md +8 -8
  143. package/docs/pt/architecture/source-tree.md +7 -9
  144. package/docs/pt/architecture/tech-stack.md +2 -2
  145. package/docs/pt/code-of-conduct.md +2 -2
  146. package/docs/pt/community/README-community-snippet-core.md +13 -13
  147. package/docs/pt/community/README-community-snippet-mcp.md +9 -9
  148. package/docs/pt/community/README-community-snippet-squads.md +9 -9
  149. package/docs/pt/community.md +21 -21
  150. package/docs/pt/contributing.md +4 -4
  151. package/docs/pt/framework/README.md +4 -4
  152. package/docs/pt/framework/coding-standards.md +2 -2
  153. package/docs/pt/framework/source-tree.md +7 -9
  154. package/docs/pt/framework/tech-stack.md +2 -2
  155. package/docs/pt/git-workflow-guide.md +1 -1
  156. package/docs/pt/guides/contributing-squads.md +4 -4
  157. package/docs/pt/guides/development-setup.md +7 -7
  158. package/docs/pt/guides/installation-troubleshooting.md +5 -5
  159. package/docs/pt/guides/llm-routing.md +1 -1
  160. package/docs/pt/guides/security-hardening.md +1 -1
  161. package/docs/pt/guides/squads-guide.md +7 -7
  162. package/docs/pt/guides/squads-overview.md +4 -4
  163. package/docs/pt/guides/user-guide.md +3 -3
  164. package/docs/pt/how-to-contribute-with-pull-requests.md +5 -5
  165. package/docs/pt/installation/README.md +2 -2
  166. package/docs/pt/installation/faq.md +3 -3
  167. package/docs/pt/installation/linux.md +3 -3
  168. package/docs/pt/installation/macos.md +2 -2
  169. package/docs/pt/installation/troubleshooting.md +2 -2
  170. package/docs/pt/installation/v4-quick-start.md +4 -4
  171. package/docs/pt/installation/windows.md +3 -3
  172. package/docs/pt/migration-guide.md +1 -1
  173. package/docs/pt/npx-install.md +1 -1
  174. package/docs/pt/roadmap.md +5 -5
  175. package/docs/pt/security-best-practices.md +1 -1
  176. package/docs/pt/security.md +4 -4
  177. package/docs/pt/specifications/docs-agent-technical-specification.md +1 -1
  178. package/docs/pt/uninstallation.md +2 -2
  179. package/docs/roadmap.md +5 -5
  180. package/docs/security-best-practices.md +1 -1
  181. package/docs/security.md +4 -4
  182. package/docs/sinapse-agent-flows/squad-creator-system.md +2 -2
  183. package/docs/uninstallation.md +2 -2
  184. package/docs/zh/CHANGELOG.md +2 -2
  185. package/docs/zh/agent-reference-guide.md +2 -2
  186. package/docs/zh/api/squads-api.md +2 -2
  187. package/docs/zh/architecture/ARCHITECTURE-INDEX.md +1 -1
  188. package/docs/zh/architecture/SINAPSE-VISUAL-OVERVIEW.md +3 -3
  189. package/docs/zh/architecture/adr/ADR-COLLAB-1-current-state-audit.md +5 -5
  190. package/docs/zh/architecture/adr/ADR-COLLAB-2-proposed-configuration.md +30 -30
  191. package/docs/zh/architecture/coding-standards.md +2 -2
  192. package/docs/zh/architecture/contribution-workflow-research.md +7 -7
  193. package/docs/zh/architecture/high-level-architecture.md +3 -3
  194. package/docs/zh/architecture/multi-repo-strategy.md +3 -3
  195. package/docs/zh/architecture/source-tree.md +7 -9
  196. package/docs/zh/architecture/tech-stack.md +2 -2
  197. package/docs/zh/code-of-conduct.md +1 -1
  198. package/docs/zh/community/README-community-snippet-core.md +13 -13
  199. package/docs/zh/community/README-community-snippet-mcp.md +9 -9
  200. package/docs/zh/community/README-community-snippet-squads.md +9 -9
  201. package/docs/zh/community.md +21 -21
  202. package/docs/zh/contributing.md +6 -6
  203. package/docs/zh/framework/README.md +4 -4
  204. package/docs/zh/framework/coding-standards.md +2 -2
  205. package/docs/zh/framework/source-tree.md +7 -9
  206. package/docs/zh/framework/tech-stack.md +2 -2
  207. package/docs/zh/git-workflow-guide.md +1 -1
  208. package/docs/zh/guides/MEMORY-SYSTEM.md +1 -5
  209. package/docs/zh/guides/contributing-squads.md +4 -4
  210. package/docs/zh/guides/development-setup.md +2 -2
  211. package/docs/zh/guides/installation-troubleshooting.md +5 -5
  212. package/docs/zh/guides/llm-routing.md +1 -1
  213. package/docs/zh/how-to-contribute-with-pull-requests.md +5 -5
  214. package/docs/zh/installation/README.md +2 -2
  215. package/docs/zh/installation/faq.md +3 -3
  216. package/docs/zh/installation/linux.md +4 -4
  217. package/docs/zh/installation/macos.md +2 -2
  218. package/docs/zh/installation/troubleshooting.md +2 -2
  219. package/docs/zh/installation/windows.md +3 -3
  220. package/docs/zh/security.md +3 -3
  221. package/docs/zh/sinapse-agent-flows/squad-creator-system.md +2 -2
  222. package/docs/zh/uninstallation.md +2 -2
  223. package/package.json +4 -4
  224. package/packages/gemini-sinapse-extension/README.md +1 -1
  225. package/packages/gemini-sinapse-extension/extension.json +1 -1
  226. package/packages/gemini-sinapse-extension/gemini-extension.json +1 -1
  227. package/packages/installer/src/wizard/i18n.js +3 -3
  228. package/packages/installer/src/wizard/pro-setup.js +2 -2
  229. package/packages/installer/src/wizard/validation/report-generator.js +1 -1
  230. package/packages/installer/src/wizard/validation/troubleshooting-system.js +13 -13
  231. package/packages/sinapse-install/README.md +2 -2
  232. package/packages/sinapse-install/package.json +3 -3
  233. package/packages/sinapse-pro-cli/package.json +2 -2
  234. package/scripts/sinapse-patch.js +1 -1
  235. package/sinapse/agents/sinapse-master.md +50 -50
  236. package/sinapse/knowledge-base/routing-catalog.md +15 -15
  237. package/sinapse/tasks/compose-multi-squad-plan.md +5 -5
  238. package/sinapse/tasks/diagnose-and-route.md +14 -14
  239. package/sinapse/tasks/onboard-user.md +1 -1
  240. package/sinapse/tasks/squad-status-report.md +15 -15
  241. package/sinapse/tasks/strategic-brief.md +1 -1
  242. package/squads/squad-animations/agents/animation-interpreter.md +1 -1
  243. package/squads/squad-animations/agents/{ca-orchestrator.md β†’ animations-orqx.md} +2 -2
  244. package/squads/squad-animations/squad.yaml +2 -2
  245. package/squads/squad-animations/tasks/audit-animation-performance.md +1 -1
  246. package/squads/squad-animations/tasks/build-animation-brief.md +2 -2
  247. package/squads/squad-animations/tasks/build-motion-guidelines.md +1 -1
  248. package/squads/squad-animations/tasks/coordinate-multi-agent-delivery.md +2 -2
  249. package/squads/squad-animations/tasks/create-custom-shader.md +1 -1
  250. package/squads/squad-animations/tasks/design-animation-timing.md +1 -1
  251. package/squads/squad-animations/tasks/generate-animation-report.md +2 -2
  252. package/squads/squad-animations/tasks/interpret-animation-prompt.md +2 -2
  253. package/squads/squad-animations/tasks/manage-animation-pipeline.md +2 -2
  254. package/squads/squad-animations/tasks/orchestrate-animation-project.md +2 -2
  255. package/squads/squad-animations/tasks/refine-animation-specification.md +1 -1
  256. package/squads/squad-animations/tasks/review-animation-quality.md +3 -3
  257. package/squads/squad-animations/tasks/setup-performance-monitoring.md +1 -1
  258. package/squads/squad-animations/tasks/setup-threejs-scene.md +1 -1
  259. package/squads/squad-animations/tasks/validate-animation-feasibility.md +1 -1
  260. package/squads/squad-animations/workflows/animation-quality-review-cycle.yaml +3 -3
  261. package/squads/squad-animations/workflows/prompt-to-animation-cycle.yaml +3 -3
  262. package/squads/squad-brand/README.md +2 -2
  263. package/squads/squad-brand/agents/brand-archetype-strategist.md +1 -1
  264. package/squads/squad-brand/agents/brand-auditor.md +1 -1
  265. package/squads/squad-brand/agents/brand-collateral-designer.md +1 -1
  266. package/squads/squad-brand/agents/brand-compiler.md +2 -2
  267. package/squads/squad-brand/agents/brand-creative-engineer.md +1 -1
  268. package/squads/squad-brand/agents/brand-culture-architect.md +1 -1
  269. package/squads/squad-brand/agents/brand-growth-strategist.md +1 -1
  270. package/squads/squad-brand/agents/brand-motion-vfx.md +1 -1
  271. package/squads/squad-brand/agents/brand-naming-specialist.md +1 -1
  272. package/squads/squad-brand/agents/{brand-orchestrator.md β†’ brand-orqx.md} +3 -3
  273. package/squads/squad-brand/agents/brand-positioning-strategist.md +1 -1
  274. package/squads/squad-brand/agents/brand-sonic-designer.md +1 -1
  275. package/squads/squad-brand/agents/brand-strategist.md +1 -1
  276. package/squads/squad-brand/squad.yaml +1 -1
  277. package/squads/squad-brand/tasks/define-growth-strategy.md +2 -2
  278. package/squads/squad-brand/tasks/design-community-architecture.md +2 -2
  279. package/squads/squad-brand/tasks/manage-phase-transition.md +2 -2
  280. package/squads/squad-brand/tasks/orchestrate-brand-project.md +2 -2
  281. package/squads/squad-brand/workflows/brand-application-cycle.yaml +3 -3
  282. package/squads/squad-brand/workflows/brand-diagnosis-cycle.yaml +3 -3
  283. package/squads/squad-brand/workflows/client-idv-delivery-cycle.yaml +2 -2
  284. package/squads/squad-brand/workflows/zero-to-brand-system-cycle.yaml +2 -2
  285. package/squads/squad-claude/agents/{cm-orchestrator.md β†’ claude-orqx.md} +2 -2
  286. package/squads/squad-claude/agents/project-integrator.md +1 -1
  287. package/squads/squad-claude/agents/{swarm-orchestrator.md β†’ swarm-orqx.md} +1 -1
  288. package/squads/squad-claude/squad.yaml +1 -1
  289. package/squads/squad-claude/tasks/audit-setup.md +1 -1
  290. package/squads/squad-claude/tasks/create-team-topology.md +1 -1
  291. package/squads/squad-claude/tasks/diagnose.md +1 -1
  292. package/squads/squad-claude/tasks/end-to-end-ai-workflow.md +1 -1
  293. package/squads/squad-claude/tasks/human-in-the-loop-design.md +1 -1
  294. package/squads/squad-claude/tasks/multi-agent-orchestration.md +1 -1
  295. package/squads/squad-claude/tasks/parallel-decomposition.md +1 -1
  296. package/squads/squad-claude/tasks/setup-wizard.md +1 -1
  297. package/squads/squad-claude/tasks/worktree-strategy.md +1 -1
  298. package/squads/squad-claude/workflows/optimization-cycle.yaml +2 -2
  299. package/squads/squad-claude/workflows/project-setup-cycle.yaml +2 -2
  300. package/squads/squad-cloning/agents/agent-forger.md +1 -1
  301. package/squads/squad-cloning/agents/{clone-orchestrator.md β†’ cloning-orqx.md} +4 -4
  302. package/squads/squad-cloning/agents/cognitive-extractor.md +1 -1
  303. package/squads/squad-cloning/agents/content-capturer.md +1 -1
  304. package/squads/squad-cloning/agents/kb-architect.md +1 -1
  305. package/squads/squad-cloning/agents/mind-synthesizer.md +1 -1
  306. package/squads/squad-cloning/agents/source-hunter.md +2 -2
  307. package/squads/squad-cloning/agents/squad-assembler.md +1 -1
  308. package/squads/squad-cloning/squad.yaml +2 -2
  309. package/squads/squad-cloning/tasks/assign-content-class.md +2 -2
  310. package/squads/squad-cloning/tasks/escalate-quality-issues.md +2 -2
  311. package/squads/squad-cloning/tasks/finalize-clone-delivery.md +2 -2
  312. package/squads/squad-cloning/tasks/initiate-clone-project.md +2 -2
  313. package/squads/squad-cloning/tasks/monitor-pipeline-progress.md +2 -2
  314. package/squads/squad-cloning/workflows/full-clone-pipeline.yaml +1 -1
  315. package/squads/squad-cloning/workflows/quality-validation-cycle.yaml +2 -2
  316. package/squads/squad-cloning/workflows/source-discovery-cycle.yaml +2 -2
  317. package/squads/squad-cloning/workflows/tier1-kb-only.yaml +1 -1
  318. package/squads/squad-cloning/workflows/tier2-consultant.yaml +1 -1
  319. package/squads/squad-cloning/workflows/tier3-full-clone.yaml +1 -1
  320. package/squads/squad-commercial/agents/{cs-orchestrator.md β†’ commercial-orqx.md} +1 -1
  321. package/squads/squad-commercial/knowledge-base/routing-catalog.md +4 -4
  322. package/squads/squad-commercial/squad.yaml +2 -2
  323. package/squads/squad-commercial/tasks/conduct-commercial-retrospective.md +2 -2
  324. package/squads/squad-commercial/tasks/conduct-deal-review.md +2 -2
  325. package/squads/squad-commercial/tasks/coordinate-revenue-cycle.md +2 -2
  326. package/squads/squad-commercial/tasks/create-commercial-brief.md +3 -3
  327. package/squads/squad-commercial/tasks/manage-commercial-handoffs.md +2 -2
  328. package/squads/squad-commercial/tasks/manage-pipeline-forecast.md +2 -2
  329. package/squads/squad-commercial/tasks/run-quarterly-commercial-review.md +2 -2
  330. package/squads/squad-commercial/tasks/select-commercial-workflow.md +2 -2
  331. package/squads/squad-commercial/workflows/churn-prevention-protocol.yaml +3 -3
  332. package/squads/squad-commercial/workflows/client-onboarding-activation.yaml +1 -1
  333. package/squads/squad-commercial/workflows/expansion-revenue-cycle.yaml +1 -1
  334. package/squads/squad-commercial/workflows/new-offer-launch.yaml +1 -1
  335. package/squads/squad-commercial/workflows/quarterly-commercial-review.yaml +5 -5
  336. package/squads/squad-commercial/workflows/revenue-forecasting-cycle.yaml +2 -2
  337. package/squads/squad-content/agents/content-analyst.md +2 -2
  338. package/squads/squad-content/agents/content-engineer.md +1 -1
  339. package/squads/squad-content/agents/content-governor.md +1 -1
  340. package/squads/squad-content/agents/{content-orchestrator.md β†’ content-orqx.md} +3 -3
  341. package/squads/squad-content/agents/editorial-strategist.md +2 -2
  342. package/squads/squad-content/agents/platform-specialist.md +1 -1
  343. package/squads/squad-content/agents/signal-intelligence.md +2 -2
  344. package/squads/squad-content/checklists/editorial-planning-checklist.md +1 -1
  345. package/squads/squad-content/checklists/onboarding-setup-checklist.md +1 -1
  346. package/squads/squad-content/knowledge-base/routing-catalog.md +1 -1
  347. package/squads/squad-content/squad.yaml +1 -1
  348. package/squads/squad-content/tasks/alert-opportunity-windows.md +3 -3
  349. package/squads/squad-content/tasks/analyze-content-performance.md +2 -2
  350. package/squads/squad-content/tasks/batch-content-production.md +1 -1
  351. package/squads/squad-content/tasks/benchmark-against-competitors.md +1 -1
  352. package/squads/squad-content/tasks/coordinate-cross-squad.md +2 -2
  353. package/squads/squad-content/tasks/create-content-governance.md +1 -1
  354. package/squads/squad-content/tasks/create-editorial-calendar.md +1 -1
  355. package/squads/squad-content/tasks/curate-ugc-signals.md +2 -2
  356. package/squads/squad-content/tasks/define-big-idea.md +1 -1
  357. package/squads/squad-content/tasks/define-content-kpis.md +1 -1
  358. package/squads/squad-content/tasks/flag-content-for-amplification.md +2 -2
  359. package/squads/squad-content/tasks/generate-content-report.md +3 -3
  360. package/squads/squad-content/tasks/manage-content-sprint.md +2 -2
  361. package/squads/squad-content/tasks/measure-content-roi.md +3 -3
  362. package/squads/squad-content/tasks/orchestrate-content-pipeline.md +2 -2
  363. package/squads/squad-content/tasks/plan-content-sprint.md +3 -3
  364. package/squads/squad-content/tasks/predict-content-performance.md +2 -2
  365. package/squads/squad-content/tasks/scan-daily-signals.md +1 -1
  366. package/squads/squad-content/tasks/triage-content-requests.md +2 -2
  367. package/squads/squad-content/tasks/triage-urgent-signal.md +2 -2
  368. package/squads/squad-content/templates/signal-alert-template.md +1 -1
  369. package/squads/squad-content/templates/weekly-briefing-template.md +1 -1
  370. package/squads/squad-content/workflows/content-audit-cycle.yaml +1 -1
  371. package/squads/squad-content/workflows/content-creation-cycle.yaml +2 -2
  372. package/squads/squad-content/workflows/editorial-planning-cycle.yaml +2 -2
  373. package/squads/squad-content/workflows/onboarding-content-cycle.yaml +2 -2
  374. package/squads/squad-content/workflows/performance-feedback-loop.yaml +2 -2
  375. package/squads/squad-content/workflows/signal-to-content-cycle.yaml +2 -2
  376. package/squads/squad-copy/agents/copy-orqx.md +144 -0
  377. package/squads/squad-copy/squad.yaml +7 -0
  378. package/squads/squad-council/agents/{council-orchestrator.md β†’ council-orqx.md} +1 -1
  379. package/squads/squad-council/squad.yaml +2 -2
  380. package/squads/squad-council/tasks/conduct-business-audit.md +2 -2
  381. package/squads/squad-council/tasks/convene-council-session.md +2 -2
  382. package/squads/squad-council/tasks/convene-panel.md +2 -2
  383. package/squads/squad-council/tasks/diagnose-and-route.md +2 -2
  384. package/squads/squad-council/tasks/evaluate-scaling-decision.md +2 -2
  385. package/squads/squad-council/tasks/resolve-culture-crisis.md +2 -2
  386. package/squads/squad-council/tasks/run-decision-framework.md +2 -2
  387. package/squads/squad-council/tasks/synthesize-perspectives.md +2 -2
  388. package/squads/squad-council/workflows/business-audit-cycle.yaml +7 -7
  389. package/squads/squad-council/workflows/strategic-advisory-session.yaml +7 -7
  390. package/squads/squad-courses/agents/assessment-creator.md +1 -1
  391. package/squads/squad-courses/agents/content-writer.md +1 -1
  392. package/squads/squad-courses/agents/{course-orchestrator.md β†’ courses-orqx.md} +3 -3
  393. package/squads/squad-courses/agents/curriculum-designer.md +1 -1
  394. package/squads/squad-courses/agents/launch-strategist.md +2 -2
  395. package/squads/squad-courses/agents/production-director.md +1 -1
  396. package/squads/squad-courses/agents/slide-designer.md +1 -1
  397. package/squads/squad-courses/squad.yaml +2 -2
  398. package/squads/squad-courses/tasks/define-course-scope.md +2 -2
  399. package/squads/squad-courses/tasks/finalize-course-delivery.md +2 -2
  400. package/squads/squad-courses/tasks/initiate-course-project.md +2 -2
  401. package/squads/squad-courses/tasks/monitor-course-progress.md +2 -2
  402. package/squads/squad-courses/tasks/review-course-quality.md +2 -2
  403. package/squads/squad-cybersecurity/agents/{cyber-orchestrator.md β†’ cyber-orqx.md} +1 -1
  404. package/squads/squad-cybersecurity/knowledge-base/routing-catalog.md +2 -2
  405. package/squads/squad-cybersecurity/squad.yaml +1 -1
  406. package/squads/squad-cybersecurity/tasks/alert-triage-workflow.md +1 -1
  407. package/squads/squad-cybersecurity/tasks/attack-surface-mapping.md +1 -1
  408. package/squads/squad-cybersecurity/tasks/cloud-security-posture-review.md +1 -1
  409. package/squads/squad-cybersecurity/tasks/dns-security-hardening.md +1 -1
  410. package/squads/squad-cybersecurity/tasks/iam-policy-audit.md +1 -1
  411. package/squads/squad-cybersecurity/tasks/log-analysis-playbook.md +1 -1
  412. package/squads/squad-cybersecurity/tasks/network-segmentation-design.md +1 -1
  413. package/squads/squad-cybersecurity/tasks/risk-scoring-matrix.md +1 -1
  414. package/squads/squad-cybersecurity/tasks/siem-rule-creation.md +1 -1
  415. package/squads/squad-cybersecurity/tasks/social-engineering-assessment.md +1 -1
  416. package/squads/squad-cybersecurity/tasks/supply-chain-risk-assessment.md +1 -1
  417. package/squads/squad-cybersecurity/tasks/threat-intelligence-feed-setup.md +1 -1
  418. package/squads/squad-cybersecurity/tasks/threat-landscape-report.md +1 -1
  419. package/squads/squad-cybersecurity/tasks/triage-security-request.md +1 -1
  420. package/squads/squad-cybersecurity/tasks/wireless-security-assessment.md +1 -1
  421. package/squads/squad-cybersecurity/workflows/security-audit-workflow.yaml +2 -2
  422. package/squads/squad-design/agents/{dx-orchestrator.md β†’ design-orqx.md} +1 -1
  423. package/squads/squad-design/knowledge-base/routing-catalog.md +2 -2
  424. package/squads/squad-design/squad.yaml +1 -1
  425. package/squads/squad-design/tasks/classify-project-type.md +2 -2
  426. package/squads/squad-design/tasks/conduct-dx-quality-gate.md +2 -2
  427. package/squads/squad-design/tasks/conduct-dx-retrospective.md +2 -2
  428. package/squads/squad-design/tasks/create-dx-brief.md +2 -2
  429. package/squads/squad-design/tasks/manage-cross-squad-handoffs.md +2 -2
  430. package/squads/squad-design/tasks/orchestrate-dx-pipeline.md +2 -2
  431. package/squads/squad-design/tasks/plan-multi-phase-delivery.md +2 -2
  432. package/squads/squad-design/tasks/select-workflow.md +2 -2
  433. package/squads/squad-design/workflows/a11y-compliance-cycle.yaml +1 -1
  434. package/squads/squad-design/workflows/design-system-build-cycle.yaml +1 -1
  435. package/squads/squad-design/workflows/landing-page-sprint.yaml +1 -1
  436. package/squads/squad-design/workflows/performance-remediation-cycle.yaml +1 -1
  437. package/squads/squad-design/workflows/ux-research-sprint.yaml +1 -1
  438. package/squads/squad-design/workflows/zero-to-digital-product-cycle.yaml +1 -1
  439. package/squads/squad-finance/agents/budget-controller.md +1 -1
  440. package/squads/squad-finance/agents/{fi-orchestrator.md β†’ finance-orqx.md} +1 -1
  441. package/squads/squad-finance/agents/pricing-strategist.md +1 -1
  442. package/squads/squad-finance/agents/profitability-analyst.md +1 -1
  443. package/squads/squad-finance/agents/revenue-analyst.md +1 -1
  444. package/squads/squad-finance/checklists/pricing-design-checklist.md +1 -1
  445. package/squads/squad-finance/knowledge-base/routing-catalog.md +3 -3
  446. package/squads/squad-finance/squad.yaml +2 -2
  447. package/squads/squad-finance/tasks/analyze-budget-variance.md +1 -1
  448. package/squads/squad-finance/tasks/analyze-client-profitability.md +1 -1
  449. package/squads/squad-finance/tasks/analyze-payment-patterns.md +1 -1
  450. package/squads/squad-finance/tasks/analyze-price-sensitivity.md +1 -1
  451. package/squads/squad-finance/tasks/analyze-revenue-concentration.md +1 -1
  452. package/squads/squad-finance/tasks/analyze-revenue-per-employee.md +1 -1
  453. package/squads/squad-finance/tasks/analyze-revenue-waterfall.md +1 -1
  454. package/squads/squad-finance/tasks/analyze-spending-patterns.md +1 -1
  455. package/squads/squad-finance/tasks/analyze-unit-economics.md +1 -1
  456. package/squads/squad-finance/tasks/benchmark-competitor-pricing.md +1 -1
  457. package/squads/squad-finance/tasks/benchmark-profitability-metrics.md +1 -1
  458. package/squads/squad-finance/tasks/calculate-cost-per-delivery.md +1 -1
  459. package/squads/squad-finance/tasks/calculate-project-profitability.md +1 -1
  460. package/squads/squad-finance/tasks/calculate-team-cost-efficiency.md +1 -1
  461. package/squads/squad-finance/tasks/coordinate-quarterly-review.md +2 -2
  462. package/squads/squad-finance/tasks/create-annual-budget.md +1 -1
  463. package/squads/squad-finance/tasks/design-service-tiers.md +1 -1
  464. package/squads/squad-finance/tasks/forecast-cash-flow.md +1 -1
  465. package/squads/squad-finance/tasks/forecast-revenue-by-client.md +1 -1
  466. package/squads/squad-finance/tasks/forecast-revenue-pipeline.md +1 -1
  467. package/squads/squad-finance/tasks/generate-budget-pacing-report.md +1 -1
  468. package/squads/squad-finance/tasks/generate-executive-dashboard.md +2 -2
  469. package/squads/squad-finance/tasks/generate-revenue-report.md +1 -1
  470. package/squads/squad-finance/tasks/manage-cost-centers.md +1 -1
  471. package/squads/squad-finance/tasks/manage-financial-calendar.md +2 -2
  472. package/squads/squad-finance/tasks/manage-revenue-recognition.md +1 -1
  473. package/squads/squad-finance/tasks/model-pricing-scenario.md +1 -1
  474. package/squads/squad-finance/tasks/optimize-collection-process.md +1 -1
  475. package/squads/squad-finance/tasks/optimize-rate-realization.md +1 -1
  476. package/squads/squad-finance/tasks/optimize-vendor-costs.md +1 -1
  477. package/squads/squad-finance/tasks/orchestrate-financial-analysis.md +2 -2
  478. package/squads/squad-finance/tasks/prepare-financial-operations-report.md +1 -1
  479. package/squads/squad-finance/tasks/reconcile-invoicing.md +1 -1
  480. package/squads/squad-finance/tasks/run-monthly-p-and-l.md +1 -1
  481. package/squads/squad-finance/tasks/run-quarterly-financial-review.md +2 -2
  482. package/squads/squad-finance/tasks/simulate-pricing-impact.md +1 -1
  483. package/squads/squad-finance/tasks/track-accounts-receivable.md +1 -1
  484. package/squads/squad-finance/tasks/track-budget-vs-actual.md +1 -1
  485. package/squads/squad-finance/tasks/track-monthly-budget.md +1 -1
  486. package/squads/squad-finance/tasks/track-pricing-performance.md +1 -1
  487. package/squads/squad-finance/tasks/track-recurring-revenue.md +1 -1
  488. package/squads/squad-finance/tasks/triage-financial-alerts.md +2 -2
  489. package/squads/squad-finance/workflows/client-profitability-audit.yaml +2 -2
  490. package/squads/squad-finance/workflows/monthly-financial-cycle.yaml +2 -2
  491. package/squads/squad-finance/workflows/pricing-design-cycle.yaml +2 -2
  492. package/squads/squad-finance/workflows/quarterly-financial-review.yaml +2 -2
  493. package/squads/squad-growth/agents/{ga-orchestrator.md β†’ growth-orqx.md} +4 -4
  494. package/squads/squad-growth/knowledge-base/routing-catalog.md +2 -2
  495. package/squads/squad-growth/squad.yaml +2 -2
  496. package/squads/squad-growth/tasks/classify-analytics-maturity.md +2 -2
  497. package/squads/squad-growth/tasks/conduct-data-quality-gate.md +2 -2
  498. package/squads/squad-growth/tasks/conduct-growth-retrospective.md +2 -2
  499. package/squads/squad-growth/tasks/create-growth-brief.md +2 -2
  500. package/squads/squad-growth/tasks/manage-growth-handoffs.md +2 -2
  501. package/squads/squad-growth/tasks/orchestrate-growth-pipeline.md +2 -2
  502. package/squads/squad-growth/tasks/plan-experimentation-roadmap.md +2 -2
  503. package/squads/squad-growth/tasks/select-growth-workflow.md +2 -2
  504. package/squads/squad-growth/workflows/analytics-instrumentation-pipeline.yaml +2 -2
  505. package/squads/squad-growth/workflows/full-growth-analytics-cycle.yaml +3 -3
  506. package/squads/squad-growth/workflows/growth-experiment-loop.yaml +1 -1
  507. package/squads/squad-paidmedia/agents/{pm-orchestrator.md β†’ paidmedia-orqx.md} +2 -2
  508. package/squads/squad-paidmedia/knowledge-base/routing-catalog.md +2 -2
  509. package/squads/squad-paidmedia/squad.yaml +2 -2
  510. package/squads/squad-paidmedia/tasks/allocate-cross-channel-budget.md +2 -2
  511. package/squads/squad-paidmedia/tasks/coordinate-cross-channel-strategy.md +2 -2
  512. package/squads/squad-paidmedia/tasks/generate-performance-report.md +2 -2
  513. package/squads/squad-paidmedia/tasks/manage-scaling-roadmap.md +2 -2
  514. package/squads/squad-paidmedia/tasks/orchestrate-campaign-launch.md +2 -2
  515. package/squads/squad-paidmedia/tasks/triage-campaign-issues.md +2 -2
  516. package/squads/squad-paidmedia/workflows/account-audit-cycle.yaml +2 -2
  517. package/squads/squad-paidmedia/workflows/campaign-launch-cycle.yaml +3 -3
  518. package/squads/squad-paidmedia/workflows/scaling-sprint.yaml +2 -2
  519. package/squads/squad-product/agents/{ps-orchestrator.md β†’ product-orqx.md} +5 -5
  520. package/squads/squad-product/knowledge-base/routing-catalog.md +4 -4
  521. package/squads/squad-product/squad.yaml +2 -2
  522. package/squads/squad-product/tasks/conduct-quarterly-roadmap-review.md +2 -2
  523. package/squads/squad-product/tasks/create-product-onboarding-runbook.md +1 -1
  524. package/squads/squad-product/tasks/define-product-okrs.md +2 -2
  525. package/squads/squad-product/tasks/facilitate-product-retrospective.md +2 -2
  526. package/squads/squad-product/tasks/facilitate-sprint-planning.md +2 -2
  527. package/squads/squad-product/tasks/generate-product-health-report.md +2 -2
  528. package/squads/squad-product/tasks/initiate-product-handoff.md +2 -2
  529. package/squads/squad-product/tasks/manage-stakeholder-communication.md +2 -2
  530. package/squads/squad-product/tasks/orchestrate-product-discovery.md +2 -2
  531. package/squads/squad-product/tasks/run-backlog-prioritization.md +2 -2
  532. package/squads/squad-product/tasks/run-sprint-planning-session.md +1 -1
  533. package/squads/squad-product/tasks/triage-client-request.md +2 -2
  534. package/squads/squad-product/workflows/client-roadmap-alignment-cycle.yaml +2 -2
  535. package/squads/squad-product/workflows/product-discovery-cycle.yaml +1 -1
  536. package/squads/squad-product/workflows/product-handoff-cycle.yaml +3 -3
  537. package/squads/squad-product/workflows/product-strategy-definition-cycle.yaml +2 -2
  538. package/squads/squad-product/workflows/story-development-delivery-cycle.yaml +2 -2
  539. package/squads/squad-research/agents/audience-intelligence.md +1 -1
  540. package/squads/squad-research/agents/competitive-intelligence.md +1 -1
  541. package/squads/squad-research/agents/data-synthesizer.md +1 -1
  542. package/squads/squad-research/agents/deep-researcher.md +1 -1
  543. package/squads/squad-research/agents/market-analyst.md +1 -1
  544. package/squads/squad-research/agents/{research-orchestrator.md β†’ research-orqx.md} +4 -4
  545. package/squads/squad-research/agents/trend-forecaster.md +1 -1
  546. package/squads/squad-research/knowledge-base/routing-catalog.md +3 -3
  547. package/squads/squad-research/preferences/README.md +1 -1
  548. package/squads/squad-research/squad.yaml +2 -2
  549. package/squads/squad-research/tasks/build-audience-persona.md +1 -1
  550. package/squads/squad-research/tasks/conduct-jobs-to-be-done.md +1 -1
  551. package/squads/squad-research/tasks/coordinate-cross-squad-research.md +3 -3
  552. package/squads/squad-research/tasks/manage-research-sprint.md +3 -3
  553. package/squads/squad-research/tasks/map-competitive-landscape.md +1 -1
  554. package/squads/squad-research/tasks/orchestrate-research-pipeline.md +3 -3
  555. package/squads/squad-research/tasks/prioritize-research-requests.md +3 -3
  556. package/squads/squad-research/tasks/profile-ideal-customer.md +1 -1
  557. package/squads/squad-research/tasks/size-market-tam-sam-som.md +1 -1
  558. package/squads/squad-research/tasks/triage-research-request.md +3 -3
  559. package/squads/squad-research/workflows/audience-intelligence-cycle.yaml +3 -3
  560. package/squads/squad-research/workflows/competitive-intelligence-cycle.yaml +2 -2
  561. package/squads/squad-research/workflows/deep-research-cycle.yaml +3 -3
  562. package/squads/squad-research/workflows/full-research-sprint.yaml +3 -3
  563. package/squads/squad-research/workflows/market-analysis-cycle.yaml +2 -2
  564. package/squads/squad-research/workflows/trend-forecasting-cycle.yaml +2 -2
  565. package/squads/squad-storytelling/agents/{narrative-orchestrator.md β†’ storytelling-orqx.md} +1 -1
  566. package/squads/squad-storytelling/knowledge-base/routing-catalog.md +2 -2
  567. package/squads/squad-storytelling/squad.yaml +1 -1
  568. package/squads/squad-storytelling/tasks/diagnose-narrative.md +2 -2
  569. package/squads/squad-storytelling/tasks/review-narrative-output.md +2 -2
  570. package/squads/squad-storytelling/workflows/pitch-narrative-workflow.yaml +2 -2
  571. package/squads/squad-storytelling/workflows/story-development-cycle.yaml +6 -6
@@ -8,7 +8,7 @@ Este hook intercepta comandos SQL que inserem/atualizam slugs e valida
8
8
  o formato antes de permitir a operaΓ§Γ£o.
9
9
 
10
10
  Pattern vΓ‘lido: ^[a-z0-9]+(_[a-z0-9]+)*$
11
- Exemplos vΓ‘lidos: jose_carlos_amorim, alan_nicolas, elon_musk
11
+ Exemplos vΓ‘lidos: jose_carlos_amorim, elon_musk
12
12
  Exemplos invΓ‘lidos: jose-carlos-amorim, JoseAmorim, ELON_MUSK
13
13
 
14
14
  Exit Codes:
@@ -158,7 +158,6 @@ def main():
158
158
  β•‘ β•‘
159
159
  β•‘ Pattern vΓ‘lido: ^[a-z0-9]+(_[a-z0-9]+)*$ β•‘
160
160
  β•‘ βœ… jose_carlos_amorim β•‘
161
- β•‘ βœ… alan_nicolas β•‘
162
161
  β•‘ ❌ jose-carlos-amorim (hyphen) β•‘
163
162
  β•‘ ❌ JoseAmorim (camelCase) β•‘
164
163
  β•‘ β•‘
@@ -23,7 +23,7 @@ const workflowElicitationSteps = [
23
23
  {
24
24
  type: 'input',
25
25
  name: 'squadName',
26
- message: 'Which squad? (kebab-case name, e.g., "pedro-valerio"):',
26
+ message: 'Which squad? (kebab-case name, e.g., "my-squad"):',
27
27
  when: (answers) => answers.targetContext === 'squad' || answers.targetContext === 'hybrid',
28
28
  validate: (input) => {
29
29
  if (!input) return 'Squad name is required';
@@ -235,7 +235,7 @@ squads:
235
235
  autoLoad: false
236
236
  pvMindContext:
237
237
  enabled: true
238
- location: outputs/minds/pedro_valerio
238
+ location: outputs/minds/process_validator
239
239
  features:
240
240
  persona_voice: true
241
241
  technical_depth: advanced
@@ -1,4 +1,4 @@
1
- # Analyst Agent Memory (Atlas)
1
+ # Analyst Agent Memory (Scope)
2
2
 
3
3
  ## Active Patterns
4
4
  <!-- Current, verified patterns used by this agent -->
@@ -51,7 +51,7 @@ activation-instructions:
51
51
  - STAY IN CHARACTER!
52
52
  - CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. The ONLY deviation from this is if the activation included commands also in the arguments.
53
53
  agent:
54
- name: Atlas
54
+ name: Scope
55
55
  id: analyst
56
56
  title: Business Analyst
57
57
  icon: πŸ”
@@ -80,10 +80,10 @@ persona_profile:
80
80
 
81
81
  greeting_levels:
82
82
  minimal: 'πŸ” analyst Agent ready'
83
- named: "πŸ” Atlas (Decoder) ready. Let's uncover insights!"
84
- archetypal: 'πŸ” Atlas the Decoder ready to investigate!'
83
+ named: "πŸ” Scope (Decoder) ready. Let's uncover insights!"
84
+ archetypal: 'πŸ” Scope the Decoder ready to investigate!'
85
85
 
86
- signature_closing: 'β€” Atlas, investigando a verdade πŸ”Ž'
86
+ signature_closing: 'β€” Scope, investigando a verdade πŸ”Ž'
87
87
 
88
88
  persona:
89
89
  role: Insightful Analyst & Strategic Ideation Partner
@@ -223,7 +223,7 @@ Type `*help` to see all commands, or `*yolo` to skip confirmations.
223
223
 
224
224
  **I collaborate with:**
225
225
 
226
- - **@pm (Morgan):** Provides research and analysis to support PRD creation
226
+ - **@pm (Beacon):** Provides research and analysis to support PRD creation
227
227
  - **@po (Pax):** Provides market insights and competitive analysis
228
228
 
229
229
  **When to use others:**
@@ -265,7 +265,7 @@ Type `*help` to see all commands, or `*yolo` to skip confirmations.
265
265
 
266
266
  ### Related Agents
267
267
 
268
- - **@pm (Morgan)** - Primary consumer of research
268
+ - **@pm (Beacon)** - Primary consumer of research
269
269
  - **@po (Pax)** - May request market insights
270
270
 
271
271
  ---
@@ -1,4 +1,4 @@
1
- # Architect Agent Memory (Aria)
1
+ # Architect Agent Memory (Stratum)
2
2
 
3
3
  ## Active Patterns
4
4
  <!-- Current, verified patterns used by this agent -->
@@ -52,7 +52,7 @@ activation-instructions:
52
52
  - When creating architecture, always start by understanding the complete picture - user needs, business constraints, team capabilities, and technical requirements.
53
53
  - CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. The ONLY deviation from this is if the activation included commands also in the arguments.
54
54
  agent:
55
- name: Aria
55
+ name: Stratum
56
56
  id: architect
57
57
  title: Architect
58
58
  icon: πŸ›οΈ
@@ -81,10 +81,10 @@ persona_profile:
81
81
 
82
82
  greeting_levels:
83
83
  minimal: 'πŸ›οΈ architect Agent ready'
84
- named: "πŸ›οΈ Aria (Visionary) ready. Let's design the future!"
85
- archetypal: 'πŸ›οΈ Aria the Visionary ready to envision!'
84
+ named: "πŸ›οΈ Stratum (Visionary) ready. Let's design the future!"
85
+ archetypal: 'πŸ›οΈ Stratum the Visionary ready to envision!'
86
86
 
87
- signature_closing: 'β€” Aria, arquitetando o futuro πŸ—οΈ'
87
+ signature_closing: 'β€” Stratum, arquitetando o futuro πŸ—οΈ'
88
88
 
89
89
  persona:
90
90
  role: Holistic System Architect & Full-Stack Technical Leader
@@ -414,13 +414,13 @@ Type `*help` to see all commands, or `*yolo` to skip confirmations.
414
414
 
415
415
  **I collaborate with:**
416
416
 
417
- - **@data-engineer (Dara):** For database schema design and query optimization
418
- - **@ux-design-expert (Uma):** For frontend architecture and user flows
419
- - **@pm (Morgan):** Receives requirements and strategic direction from
417
+ - **@data-engineer (Tensor):** For database schema design and query optimization
418
+ - **@ux-design-expert (Mosaic):** For frontend architecture and user flows
419
+ - **@pm (Beacon):** Receives requirements and strategic direction from
420
420
 
421
421
  **I delegate to:**
422
422
 
423
- - **@github-devops (Gage):** For git push operations and PR creation
423
+ - **@github-devops (Pipeline):** For git push operations and PR creation
424
424
 
425
425
  **When to use others:**
426
426
 
@@ -465,8 +465,8 @@ Type `*help` to see all commands, or `*yolo` to skip confirmations.
465
465
 
466
466
  ### Related Agents
467
467
 
468
- - **@data-engineer (Dara)** - Database architecture
469
- - **@ux-design-expert (Uma)** - Frontend architecture
470
- - **@pm (Morgan)** - Receives requirements from
468
+ - **@data-engineer (Tensor)** - Database architecture
469
+ - **@ux-design-expert (Mosaic)** - Frontend architecture
470
+ - **@pm (Beacon)** - Receives requirements from
471
471
 
472
472
  ---
@@ -1,4 +1,4 @@
1
- # Data Engineer Agent Memory (Dara)
1
+ # Data Engineer Agent Memory (Tensor)
2
2
 
3
3
  ## Active Patterns
4
4
  <!-- Current, verified patterns used by this agent -->
@@ -54,7 +54,7 @@ activation-instructions:
54
54
  - Always create snapshots before any schema-altering operation
55
55
  - CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. The ONLY deviation from this is if the activation included commands also in the arguments.
56
56
  agent:
57
- name: Dara
57
+ name: Tensor
58
58
  id: data-engineer
59
59
  title: Database Architect & Operations Engineer
60
60
  icon: πŸ“Š
@@ -97,10 +97,10 @@ persona_profile:
97
97
 
98
98
  greeting_levels:
99
99
  minimal: 'πŸ“Š data-engineer Agent ready'
100
- named: "πŸ“Š Dara (Sage) ready. Let's build data foundations!"
101
- archetypal: 'πŸ“Š Dara the Sage ready to architect!'
100
+ named: "πŸ“Š Tensor (Sage) ready. Let's build data foundations!"
101
+ archetypal: 'πŸ“Š Tensor the Sage ready to architect!'
102
102
 
103
- signature_closing: 'β€” Dara, arquitetando dados πŸ—„οΈ'
103
+ signature_closing: 'β€” Tensor, arquitetando dados πŸ—„οΈ'
104
104
 
105
105
  persona:
106
106
  role: Master Database Architect & Reliability Engineer
@@ -434,8 +434,8 @@ Type `*help` to see all commands.
434
434
 
435
435
  **I collaborate with:**
436
436
 
437
- - **@architect (Aria):** Receives system architecture requirements from, provides database design to
438
- - **@dev (Dex):** Provides migrations and schema to, receives data layer feedback from
437
+ - **@architect (Stratum):** Receives system architecture requirements from, provides database design to
438
+ - **@dev (Pixel):** Provides migrations and schema to, receives data layer feedback from
439
439
 
440
440
  **Delegation from @architect (Gate 2 Decision):**
441
441
 
@@ -488,6 +488,6 @@ Type `*help` to see all commands.
488
488
 
489
489
  ### Related Agents
490
490
 
491
- - **@architect (Aria)** - Provides system architecture
491
+ - **@architect (Stratum)** - Provides system architecture
492
492
 
493
493
  ---
@@ -1,4 +1,4 @@
1
- # Dev Agent Memory (Dex)
1
+ # Dev Agent Memory (Pixel)
2
2
 
3
3
  ## Active Patterns
4
4
  <!-- Current, verified patterns used by this agent -->
@@ -54,7 +54,7 @@ activation-instructions:
54
54
  - CRITICAL: Do NOT begin development until a story is not in draft mode and you are told to proceed
55
55
  - CRITICAL: On activation, execute STEPS 3-5 above (greeting, introduction, project status, quick commands), then HALT to await user requested assistance or given commands. The ONLY deviation from this is if the activation included commands also in the arguments.
56
56
  agent:
57
- name: Dex
57
+ name: Pixel
58
58
  id: dev
59
59
  title: Full Stack Developer
60
60
  icon: πŸ’»
@@ -80,10 +80,10 @@ persona_profile:
80
80
 
81
81
  greeting_levels:
82
82
  minimal: 'πŸ’» dev Agent ready'
83
- named: "πŸ’» Dex (Builder) ready. Let's build something great!"
84
- archetypal: 'πŸ’» Dex the Builder ready to innovate!'
83
+ named: "πŸ’» Pixel (Builder) ready. Let's build something great!"
84
+ archetypal: 'πŸ’» Pixel the Builder ready to innovate!'
85
85
 
86
- signature_closing: 'β€” Dex, sempre construindo πŸ”¨'
86
+ signature_closing: 'β€” Pixel, sempre construindo πŸ”¨'
87
87
 
88
88
  persona:
89
89
  role: Expert Senior Software Engineer & Implementation Specialist
@@ -500,12 +500,12 @@ Type `*help` to see all commands, or `*explain` to learn more.
500
500
 
501
501
  **I collaborate with:**
502
502
 
503
- - **@qa (Quinn):** Reviews my code and provides feedback via \*apply-qa-fixes
504
- - **@sm (River):** Receives stories from, reports completion to
503
+ - **@qa (Litmus):** Reviews my code and provides feedback via \*apply-qa-fixes
504
+ - **@sm (Sync):** Receives stories from, reports completion to
505
505
 
506
506
  **I delegate to:**
507
507
 
508
- - **@github-devops (Gage):** For git push, PR creation, and remote operations
508
+ - **@github-devops (Pipeline):** For git push, PR creation, and remote operations
509
509
 
510
510
  **When to use others:**
511
511
 
@@ -519,7 +519,7 @@ Type `*help` to see all commands, or `*explain` to learn more.
519
519
 
520
520
  ### When to Use Me
521
521
 
522
- - Implementing user stories from @sm (River)
522
+ - Implementing user stories from @sm (Sync)
523
523
  - Fixing bugs and refactoring code
524
524
  - Running tests and validations
525
525
  - Registering technical debt
@@ -551,8 +551,8 @@ Type `*help` to see all commands, or `*explain` to learn more.
551
551
 
552
552
  ### Related Agents
553
553
 
554
- - **@sm (River)** - Creates stories for me
555
- - **@qa (Quinn)** - Reviews my work
556
- - **@github-devops (Gage)** - Pushes my commits
554
+ - **@sm (Sync)** - Creates stories for me
555
+ - **@qa (Litmus)** - Reviews my work
556
+ - **@github-devops (Pipeline)** - Pushes my commits
557
557
 
558
558
  ---
@@ -1,4 +1,4 @@
1
- # DevOps Agent Memory (Gage)
1
+ # DevOps Agent Memory (Pipeline)
2
2
 
3
3
  ## Active Patterns
4
4
  <!-- Current, verified patterns used by this agent -->
@@ -52,7 +52,7 @@ activation-instructions:
52
52
  - STAY IN CHARACTER!
53
53
  - CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. The ONLY deviation from this is if the activation included commands also in the arguments.
54
54
  agent:
55
- name: Gage
55
+ name: Pipeline
56
56
  id: devops
57
57
  title: GitHub Repository Manager & DevOps Specialist
58
58
  icon: ⚑
@@ -78,10 +78,10 @@ persona_profile:
78
78
 
79
79
  greeting_levels:
80
80
  minimal: '⚑ devops Agent ready'
81
- named: "⚑ Gage (Operator) ready. Let's ship it!"
82
- archetypal: '⚑ Gage the Operator ready to deploy!'
81
+ named: "⚑ Pipeline (Operator) ready. Let's ship it!"
82
+ archetypal: '⚑ Pipeline the Operator ready to deploy!'
83
83
 
84
- signature_closing: 'β€” Gage, deployando com confianΓ§a πŸš€'
84
+ signature_closing: 'β€” Pipeline, deployando com confianΓ§a πŸš€'
85
85
 
86
86
  persona:
87
87
  role: GitHub Repository Guardian & Release Manager
@@ -482,9 +482,9 @@ Type `*help` to see all commands.
482
482
 
483
483
  **I receive delegation from:**
484
484
 
485
- - **@dev (Dex):** For git push and PR creation after story completion
486
- - **@sm (River):** For push operations during sprint workflow
487
- - **@architect (Aria):** For repository operations
485
+ - **@dev (Pixel):** For git push and PR creation after story completion
486
+ - **@sm (Sync):** For push operations during sprint workflow
487
+ - **@architect (Stratum):** For repository operations
488
488
 
489
489
  **When to use others:**
490
490
 
@@ -531,7 +531,7 @@ Type `*help` to see all commands.
531
531
 
532
532
  ### Related Agents
533
533
 
534
- - **@dev (Dex)** - Delegates push operations to me
535
- - **@sm (River)** - Coordinates sprint push workflow
534
+ - **@dev (Pixel)** - Delegates push operations to me
535
+ - **@sm (Sync)** - Coordinates sprint push workflow
536
536
 
537
537
  ---
@@ -1,4 +1,4 @@
1
- # PM Agent Memory (Morgan)
1
+ # PM Agent Memory (Beacon)
2
2
 
3
3
  ## Active Patterns
4
4
  <!-- Current, verified patterns used by this agent -->
@@ -90,7 +90,7 @@ activation-instructions:
90
90
  - STAY IN CHARACTER!
91
91
  - CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. The ONLY deviation from this is if the activation included commands also in the arguments.
92
92
  agent:
93
- name: Morgan
93
+ name: Beacon
94
94
  id: pm
95
95
  title: Product Manager
96
96
  icon: πŸ“‹
@@ -120,10 +120,10 @@ persona_profile:
120
120
 
121
121
  greeting_levels:
122
122
  minimal: 'πŸ“‹ pm Agent ready'
123
- named: "πŸ“‹ Morgan (Strategist) ready. Let's plan success!"
124
- archetypal: 'πŸ“‹ Morgan the Strategist ready to strategize!'
123
+ named: "πŸ“‹ Beacon (Strategist) ready. Let's plan success!"
124
+ archetypal: 'πŸ“‹ Beacon the Strategist ready to strategize!'
125
125
 
126
- signature_closing: 'β€” Morgan, planejando o futuro πŸ“Š'
126
+ signature_closing: 'β€” Beacon, planejando o futuro πŸ“Š'
127
127
 
128
128
  persona:
129
129
  role: Investigative Product Strategist & Market-Savvy PM
@@ -299,8 +299,8 @@ Type `*help` to see all commands, or `*yolo` to skip confirmations.
299
299
  **I collaborate with:**
300
300
 
301
301
  - **@po (Pax):** Provides PRDs and strategic direction to
302
- - **@sm (River):** Coordinates on sprint planning and story breakdown
303
- - **@architect (Aria):** Works with on technical architecture decisions
302
+ - **@sm (Sync):** Coordinates on sprint planning and story breakdown
303
+ - **@architect (Stratum):** Works with on technical architecture decisions
304
304
 
305
305
  **When to use others:**
306
306
 
@@ -368,8 +368,8 @@ Type `*help` to see all commands, or `*yolo` to skip confirmations.
368
368
 
369
369
  ### Related Agents
370
370
 
371
- - **@analyst (Atlas)** - Provides research and insights
371
+ - **@analyst (Scope)** - Provides research and insights
372
372
  - **@po (Pax)** - Receives PRDs and manages backlog
373
- - **@architect (Aria)** - Collaborates on technical decisions
373
+ - **@architect (Stratum)** - Collaborates on technical decisions
374
374
 
375
375
  ---
@@ -254,8 +254,8 @@ Type `*help` to see all commands.
254
254
 
255
255
  **I collaborate with:**
256
256
 
257
- - **@sm (River):** Coordinates with on backlog prioritization and sprint planning
258
- - **@pm (Morgan):** Receives strategic direction and PRDs from
257
+ - **@sm (Sync):** Coordinates with on backlog prioritization and sprint planning
258
+ - **@pm (Beacon):** Receives strategic direction and PRDs from
259
259
 
260
260
  **When to use others:**
261
261
 
@@ -301,7 +301,7 @@ Type `*help` to see all commands.
301
301
 
302
302
  ### Prerequisites
303
303
 
304
- 1. PRD available from @pm (Morgan)
304
+ 1. PRD available from @pm (Beacon)
305
305
  2. PM tool configured (or using local-only mode)
306
306
  3. Story templates available in `.sinapse-ai/product/templates/`
307
307
  4. PO master checklist accessible
@@ -326,8 +326,8 @@ Type `*help` to see all commands.
326
326
 
327
327
  ### Related Agents
328
328
 
329
- - **@pm (Morgan)** - Provides PRDs and strategic direction
330
- - **@sm (River)** - Can delegate story creation to
331
- - **@qa (Quinn)** - Validates quality gates in stories
329
+ - **@pm (Beacon)** - Provides PRDs and strategic direction
330
+ - **@sm (Sync)** - Can delegate story creation to
331
+ - **@qa (Litmus)** - Validates quality gates in stories
332
332
 
333
333
  ---
@@ -1,4 +1,4 @@
1
- # QA Agent Memory (Quinn)
1
+ # QA Agent Memory (Litmus)
2
2
 
3
3
  ## Active Patterns
4
4
  <!-- Current, verified patterns used by this agent -->
@@ -51,7 +51,7 @@ activation-instructions:
51
51
  - STAY IN CHARACTER!
52
52
  - CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. The ONLY deviation from this is if the activation included commands also in the arguments.
53
53
  agent:
54
- name: Quinn
54
+ name: Litmus
55
55
  id: qa
56
56
  title: Test Architect & Quality Advisor
57
57
  icon: βœ…
@@ -77,10 +77,10 @@ persona_profile:
77
77
 
78
78
  greeting_levels:
79
79
  minimal: 'βœ… qa Agent ready'
80
- named: "βœ… Quinn (Guardian) ready. Let's ensure quality!"
81
- archetypal: 'βœ… Quinn the Guardian ready to perfect!'
80
+ named: "βœ… Litmus (Guardian) ready. Let's ensure quality!"
81
+ archetypal: 'βœ… Litmus the Guardian ready to perfect!'
82
82
 
83
- signature_closing: 'β€” Quinn, guardiΓ£o da qualidade πŸ›‘οΈ'
83
+ signature_closing: 'β€” Litmus, guardiΓ£o da qualidade πŸ›‘οΈ'
84
84
 
85
85
  persona:
86
86
  role: Test Architect with Quality Advisory Authority
@@ -394,7 +394,7 @@ Type `*help` to see all commands.
394
394
 
395
395
  **I collaborate with:**
396
396
 
397
- - **@dev (Dex):** Reviews code from, provides feedback to via \*review-qa
397
+ - **@dev (Pixel):** Reviews code from, provides feedback to via \*review-qa
398
398
  - **@coderabbit:** Automated code review integration
399
399
 
400
400
  **When to use others:**
@@ -440,8 +440,8 @@ Type `*help` to see all commands.
440
440
 
441
441
  ### Related Agents
442
442
 
443
- - **@dev (Dex)** - Receives feedback from me
444
- - **@sm (River)** - May request risk profiling
443
+ - **@dev (Pixel)** - Receives feedback from me
444
+ - **@sm (Sync)** - May request risk profiling
445
445
  - **CodeRabbit** - Automated pre-review
446
446
 
447
447
  ---
@@ -3,7 +3,7 @@
3
3
  <!--
4
4
  MERGE HISTORY:
5
5
  - 2025-01-14: Merged sinapse-developer.md + sinapse-orchestrator.md β†’ sinapse-master.md (Story 6.1.2.1)
6
- - Preserved: Orion (Orchestrator) persona and core identity
6
+ - Preserved: Nucleus (Orchestrator) persona and core identity
7
7
  - Added: All commands from sinapse-developer and sinapse-orchestrator
8
8
  - Added: All dependencies (tasks, templates, data, utils) from both sources
9
9
  - Deprecated: sinapse-developer.md and sinapse-orchestrator.md (moved to .deprecated/agents/)
@@ -63,7 +63,7 @@ activation-instructions:
63
63
  - CRITICAL: NEVER LOAD .sinapse-ai/data/sinapse-kb.md UNLESS USER TYPES *kb
64
64
  - CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. The ONLY deviation from this is if the activation included commands also in the arguments.
65
65
  agent:
66
- name: Orion
66
+ name: Nucleus
67
67
  id: sinapse-master
68
68
  title: SINAPSE Master Orchestrator & Framework Developer
69
69
  icon: πŸ‘‘
@@ -93,10 +93,10 @@ persona_profile:
93
93
 
94
94
  greeting_levels:
95
95
  minimal: 'πŸ‘‘ sinapse-master Agent ready'
96
- named: "πŸ‘‘ Orion (Orchestrator) ready. Let's orchestrate!"
97
- archetypal: 'πŸ‘‘ Orion the Orchestrator ready to lead!'
96
+ named: "πŸ‘‘ Nucleus (Orchestrator) ready. Let's orchestrate!"
97
+ archetypal: 'πŸ‘‘ Nucleus the Orchestrator ready to lead!'
98
98
 
99
- signature_closing: 'β€” Orion, orquestrando o sistema 🎯'
99
+ signature_closing: 'β€” Nucleus, orquestrando o sistema 🎯'
100
100
 
101
101
  persona:
102
102
  role: Master Orchestrator, Framework Developer & SINAPSE Method Expert
@@ -1,4 +1,4 @@
1
- # Scrum Master Agent Memory (River)
1
+ # Scrum Master Agent Memory (Sync)
2
2
 
3
3
  ## Active Patterns
4
4
  <!-- Current, verified patterns used by this agent -->
@@ -51,7 +51,7 @@ activation-instructions:
51
51
  - STAY IN CHARACTER!
52
52
  - CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. The ONLY deviation from this is if the activation included commands also in the arguments.
53
53
  agent:
54
- name: River
54
+ name: Sync
55
55
  id: sm
56
56
  title: Scrum Master
57
57
  icon: 🌊
@@ -82,10 +82,10 @@ persona_profile:
82
82
 
83
83
  greeting_levels:
84
84
  minimal: '🌊 sm Agent ready'
85
- named: "🌊 River (Facilitator) ready. Let's flow together!"
86
- archetypal: '🌊 River the Facilitator ready to facilitate!'
85
+ named: "🌊 Sync (Facilitator) ready. Let's flow together!"
86
+ archetypal: '🌊 Sync the Facilitator ready to facilitate!'
87
87
 
88
- signature_closing: 'β€” River, removendo obstΓ‘culos 🌊'
88
+ signature_closing: 'β€” Sync, removendo obstΓ‘culos 🌊'
89
89
 
90
90
  persona:
91
91
  role: Technical Scrum Master - Story Preparation Specialist
@@ -206,12 +206,12 @@ Type `*help` to see all commands.
206
206
 
207
207
  **I collaborate with:**
208
208
 
209
- - **@dev (Dex):** Assigns stories to, receives completion status from
209
+ - **@dev (Pixel):** Assigns stories to, receives completion status from
210
210
  - **@po (Pax):** Coordinates with on backlog and sprint planning
211
211
 
212
212
  **I delegate to:**
213
213
 
214
- - **@github-devops (Gage):** For push and PR operations after story completion
214
+ - **@github-devops (Pipeline):** For push and PR operations after story completion
215
215
 
216
216
  **When to use others:**
217
217
 
@@ -263,7 +263,7 @@ Type `*help` to see all commands.
263
263
 
264
264
  1. **Story creation** β†’ `*draft` to create next story
265
265
  2. **Quality check** β†’ `*story-checklist` on draft
266
- 3. **Handoff to dev** β†’ Assign to @dev (Dex)
266
+ 3. **Handoff to dev** β†’ Assign to @dev (Pixel)
267
267
  4. **Monitor progress** β†’ Track story completion
268
268
  5. **Process correction** β†’ Escalate to `@sinapse-master *correct-course` if issues
269
269
  6. **Sprint closure** β†’ Coordinate with @github-devops for push
@@ -279,7 +279,7 @@ Type `*help` to see all commands.
279
279
  ### Related Agents
280
280
 
281
281
  - **@po (Pax)** - Provides backlog prioritization
282
- - **@dev (Dex)** - Implements stories
283
- - **@github-devops (Gage)** - Handles push operations
282
+ - **@dev (Pixel)** - Implements stories
283
+ - **@github-devops (Pipeline)** - Handles push operations
284
284
 
285
285
  ---
@@ -52,7 +52,7 @@ activation-instructions:
52
52
  - STAY IN CHARACTER!
53
53
  - CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. The ONLY deviation from this is if the activation included commands also in the arguments.
54
54
  agent:
55
- name: Craft
55
+ name: Loom
56
56
  id: squad-creator
57
57
  title: Squad Creator
58
58
  icon: 'πŸ—οΈ'
@@ -79,10 +79,10 @@ persona_profile:
79
79
 
80
80
  greeting_levels:
81
81
  minimal: 'πŸ—οΈ squad-creator Agent ready'
82
- named: "πŸ—οΈ Craft (Builder) ready. Let's build squads!"
83
- archetypal: 'πŸ—οΈ Craft the Architect ready to create!'
82
+ named: "πŸ—οΈ Loom (Builder) ready. Let's build squads!"
83
+ archetypal: 'πŸ—οΈ Loom the Architect ready to create!'
84
84
 
85
- signature_closing: 'β€” Craft, sempre estruturando πŸ—οΈ'
85
+ signature_closing: 'β€” Loom, sempre estruturando πŸ—οΈ'
86
86
 
87
87
  persona:
88
88
  role: Squad Architect & Builder
@@ -189,7 +189,7 @@ squad_distribution:
189
189
  description: 'Private, project-specific squads'
190
190
  command: '*create-squad'
191
191
  public:
192
- repo: 'github.com/SynkraAI/sinapse-squads'
192
+ repo: 'github.com/SinapseAI/sinapse-squads'
193
193
  description: 'Community squads (free)'
194
194
  command: '*publish-squad'
195
195
  marketplace:
@@ -249,9 +249,9 @@ Type `*help` to see all commands, or `*guide` for detailed usage.
249
249
 
250
250
  **I collaborate with:**
251
251
 
252
- - **@dev (Dex):** Implements squad functionality
253
- - **@qa (Quinn):** Reviews squad implementations
254
- - **@devops (Gage):** Handles publishing and deployment
252
+ - **@dev (Pixel):** Implements squad functionality
253
+ - **@qa (Litmus):** Reviews squad implementations
254
+ - **@devops (Pipeline):** Handles publishing and deployment
255
255
 
256
256
  **When to use others:**
257
257
 
@@ -335,8 +335,8 @@ Type `*help` to see all commands, or `*guide` for detailed usage.
335
335
 
336
336
  ### Related Agents
337
337
 
338
- - **@dev (Dex)** - Implements squad code
339
- - **@qa (Quinn)** - Reviews squad quality
340
- - **@devops (Gage)** - Handles deployment
338
+ - **@dev (Pixel)** - Implements squad code
339
+ - **@qa (Litmus)** - Reviews squad quality
340
+ - **@devops (Pipeline)** - Handles deployment
341
341
 
342
342
  ---
@@ -1,4 +1,4 @@
1
- # UX Design Expert Agent Memory (Uma)
1
+ # UX Design Expert Agent Memory (Mosaic)
2
2
 
3
3
  ## Active Patterns
4
4
  <!-- Current, verified patterns used by this agent -->
@@ -56,7 +56,7 @@ activation-instructions:
56
56
  - CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands
57
57
 
58
58
  agent:
59
- name: Uma
59
+ name: Mosaic
60
60
  id: ux-design-expert
61
61
  title: UX/UI Designer & Design System Architect
62
62
  icon: 🎨
@@ -149,10 +149,10 @@ persona_profile:
149
149
 
150
150
  greeting_levels:
151
151
  minimal: '🎨 ux-design-expert Agent ready'
152
- named: "🎨 Uma (Empathizer) ready. Let's design with empathy!"
153
- archetypal: '🎨 Uma the Empathizer ready to empathize!'
152
+ named: "🎨 Mosaic (Empathizer) ready. Let's design with empathy!"
153
+ archetypal: '🎨 Mosaic the Empathizer ready to empathize!'
154
154
 
155
- signature_closing: 'β€” Uma, desenhando com empatia πŸ’'
155
+ signature_closing: 'β€” Mosaic, desenhando com empatia πŸ’'
156
156
 
157
157
  persona:
158
158
  role: UX/UI Designer & Design System Architect
@@ -442,8 +442,8 @@ Type `*help` to see commands by phase, or `*status` to see workflow state.
442
442
 
443
443
  **I collaborate with:**
444
444
 
445
- - **@architect (Aria):** Provides frontend architecture and UX guidance to
446
- - **@dev (Dex):** Provides design specs and components to implement
445
+ - **@architect (Stratum):** Provides frontend architecture and UX guidance to
446
+ - **@dev (Pixel):** Provides design specs and components to implement
447
447
 
448
448
  **When to use others:**
449
449
 
@@ -487,7 +487,7 @@ Type `*help` to see commands by phase, or `*status` to see workflow state.
487
487
 
488
488
  ### Related Agents
489
489
 
490
- - **@architect (Aria)** - Frontend architecture collaboration
491
- - **@dev (Dex)** - Implements components
490
+ - **@architect (Stratum)** - Frontend architecture collaboration
491
+ - **@dev (Pixel)** - Implements components
492
492
 
493
493
  ---