Exc Capture

Capture a Executive Coordination noun into the shared second brain via the deterministic write helper.

spillwavesolutions 80b3e92 1.1 KB Updated

File contents

exc-capture

Process

  1. If more than one agent writes the shared brain, open an isolation session (exc-session) and export SECOND_BRAIN_ROOT. Claim identity grok-bot/executive-coordination (or deep-agents/executive-coordination on Deep Agents).
  2. Identify the noun type from the allowed list (see README).
  3. Collect title, status, author identity, and optional typed links.
  4. Write with the helper — do not hand-author frontmatter unless the user insists:
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/exc_common.py" write \
  --bundle knowledge \
  --type Priority \
  --folder priorities \
  --title "Example Priority" \
  --author "Grok Bot: Executive Coordination" \
  --tags "exc"
  1. Add typed links in a follow-up edit if needed (rel values from docs/typed-edges.md).
  2. Validate.

Allowed types: Priority, Decision, Blocker, Escalation, Handoff, DailyDigest, WeeklyDigest, AgendaItem, ActionItem, StatusUpdate, Risk, Dependency, MeetingNote, RoutingRule, CapacityNote.

spillwavesolutions/executive-coordination/tree/main/skills/exc-capture commit 80b3e929a5

Frequently asked questions

npx skillmds@latest add spillwavesolutions/exc-capture