[
  {
    "slug": "memory-first-protocol",
    "title": "Memory-first protocol",
    "tags": ["memory", "agents", "mcp"],
    "content": "# Memory-first protocol\n\nEvery Orchestra agent checks the shared corpus **before** going outside.\n\n1. Call `memory_context` or `memory_search` with the user task (automatic — do not wait to be asked)\n2. Prefer hits as primary evidence (prior decisions, chats, code notes)\n3. Use web search / fresh invention only for gaps the corpus does not cover\n4. If no hits, note that the corpus was checked, then proceed externally\n\nBuilt-in Pipeline, Swarm, and Deep Research inject Orchestra memory the same way."
  },
  {
    "slug": "pre-ship-checklist",
    "title": "Pre-ship checklist",
    "tags": ["release", "quality"],
    "content": "# Pre-ship checklist\n\n- Run the test suite (`npm test`)\n- Confirm no open critical bugs in Jira\n- Update changelog / release notes\n- Run Swarm Review on risky modules\n- Export memory backup before deploy"
  },
  {
    "slug": "seal-devops-workflow",
    "title": "Berta Seal DevOps workflow",
    "tags": ["devops", "jira"],
    "content": "# Berta Seal workflow\n\n1. `seal open \"<request verbatim>\"` before any work\n2. `memory_context` for relevant prior decisions (memory-first — do this even if not asked)\n3. Implement + `seal evidence` + `seal test --run`\n4. `seal done \"<what shipped>\"` — all subtasks closed first"
  },
  {
    "slug": "local-first-routing",
    "title": "Local-first model routing",
    "tags": ["ollama", "privacy"],
    "content": "# Local-first routing\n\n- Set `OLLAMA_BASE_URL=http://localhost:11434/v1`\n- Use Cookbook to pick a model for your GPU\n- Orchestra+ policy: `local_first`"
  },
  {
    "slug": "client-communication-tone",
    "title": "Client communication tone",
    "tags": ["writing", "clients"],
    "content": "# Client communication tone\n\n- Lead with outcome, not implementation detail\n- One clear recommendation per message\n- Flag risks early with mitigation options"
  },
  {
    "slug": "pr-review-agent",
    "title": "PR review agent",
    "tags": ["code", "review"],
    "content": "# PR review focus\n\n- Security, performance, maintainability, UX\n- Run Swarm Review for auth or payment changes"
  }
]
