Skip to content

spillwavesolutions/executive-coordination

v0.3.5MIT

Chief-of-staff ContentPack: priorities, decisions, blockers, escalations, digests, and action items.

Executive Coordination

Chief-of-staff ContentPack: priorities, decisions, blockers, escalations, digests, handoffs, and action items. Writes into a shared second brain.

MIT. Dual-host: Claude Code, Grok Build, and Codex (Agent Skill Standard). Writes OKF Markdown + YAML into a shared second-brain bundle so other agents and local jobs can read the same graph.

Install

# Claude Code
/plugin marketplace add SpillwaveSolutions/executive-coordination
/plugin install executive-coordination@SpillwaveSolutions

# Skilz CLI
skilz install SpillwaveSolutions/executive-coordination

Point the plugin at a shared knowledge root (default knowledge/). All sibling ContentPack plugins write into the same tree.

Skills

SkillWhat it does
/exc-initScaffold the catalogs this plugin owns
/exc-captureCapture a noun into the shared second brain (deterministic write)
/exc-packBuild a bounded ContextPack from a root concept
/exc-validateValidate frontmatter, types, and links
/exc-sessionOpen or close an isolated write session (worktree + PR)
/exc-doctorHealth check of the bundle this plugin owns

Nouns this plugin may write

TypeMeaning
PriorityRanked current focus item
DecisionSettled choice with rationale
BlockerSomething preventing progress
EscalationIssue raised to a higher owner
HandoffWork transferred between agents
DailyDigestMorning coordination brief
WeeklyDigestWeekly rollup
AgendaItemMeeting or standup item
ActionItemAssigned next step with due date
StatusUpdateSnapshot of current state
RiskPotential future problem
DependencyWork that must complete first
MeetingNoteCaptured meeting record
RoutingRuleHow work is assigned
CapacityNoteWho has slack this week

Relationships

relMeaning
blocksSource blocks target
depends_onSource depends on target
escalates_toRaised to owner
assigned_toOwner of the action
decidesDecision governs target
originates_fromCame from meeting or digest
related_toSoft association
supersedesReplaces older priority or decision

Catalogs

  • priorities/
  • decisions/
  • blockers/
  • escalations/
  • handoffs/
  • digests/
  • action-items/
  • risks/
  • agenda-items/
  • status-updates/

Deterministic write boundary

The model proposes. Schema-enforced scripts commit:

python3 scripts/exc_common.py write \
  --bundle knowledge \
  --type Priority \
  --folder priorities \
  --title "Example" \
  --author "Grok Bot: Executive Coordination"

Never invent rel values. Never write types owned by another plugin.

Related plugins

ContentPack suite

Foundation

Onboarding

Grok Bot and other host agents should start at docs/ONBOARDING.md. That file is the history of the LLM-wiki effort, the destination state (Grok Bots and local agents sharing one git-native second brain), and the canonical public repo list.

Multi-host

Works with Claude Code, Grok Build, Codex, Cursor, Agent Plugins 1.0 clients, Grok Bot, and LangChain Deep Agents.

HostHow to load
Claude Codemarketplace + plugin install
Grok Buildzero-config Claude plugin
CodexAgent Skills / hooks/hooks.json
Agent Plugins clientsroot plugin.json + skills/
Grok Botdocs/GROK_BOT.md
Cursordocs/CURSOR.md.cursor-plugin + Agent Plugins 1.0
LangChain Deep Agentsdocs/LANG_CHAIN_DEEP_AGENTS.md

Write isolation (worktree + PR) lives in second-brain-core: docs/ISOLATION.md. Point SECOND_BRAIN_ROOT at the session bundle. Never hard-code a private remote.

Eight job-function plugins plus core. Knowledge root is always a local path or env the human already owns.

License

MIT. Copyright 2026 Rick Hightower / contributors.