monomind 2.5.0 → 2.5.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 (289) hide show
  1. package/package.json +2 -1
  2. package/packages/@monomind/cli/.claude/agents/design/design-monodesign.md +6 -6
  3. package/packages/@monomind/cli/.claude/commands/mastermind/_repeat.md +4 -4
  4. package/packages/@monomind/cli/.claude/commands/mastermind/approvev1.md +4 -4
  5. package/packages/@monomind/cli/.claude/commands/mastermind/architect.md +6 -6
  6. package/packages/@monomind/cli/.claude/commands/mastermind/autodev.md +5 -5
  7. package/packages/@monomind/cli/.claude/commands/mastermind/brain.md +2 -2
  8. package/packages/@monomind/cli/.claude/commands/mastermind/build.md +6 -6
  9. package/packages/@monomind/cli/.claude/commands/mastermind/code-review.md +2 -2
  10. package/packages/@monomind/cli/.claude/commands/mastermind/content.md +6 -6
  11. package/packages/@monomind/cli/.claude/commands/mastermind/createorg.md +4 -4
  12. package/packages/@monomind/cli/.claude/commands/mastermind/createtask.md +3 -3
  13. package/packages/@monomind/cli/.claude/commands/mastermind/debug.md +5 -5
  14. package/packages/@monomind/cli/.claude/commands/mastermind/design.md +5 -5
  15. package/packages/@monomind/cli/.claude/commands/mastermind/do.md +2 -2
  16. package/packages/@monomind/cli/.claude/commands/mastermind/execute.md +5 -5
  17. package/packages/@monomind/cli/.claude/commands/mastermind/finance.md +6 -6
  18. package/packages/@monomind/cli/.claude/commands/mastermind/finish.md +5 -5
  19. package/packages/@monomind/cli/.claude/commands/mastermind/idea.md +6 -6
  20. package/packages/@monomind/cli/.claude/commands/mastermind/ideate.md +5 -5
  21. package/packages/@monomind/cli/.claude/commands/mastermind/improve.md +6 -6
  22. package/packages/@monomind/cli/.claude/commands/mastermind/marketing.md +6 -6
  23. package/packages/@monomind/cli/.claude/commands/mastermind/master.md +54 -54
  24. package/packages/@monomind/cli/.claude/commands/mastermind/ops.md +6 -6
  25. package/packages/@monomind/cli/.claude/commands/mastermind/orgs.md +2 -2
  26. package/packages/@monomind/cli/.claude/commands/mastermind/orgstatus.md +2 -2
  27. package/packages/@monomind/cli/.claude/commands/mastermind/plan.md +5 -5
  28. package/packages/@monomind/cli/.claude/commands/mastermind/receive-review.md +5 -5
  29. package/packages/@monomind/cli/.claude/commands/mastermind/release.md +6 -6
  30. package/packages/@monomind/cli/.claude/commands/mastermind/research.md +6 -6
  31. package/packages/@monomind/cli/.claude/commands/mastermind/review.md +6 -6
  32. package/packages/@monomind/cli/.claude/commands/mastermind/runorg.md +4 -4
  33. package/packages/@monomind/cli/.claude/commands/mastermind/runorgv1.md +5 -5
  34. package/packages/@monomind/cli/.claude/commands/mastermind/sales.md +6 -6
  35. package/packages/@monomind/cli/.claude/commands/mastermind/skill-builder.md +5 -5
  36. package/packages/@monomind/cli/.claude/commands/mastermind/stoporg.md +3 -3
  37. package/packages/@monomind/cli/.claude/commands/mastermind/taskdev.md +5 -5
  38. package/packages/@monomind/cli/.claude/commands/mastermind/tdd.md +5 -5
  39. package/packages/@monomind/cli/.claude/commands/mastermind/techport.md +5 -5
  40. package/packages/@monomind/cli/.claude/commands/mastermind/verify.md +5 -5
  41. package/packages/@monomind/cli/.claude/commands/mastermind/worktree.md +5 -5
  42. package/packages/@monomind/cli/.claude/helpers/control-start.cjs +30 -0
  43. package/packages/@monomind/cli/.claude/helpers/utils/monograph.cjs +44 -12
  44. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/access.md → mastermind-access/SKILL.md} +2 -2
  45. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/activity.md → mastermind-activity/SKILL.md} +2 -2
  46. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/adapter-manager.md → mastermind-adapter-manager/SKILL.md} +2 -2
  47. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/adapters.md → mastermind-adapters/SKILL.md} +2 -2
  48. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/agent-detail.md → mastermind-agent-detail/SKILL.md} +2 -2
  49. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/agents.md → mastermind-agents/SKILL.md} +2 -2
  50. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/approval-detail.md → mastermind-approval-detail/SKILL.md} +2 -2
  51. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/approvev1.md → mastermind-approvev1/SKILL.md} +2 -2
  52. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/architect.md → mastermind-architect/SKILL.md} +7 -7
  53. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/autodev.md → mastermind-autodev/SKILL.md} +10 -10
  54. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/backup.md → mastermind-backup/SKILL.md} +2 -2
  55. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/bootstrap.md → mastermind-bootstrap/SKILL.md} +2 -2
  56. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/budgets.md → mastermind-budgets/SKILL.md} +2 -2
  57. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/build.md → mastermind-build/SKILL.md} +5 -5
  58. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/companies.md → mastermind-companies/SKILL.md} +2 -2
  59. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/content.md → mastermind-content/SKILL.md} +5 -5
  60. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/costs.md → mastermind-costs/SKILL.md} +2 -2
  61. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/createorg.md → mastermind-createorg/SKILL.md} +3 -3
  62. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/debug.md → mastermind-debug/SKILL.md} +4 -4
  63. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/_delegation.md → mastermind-delegation/SKILL.md} +1 -1
  64. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/design.md → mastermind-design/SKILL.md} +9 -9
  65. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/diagnose.md → mastermind-diagnose/SKILL.md} +2 -2
  66. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/env.md → mastermind-env/SKILL.md} +2 -2
  67. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/environments.md → mastermind-environments/SKILL.md} +2 -2
  68. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/execute.md → mastermind-execute/SKILL.md} +10 -10
  69. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/export.md → mastermind-export/SKILL.md} +2 -2
  70. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/finance.md → mastermind-finance/SKILL.md} +5 -5
  71. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/goal-detail.md → mastermind-goal-detail/SKILL.md} +2 -2
  72. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/goals.md → mastermind-goals/SKILL.md} +2 -2
  73. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/heartbeatv1.md → mastermind-heartbeatv1/SKILL.md} +2 -2
  74. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/idea.md → mastermind-idea/SKILL.md} +7 -7
  75. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/import.md → mastermind-import/SKILL.md} +2 -2
  76. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/inbox.md → mastermind-inbox/SKILL.md} +2 -2
  77. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/instance.md → mastermind-instance/SKILL.md} +2 -2
  78. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/instance-settings.md → mastermind-instance-settings/SKILL.md} +2 -2
  79. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/invite-landing.md → mastermind-invite-landing/SKILL.md} +2 -2
  80. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/invites.md → mastermind-invites/SKILL.md} +2 -2
  81. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/issue-detail.md → mastermind-issue-detail/SKILL.md} +2 -2
  82. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/issues.md → mastermind-issues/SKILL.md} +2 -2
  83. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/join-queue.md → mastermind-join-queue/SKILL.md} +2 -2
  84. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/liveness.md → mastermind-liveness/SKILL.md} +2 -2
  85. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/marketing.md → mastermind-marketing/SKILL.md} +8 -8
  86. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/memory.md → mastermind-memory/SKILL.md} +2 -2
  87. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/monitor.md → mastermind-monitor/SKILL.md} +2 -2
  88. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/my-issues.md → mastermind-my-issues/SKILL.md} +2 -2
  89. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/new-agent.md → mastermind-new-agent/SKILL.md} +2 -2
  90. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/ops.md → mastermind-ops/SKILL.md} +5 -5
  91. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/org-chart.md → mastermind-org-chart/SKILL.md} +2 -2
  92. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/org-settings.md → mastermind-org-settings/SKILL.md} +2 -2
  93. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/orgs.md → mastermind-orgs/SKILL.md} +1 -1
  94. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/orgstatus.md → mastermind-orgstatus/SKILL.md} +2 -2
  95. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/plan.md → mastermind-plan/SKILL.md} +7 -7
  96. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/plan-to-tasks.md → mastermind-plan-to-tasks/SKILL.md} +2 -2
  97. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/plugin-manager.md → mastermind-plugin-manager/SKILL.md} +2 -2
  98. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/plugin-settings.md → mastermind-plugin-settings/SKILL.md} +2 -2
  99. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/plugins.md → mastermind-plugins/SKILL.md} +2 -2
  100. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/profile.md → mastermind-profile/SKILL.md} +2 -2
  101. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/project-detail.md → mastermind-project-detail/SKILL.md} +2 -2
  102. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/project-workspace.md → mastermind-project-workspace/SKILL.md} +2 -2
  103. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/projects.md → mastermind-projects/SKILL.md} +2 -2
  104. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/_protocol.md → mastermind-protocol/SKILL.md} +3 -3
  105. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/release.md → mastermind-release/SKILL.md} +5 -5
  106. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/_repeat.md → mastermind-repeat/SKILL.md} +2 -2
  107. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/research.md → mastermind-research/SKILL.md} +5 -5
  108. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/review.md → mastermind-review/SKILL.md} +5 -5
  109. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/routine-detail.md → mastermind-routine-detail/SKILL.md} +2 -2
  110. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/routines.md → mastermind-routines/SKILL.md} +2 -2
  111. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/runorgv1.md → mastermind-runorgv1/SKILL.md} +2 -2
  112. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/sales.md → mastermind-sales/SKILL.md} +5 -5
  113. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/search.md → mastermind-search/SKILL.md} +2 -2
  114. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/secrets.md → mastermind-secrets/SKILL.md} +2 -2
  115. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/skill-builder.md → mastermind-skill-builder/SKILL.md} +16 -14
  116. package/packages/@monomind/cli/.claude/skills/mastermind-skills/{skills.md → SKILL.md} +2 -2
  117. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/stoporg.md → mastermind-stoporg/SKILL.md} +2 -2
  118. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/taskdev.md → mastermind-taskdev/SKILL.md} +6 -6
  119. package/packages/@monomind/cli/.claude/skills/{mastermind-skills → mastermind-taskdev}/implementer-prompt.md +1 -1
  120. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/tasks.md → mastermind-tasks/SKILL.md} +2 -2
  121. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/tdd.md → mastermind-tdd/SKILL.md} +4 -4
  122. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/techport.md → mastermind-techport/SKILL.md} +5 -5
  123. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/threads.md → mastermind-threads/SKILL.md} +2 -2
  124. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/tree-control.md → mastermind-tree-control/SKILL.md} +2 -2
  125. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/verify.md → mastermind-verify/SKILL.md} +1 -1
  126. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/wiki.md → mastermind-wiki/SKILL.md} +2 -2
  127. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/workspace-detail.md → mastermind-workspace-detail/SKILL.md} +2 -2
  128. package/packages/@monomind/cli/.claude/skills/{mastermind-skills/workspaces.md → mastermind-workspaces/SKILL.md} +2 -2
  129. package/packages/@monomind/cli/.claude/skills/monodesign/SKILL.md +114 -190
  130. package/packages/@monomind/cli/.claude/skills/monodesign/adapt.md +1 -1
  131. package/packages/@monomind/cli/.claude/skills/monodesign/agents/monodesign-asset-producer.md +4 -4
  132. package/packages/@monomind/cli/.claude/skills/monodesign/agents/monodesign-manual-edit-applier.md +103 -0
  133. package/packages/@monomind/cli/.claude/skills/monodesign/audit.md +1 -1
  134. package/packages/@monomind/cli/.claude/skills/monodesign/craft.md +2 -2
  135. package/packages/@monomind/cli/.claude/skills/monodesign/critique.md +1 -1
  136. package/packages/@monomind/cli/.claude/skills/monodesign/init.md +30 -0
  137. package/packages/@monomind/cli/.claude/skills/monodesign/layout.md +36 -0
  138. package/packages/@monomind/cli/.claude/skills/monodesign/live.md +19 -44
  139. package/packages/@monomind/cli/.claude/skills/monodesign/reference/adapt.md +122 -0
  140. package/packages/@monomind/cli/.claude/skills/monodesign/reference/adapt.native.md +58 -0
  141. package/packages/@monomind/cli/.claude/skills/monodesign/reference/android.md +40 -0
  142. package/packages/@monomind/cli/.claude/skills/monodesign/reference/animate.md +39 -11
  143. package/packages/@monomind/cli/.claude/skills/monodesign/reference/antipatterns-catalog.md +22 -16
  144. package/packages/@monomind/cli/.claude/skills/monodesign/reference/audit.md +5 -3
  145. package/packages/@monomind/cli/.claude/skills/monodesign/reference/audit.native.md +139 -0
  146. package/packages/@monomind/cli/.claude/skills/monodesign/reference/bolder.md +71 -64
  147. package/packages/@monomind/cli/.claude/skills/monodesign/reference/brand.md +12 -18
  148. package/packages/@monomind/cli/.claude/skills/monodesign/reference/clarify.md +114 -0
  149. package/packages/@monomind/cli/.claude/skills/monodesign/reference/codex.md +4 -6
  150. package/packages/@monomind/cli/.claude/skills/monodesign/reference/colorize.md +108 -5
  151. package/packages/@monomind/cli/.claude/skills/monodesign/reference/craft.md +70 -143
  152. package/packages/@monomind/cli/.claude/skills/monodesign/reference/critique.md +635 -68
  153. package/packages/@monomind/cli/.claude/skills/monodesign/reference/delight.md +1 -1
  154. package/packages/@monomind/cli/.claude/skills/monodesign/reference/distill.md +1 -1
  155. package/packages/@monomind/cli/.claude/skills/monodesign/reference/document.md +24 -22
  156. package/packages/@monomind/cli/.claude/skills/monodesign/reference/extract.md +1 -1
  157. package/packages/@monomind/cli/.claude/skills/monodesign/reference/hooks.md +22 -29
  158. package/packages/@monomind/cli/.claude/skills/monodesign/reference/init.md +221 -0
  159. package/packages/@monomind/cli/.claude/skills/monodesign/reference/interaction-design.md +0 -6
  160. package/packages/@monomind/cli/.claude/skills/monodesign/reference/ios.md +45 -0
  161. package/packages/@monomind/cli/.claude/skills/monodesign/reference/layout.md +57 -13
  162. package/packages/@monomind/cli/.claude/skills/monodesign/reference/live.md +159 -63
  163. package/packages/@monomind/cli/.claude/skills/monodesign/reference/overdrive.md +1 -1
  164. package/packages/@monomind/cli/.claude/skills/monodesign/reference/personas.md +1 -1
  165. package/packages/@monomind/cli/.claude/skills/monodesign/reference/polish.md +16 -8
  166. package/packages/@monomind/cli/.claude/skills/monodesign/reference/pre-delivery-checklist.md +1 -1
  167. package/packages/@monomind/cli/.claude/skills/monodesign/reference/product.md +1 -3
  168. package/packages/@monomind/cli/.claude/skills/monodesign/reference/quieter.md +1 -1
  169. package/packages/@monomind/cli/.claude/skills/monodesign/reference/shape.md +27 -13
  170. package/packages/@monomind/cli/.claude/skills/monodesign/reference/teach.md +6 -152
  171. package/packages/@monomind/cli/.claude/skills/monodesign/reference/typeset.md +180 -3
  172. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/command-metadata.json +94 -0
  173. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/context-signals.mjs +227 -0
  174. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/context.mjs +1062 -0
  175. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/critique-storage.mjs +243 -0
  176. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detect-csp.mjs +199 -0
  177. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detect.mjs +34 -0
  178. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/browser/injected/index.mjs +1938 -0
  179. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/cli/main.mjs +322 -0
  180. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/design-system.mjs +815 -0
  181. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/detect-antipatterns-browser.js +5246 -0
  182. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/detect-antipatterns.mjs +51 -0
  183. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/engines/browser/detect-url.mjs +260 -0
  184. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/engines/browser/drivers.mjs +259 -0
  185. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/engines/regex/detect-text.mjs +574 -0
  186. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/engines/static-html/css-cascade.mjs +1016 -0
  187. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/engines/static-html/detect-html.mjs +235 -0
  188. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/engines/visual/screenshot-contrast.mjs +199 -0
  189. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/findings.mjs +13 -0
  190. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/node/file-system.mjs +199 -0
  191. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/profile/profiler.mjs +167 -0
  192. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/registry/antipatterns.mjs +515 -0
  193. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/rules/checks.mjs +2704 -0
  194. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/shared/color.mjs +125 -0
  195. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/shared/constants.mjs +102 -0
  196. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/shared/fonts.mjs +31 -0
  197. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/shared/inline-ignores.mjs +149 -0
  198. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/detector/shared/page.mjs +8 -0
  199. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/hook-admin.mjs +662 -0
  200. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/hook-before-edit.mjs +517 -0
  201. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/hook-lib.mjs +1777 -0
  202. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/hook.mjs +62 -0
  203. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/lib/design-parser.mjs +843 -0
  204. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/lib/is-generated.mjs +70 -0
  205. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/lib/monodesign-config.mjs +641 -0
  206. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/lib/monodesign-paths.mjs +130 -0
  207. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/lib/provider.mjs +5 -0
  208. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/lib/target-args.mjs +43 -0
  209. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live/browser-script-parts.mjs +51 -0
  210. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live/completion.mjs +20 -0
  211. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live/event-validation.mjs +138 -0
  212. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live/insert-ui.mjs +459 -0
  213. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live/manual-apply.mjs +940 -0
  214. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live/manual-edit-routes.mjs +358 -0
  215. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live/manual-edits-buffer.mjs +153 -0
  216. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live/session-store.mjs +290 -0
  217. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live/svelte-component.mjs +827 -0
  218. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live/sveltekit-adapter.mjs +275 -0
  219. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live/ui-core.mjs +181 -0
  220. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live/vocabulary.mjs +37 -0
  221. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-accept.mjs +813 -0
  222. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-browser-dom.js +147 -0
  223. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-browser-session.js +124 -0
  224. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-browser.js +11241 -0
  225. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-commit-manual-edits.mjs +1242 -0
  226. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-complete.mjs +76 -0
  227. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-copy-edit-agent.mjs +684 -0
  228. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-discard-manual-edits.mjs +52 -0
  229. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-inject.mjs +584 -0
  230. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-insert.mjs +273 -0
  231. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-manual-edit-evidence.mjs +364 -0
  232. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-poll.mjs +385 -0
  233. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-resume.mjs +95 -0
  234. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-server.mjs +1138 -0
  235. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-status.mjs +62 -0
  236. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-target.mjs +31 -0
  237. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live-wrap.mjs +895 -0
  238. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/live.mjs +298 -0
  239. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/modern-screenshot.umd.js +15 -0
  240. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/palette.mjs +634 -0
  241. package/packages/@monomind/cli/.claude/skills/monodesign/scripts/pin.mjs +222 -0
  242. package/packages/@monomind/cli/.claude/skills/monodesign/teach.md +7 -58
  243. package/packages/@monomind/cli/dist/src/commands/design-detect.d.ts +7 -1
  244. package/packages/@monomind/cli/dist/src/commands/design-detect.js +70 -38
  245. package/packages/@monomind/cli/dist/src/commands/design-palette.d.ts +1 -1
  246. package/packages/@monomind/cli/dist/src/commands/design-palette.js +3 -3
  247. package/packages/@monomind/cli/dist/src/commands/doc.js +72 -15
  248. package/packages/@monomind/cli/dist/src/commands/doctor-project-checks.d.ts +4 -0
  249. package/packages/@monomind/cli/dist/src/commands/doctor-project-checks.js +23 -0
  250. package/packages/@monomind/cli/dist/src/commands/doctor.js +3 -3
  251. package/packages/@monomind/cli/dist/src/commands/org.js +109 -9
  252. package/packages/@monomind/cli/dist/src/init/executor.js +14 -3
  253. package/packages/@monomind/cli/dist/src/knowledge/document-pipeline.d.ts +2 -0
  254. package/packages/@monomind/cli/dist/src/knowledge/document-pipeline.js +1 -0
  255. package/packages/@monomind/cli/dist/src/mcp-tools/knowledge-tools.js +38 -7
  256. package/packages/@monomind/cli/dist/src/mcp-tools/memory-tools.d.ts +8 -3
  257. package/packages/@monomind/cli/dist/src/mcp-tools/memory-tools.js +193 -31
  258. package/packages/@monomind/cli/dist/src/memory/memory-bridge.d.ts +33 -0
  259. package/packages/@monomind/cli/dist/src/memory/memory-bridge.js +169 -18
  260. package/packages/@monomind/cli/dist/src/memory/memory-kg.d.ts +185 -0
  261. package/packages/@monomind/cli/dist/src/memory/memory-kg.js +449 -0
  262. package/packages/@monomind/cli/dist/src/memory/query-router.d.ts +44 -0
  263. package/packages/@monomind/cli/dist/src/memory/query-router.js +113 -0
  264. package/packages/@monomind/cli/dist/src/orgrt/daemon.d.ts +18 -0
  265. package/packages/@monomind/cli/dist/src/orgrt/daemon.js +249 -12
  266. package/packages/@monomind/cli/dist/src/orgrt/migrate.js +7 -0
  267. package/packages/@monomind/cli/dist/src/orgrt/policy.js +7 -0
  268. package/packages/@monomind/cli/dist/src/orgrt/session.d.ts +24 -1
  269. package/packages/@monomind/cli/dist/src/orgrt/session.js +18 -3
  270. package/packages/@monomind/cli/dist/src/orgrt/templates.d.ts +1 -0
  271. package/packages/@monomind/cli/dist/src/orgrt/templates.js +9 -4
  272. package/packages/@monomind/cli/dist/src/orgrt/types.d.ts +15 -0
  273. package/packages/@monomind/cli/dist/src/orgrt/types.js +2 -0
  274. package/packages/@monomind/cli/dist/src/ui/dashboard.html +154 -6
  275. package/packages/@monomind/cli/dist/src/ui/orgs.html +24 -0
  276. package/packages/@monomind/cli/dist/src/ui/server.mjs +211 -13
  277. package/packages/@monomind/cli/package.json +6 -4
  278. /package/packages/@monomind/cli/.claude/skills/{mastermind-skills/_agent-select.md → mastermind-agent-select/SKILL.md} +0 -0
  279. /package/packages/@monomind/cli/.claude/skills/{mastermind-skills/finish.md → mastermind-finish/SKILL.md} +0 -0
  280. /package/packages/@monomind/cli/.claude/skills/{mastermind-skills/_intake.md → mastermind-intake/SKILL.md} +0 -0
  281. /package/packages/@monomind/cli/.claude/skills/{mastermind-skills → mastermind-marketing}/references/copywriting-frameworks.md +0 -0
  282. /package/packages/@monomind/cli/.claude/skills/{mastermind-skills → mastermind-marketing}/references/persuasion-psychology.md +0 -0
  283. /package/packages/@monomind/cli/.claude/skills/{mastermind-skills/monotask.md → mastermind-monotask/SKILL.md} +0 -0
  284. /package/packages/@monomind/cli/.claude/skills/{mastermind-skills/receive-review.md → mastermind-receive-review/SKILL.md} +0 -0
  285. /package/packages/@monomind/cli/.claude/skills/{mastermind-skills/runorg.md → mastermind-runorg/SKILL.md} +0 -0
  286. /package/packages/@monomind/cli/.claude/skills/{mastermind-skills → mastermind-taskdev}/code-quality-reviewer-prompt.md +0 -0
  287. /package/packages/@monomind/cli/.claude/skills/{mastermind-skills → mastermind-taskdev}/final-reviewer-prompt.md +0 -0
  288. /package/packages/@monomind/cli/.claude/skills/{mastermind-skills → mastermind-taskdev}/spec-reviewer-prompt.md +0 -0
  289. /package/packages/@monomind/cli/.claude/skills/{mastermind-skills/worktree.md → mastermind-worktree/SKILL.md} +0 -0
