ワンクリックで
buddy-brain-operations
Conventions, startup sequences, and operating principles for buddy-brain (BMO operator stack)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Conventions, startup sequences, and operating principles for buddy-brain (BMO operator stack)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Durable knowledge-vault reference for the Prismtek/Buddy talking-host lip-sync workflow.
Configure, extend, or contribute to Hermes Agent.
Use when reviewing betting-model pipelines, sports prediction datasets, backtests, expected value math, and model-risk controls without placing bets.
Use when planning, drafting, repurposing, and promoting content across YouTube, X, and Twitch while keeping posting, DMs, replies, deletions, and account changes approval-gated.
Use when turning approved bookmarks and linked articles into ranked research digests, summaries, and next actions using read-only browser or API adapters.
Use when preparing concise pre-call context briefs from approved notes, prior conversations, public signals, project status, and open questions.
| name | buddy-brain-operations |
| description | Conventions, startup sequences, and operating principles for buddy-brain (BMO operator stack) |
| version | 1.0.0 |
| author | Hermes Agent |
| license | MIT |
| platforms | ["linux","macos","windows"] |
| metadata | {"hermes":{"tags":["buddy-brain","BMO","operator-stack","council","startup"],"related_skills":["codebase-inspection","hermes-agent"]}} |
| prerequisites | {"commands":[]} |
Document the conventions, startup sequences, and operating principles for the buddy-brain repository (formerly bmo-stack). This is the canonical operator stack for BMO, providing posture, council contracts, and integration glue.
buddy-brain is the operator, policy, and integration repository for BMO. It provides:
- buddy-brain: operator workflows, startup context, council policy, GitHub automation, local integration glue
- prismtek-apps: shipped product UX (iPhone Buddy companion experience)
- openclaw: live Telegram runtime and delivery behavior
- prismtek-site: public-web surface for prismtek.dev
The canonical startup sequence follows the Authoritative Startup Sequence:
AGENTS.md - System boundaries and cold-start contractsoul.md - BMO posture and decision rulesmemory.md - Durable truths and operator preferencesroutines.md - Preferred commands and operator routinesRESPONSE_GUIDE.md - Reply-quality and troubleshooting disciplinecontext/identity/AGENTS.md - Canonical operating rulescontext/identity/SOUL.md - Core identity and purposecontext/identity/USER.md - User profile and preferencescontext/identity/IDENTITY.md - System identitycontext/SESSION_STATE.md - Session managementcontext/SYSTEMMAP.md - System architecturecontext/RUNBOOK.md - Operational runbookscontext/BACKLOG.md - Development backlogcontext/skills/SKILLS.md - Skill entrypointskills/README.md - Skill registrymemory/YYYY-MM-DD.md - Today's memory (when present)TASK_STATE.md - Current tasks and interruptionsWORK_IN_PROGRESS.md - Active workstreamsThe public council is the 12-seat Adventure Time council:
Council roles are defined in:
context/council/roster.yaml - Machine-readable council runtime contractsconfig/council/spawn-manifest.json - Council spawn manifests| File | Purpose | When to Read |
|---|---|---|
AGENTS.md | System boundaries and cold-start contract | First file on every fresh session |
soul.md | Fast-start shim for BMO's operating posture | Immediately after AGENTS.md |
memory.md | Durable truths and operator preferences | Only in direct main-session conversations |
routines.md | Preferred commands and operator routines | Before acting on any task |
RESPONSE_GUIDE.md | Reply-quality and troubleshooting discipline | When composing replies or troubleshooting |
TASK_STATE.md | Current tasks and interruptions | After startup and when resuming work |
WORK_IN_PROGRESS.md | Active workstreams | After startup and when resuming work |
context/RUNBOOK.md | Operational runbooks and procedures | Before performing operations |
context/BACKLOG.md | Development backlog and priorities | When planning new work |
# Core validation path
make doctor
make runtime-doctor
make workspace-sync
make worker-status
# More thorough checks
make doctor-plus
make health-check
make sync-context
make project-snapshot
make site-route-report
make site-parity-report
git status --short --branch shows clean working directory or expected changesTASK_STATE.md and WORK_IN_PROGRESS.md are currentcontext/continuity/live-status.json shows no driftcontext/ and config/AGENTS.md, context/identity/AGENTS.md, and context/RUNBOOK.mdmemory.md that doesn't reflect current realityTASK_STATE.md/WORK_IN_PROGRESS.mdconfig/github/ and context/github/github-access-management skill for secure operationsmcp/codex-bridge/skills/skills/index.jsoncontext/skills/SKILLS.mdbuddy-brain alone - verify openclaw path changesprismtek.dev web-chat fixes from buddy-brain alone - verify prismtek-site changestools/approval.py for destructive operationsapprovals.mode in config.yamlon (default, prompts), auto (auto-approves after delay), off (break-glass)# Basic sync
make workspace-sync
# Full sync with context
make sync-context
# Project snapshot
make project-snapshot
# Check runtime status
make worker-status
make runtime-doctor
# Health check
make health-check
When involving the council:
memory/YYYY-MM-DD.mdmemory.md for durable truths, operator preferences, repo boundaries, and lessonsREADME.md - Project overviewAGENTS.md - System boundariessoul.md - Operating posturememory.md - Durable truthsroutines.md - Operator routinesRESPONSE_GUIDE.md - Response disciplinecontext/identity/AGENTS.md - Canonical rulescontext/RUNBOOK.md - Operational proceduresTASK_STATE.md - Current tasksWORK_IN_PROGRESS.md - Active work