mop-flow 0.1.8

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 (390) hide show
  1. package/.MOP/PROTOCOL.md +579 -0
  2. package/.MOP/STATE.json +668 -0
  3. package/.MOP/config/defaults.json +55 -0
  4. package/.MOP/config/team.json +8 -0
  5. package/.MOP/flow/ROADMAP.md +51 -0
  6. package/.MOP/flow/skill-manifest.json +645 -0
  7. package/.MOP/scripts/burhan-mop.mjs +291 -0
  8. package/.MOP/scripts/mop-auto-deploy.mjs +152 -0
  9. package/.MOP/scripts/mop-autosycn.mjs +790 -0
  10. package/.MOP/scripts/mop-core.mjs +1206 -0
  11. package/.MOP/scripts/mop-flow.mjs +396 -0
  12. package/.MOP/scripts/mop-smoke-test.mjs +76 -0
  13. package/.MOP/scripts/mop-workflow.mjs +348 -0
  14. package/.MOP/templates/artifacts/adversarial-review.md +33 -0
  15. package/.MOP/templates/artifacts/architecture.md +28 -0
  16. package/.MOP/templates/artifacts/decision-log.md +21 -0
  17. package/.MOP/templates/artifacts/handoff.md +21 -0
  18. package/.MOP/templates/artifacts/implementation-notes.md +21 -0
  19. package/.MOP/templates/artifacts/prd.md +29 -0
  20. package/.MOP/templates/artifacts/product-brief.md +30 -0
  21. package/.MOP/templates/artifacts/readiness-report.md +25 -0
  22. package/.MOP/templates/artifacts/release-notes.md +21 -0
  23. package/.MOP/templates/artifacts/review.md +21 -0
  24. package/.MOP/templates/artifacts/story.md +25 -0
  25. package/.MOP/templates/artifacts/ux-spec.md +32 -0
  26. package/.agents/AGENTS.md +85 -0
  27. package/.agents/skills/auto-deploy/SKILL.md +48 -0
  28. package/.agents/skills/autosycn/SKILL.md +75 -0
  29. package/.agents/skills/mop-flow/SKILL.md +53 -0
  30. package/.agents/skills/mop-help/SKILL.md +35 -0
  31. package/.agents/skills/ruflo-core/SKILL.md +36 -0
  32. package/.claude/agents/analysis/analyze-code-quality.md +179 -0
  33. package/.claude/agents/analysis/code-analyzer.md +210 -0
  34. package/.claude/agents/analysis/code-review/analyze-code-quality.md +179 -0
  35. package/.claude/agents/architecture/arch-system-design.md +157 -0
  36. package/.claude/agents/architecture/system-design/arch-system-design.md +155 -0
  37. package/.claude/agents/browser/browser-agent.yaml +182 -0
  38. package/.claude/agents/consensus/byzantine-coordinator.md +63 -0
  39. package/.claude/agents/consensus/crdt-synchronizer.md +997 -0
  40. package/.claude/agents/consensus/gossip-coordinator.md +63 -0
  41. package/.claude/agents/consensus/performance-benchmarker.md +851 -0
  42. package/.claude/agents/consensus/quorum-manager.md +823 -0
  43. package/.claude/agents/consensus/raft-manager.md +63 -0
  44. package/.claude/agents/consensus/security-manager.md +622 -0
  45. package/.claude/agents/core/planner.md +375 -0
  46. package/.claude/agents/custom/test-long-runner.md +44 -0
  47. package/.claude/agents/data/data-ml-model.md +445 -0
  48. package/.claude/agents/data/ml/data-ml-model.md +193 -0
  49. package/.claude/agents/development/backend/dev-backend-api.md +142 -0
  50. package/.claude/agents/development/dev-backend-api.md +345 -0
  51. package/.claude/agents/devops/ci-cd/ops-cicd-github.md +164 -0
  52. package/.claude/agents/devops/ops-cicd-github.md +165 -0
  53. package/.claude/agents/documentation/api-docs/docs-api-openapi.md +174 -0
  54. package/.claude/agents/documentation/docs-api-openapi.md +355 -0
  55. package/.claude/agents/flow-nexus/app-store.md +88 -0
  56. package/.claude/agents/flow-nexus/authentication.md +69 -0
  57. package/.claude/agents/flow-nexus/challenges.md +81 -0
  58. package/.claude/agents/flow-nexus/neural-network.md +88 -0
  59. package/.claude/agents/flow-nexus/payments.md +83 -0
  60. package/.claude/agents/flow-nexus/sandbox.md +76 -0
  61. package/.claude/agents/flow-nexus/swarm.md +76 -0
  62. package/.claude/agents/flow-nexus/user-tools.md +96 -0
  63. package/.claude/agents/flow-nexus/workflow.md +84 -0
  64. package/.claude/agents/github/code-review-swarm.md +377 -0
  65. package/.claude/agents/github/github-modes.md +173 -0
  66. package/.claude/agents/github/issue-tracker.md +576 -0
  67. package/.claude/agents/github/multi-repo-swarm.md +553 -0
  68. package/.claude/agents/github/pr-manager.md +438 -0
  69. package/.claude/agents/github/project-board-sync.md +509 -0
  70. package/.claude/agents/github/release-manager.md +605 -0
  71. package/.claude/agents/github/release-swarm.md +583 -0
  72. package/.claude/agents/github/repo-architect.md +398 -0
  73. package/.claude/agents/github/swarm-issue.md +573 -0
  74. package/.claude/agents/github/swarm-pr.md +428 -0
  75. package/.claude/agents/github/sync-coordinator.md +452 -0
  76. package/.claude/agents/github/workflow-automation.md +903 -0
  77. package/.claude/agents/goal/agent.md +816 -0
  78. package/.claude/agents/optimization/benchmark-suite.md +665 -0
  79. package/.claude/agents/optimization/load-balancer.md +431 -0
  80. package/.claude/agents/optimization/performance-monitor.md +672 -0
  81. package/.claude/agents/optimization/resource-allocator.md +674 -0
  82. package/.claude/agents/optimization/topology-optimizer.md +808 -0
  83. package/.claude/agents/payments/agentic-payments.md +126 -0
  84. package/.claude/agents/sona/sona-learning-optimizer.md +74 -0
  85. package/.claude/agents/sparc/architecture.md +699 -0
  86. package/.claude/agents/sparc/pseudocode.md +520 -0
  87. package/.claude/agents/sparc/refinement.md +802 -0
  88. package/.claude/agents/sparc/specification.md +478 -0
  89. package/.claude/agents/specialized/mobile/spec-mobile-react-native.md +225 -0
  90. package/.claude/agents/specialized/spec-mobile-react-native.md +227 -0
  91. package/.claude/agents/sublinear/consensus-coordinator.md +338 -0
  92. package/.claude/agents/sublinear/matrix-optimizer.md +185 -0
  93. package/.claude/agents/sublinear/pagerank-analyzer.md +299 -0
  94. package/.claude/agents/sublinear/performance-optimizer.md +368 -0
  95. package/.claude/agents/sublinear/trading-predictor.md +246 -0
  96. package/.claude/agents/swarm/adaptive-coordinator.md +1127 -0
  97. package/.claude/agents/swarm/hierarchical-coordinator.md +710 -0
  98. package/.claude/agents/swarm/mesh-coordinator.md +963 -0
  99. package/.claude/agents/templates/automation-smart-agent.md +205 -0
  100. package/.claude/agents/templates/base-template-generator.md +289 -0
  101. package/.claude/agents/templates/coordinator-swarm-init.md +90 -0
  102. package/.claude/agents/templates/github-pr-manager.md +177 -0
  103. package/.claude/agents/templates/implementer-sparc-coder.md +259 -0
  104. package/.claude/agents/templates/memory-coordinator.md +187 -0
  105. package/.claude/agents/templates/orchestrator-task.md +139 -0
  106. package/.claude/agents/templates/performance-analyzer.md +199 -0
  107. package/.claude/agents/templates/sparc-coordinator.md +514 -0
  108. package/.claude/agents/testing/production-validator.md +395 -0
  109. package/.claude/agents/testing/tdd-london-swarm.md +244 -0
  110. package/.claude/agents/v3/aidefence-guardian.md +282 -0
  111. package/.claude/agents/v3/claims-authorizer.md +208 -0
  112. package/.claude/agents/v3/collective-intelligence-coordinator.md +993 -0
  113. package/.claude/agents/v3/ddd-domain-expert.md +220 -0
  114. package/.claude/agents/v3/injection-analyst.md +236 -0
  115. package/.claude/agents/v3/performance-engineer.md +1233 -0
  116. package/.claude/agents/v3/pii-detector.md +151 -0
  117. package/.claude/agents/v3/reasoningbank-learner.md +213 -0
  118. package/.claude/agents/v3/security-architect-aidefence.md +410 -0
  119. package/.claude/agents/v3/security-architect.md +867 -0
  120. package/.claude/agents/v3/swarm-memory-manager.md +157 -0
  121. package/.claude/agents/v3/v3-integration-architect.md +205 -0
  122. package/.claude/commands/agents/README.md +50 -0
  123. package/.claude/commands/agents/agent-capabilities.md +140 -0
  124. package/.claude/commands/agents/agent-coordination.md +28 -0
  125. package/.claude/commands/agents/agent-spawning.md +28 -0
  126. package/.claude/commands/agents/agent-types.md +216 -0
  127. package/.claude/commands/agents/health.md +139 -0
  128. package/.claude/commands/agents/list.md +100 -0
  129. package/.claude/commands/agents/logs.md +130 -0
  130. package/.claude/commands/agents/metrics.md +122 -0
  131. package/.claude/commands/agents/pool.md +127 -0
  132. package/.claude/commands/agents/spawn.md +140 -0
  133. package/.claude/commands/agents/status.md +115 -0
  134. package/.claude/commands/agents/stop.md +102 -0
  135. package/.claude/commands/analysis/COMMAND_COMPLIANCE_REPORT.md +54 -0
  136. package/.claude/commands/analysis/README.md +9 -0
  137. package/.claude/commands/analysis/bottleneck-detect.md +162 -0
  138. package/.claude/commands/analysis/performance-bottlenecks.md +59 -0
  139. package/.claude/commands/analysis/performance-report.md +25 -0
  140. package/.claude/commands/analysis/token-efficiency.md +45 -0
  141. package/.claude/commands/analysis/token-usage.md +25 -0
  142. package/.claude/commands/automation/README.md +9 -0
  143. package/.claude/commands/automation/auto-agent.md +122 -0
  144. package/.claude/commands/automation/self-healing.md +106 -0
  145. package/.claude/commands/automation/session-memory.md +90 -0
  146. package/.claude/commands/automation/smart-agents.md +73 -0
  147. package/.claude/commands/automation/smart-spawn.md +25 -0
  148. package/.claude/commands/automation/workflow-select.md +25 -0
  149. package/.claude/commands/claude-flow-help.md +103 -0
  150. package/.claude/commands/claude-flow-memory.md +107 -0
  151. package/.claude/commands/claude-flow-swarm.md +205 -0
  152. package/.claude/commands/coordination/README.md +9 -0
  153. package/.claude/commands/coordination/agent-spawn.md +25 -0
  154. package/.claude/commands/coordination/init.md +44 -0
  155. package/.claude/commands/coordination/orchestrate.md +43 -0
  156. package/.claude/commands/coordination/spawn.md +45 -0
  157. package/.claude/commands/coordination/swarm-init.md +85 -0
  158. package/.claude/commands/coordination/task-orchestrate.md +25 -0
  159. package/.claude/commands/github/README.md +11 -0
  160. package/.claude/commands/github/code-review-swarm.md +514 -0
  161. package/.claude/commands/github/code-review.md +25 -0
  162. package/.claude/commands/github/github-modes.md +147 -0
  163. package/.claude/commands/github/github-swarm.md +121 -0
  164. package/.claude/commands/github/issue-tracker.md +292 -0
  165. package/.claude/commands/github/issue-triage.md +25 -0
  166. package/.claude/commands/github/multi-repo-swarm.md +519 -0
  167. package/.claude/commands/github/pr-enhance.md +26 -0
  168. package/.claude/commands/github/pr-manager.md +170 -0
  169. package/.claude/commands/github/project-board-sync.md +471 -0
  170. package/.claude/commands/github/release-manager.md +340 -0
  171. package/.claude/commands/github/release-swarm.md +544 -0
  172. package/.claude/commands/github/repo-analyze.md +25 -0
  173. package/.claude/commands/github/repo-architect.md +367 -0
  174. package/.claude/commands/github/swarm-issue.md +485 -0
  175. package/.claude/commands/github/swarm-pr.md +288 -0
  176. package/.claude/commands/github/sync-coordinator.md +303 -0
  177. package/.claude/commands/github/workflow-automation.md +442 -0
  178. package/.claude/commands/hive-mind/README.md +17 -0
  179. package/.claude/commands/hive-mind/hive-mind-consensus.md +8 -0
  180. package/.claude/commands/hive-mind/hive-mind-init.md +18 -0
  181. package/.claude/commands/hive-mind/hive-mind-memory.md +8 -0
  182. package/.claude/commands/hive-mind/hive-mind-metrics.md +8 -0
  183. package/.claude/commands/hive-mind/hive-mind-resume.md +8 -0
  184. package/.claude/commands/hive-mind/hive-mind-sessions.md +8 -0
  185. package/.claude/commands/hive-mind/hive-mind-spawn.md +21 -0
  186. package/.claude/commands/hive-mind/hive-mind-status.md +8 -0
  187. package/.claude/commands/hive-mind/hive-mind-stop.md +8 -0
  188. package/.claude/commands/hive-mind/hive-mind-wizard.md +8 -0
  189. package/.claude/commands/hive-mind/hive-mind.md +27 -0
  190. package/.claude/commands/hooks/README.md +11 -0
  191. package/.claude/commands/hooks/overview.md +58 -0
  192. package/.claude/commands/hooks/post-edit.md +117 -0
  193. package/.claude/commands/hooks/post-task.md +112 -0
  194. package/.claude/commands/hooks/pre-edit.md +113 -0
  195. package/.claude/commands/hooks/pre-task.md +111 -0
  196. package/.claude/commands/hooks/session-end.md +118 -0
  197. package/.claude/commands/hooks/setup.md +103 -0
  198. package/.claude/commands/memory/README.md +9 -0
  199. package/.claude/commands/memory/memory-persist.md +25 -0
  200. package/.claude/commands/memory/memory-search.md +25 -0
  201. package/.claude/commands/memory/memory-usage.md +25 -0
  202. package/.claude/commands/memory/neural.md +47 -0
  203. package/.claude/commands/monitoring/README.md +9 -0
  204. package/.claude/commands/monitoring/agent-metrics.md +25 -0
  205. package/.claude/commands/monitoring/agents.md +44 -0
  206. package/.claude/commands/monitoring/real-time-view.md +25 -0
  207. package/.claude/commands/monitoring/status.md +46 -0
  208. package/.claude/commands/monitoring/swarm-monitor.md +25 -0
  209. package/.claude/commands/optimization/README.md +9 -0
  210. package/.claude/commands/optimization/auto-topology.md +62 -0
  211. package/.claude/commands/optimization/cache-manage.md +25 -0
  212. package/.claude/commands/optimization/parallel-execute.md +25 -0
  213. package/.claude/commands/optimization/parallel-execution.md +50 -0
  214. package/.claude/commands/optimization/topology-optimize.md +25 -0
  215. package/.claude/commands/pair/README.md +261 -0
  216. package/.claude/commands/pair/commands.md +546 -0
  217. package/.claude/commands/pair/config.md +510 -0
  218. package/.claude/commands/pair/examples.md +512 -0
  219. package/.claude/commands/pair/modes.md +348 -0
  220. package/.claude/commands/pair/session.md +407 -0
  221. package/.claude/commands/pair/start.md +209 -0
  222. package/.claude/commands/sparc/analyzer.md +52 -0
  223. package/.claude/commands/sparc/architect.md +53 -0
  224. package/.claude/commands/sparc/ask.md +97 -0
  225. package/.claude/commands/sparc/batch-executor.md +54 -0
  226. package/.claude/commands/sparc/code.md +89 -0
  227. package/.claude/commands/sparc/coder.md +54 -0
  228. package/.claude/commands/sparc/debug.md +83 -0
  229. package/.claude/commands/sparc/debugger.md +54 -0
  230. package/.claude/commands/sparc/designer.md +53 -0
  231. package/.claude/commands/sparc/devops.md +109 -0
  232. package/.claude/commands/sparc/docs-writer.md +80 -0
  233. package/.claude/commands/sparc/documenter.md +54 -0
  234. package/.claude/commands/sparc/innovator.md +54 -0
  235. package/.claude/commands/sparc/integration.md +83 -0
  236. package/.claude/commands/sparc/mcp.md +117 -0
  237. package/.claude/commands/sparc/memory-manager.md +54 -0
  238. package/.claude/commands/sparc/optimizer.md +54 -0
  239. package/.claude/commands/sparc/orchestrator.md +132 -0
  240. package/.claude/commands/sparc/post-deployment-monitoring-mode.md +83 -0
  241. package/.claude/commands/sparc/refinement-optimization-mode.md +83 -0
  242. package/.claude/commands/sparc/researcher.md +54 -0
  243. package/.claude/commands/sparc/reviewer.md +54 -0
  244. package/.claude/commands/sparc/security-review.md +80 -0
  245. package/.claude/commands/sparc/sparc-modes.md +174 -0
  246. package/.claude/commands/sparc/sparc.md +111 -0
  247. package/.claude/commands/sparc/spec-pseudocode.md +80 -0
  248. package/.claude/commands/sparc/supabase-admin.md +348 -0
  249. package/.claude/commands/sparc/swarm-coordinator.md +54 -0
  250. package/.claude/commands/sparc/tdd.md +54 -0
  251. package/.claude/commands/sparc/tester.md +54 -0
  252. package/.claude/commands/sparc/tutorial.md +79 -0
  253. package/.claude/commands/sparc/workflow-manager.md +54 -0
  254. package/.claude/commands/stream-chain/pipeline.md +121 -0
  255. package/.claude/commands/stream-chain/run.md +70 -0
  256. package/.claude/commands/swarm/README.md +15 -0
  257. package/.claude/commands/swarm/analysis.md +95 -0
  258. package/.claude/commands/swarm/development.md +96 -0
  259. package/.claude/commands/swarm/examples.md +168 -0
  260. package/.claude/commands/swarm/maintenance.md +102 -0
  261. package/.claude/commands/swarm/optimization.md +117 -0
  262. package/.claude/commands/swarm/research.md +136 -0
  263. package/.claude/commands/swarm/swarm-analysis.md +8 -0
  264. package/.claude/commands/swarm/swarm-background.md +8 -0
  265. package/.claude/commands/swarm/swarm-init.md +19 -0
  266. package/.claude/commands/swarm/swarm-modes.md +8 -0
  267. package/.claude/commands/swarm/swarm-monitor.md +8 -0
  268. package/.claude/commands/swarm/swarm-spawn.md +19 -0
  269. package/.claude/commands/swarm/swarm-status.md +8 -0
  270. package/.claude/commands/swarm/swarm-strategies.md +8 -0
  271. package/.claude/commands/swarm/swarm.md +87 -0
  272. package/.claude/commands/swarm/testing.md +131 -0
  273. package/.claude/commands/training/README.md +9 -0
  274. package/.claude/commands/training/model-update.md +25 -0
  275. package/.claude/commands/training/neural-patterns.md +108 -0
  276. package/.claude/commands/training/neural-train.md +75 -0
  277. package/.claude/commands/training/pattern-learn.md +25 -0
  278. package/.claude/commands/training/specialization.md +63 -0
  279. package/.claude/commands/truth/start.md +143 -0
  280. package/.claude/commands/verify/check.md +50 -0
  281. package/.claude/commands/verify/start.md +128 -0
  282. package/.claude/commands/workflows/README.md +9 -0
  283. package/.claude/commands/workflows/development.md +78 -0
  284. package/.claude/commands/workflows/research.md +63 -0
  285. package/.claude/commands/workflows/workflow-create.md +25 -0
  286. package/.claude/commands/workflows/workflow-execute.md +25 -0
  287. package/.claude/commands/workflows/workflow-export.md +25 -0
  288. package/.claude/helpers/README.md +97 -0
  289. package/.claude/helpers/adr-compliance.sh +186 -0
  290. package/.claude/helpers/auto-commit.sh +178 -0
  291. package/.claude/helpers/auto-memory-hook.mjs +368 -0
  292. package/.claude/helpers/checkpoint-manager.sh +251 -0
  293. package/.claude/helpers/daemon-manager.sh +252 -0
  294. package/.claude/helpers/ddd-tracker.sh +144 -0
  295. package/.claude/helpers/github-safe.js +156 -0
  296. package/.claude/helpers/github-setup.sh +45 -0
  297. package/.claude/helpers/guidance-hook.sh +13 -0
  298. package/.claude/helpers/guidance-hooks.sh +102 -0
  299. package/.claude/helpers/health-monitor.sh +108 -0
  300. package/.claude/helpers/hook-handler.cjs +286 -0
  301. package/.claude/helpers/intelligence.cjs +1031 -0
  302. package/.claude/helpers/learning-hooks.sh +329 -0
  303. package/.claude/helpers/learning-optimizer.sh +127 -0
  304. package/.claude/helpers/learning-service.mjs +1144 -0
  305. package/.claude/helpers/memory.js +83 -0
  306. package/.claude/helpers/metrics-db.mjs +488 -0
  307. package/.claude/helpers/pattern-consolidator.sh +86 -0
  308. package/.claude/helpers/perf-worker.sh +160 -0
  309. package/.claude/helpers/post-commit +16 -0
  310. package/.claude/helpers/pre-commit +26 -0
  311. package/.claude/helpers/quick-start.sh +19 -0
  312. package/.claude/helpers/router.js +105 -0
  313. package/.claude/helpers/ruflo-hook.cjs +59 -0
  314. package/.claude/helpers/security-scanner.sh +127 -0
  315. package/.claude/helpers/session.js +157 -0
  316. package/.claude/helpers/setup-mcp.sh +18 -0
  317. package/.claude/helpers/standard-checkpoint-hooks.sh +189 -0
  318. package/.claude/helpers/statusline-hook.sh +21 -0
  319. package/.claude/helpers/statusline.cjs +693 -0
  320. package/.claude/helpers/statusline.js +352 -0
  321. package/.claude/helpers/swarm-comms.sh +353 -0
  322. package/.claude/helpers/swarm-hooks.sh +761 -0
  323. package/.claude/helpers/swarm-monitor.sh +211 -0
  324. package/.claude/helpers/sync-v3-metrics.sh +245 -0
  325. package/.claude/helpers/update-v3-progress.sh +166 -0
  326. package/.claude/helpers/v3-quick-status.sh +58 -0
  327. package/.claude/helpers/v3.sh +111 -0
  328. package/.claude/helpers/validate-v3-config.sh +216 -0
  329. package/.claude/helpers/worker-manager.sh +170 -0
  330. package/.claude/settings.json +305 -0
  331. package/.claude/skills/agentdb-advanced/SKILL.md +550 -0
  332. package/.claude/skills/agentdb-learning/SKILL.md +545 -0
  333. package/.claude/skills/agentdb-memory-patterns/SKILL.md +339 -0
  334. package/.claude/skills/agentdb-optimization/SKILL.md +509 -0
  335. package/.claude/skills/agentdb-vector-search/SKILL.md +339 -0
  336. package/.claude/skills/auto-deploy/SKILL.md +31 -0
  337. package/.claude/skills/autosycn/SKILL.md +30 -0
  338. package/.claude/skills/browser/SKILL.md +204 -0
  339. package/.claude/skills/dual-mode/README.md +71 -0
  340. package/.claude/skills/dual-mode/dual-collect.md +103 -0
  341. package/.claude/skills/dual-mode/dual-coordinate.md +85 -0
  342. package/.claude/skills/dual-mode/dual-spawn.md +81 -0
  343. package/.claude/skills/flow-nexus-neural/SKILL.md +727 -0
  344. package/.claude/skills/flow-nexus-platform/SKILL.md +1154 -0
  345. package/.claude/skills/flow-nexus-swarm/SKILL.md +604 -0
  346. package/.claude/skills/github-code-review/SKILL.md +1125 -0
  347. package/.claude/skills/github-multi-repo/SKILL.md +862 -0
  348. package/.claude/skills/github-project-management/SKILL.md +1262 -0
  349. package/.claude/skills/github-release-management/SKILL.md +1064 -0
  350. package/.claude/skills/github-workflow-automation/SKILL.md +1047 -0
  351. package/.claude/skills/hooks-automation/SKILL.md +1201 -0
  352. package/.claude/skills/mop-flow/SKILL.md +53 -0
  353. package/.claude/skills/mop-help/SKILL.md +35 -0
  354. package/.claude/skills/pair-programming/SKILL.md +1202 -0
  355. package/.claude/skills/reasoningbank-agentdb/SKILL.md +446 -0
  356. package/.claude/skills/reasoningbank-intelligence/SKILL.md +201 -0
  357. package/.claude/skills/skill-builder/SKILL.md +910 -0
  358. package/.claude/skills/sparc-methodology/SKILL.md +1106 -0
  359. package/.claude/skills/stream-chain/SKILL.md +560 -0
  360. package/.claude/skills/swarm-advanced/SKILL.md +970 -0
  361. package/.claude/skills/swarm-orchestration/SKILL.md +179 -0
  362. package/.claude/skills/v3-cli-modernization/SKILL.md +872 -0
  363. package/.claude/skills/v3-core-implementation/SKILL.md +797 -0
  364. package/.claude/skills/v3-ddd-architecture/SKILL.md +442 -0
  365. package/.claude/skills/v3-integration-deep/SKILL.md +241 -0
  366. package/.claude/skills/v3-mcp-optimization/SKILL.md +777 -0
  367. package/.claude/skills/v3-memory-unification/SKILL.md +174 -0
  368. package/.claude/skills/v3-performance-optimization/SKILL.md +390 -0
  369. package/.claude/skills/v3-security-overhaul/SKILL.md +82 -0
  370. package/.claude/skills/v3-swarm-coordination/SKILL.md +340 -0
  371. package/.claude/skills/verification-quality/SKILL.md +691 -0
  372. package/.claude-flow/CAPABILITIES.md +406 -0
  373. package/.claude-flow/config.yaml +45 -0
  374. package/.claude-flow/metrics/learning.json +17 -0
  375. package/.claude-flow/metrics/swarm-activity.json +18 -0
  376. package/.claude-flow/metrics/v3-progress.json +26 -0
  377. package/.claude-flow/security/audit-status.json +8 -0
  378. package/.codex/config.toml +42 -0
  379. package/.gemini/settings.json +51 -0
  380. package/.mcp.json +58 -0
  381. package/AGENTS.md +180 -0
  382. package/CLAUDE.md +277 -0
  383. package/GEMINI.md +48 -0
  384. package/README.bm.md +171 -0
  385. package/README.md +170 -0
  386. package/bin/burhan-mop.mjs +2 -0
  387. package/bin/mop-core.mjs +2 -0
  388. package/bin/mop-flow.mjs +2 -0
  389. package/bin/mop-workflow.mjs +2 -0
  390. package/package.json +72 -0