@@ -29,11 +29,11 @@ Org Runtime v2 (`packages/@monomind/cli/src/orgrt/`) is a Node daemon, not a Tas
29
29
 
30
30
  ## Step 0 — Brain Load (standalone only)
31
31
 
32
- If `caller` is not "command" (i.e. invoked directly, not by the command wrapper), load brain context following _protocol.md Brain Load Procedure with namespace: `ops`.
32
+ If `caller` is not "command" (i.e. invoked directly, not by the command wrapper), load brain context following mastermind-protocol/SKILL.md Brain Load Procedure with namespace: `ops`.
33
33
 
34
34
  If `caller` is "command", use the `brain_context` already provided.
35
35
 
36
- Run intake from `_intake.md` if `prompt` is vague (stop at Q3, domain is `ops`). Skip intake if `prompt` is a rich prompt per _intake.md criteria.
36
+ Run intake from `mastermind-intake/SKILL.md` if `prompt` is vague (stop at Q3, domain is `ops`). Skip intake if `prompt` is a rich prompt per mastermind-intake/SKILL.md criteria.
37
37
 
38
38
  ---
39
39
 
@@ -244,4 +244,4 @@ If `schedule` was set, also print:
244
244
 
245
245
  ## Step 7 — Brain Write (standalone only)
