exc-capture
Process
- If more than one agent writes the shared brain, open an isolation session (
exc-session) and exportSECOND_BRAIN_ROOT. Claim identitygrok-bot/executive-coordination(ordeep-agents/executive-coordinationon Deep Agents). - Identify the noun type from the allowed list (see README).
- Collect title, status, author identity, and optional typed links.
- 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"
- Add typed links in a follow-up edit if needed (
relvalues fromdocs/typed-edges.md). - Validate.
Allowed types: Priority, Decision, Blocker, Escalation, Handoff, DailyDigest, WeeklyDigest, AgendaItem, ActionItem, StatusUpdate, Risk, Dependency, MeetingNote, RoutingRule, CapacityNote.