@@ -0,0 +1,668 @@
1
+ {
2
+ "schemaVersion": "0.1.0",
3
+ "initialized": false,
4
+ "projectName": ".MemoryOfPlanet.core",
5
+ "projectNameDefault": ".MemoryOfPlanet.core",
6
+ "ownerCodename": null,
7
+ "activeMember": null,
8
+ "activeAgents": {},
9
+ "agentPolicy": {
10
+ "requiredAfterAuth": true,
11
+ "requireForEveryConversation": true,
12
+ "defaultRole": "core",
13
+ "defaultTitle": "Core Agent",
14
+ "gateOrder": "AUTH_GATE_THEN_AGENT_ROUTER_THEN_AGENT_GATE_THEN_ACTION"
15
+ },
16
+ "answerPolicy": {
17
+ "requireVisibleAgent": true,
18
+ "visibleAgentFormat": "agent: <agent-name> (<agent-role>) to <user>",
19
+ "requireMemoryRestore": true,
20
+ "requireMemorySave": true,
21
+ "rules": [
22
+ "Every authenticated user-facing answer must start with the active named agent line.",
23
+ "If no active named agent exists, ask the user to name the required agent before answering the task.",
24
+ "Party Mode keeps its dialogue format, but the final handoff to the user must still show the speaking agent."
25
+ ]
26
+ },
27
+ "memoryPolicy": {
28
+ "enabled": true,
29
+ "directory": ".MOP/memory",
30
+ "sessionBrief": ".MOP/memory/SESSION_BRIEF.md",
31
+ "monthlyPattern": "YYYY-MM.jsonl",
32
+ "recentLimit": 20,
33
+ "restoreBeforeAnswer": true,
34
+ "saveAfterMeaningfulWork": true,
35
+ "rules": [
36
+ "Save one-line memories to a monthly JSONL file so new chats can restore context.",
37
+ "Generate SESSION_BRIEF.md from recent monthly memory entries.",
38
+ "Read memory brief before answering any authenticated task."
39
+ ]
40
+ },
41
+ "agentRouter": {
42
+ "enabled": true,
43
+ "primaryAgentLimit": 1,
44
+ "supportAgentLimit": null,
45
+ "clarifyBeforeActionWhenAmbiguous": true,
46
+ "preferHighReasoningForNewSystems": true,
47
+ "defaultHighReasoningRole": "architect",
48
+ "defaultHighReasoningTitle": "System Architect",
49
+ "rules": [
50
+ "Route every authenticated conversation through one primary named agent.",
51
+ "For new systems, unclear product ideas, or multi-step builds, route first to a high-reasoning architect/planner agent.",
52
+ "If the task is ambiguous, ask concise clarifying questions before implementation.",
53
+ "Do not activate irrelevant agents, but there is no maximum support-agent limit when the task genuinely needs more expertise.",
54
+ "Keep the user's original intent visible in the route reason so the agent does not drift from context."
55
+ ]
56
+ },
57
+ "partyMode": {
58
+ "enabled": true,
59
+ "autoActivateWhenNeeded": true,
60
+ "banner": "PARTY MODE",
61
+ "bannerRequired": true,
62
+ "minimumParticipants": 3,
63
+ "preferredMinimumParticipants": 4,
64
+ "participantLimit": null,
65
+ "showAgentDialogueToUser": true,
66
+ "format": {
67
+ "banner": "PARTY MODE",
68
+ "agentToAgent": "agent: <from-name> (<from-role>) to agent: <to-name> (<to-role>)",
69
+ "agentToUser": "agent: <from-name> (<from-role>) to <user>",
70
+ "explanation": "agent: <from-name> (<from-role>)",
71
+ "messageIndent": " ",
72
+ "blankLineBeforeMessage": true
73
+ },
74
+ "rules": [
75
+ "Party mode activates automatically when a task needs several specialist agents to reason together.",
76
+ "When Party mode is active, show PARTY MODE in large uppercase before the agent dialogue.",
77
+ "Normal Party mode should use at least 3 participants and prefer 4 when the task has enough relevant roles.",
78
+ "The primary agent coordinates the party and keeps the user intent visible.",
79
+ "Every visible agent message must use the configured dialogue format.",
80
+ "Agents should ask each other focused questions, answer directly, then hand a clear result to the user.",
81
+ "Explicit requests such as party mode, multi-agent, semua agent, or agent discussion must activate Party Mode.",
82
+ "If Party Mode needs unnamed agents, ask for all missing agent names before doing the task."
83
+ ]
84
+ },
85
+ "browserPolicy": {
86
+ "requirePreflightBeforeBrowserWork": true,
87
+ "requireDefaultBrowserCheck": true,
88
+ "supportedChoices": [
89
+ "Chrome",
90
+ "Edge",
91
+ "Brave",
92
+ "Opera"
93
+ ],
94
+ "builtinChromeBrowsers": [
95
+ "chrome",
96
+ "chromium"
97
+ ],
98
+ "directModeBrowsers": [
99
+ "brave",
100
+ "edge",
101
+ "opera"
102
+ ],
103
+ "rules": [
104
+ "Before browser, scraping, extraction, click automation, login flow, or form filling, run browser preflight.",
105
+ "Check the user's default browser automatically when possible.",
106
+ "If the default browser is Edge, Brave, or Opera, use chrome-direct mode and guide the user to start remote debugging.",
107
+ "If no supported browser is detected, ask the user which browser they use before continuing."
108
+ ]
109
+ },
110
+ "workflow": {
111
+ "enabled": true,
112
+ "name": "MOP Workflow",
113
+ "style": "BMAD-inspired, MOP-native",
114
+ "currentPhase": null,
115
+ "phaseOrder": [
116
+ "idea",
117
+ "brief",
118
+ "prd",
119
+ "ux-spec",
120
+ "architecture",
121
+ "story",
122
+ "readiness",
123
+ "implementation",
124
+ "review",
125
+ "release"
126
+ ],
127
+ "phases": [
128
+ {
129
+ "id": "idea",
130
+ "title": "Idea Capture",
131
+ "primaryRole": "planner",
132
+ "partyRoles": [
133
+ "architect",
134
+ "researcher"
135
+ ],
136
+ "artifact": "product-brief",
137
+ "goal": "Clarify the user's intent, outcome, audience, constraints, and unknowns."
138
+ },
139
+ {
140
+ "id": "brief",
141
+ "title": "Product Brief",
142
+ "primaryRole": "planner",
143
+ "partyRoles": [
144
+ "ux",
145
+ "architect",
146
+ "prompt"
147
+ ],
148
+ "artifact": "product-brief",
149
+ "goal": "Turn the idea into a concise product direction and first scope."
150
+ },
151
+ {
152
+ "id": "prd",
153
+ "title": "PRD",
154
+ "primaryRole": "planner",
155
+ "partyRoles": [
156
+ "ux",
157
+ "architect",
158
+ "reviewer"
159
+ ],
160
+ "artifact": "prd",
161
+ "goal": "Define users, requirements, user stories, acceptance criteria, and risks."
162
+ },
163
+ {
164
+ "id": "ux-spec",
165
+ "title": "UX Spec",
166
+ "primaryRole": "ux",
167
+ "partyRoles": [
168
+ "design",
169
+ "frontend",
170
+ "accessibility"
171
+ ],
172
+ "artifact": "ux-spec",
173
+ "goal": "Define flows, states, layout behavior, visual references, and accessibility expectations."
174
+ },
175
+ {
176
+ "id": "architecture",
177
+ "title": "Architecture",
178
+ "primaryRole": "architect",
179
+ "partyRoles": [
180
+ "frontend",
181
+ "backend",
182
+ "database",
183
+ "security",
184
+ "devops",
185
+ "performance"
186
+ ],
187
+ "artifact": "architecture",
188
+ "goal": "Choose the system shape, data contracts, boundaries, dependencies, and deployment path."
189
+ },
190
+ {
191
+ "id": "story",
192
+ "title": "Implementation Story",
193
+ "primaryRole": "planner",
194
+ "partyRoles": [
195
+ "coder",
196
+ "tester",
197
+ "reviewer"
198
+ ],
199
+ "artifact": "story",
200
+ "goal": "Break approved scope into implementable tasks with acceptance checks."
201
+ },
202
+ {
203
+ "id": "readiness",
204
+ "title": "Readiness Gate",
205
+ "primaryRole": "reviewer",
206
+ "partyRoles": [
207
+ "architect",
208
+ "tester",
209
+ "security"
210
+ ],
211
+ "artifact": "readiness-report",
212
+ "goal": "Confirm the work is clear enough to code without guessing."
213
+ },
214
+ {
215
+ "id": "implementation",
216
+ "title": "Implementation",
217
+ "primaryRole": "coder",
218
+ "partyRoles": [
219
+ "frontend",
220
+ "backend",
221
+ "database",
222
+ "tester"
223
+ ],
224
+ "artifact": "implementation-notes",
225
+ "goal": "Build the approved story with small safe changes and autosycn."
226
+ },
227
+ {
228
+ "id": "review",
229
+ "title": "Review",
230
+ "primaryRole": "reviewer",
231
+ "partyRoles": [
232
+ "tester",
233
+ "security",
234
+ "performance",
235
+ "ux"
236
+ ],
237
+ "artifact": "review",
238
+ "goal": "Find defects, regressions, missing tests, UX mismatch, and security/performance risks."
239
+ },
240
+ {
241
+ "id": "release",
242
+ "title": "Release",
243
+ "primaryRole": "devops",
244
+ "partyRoles": [
245
+ "github",
246
+ "deploy",
247
+ "reviewer",
248
+ "memory"
249
+ ],
250
+ "artifact": "release-notes",
251
+ "goal": "Prepare deploy, handoff, changelog, and merge/release confirmation."
252
+ }
253
+ ]
254
+ },
255
+ "artifacts": {
256
+ "enabled": true,
257
+ "directory": ".MOP/artifacts",
258
+ "templateDirectory": ".MOP/templates/artifacts",
259
+ "layout": "category/artifact-slug/type.md",
260
+ "defaultCategory": "general",
261
+ "folderByType": {
262
+ "product-brief": "plan",
263
+ "prd": "plan",
264
+ "ux-spec": "design",
265
+ "architecture": "architecture",
266
+ "story": "plan",
267
+ "readiness-report": "readiness",
268
+ "implementation-notes": "implementation",
269
+ "review": "review",
270
+ "adversarial-review": "review",
271
+ "release-notes": "release",
272
+ "handoff": "release",
273
+ "decision-log": "decisions"
274
+ },
275
+ "types": [
276
+ "product-brief",
277
+ "prd",
278
+ "ux-spec",
279
+ "architecture",
280
+ "story",
281
+ "readiness-report",
282
+ "implementation-notes",
283
+ "review",
284
+ "adversarial-review",
285
+ "release-notes",
286
+ "handoff",
287
+ "decision-log"
288
+ ]
289
+ },
290
+ "customization": {
291
+ "enabled": true,
292
+ "layerOrder": [
293
+ "defaults",
294
+ "team",
295
+ "member"
296
+ ],
297
+ "files": {
298
+ "defaults": ".MOP/config/defaults.json",
299
+ "team": ".MOP/config/team.json",
300
+ "memberPattern": ".MOP/config/members/<codename>.json"
301
+ },
302
+ "rules": [
303
+ "Defaults define safe project behavior.",
304
+ "Team config may override workflow preferences and agent policy.",
305
+ "Member config may override language, preferred agents, and UI verbosity.",
306
+ "Customization must not bypass auth, agent gate, autosycn identity, or BURHAN-MOP review."
307
+ ]
308
+ },
309
+ "mopFlow": {
310
+ "enabled": true,
311
+ "brand": "MOP Flow",
312
+ "canonicalMcpServer": "mop-flow",
313
+ "upstreamRuntime": "ruflo@latest",
314
+ "legacyRuntimeNames": [
315
+ "Ruflo",
316
+ "Claude Flow"
317
+ ],
318
+ "portableSkillDir": ".agents/skills",
319
+ "runtimeNativeSkillDir": ".claude/skills",
320
+ "manifest": ".MOP/flow/skill-manifest.json",
321
+ "statusCommand": "node .MOP/scripts/mop-flow.mjs status --json",
322
+ "manifestCommand": "node .MOP/scripts/mop-flow.mjs manifest refresh",
323
+ "providerParity": {
324
+ "enabled": true,
325
+ "providers": [
326
+ "claude",
327
+ "codex",
328
+ "gemini",
329
+ "antigravity"
330
+ ],
331
+ "rule": "All providers use MOP auth, memory, agent routing, workflow, and bridged skill inventory before provider-specific runtime behavior."
332
+ },
333
+ "rules": [
334
+ "MOP Flow is the user-facing brand.",
335
+ "Ruflo and Claude Flow are upstream runtime compatibility names only.",
336
+ "Bridge .claude/skills through the MOP Flow manifest for non-Claude providers.",
337
+ "Do not let provider-specific tools bypass MOP gates."
338
+ ]
339
+ },
340
+ "projectRootPolicy": {
341
+ "enabled": true,
342
+ "workInWorkspaceRoot": true,
343
+ "forbidNestedProjectFolder": true,
344
+ "rootPathMeaning": "The current workspace root is the app/project root.",
345
+ "forbiddenExamples": [
346
+ "portfolio/",
347
+ "my-app/",
348
+ "<project-name>/"
349
+ ],
350
+ "allowedTopLevelDirs": [
351
+ "src",
352
+ "app",
353
+ "pages",
354
+ "components",
355
+ "public",
356
+ "assets",
357
+ "tests",
358
+ "docs",
359
+ "config",
360
+ "scripts",
361
+ ".github",
362
+ ".MOP",
363
+ ".agents",
364
+ ".claude",
365
+ ".codex",
366
+ ".gemini"
367
+ ],
368
+ "rules": [
369
+ "When building or scaffolding a user project, create files directly in the workspace root.",
370
+ "Do not create a nested folder named after the app, product, or project and place the implementation there.",
371
+ "Use normal top-level app folders such as src, app, pages, components, public, assets, tests, docs, config, and scripts.",
372
+ "If a framework command wants to create a new project directory, use the current-directory mode or move generated files to root before continuing.",
373
+ "Ask for explicit permission only when the user truly wants a monorepo or multiple apps."
374
+ ]
375
+ },
376
+ "readinessGate": {
377
+ "enabled": true,
378
+ "requiredBeforeImplementation": true,
379
+ "minimumStatusToCode": "ready",
380
+ "checks": [
381
+ "intent-clear",
382
+ "user-and-success-defined",
383
+ "scope-bounded",
384
+ "artifacts-current",
385
+ "data-contract-clear",
386
+ "acceptance-criteria-present",
387
+ "risks-reviewed",
388
+ "tests-planned",
389
+ "rollback-or-undo-known"
390
+ ]
391
+ },
392
+ "adversarialReview": {
393
+ "enabled": true,
394
+ "name": "Adversarial Review",
395
+ "defaultMode": "constructive-red-team",
396
+ "triggers": [
397
+ "before-implementation",
398
+ "before-merge",
399
+ "security-sensitive",
400
+ "architecture-change",
401
+ "user-asks-review"
402
+ ],
403
+ "reviewRoles": [
404
+ "reviewer",
405
+ "security",
406
+ "performance",
407
+ "ux",
408
+ "tester"
409
+ ],
410
+ "rules": [
411
+ "Challenge assumptions without dismissing the user's goal.",
412
+ "Find failure modes, edge cases, hidden scope, and missing tests.",
413
+ "Propose fixes or safer alternatives for each serious finding.",
414
+ "Block implementation when requirements are too unclear."
415
+ ]
416
+ },
417
+ "installer": {
418
+ "enabled": true,
419
+ "packageName": "mop-flow",
420
+ "legacyPackageName": "burhan-mop",
421
+ "command": "npx mop-flow install",
422
+ "legacyCommand": "npx burhan-mop install",
423
+ "entrypoint": ".MOP/scripts/burhan-mop.mjs",
424
+ "installTargets": [
425
+ "provider entrypoints",
426
+ "MOP state",
427
+ "skills",
428
+ "workflow config",
429
+ "artifact templates"
430
+ ]
431
+ },
432
+ "mode": null,
433
+ "joinMode": "owner-approved",
434
+ "githubUrl": "",
435
+ "autosync": {
436
+ "enabled": true,
437
+ "targetMainBranch": "main",
438
+ "workBranchPrefix": "dev",
439
+ "preflightBeforeWork": true,
440
+ "secretScanBeforeCommit": true,
441
+ "autoMergeToMain": true,
442
+ "mergeGuardian": {
443
+ "enabled": true,
444
+ "name": "BURHAN-MOP",
445
+ "autoReviewAfterPush": true,
446
+ "decision": "required",
447
+ "commitAsGuardianWhenIdentityConfigured": false,
448
+ "gitIdentity": {
449
+ "name": "BURHAN-MOP",
450
+ "email": ""
451
+ },
452
+ "checks": {
453
+ "workingTreeCleanAfterCommit": true,
454
+ "branchUpToDateWithMain": true,
455
+ "stateValid": true,
456
+ "secretScan": true,
457
+ "mergeConflict": true,
458
+ "testCommand": "",
459
+ "buildCommand": ""
460
+ }
461
+ },
462
+ "requireUserGitEmail": true,
463
+ "verifyGhUserWhenConfigured": true,
464
+ "githubIdentity": {
465
+ "requireMatchedGhUser": true,
466
+ "useNoreplyForMemberCommits": true,
467
+ "noreplyFormat": "id-plus-login",
468
+ "rules": [
469
+ "Member commits must use the active member GitHub account, not an AI or guardian identity.",
470
+ "When gh is authenticated, derive member commit email as ID+USERNAME@users.noreply.github.com.",
471
+ "Refuse autosycn if the active gh account does not match the member githubUsername.",
472
+ "BURHAN-MOP identity is reserved for merge guardian commits only."
473
+ ]
474
+ }
475
+ },
476
+ "members": {},
477
+ "installedSkills": [
478
+ {
479
+ "name": "mop-flow",
480
+ "purpose": "Provider-neutral skill bridge and runtime wrapper. Makes MOP the canonical layer above Ruflo / Claude Flow across Claude, Codex, Gemini, and Antigravity."
481
+ },
482
+ {
483
+ "name": "autosycn",
484
+ "purpose": "Identity-safe memory + git autosync flow. Commits and merges as the active user, never as the AI tool."
485
+ },
486
+ {
487
+ "name": "auto-deploy",
488
+ "purpose": "Opt-in deployment setup for GitHub Pages or Actions, Docker, and Vercel. Must ask before activation."
489
+ },
490
+ {
491
+ "name": "mop-help",
492
+ "purpose": "Workflow-aware help skill. Answers what to do next, which agent should lead, and which artifact or gate applies."
493
+ }
494
+ ],
495
+ "deployment": {
496
+ "enabled": false,
497
+ "requireConfirmation": true,
498
+ "providers": {
499
+ "github": {
500
+ "enabled": false,
501
+ "mode": "pages-or-actions"
502
+ },
503
+ "docker": {
504
+ "enabled": false,
505
+ "mode": "dockerfile-compose"
506
+ },
507
+ "vercel": {
508
+ "enabled": false,
509
+ "mode": "project-link"
510
+ }
511
+ }
512
+ },
513
+ "agentRoster": [],
514
+ "agentCatalog": [
515
+ {
516
+ "role": "core",
517
+ "title": "Core Agent",
518
+ "kind": "orchestrator",
519
+ "purpose": "Default high-context conversation owner and final coordinator."
520
+ },
521
+ {
522
+ "role": "planner",
523
+ "title": "Product Planner",
524
+ "kind": "thinking",
525
+ "purpose": "Clarifies ideas, scopes products, asks questions, and turns vague requests into workable plans."
526
+ },
527
+ {
528
+ "role": "researcher",
529
+ "title": "Researcher",
530
+ "kind": "thinking",
531
+ "purpose": "Finds requirements, references, constraints, and missing context."
532
+ },
533
+ {
534
+ "role": "architect",
535
+ "title": "System Architect",
536
+ "kind": "thinking",
537
+ "purpose": "High-reasoning system design, architecture, tradeoffs, and context control."
538
+ },
539
+ {
540
+ "role": "coder",
541
+ "title": "Coder",
542
+ "kind": "implementation",
543
+ "purpose": "General code implementation after requirements are clear."
544
+ },
545
+ {
546
+ "role": "frontend",
547
+ "title": "Frontend Developer",
548
+ "kind": "implementation",
549
+ "purpose": "UI, React, Next.js, styling, state, responsive behavior, and browser UX."
550
+ },
551
+ {
552
+ "role": "backend",
553
+ "title": "Backend Developer",
554
+ "kind": "implementation",
555
+ "purpose": "APIs, server logic, authentication, integrations, and business rules."
556
+ },
557
+ {
558
+ "role": "database",
559
+ "title": "Database Engineer",
560
+ "kind": "implementation",
561
+ "purpose": "Schemas, migrations, queries, indexes, and data lifecycle."
562
+ },
563
+ {
564
+ "role": "mobile",
565
+ "title": "Mobile Developer",
566
+ "kind": "implementation",
567
+ "purpose": "iOS, Android, React Native, Flutter, PWA, offline workflows."
568
+ },
569
+ {
570
+ "role": "tester",
571
+ "title": "Tester",
572
+ "kind": "quality",
573
+ "purpose": "Test strategy, unit/integration/e2e coverage, regression checks, and bug reproduction."
574
+ },
575
+ {
576
+ "role": "reviewer",
577
+ "title": "Reviewer",
578
+ "kind": "quality",
579
+ "purpose": "Code review, risk review, maintainability, and final quality gate."
580
+ },
581
+ {
582
+ "role": "security",
583
+ "title": "Security Specialist",
584
+ "kind": "quality",
585
+ "purpose": "Threat modelling, auth, secrets, permissions, dependency risk, and hardening."
586
+ },
587
+ {
588
+ "role": "performance",
589
+ "title": "Performance Engineer",
590
+ "kind": "quality",
591
+ "purpose": "Speed, memory, bundle size, database/query performance, and profiling."
592
+ },
593
+ {
594
+ "role": "github",
595
+ "title": "GitHub Coordinator",
596
+ "kind": "operations",
597
+ "purpose": "GitHub repo, branch, PR, issue, release, and merge workflow."
598
+ },
599
+ {
600
+ "role": "browser",
601
+ "title": "Browser Automation Agent",
602
+ "kind": "operations",
603
+ "purpose": "Browser preflight, scraping, rendered extraction, clicking, form filling, login flows, and browser-act coordination."
604
+ },
605
+ {
606
+ "role": "devops",
607
+ "title": "DevOps Engineer",
608
+ "kind": "operations",
609
+ "purpose": "CI/CD, Docker, infrastructure, environment config, and deployment pipeline."
610
+ },
611
+ {
612
+ "role": "deploy",
613
+ "title": "Deployment Specialist",
614
+ "kind": "operations",
615
+ "purpose": "GitHub Pages/Actions, Docker deployment, Vercel setup, and release handoff."
616
+ },
617
+ {
618
+ "role": "memory",
619
+ "title": "Memory Keeper",
620
+ "kind": "memory",
621
+ "purpose": "Save, recall, summarize, search, and clean long-term MOP records."
622
+ },
623
+ {
624
+ "role": "ux",
625
+ "title": "UX Researcher",
626
+ "kind": "design",
627
+ "purpose": "User flows, pain points, personas, usability, and product behavior."
628
+ },
629
+ {
630
+ "role": "design",
631
+ "title": "UI/UX Designer",
632
+ "kind": "design",
633
+ "purpose": "Visual design, layouts, components, accessibility, and interaction polish."
634
+ },
635
+ {
636
+ "role": "accessibility",
637
+ "title": "Accessibility Specialist",
638
+ "kind": "quality",
639
+ "purpose": "Keyboard flow, screen reader behavior, contrast, reduced motion, and inclusive interaction checks."
640
+ },
641
+ {
642
+ "role": "docs",
643
+ "title": "Documentation Writer",
644
+ "kind": "communication",
645
+ "purpose": "README, guides, prompts, specs, changelogs, and concise user-facing docs."
646
+ },
647
+ {
648
+ "role": "prompt",
649
+ "title": "Prompt Engineer",
650
+ "kind": "ai",
651
+ "purpose": "Prompt systems, AI workflow design, context discipline, and model behavior."
652
+ },
653
+ {
654
+ "role": "seo",
655
+ "title": "SEO Strategist",
656
+ "kind": "marketing",
657
+ "purpose": "Technical SEO, metadata, schema, content structure, and search readiness."
658
+ }
659
+ ],
660
+ "ledger": [
661
+ {
662
+ "at": "2026-06-11T00:00:00.000Z",
663
+ "actor": "system",
664
+ "kind": "state-created",
665
+ "summary": "MOP state scaffold created; setup pending."
666
+ }
667
+ ]
668
+ }