246
246
 
247
- If `caller` is not "command", follow _protocol.md Brain Write Procedure for domain `ops`.
247
+ If `caller` is not "command", follow mastermind-protocol/SKILL.md Brain Write Procedure for domain `ops`.
@@ -157,7 +157,7 @@ Once you understand WHERE the break is, find existing working examples:
157
157
 
158
158
  1. **Write a failing test first** (before touching production code)
159
159
  - Automated test where possible; a one-off test script if no framework
160
- - Use `Skill("mastermind-skills:tdd")` for writing proper failing tests
160
+ - Use `Skill("mastermind-tdd")` for writing proper failing tests
161
161
  - The test MUST fail before the fix proves it
162
162
 
163
163
  2. **Implement a single fix**
@@ -170,7 +170,7 @@ Once you understand WHERE the break is, find existing working examples:
170
170
  - Test passes now?
171
171
  - No other tests broken?
172
172
  - Issue actually resolved?
173
- - Use `Skill("mastermind-skills:review")` to verify before declaring done
173
+ - Use `Skill("mastermind-review")` to verify before declaring done
174
174
 
175
175
  4. **If the fix doesn't work:**
176
176
  - STOP
@@ -266,8 +266,8 @@ If systematic investigation reveals the issue is truly environmental, timing-dep
266
266
  - **Condition-based waiting:** replace arbitrary sleeps/timeouts in flaky tests and scripts with polling for the actual condition ("wait until the file exists / the port answers"), with a hard cap. Timing guesses are bugs waiting for a slower machine.
267
267
 
268
268
  **Related skills:**
269
- - `Skill("mastermind-skills:tdd")` — for creating the failing test case (Phase 4, Step 1)
270
- - `Skill("mastermind-skills:verify")` — verify the fix worked before claiming success
269
+ - `Skill("mastermind-tdd")` — for creating the failing test case (Phase 4, Step 1)
270
+ - `Skill("mastermind-verify")` — verify the fix worked before claiming success
271
271
 
272
272
  ## Impact
273
273
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: mastermind-delegation
3
- description: Agent Delegation Capability — injected into every spawned agent prompt so subagents can further delegate specialized work. Never invoked directly; referenced by _protocol.md and domain skills.
3
+ description: Agent Delegation Capability — injected into every spawned agent prompt so subagents can further delegate specialized work. Never invoked directly; referenced by mastermind-protocol/SKILL.md and domain skills.
4
4
  type: shared
5
5
  ---
6
6
 
@@ -25,7 +25,7 @@ Every feature goes through this process. A todo list, a single-function utility,
25
25
 
26
26
  ## Inputs
27
27
 
28
- - `brain_context`: BRAIN CONTEXT block (injected by master, or loaded standalone via _protocol.md brain load)
28
+ - `brain_context`: BRAIN CONTEXT block (injected by master, or loaded standalone via mastermind-protocol/SKILL.md brain load)
29
29
  - `prompt`: the idea or request to design
30
30
  - `project_name`: project context
31
31
  - `mode`: auto | confirm
@@ -44,7 +44,7 @@ Complete these items in order:
44
44
  6. **Write design doc** — save to `docs/mastermind/specs/YYYY-MM-DD-<topic>-design.md`
45
45
  7. **Spec self-review** — inline check for placeholders, contradictions, ambiguity, scope (see below)
46
46
  8. **User reviews written spec** — ask user to review before proceeding
47
- 9. **Transition to planning** — invoke `Skill("mastermind-skills:plan")` to create the implementation plan
47
+ 9. **Transition to planning** — invoke `Skill("mastermind-plan")` to create the implementation plan
48
48
 
49
49
  ---
50
50
 
@@ -67,10 +67,10 @@ Spec self-review (fix inline)
67
67
 
68
68
  User reviews spec? → changes requested → Write design doc
69
69
  ↓ approved
70
- Invoke Skill("mastermind-skills:plan") ← TERMINAL STATE
70
+ Invoke Skill("mastermind-plan") ← TERMINAL STATE
71
71
  ```
72
72
 
73
- **The terminal state is invoking `Skill("mastermind-skills:plan")`.** Do NOT invoke mastermind:build or any other implementation skill directly. The ONLY next step after design is plan.
73
+ **The terminal state is invoking `Skill("mastermind-plan")`.** Do NOT invoke mastermind:build or any other implementation skill directly. The ONLY next step after design is plan.
74
74
 
75
75
  ---
76
76
 
@@ -142,11 +142,11 @@ Fix any issues inline. No need to re-review — just fix and move on.
142
142
 
143
143
  Wait for the user's response. If they request changes, make them and re-run the spec self-review. Only proceed once the user approves.
144
144
 
145
- **In auto mode:** Skip the wait. Proceed directly to `Skill("mastermind-skills:plan")`.
145
+ **In auto mode:** Skip the wait. Proceed directly to `Skill("mastermind-plan")`.
146
146
 
147
147
  ### Transition to Planning
148
148
 
149
- - Invoke `Skill("mastermind-skills:plan")` to create a detailed implementation plan
149
+ - Invoke `Skill("mastermind-plan")` to create a detailed implementation plan
150
150
  - Do NOT invoke any other skill. `mastermind:plan` is the only next step.
151
151
 
152
152
  ---
@@ -179,12 +179,12 @@ A browser-based companion for showing mockups, diagrams, and visual options duri
179
179
 
180
180
  A question about a UI topic is not automatically a visual question. "What does personality mean in this context?" is a conceptual question — use the terminal. "Which wizard layout works better?" is a visual question — use the browser.
181
181
 
182
- If they agree to the companion, use `Skill("mastermind-skills:worktree")` to set up an isolated workspace, then invoke `Skill("agent-browser-testing")` to open the browser.
182
+ If they agree to the companion, use `Skill("mastermind-worktree")` to set up an isolated workspace, then invoke `Skill("agent-browser-testing")` to open the browser.
183
183
 
184
184
  ---
185
185
 
186
186
  ## Integration
187
187
 
188
188
  **Skills used by this skill:**
189
- - `Skill("mastermind-skills:plan")` — creates the implementation plan after design is approved (terminal state)
190
- - `Skill("mastermind-skills:worktree")` — isolated workspace for visual companion work
189
+ - `Skill("mastermind-plan")` — creates the implementation plan after design is approved (terminal state)
190
+ - `Skill("mastermind-worktree")` — isolated workspace for visual companion work
@@ -36,7 +36,7 @@ If a proposed fix violates any invariant, drop it or rework it. State explicitly
36
36
 
37
37
  ## Step 0 — Brain Load (standalone only)
38
38
 
39
- If `caller` is not "command", load brain context following _protocol.md Brain Load Procedure with namespace: `ops`.
39
+ If `caller` is not "command", load brain context following mastermind-protocol/SKILL.md Brain Load Procedure with namespace: `ops`.
40
40
 
41
41
  ---
42
42
 
@@ -246,4 +246,4 @@ invariants:
246
246
 
247
247
  ## Step 4 — Brain Write (standalone only)
248
248
 
249
- If `caller` is not "command", follow _protocol.md Brain Write Procedure for domain `ops`.
249
+ If `caller` is not "command", follow mastermind-protocol/SKILL.md Brain Write Procedure for domain `ops`.
@@ -25,7 +25,7 @@ This skill is invoked by `mastermind:env` or directly via `/mastermind:env`.
25
25
 
26
26
  ## Step 0 — Brain Load (standalone only)
27
27
 
28
- If `caller` is not "command", load brain context following _protocol.md Brain Load Procedure with namespace: `ops`.
28
+ If `caller` is not "command", load brain context following mastermind-protocol/SKILL.md Brain Load Procedure with namespace: `ops`.
29
29
 
30
30
  ---
31
31
 
@@ -200,4 +200,4 @@ validation_errors: <N>
200
200
 
201
201
  ## Step 4 — Brain Write (standalone only)
202
202
 
203
- If `caller` is not "command", follow _protocol.md Brain Write Procedure for domain `ops`.
203
+ If `caller` is not "command", follow mastermind-protocol/SKILL.md Brain Write Procedure for domain `ops`.
@@ -39,7 +39,7 @@ This skill is invoked by `mastermind:environments` or directly via `/mastermind:
39
39
 
40
40
  ## Step 0 — Brain Load (standalone only)
41
41
 
42
- If `caller` is not "command", load brain context following _protocol.md Brain Load Procedure with namespace: `ops`.
42
+ If `caller` is not "command", load brain context following mastermind-protocol/SKILL.md Brain Load Procedure with namespace: `ops`.
43
43
 
44
44
  ---
45
45
 
@@ -247,4 +247,4 @@ default_env: <id or null>
247
247
 
248
248
  ## Step 4 — Brain Write (standalone only)
249
249
 
250
- If `caller` is not "command", follow _protocol.md Brain Write Procedure for domain `ops`.
250
+ If `caller` is not "command", follow mastermind-protocol/SKILL.md Brain Write Procedure for domain `ops`.
@@ -11,13 +11,13 @@ Load plan, review critically, execute all tasks, report when complete.
11
11
 
12
12
  **Announce at start:** "I'm using the mastermind:execute skill to implement this plan."
13
13
 
14
- **Note:** This skill works best with subagent support (Claude Code). When subagents are available, prefer `Skill("mastermind-skills:taskdev")` for parallel task execution.
14
+ **Note:** This skill works best with subagent support (Claude Code). When subagents are available, prefer `Skill("mastermind-taskdev")` for parallel task execution.
15
15
 
16
16
  ---
17
17
 
18
18
  ## Inputs
19
19
 
20
- - `brain_context`: BRAIN CONTEXT block (injected by master, or loaded standalone via _protocol.md brain load)
20
+ - `brain_context`: BRAIN CONTEXT block (injected by master, or loaded standalone via mastermind-protocol/SKILL.md brain load)
21
21
  - `plan_path`: path to the plan file to execute
22
22
  - `project_name`: monotask space name
23
23
  - `board_id`: monotask board ID
@@ -48,16 +48,16 @@ For each task in the plan:
48
48
  4. Mark as `completed`
49
49
 
50
50
  When the plan references skills:
51
- - `mastermind:taskdev` → invoke `Skill("mastermind-skills:taskdev")`
52
- - `mastermind:verify` → invoke `Skill("mastermind-skills:verify")`
53
- - Any other `mastermind:*` skill → invoke `Skill("mastermind-skills:<name>")`
51
+ - `mastermind:taskdev` → invoke `Skill("mastermind-taskdev")`
52
+ - `mastermind:verify` → invoke `Skill("mastermind-verify")`
53
+ - Any other `mastermind:*` skill → invoke `Skill("mastermind-<name>")`
54
54
 
55
55
  ### Step 3: Complete Development
56
56
 
57
57
  After all tasks complete and are verified:
58
58
 
59
59
  - Announce: "All tasks complete. Handing off to mastermind:finish."
60
- - **REQUIRED SUB-SKILL:** invoke `Skill("mastermind-skills:finish")`
60
+ - **REQUIRED SUB-SKILL:** invoke `Skill("mastermind-finish")`
61
61
  - Follow that skill to verify tests, present options, and execute the chosen finish action
62
62
 
63
63
  ---
@@ -98,7 +98,7 @@ After all tasks complete and are verified:
98
98
  ## Integration
99
99
 
100
100
  **Skills used by this skill:**
101
- - `Skill("mastermind-skills:plan")` — creates the plan this skill executes
102
- - `Skill("mastermind-skills:taskdev")` — subagent-driven parallel task execution (preferred for complex plans)
103
- - `Skill("mastermind-skills:finish")` — complete the development branch after all tasks
104
- - `Skill("mastermind-skills:verify")` — verification gate before finishing
101
+ - `Skill("mastermind-plan")` — creates the plan this skill executes
102
+ - `Skill("mastermind-taskdev")` — subagent-driven parallel task execution (preferred for complex plans)
103
+ - `Skill("mastermind-finish")` — complete the development branch after all tasks
104
+ - `Skill("mastermind-verify")` — verification gate before finishing
@@ -58,7 +58,7 @@ This skill is invoked by `mastermind:export` or directly via `/mastermind:export
58
58
 
59
59
  ## Step 0 — Brain Load (standalone only)
60
60
 
61
- If `caller` is not "command", load brain context following _protocol.md Brain Load Procedure with namespace: `ops`.
61
+ If `caller` is not "command", load brain context following mastermind-protocol/SKILL.md Brain Load Procedure with namespace: `ops`.
62
62
 
63
63
  ---
64
64
 
@@ -330,4 +330,4 @@ collision_strategy: <strategy if import>
330
330
 
331
331
  ## Step 4 — Brain Write (standalone only)
332
332
 
333
- If `caller` is not "command", follow _protocol.md Brain Write Procedure for domain `ops`.
333
+ If `caller` is not "command", follow mastermind-protocol/SKILL.md Brain Write Procedure for domain `ops`.
@@ -13,7 +13,7 @@ This skill is invoked by `mastermind:master` or directly via `/mastermind:financ
13
13
 
14
14
  ## Inputs
15
15
 
16
- - `brain_context`: BRAIN CONTEXT block (injected by master, or loaded standalone via _protocol.md brain load)
16
+ - `brain_context`: BRAIN CONTEXT block (injected by master, or loaded standalone via mastermind-protocol/SKILL.md brain load)
17
17
  - `prompt`: the finance goal for this run
18
18
  - `project_name`: monotask space name
19
19
  - `board_id`: monotask board ID (set by master, or created standalone)
@@ -43,9 +43,9 @@ Assess the prompt to determine execution mode:
43
43
 
44
44
  If this skill is invoked directly (not by master):
45
45
 
46
- 1. Load brain context following _protocol.md Brain Load Procedure (namespace: `finance`)
47
- 2. Run intake from _intake.md if prompt is vague
48
- 3. Follow _protocol.md Monotask Space+Board Setup Procedure:
46
+ 1. Load brain context following mastermind-protocol/SKILL.md Brain Load Procedure (namespace: `finance`)
47
+ 2. Run intake from mastermind-intake/SKILL.md if prompt is vague
48
+ 3. Follow mastermind-protocol/SKILL.md Monotask Space+Board Setup Procedure:
49
49
  ```bash
50
50
  project_name="${project_name:-$(basename "$PWD")}"
51
51
  space_id=$(monotask space list 2>/dev/null | awk -F' \| ' -v n="$project_name" '$2==n{print $1}' | head -1)
@@ -59,7 +59,7 @@ If this skill is invoked directly (not by master):
59
59
  done_col=$(monotask column create "$board_id" "Done" --json | jq -r '.id')
60
60
  ```
61
61
  4. Proceed with complexity assessment below
62
- 5. At end: follow _protocol.md Brain Write Procedure (namespace: `finance`)
62
+ 5. At end: follow mastermind-protocol/SKILL.md Brain Write Procedure (namespace: `finance`)
63
63
 
64
64
  ---
65
65
 
@@ -40,7 +40,7 @@ open → in_progress → done
40
40
 
41
41
  ## Step 0 — Brain Load (standalone only)
42
42
 
43
- If `caller` is not "command", load brain context following _protocol.md Brain Load Procedure with namespace: `ops`.
43
+ If `caller` is not "command", load brain context following mastermind-protocol/SKILL.md Brain Load Procedure with namespace: `ops`.
44
44
 
45
45
  ---
46
46
 
@@ -252,4 +252,4 @@ sub_goals: <N>
252
252
 
253
253
  ## Step 4 — Brain Write (standalone only)
254
254
 
255
- If `caller` is not "command", follow _protocol.md Brain Write Procedure for domain `ops`.
255
+ If `caller` is not "command", follow mastermind-protocol/SKILL.md Brain Write Procedure for domain `ops`.
@@ -27,7 +27,7 @@ This skill is invoked by `mastermind:goals` or directly via `/mastermind:goals`.
27
27
 
28
28
  ## Step 0 — Brain Load (standalone only)
29
29
 
30
- If `caller` is not "command", load brain context following _protocol.md Brain Load Procedure with namespace: `ops`.
30
+ If `caller` is not "command", load brain context following mastermind-protocol/SKILL.md Brain Load Procedure with namespace: `ops`.
31
31
 
32
32
  ---
33
33
 
@@ -146,4 +146,4 @@ Suggest next: "Link tasks to this goal with /mastermind:tasks link or /mastermin
146
146
 
147
147
  ## Step 4 — Brain Write (standalone only)
148
148
 
149
- If `caller` is not "command", follow _protocol.md Brain Write Procedure for domain `ops`.
149
+ If `caller` is not "command", follow mastermind-protocol/SKILL.md Brain Write Procedure for domain `ops`.
@@ -28,7 +28,7 @@ This skill is invoked by `mastermind:heartbeatv1` or directly via `/mastermind:h
28
28
 
29
29
  ## Step 0 — Brain Load (standalone only)
30
30
 
31
- If `caller` is not "command", load brain context following _protocol.md Brain Load Procedure with namespace: `ops`.
31
+ If `caller` is not "command", load brain context following mastermind-protocol/SKILL.md Brain Load Procedure with namespace: `ops`.
32
32
 
33
33
  ---
34
34
 
@@ -164,4 +164,4 @@ Print: "Heartbeat complete for <agentTitle>. Check outputs with: npx monomind@la
164
164
 
165
165
  ## Step 7 — Brain Write (standalone only)
166
166
 
167
- If `caller` is not "command", follow _protocol.md Brain Write Procedure for domain `ops`.
167
+ If `caller` is not "command", follow mastermind-protocol/SKILL.md Brain Write Procedure for domain `ops`.
@@ -13,7 +13,7 @@ This skill is invoked by `mastermind:master` or directly via `/mastermind:idea`.
13
13
 
14
14
  **File mode (default, `USE_MONOTASK=false`):**
15
15
 
16
- Invoke `Skill("mastermind-skills:ideate", $ARGUMENTS)` immediately — it provides the same research, evaluation, elaboration, and task-decomposition pipeline with file-first storage (`docs/ideas/` and `docs/tasks/`). The rest of this skill is skipped in file mode.
16
+ Invoke `Skill("mastermind-ideate", $ARGUMENTS)` immediately — it provides the same research, evaluation, elaboration, and task-decomposition pipeline with file-first storage (`docs/ideas/` and `docs/tasks/`). The rest of this skill is skipped in file mode.
17
17
 
18
18
  **Board mode (`USE_MONOTASK=true`):**
19
19
 
@@ -23,7 +23,7 @@ Continue with the full monotask board pipeline below (Steps 3-6).
23
23
 
24
24
  ## Inputs
25
25
 
26
- - `brain_context`: BRAIN CONTEXT block (injected by master, or loaded standalone via _protocol.md brain load)
26
+ - `brain_context`: BRAIN CONTEXT block (injected by master, or loaded standalone via mastermind-protocol/SKILL.md brain load)
27
27
  - `prompt`: the ideation goal for this run
28
28
  - `project_name`: monotask space name
29
29
  - `mode`: auto | confirm
@@ -54,10 +54,10 @@ Assess the prompt to determine execution mode:
54
54
 
55
55
  If this skill is invoked directly (not by master):
56
56
 
57
- 1. Load brain context following _protocol.md Brain Load Procedure (namespace: `idea`)
58
- 2. Run intake from _intake.md if prompt is vague
57
+ 1. Load brain context following mastermind-protocol/SKILL.md Brain Load Procedure (namespace: `idea`)
58
+ 2. Run intake from mastermind-intake/SKILL.md if prompt is vague
59
59
  3. For complex prompts: run Steps 3–6 below
60
- 4. At end: follow _protocol.md Brain Write Procedure (namespace: `idea`)
60
+ 4. At end: follow mastermind-protocol/SKILL.md Brain Write Procedure (namespace: `idea`)
61
61
 
62
62
  ---
63
63
 
@@ -67,7 +67,7 @@ For simple prompts (single agent, single output):
67
67
 
68
68
  1. Spawn one Task agent with the ideation request as a self-contained briefing
69
69
  2. Collect output
70
- 3. If called standalone (not from master): follow _protocol.md Brain Write Procedure (namespace: `idea`)
70
+ 3. If called standalone (not from master): follow mastermind-protocol/SKILL.md Brain Write Procedure (namespace: `idea`)
71
71
  4. Return unified output schema with `status: complete`
72
72
 
73
73
  ---
@@ -1058,7 +1058,7 @@ done < <(echo "$merged_flagged_json" | jq -c '.[]')
1058
1058
 
1059
1059
  ### Step 7 — Brain Write + Return
1060
1060
 
1061
- Follow _protocol.md Brain Write Procedure (namespace: `idea`).
1061
+ Follow mastermind-protocol/SKILL.md Brain Write Procedure (namespace: `idea`).
1062
1062
 
1063
1063
  **Write domain output to session file** so master Step 9 aggregation can include this domain. Skip silently if running standalone (no SESSION_ID in current.json):
1064
1064
 
@@ -35,7 +35,7 @@ This skill is invoked by `mastermind:import` or directly via `/mastermind:import
35
35
 
36
36
  ## Step 0 — Brain Load (standalone only)
37
37
 
38
- If `caller` is not "command", load brain context following _protocol.md Brain Load Procedure with namespace: `ops`.
38
+ If `caller` is not "command", load brain context following mastermind-protocol/SKILL.md Brain Load Procedure with namespace: `ops`.
39
39
 
40
40
  ---
41
41
 
@@ -278,4 +278,4 @@ collision: <strategy>
278
278
 
279
279
  ## Step 4 — Brain Write (standalone only)
280
280
 
281
- If `caller` is not "command", follow _protocol.md Brain Write Procedure for domain `ops`.
281
+ If `caller` is not "command", follow mastermind-protocol/SKILL.md Brain Write Procedure for domain `ops`.
@@ -24,7 +24,7 @@ This skill is invoked by `mastermind:inbox` or directly via `/mastermind:inbox`.
24
24
 
25
25
  ## Step 0 — Brain Load (standalone only)
26
26
 
27
- If `caller` is not "command", load brain context following _protocol.md Brain Load Procedure with namespace: `ops`.
27
+ If `caller` is not "command", load brain context following mastermind-protocol/SKILL.md Brain Load Procedure with namespace: `ops`.
28
28
 
29
29
  ---
30
30
 
@@ -223,4 +223,4 @@ budget_alerts: <N>
223
223
 
224
224
  ## Step 5 — Brain Write (standalone only)
225
225
 
226
- If `caller` is not "command", follow _protocol.md Brain Write Procedure for domain `ops`.
226
+ If `caller` is not "command", follow mastermind-protocol/SKILL.md Brain Write Procedure for domain `ops`.
@@ -25,7 +25,7 @@ This skill is invoked by `mastermind:instance` or directly via `/mastermind:inst
25
25
 
26
26
  ## Step 0 — Brain Load (standalone only)
27
27
 
28
- If `caller` is not "command", load brain context following _protocol.md Brain Load Procedure with namespace: `ops`.
28
+ If `caller` is not "command", load brain context following mastermind-protocol/SKILL.md Brain Load Procedure with namespace: `ops`.
29
29
 
30
30
  ---
31
31
 
@@ -232,4 +232,4 @@ scheduler_enabled: <true|false>
232
232
 
233
233
  ## Step 4 — Brain Write (standalone only)
234
234
 
235
- If `caller` is not "command", follow _protocol.md Brain Write Procedure for domain `ops`.
235
+ If `caller` is not "command", follow mastermind-protocol/SKILL.md Brain Write Procedure for domain `ops`.
@@ -46,7 +46,7 @@ This skill is invoked by `mastermind:instance-settings` or directly via `/master
46
46
 
47
47
  ## Step 0 — Brain Load (standalone only)
48
48
 
49
- If `caller` is not "command", load brain context following _protocol.md Brain Load Procedure with namespace: `ops`.
49
+ If `caller` is not "command", load brain context following mastermind-protocol/SKILL.md Brain Load Procedure with namespace: `ops`.
50
50
 
51
51
  ---
52
52
 
@@ -312,4 +312,4 @@ action: <action>
312
312
 
313
313
  ## Step 4 — Brain Write (standalone only)
314
314
 
315
- If `caller` is not "command", follow _protocol.md Brain Write Procedure for domain `ops`.
315
+ If `caller` is not "command", follow mastermind-protocol/SKILL.md Brain Write Procedure for domain `ops`.
@@ -38,7 +38,7 @@ This skill is invoked by `mastermind:invite-landing` or directly via `/mastermin
38
38
 
39
39
  ## Step 0 — Brain Load (standalone only)
40
40
 
41
- If `caller` is not "command", load brain context following _protocol.md Brain Load Procedure with namespace: `ops`.
41
+ If `caller` is not "command", load brain context following mastermind-protocol/SKILL.md Brain Load Procedure with namespace: `ops`.
42
42
 
43
43
  ---
44
44
 
@@ -224,4 +224,4 @@ role: <role>
224
224
 
225
225
  ## Step 4 — Brain Write (standalone only)
226
226
 
227
- If `caller` is not "command", follow _protocol.md Brain Write Procedure for domain `ops`.
227
+ If `caller` is not "command", follow mastermind-protocol/SKILL.md Brain Write Procedure for domain `ops`.
@@ -38,7 +38,7 @@ This skill is invoked by `mastermind:invites` or directly via `/mastermind:invit
38
38
 
39
39
  ## Step 0 — Brain Load (standalone only)
40
40
 
41
- If `caller` is not "command", load brain context following _protocol.md Brain Load Procedure with namespace: `ops`.
41
+ If `caller` is not "command", load brain context following mastermind-protocol/SKILL.md Brain Load Procedure with namespace: `ops`.
42
42
 
43
43
  ---
44
44
 
@@ -251,4 +251,4 @@ pending_joins: <N>
251
251
 
252
252
  ## Step 4 — Brain Write (standalone only)
253
253
 
254
- If `caller` is not "command", follow _protocol.md Brain Write Procedure for domain `ops`.
254
+ If `caller` is not "command", follow mastermind-protocol/SKILL.md Brain Write Procedure for domain `ops`.
@@ -41,7 +41,7 @@ Recovery actions apply when an issue enters `needs_recovery` state after a faile
41
41
 
42
42
  ## Step 0 — Brain Load (standalone only)
43
43
 
44
- If `caller` is not "command", load brain context following _protocol.md Brain Load Procedure with namespace: `ops`.
44
+ If `caller` is not "command", load brain context following mastermind-protocol/SKILL.md Brain Load Procedure with namespace: `ops`.
45
45
 
46
46
  ---
47
47
 
@@ -288,4 +288,4 @@ issue_status: <status>
288
288
 
289
289
  ## Step 4 — Brain Write (standalone only)
290
290
 
291
- If `caller` is not "command", follow _protocol.md Brain Write Procedure for domain `ops`.
291
+ If `caller` is not "command", follow mastermind-protocol/SKILL.md Brain Write Procedure for domain `ops`.
@@ -31,7 +31,7 @@ This skill is invoked by `mastermind:issues` or directly via `/mastermind:issues
31
31
 
32
32
  ## Step 0 — Brain Load (standalone only)
33
33
 
34
- If `caller` is not "command", load brain context following _protocol.md Brain Load Procedure with namespace: `ops`.
34
+ If `caller` is not "command", load brain context following mastermind-protocol/SKILL.md Brain Load Procedure with namespace: `ops`.
35
35
 
36
36
  ---
37
37
 
@@ -232,4 +232,4 @@ org_name: <org_name>
232
232
 
233
233
  ## Step 4 — Brain Write (standalone only)
234
234
 
235
- If `caller` is not "command", follow _protocol.md Brain Write Procedure for domain `ops`.
235
+ If `caller` is not "command", follow mastermind-protocol/SKILL.md Brain Write Procedure for domain `ops`.
@@ -25,7 +25,7 @@ This skill is invoked by `mastermind:join-queue` or directly via `/mastermind:jo
25
25
 
26
26
  ## Step 0 — Brain Load (standalone only)
27
27
 
28
- If `caller` is not "command", load brain context following _protocol.md Brain Load Procedure with namespace: `ops`.
28
+ If `caller` is not "command", load brain context following mastermind-protocol/SKILL.md Brain Load Procedure with namespace: `ops`.
29
29
 
30
30
  ---
31
31
 
@@ -167,4 +167,4 @@ type_filter: <request_type>
167
167
 
168
168
  ## Step 4 — Brain Write (standalone only)
169
169
 
170
- If `caller` is not "command", follow _protocol.md Brain Write Procedure for domain `ops`.
170
+ If `caller` is not "command", follow mastermind-protocol/SKILL.md Brain Write Procedure for domain `ops`.
@@ -50,7 +50,7 @@ An issue is **stalled** when it is non-terminal but has no:
50
50
 
51
51
  ## Step 0 — Brain Load (standalone only)
52
52
 
53
- If `caller` is not "command", load brain context following _protocol.md Brain Load Procedure with namespace: `ops`.
53
+ If `caller` is not "command", load brain context following mastermind-protocol/SKILL.md Brain Load Procedure with namespace: `ops`.
54
54
 
55
55
  ---
56
56
 
@@ -389,4 +389,4 @@ issue_id: <issue_id or all>
389
389
 
390
390
  ## Step 4 — Brain Write (standalone only)
391
391
 
392
- If `caller` is not "command", follow _protocol.md Brain Write Procedure for domain `ops`.
392
+ If `caller` is not "command", follow mastermind-protocol/SKILL.md Brain Write Procedure for domain `ops`.
@@ -13,7 +13,7 @@ This skill is invoked by `mastermind:master` or directly via `/mastermind:market
13
13
 
14
14
  ## Inputs
15
15
 
16
- - `brain_context`: BRAIN CONTEXT block (injected by master, or loaded standalone via _protocol.md brain load)
16
+ - `brain_context`: BRAIN CONTEXT block (injected by master, or loaded standalone via mastermind-protocol/SKILL.md brain load)
17
17
  - `prompt`: the marketing goal for this run
18
18
  - `project_name`: monotask space name
19
19
  - `board_id`: monotask board ID (set by master, or created standalone)
@@ -36,9 +36,9 @@ Before building any task briefing, identify which reference files apply and incl
36
36
  In each agent task briefing, add:
37
37
  ```
38
38
  REFERENCE FILES: Read these before starting:
39
- - .claude/skills/mastermind/references/persuasion-psychology.md
39
+ - .claude/skills/mastermind-marketing/references/persuasion-psychology.md
40
40
  [For copy tasks (landing pages, CTAs, email copy, headlines, subject lines), also read:]
41
- - .claude/skills/mastermind/references/copywriting-frameworks.md
41
+ - .claude/skills/mastermind-marketing/references/copywriting-frameworks.md
42
42
  [For all copy review/edit passes, also read:]
43
43
  - .claude/skills/stop-slop/SKILL.md
44
44
  - .claude/skills/stop-slop/references/phrases.md
@@ -89,9 +89,9 @@ Assess the prompt to determine execution mode:
89
89
 
90
90
  If this skill is invoked directly (not by master):
91
91
 
92
- 1. Load brain context following _protocol.md Brain Load Procedure (namespace: `marketing`)
93
- 2. Run intake from _intake.md if prompt is vague
94
- 3. Follow _protocol.md Monotask Space+Board Setup Procedure:
92
+ 1. Load brain context following mastermind-protocol/SKILL.md Brain Load Procedure (namespace: `marketing`)
93
+ 2. Run intake from mastermind-intake/SKILL.md if prompt is vague
94
+ 3. Follow mastermind-protocol/SKILL.md Monotask Space+Board Setup Procedure:
95
95
  ```bash
96
96
  project_name="${project_name:-$(basename "$PWD")}"
97
97
  space_id=$(monotask space list 2>/dev/null | awk -F' \| ' -v n="$project_name" '$2==n{print $1}' | head -1)
@@ -105,7 +105,7 @@ If this skill is invoked directly (not by master):
105
105
  done_col=$(monotask column create "$board_id" "Done" --json | jq -r '.id')
106
106
  ```
107
107
  4. Proceed with complexity assessment below
108
- 5. At end: follow _protocol.md Brain Write Procedure (namespace: `marketing`)
108
+ 5. At end: follow mastermind-protocol/SKILL.md Brain Write Procedure (namespace: `marketing`)
109
109
 
110
110
  ---
111
111
 
@@ -150,7 +150,7 @@ monotask card comment add "$BOARD_ID" "$CARD_ID" "CONTEXT: <date> | Project: <pr
150
150
  BRAIN MEMORY: [paste most relevant 3-5 brain context excerpts]
151
151
  SCOPE: [channel, audience, tone, brand constraints]
152
152
  CONSTRAINTS: [brand voice, legal/compliance, budget limits, existing assets]
153
- REFERENCE FILES: [for copy/content workstreams: .claude/skills/mastermind/references/persuasion-psychology.md; for copy tasks also: .claude/skills/mastermind/references/copywriting-frameworks.md; for copy review/edit: .claude/skills/stop-slop/SKILL.md, .claude/skills/stop-slop/references/phrases.md, .claude/skills/stop-slop/references/structures.md]
153
+ REFERENCE FILES: [for copy/content workstreams: .claude/skills/mastermind-marketing/references/persuasion-psychology.md; for copy tasks also: .claude/skills/mastermind-marketing/references/copywriting-frameworks.md; for copy review/edit: .claude/skills/stop-slop/SKILL.md, .claude/skills/stop-slop/references/phrases.md, .claude/skills/stop-slop/references/structures.md]
154
154
  SUCCESS CRITERIA:
155
155
  - [ ] [checkable item]
156
156
  AGENT: [Content Creator | Email Marketing Specialist | CRO Specialist | Pricing Strategist | Launch Strategist | Competitive Content Strategist | SEO Specialist | Social Media Strategist | Analytics Reporter | Ad Creative Strategist]
@@ -58,7 +58,7 @@ Three layers, mirrored to `.monomind/orgs/<org_name>-memory/`:
58
58
 
59
59
  ## Step 0 — Brain Load (standalone only)
60
60
 
61
- If `caller` is not "command", load brain context following _protocol.md Brain Load Procedure with namespace: `ops`.
61
+ If `caller` is not "command", load brain context following mastermind-protocol/SKILL.md Brain Load Procedure with namespace: `ops`.
62
62
 
63
63
  ---
64
64
 
@@ -318,4 +318,4 @@ topic: <topic>
318
318
 
319
319
  ## Step 4 — Brain Write (standalone only)
320
320
 
321
- If `caller` is not "command", follow _protocol.md Brain Write Procedure for domain `ops`.
321
+ If `caller` is not "command", follow mastermind-protocol/SKILL.md Brain Write Procedure for domain `ops`.
@@ -35,7 +35,7 @@ A monitor is a named, forever-running task executor. It polls one or more task s
35
35
 
36
36
  ## Step 0 — Brain Load (standalone only)
37
37
 
38
- If `caller` is not "command", load brain context following `_protocol.md` Brain Load Procedure with namespace: `ops`.
38
+ If `caller` is not "command", load brain context following `mastermind-protocol/SKILL.md` Brain Load Procedure with namespace: `ops`.
39
39
 
40
40
  ---
41
41
 
@@ -1108,7 +1108,7 @@ run_id: <SESSION_ID>
1108
1108
 
1109
1109
  ## Step 7 — Brain Write (standalone only)
1110
1110
 
1111
- If `caller` is not "command", follow `_protocol.md` Brain Write Procedure for domain `ops`.
1111
+ If `caller` is not "command", follow `mastermind-protocol/SKILL.md` Brain Write Procedure for domain `ops`.
1112
1112
 
1113
1113
  ---
1114
1114
 
@@ -25,7 +25,7 @@ This skill is invoked by `mastermind:my-issues` or directly via `/mastermind:my-
25
25
 
26
26
  ## Step 0 — Brain Load (standalone only)
27
27
 
28
- If `caller` is not "command", load brain context following _protocol.md Brain Load Procedure with namespace: `ops`.
28
+ If `caller` is not "command", load brain context following mastermind-protocol/SKILL.md Brain Load Procedure with namespace: `ops`.
29
29
 
30
30
  ---
31
31
 
@@ -143,4 +143,4 @@ assignee: <assignee_id>
143
143
 
144
144
  ## Step 4 — Brain Write (standalone only)
145
145
 
146
- If `caller` is not "command", follow _protocol.md Brain Write Procedure for domain `ops`.
146
+ If `caller` is not "command", follow mastermind-protocol/SKILL.md Brain Write Procedure for domain `ops`.