From chief-of-staff
Cross-plugin coaching insight sharing with inner-game. Format, tags, interpretation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/chief-of-staff:coaching-bridgeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill defines how the Chief of Staff shares and consumes coaching observations with the inner-game life coach plugin. Both plugins use kbx as their shared memory layer.
This skill defines how the Chief of Staff shares and consumes coaching observations with the inner-game life coach plugin. Both plugins use kbx as their shared memory layer.
The CoS advisor sees work patterns: hero mode, decision avoidance, meeting overload, energy through a professional lens. The inner-game coach sees whole-life patterns: health scores, relationship quality, stress spirals, identity alignment. Neither can build on the other's observations without a shared persistence format.
Directory: memory/coaching/insights/
Both plugins write to and read from this directory. Files are auto-indexed by kbx and discoverable via search and tags.
---
title: "[Brief insight title]"
date: YYYY-MM-DD
tags: [coaching-insight, <source-tag>, <signal-type>]
source_plugin: chief-of-staff | inner-game
source_agent: advisor | coach
signal_type: pattern | state | connection | observation
supersedes: "YYYY-MM-DD-<slug>" # optional — only for state signals replacing a previous one
---
[2-5 sentences. Specific, dated, actionable. Reference actual meetings, scores, or behaviours.]
Every insight gets coaching-insight plus:
| Tag | Meaning |
|---|---|
cos-insight | Written by chief-of-staff |
ig-insight | Written by inner-game |
pattern | Recurring behaviour observed across multiple data points |
state | Current emotional/energy/stress state signal |
connection | Cross-domain link the other plugin should know about |
observation | One-off notable observation (not yet a pattern) |
| Type | What to Write | Example |
|---|---|---|
| pattern | Behaviour seen 2+ times across meetings/weeks | "Hero mode pattern: third week in a row taking on direct reports' blockers instead of coaching them through it" |
| state | Current state that affects the other plugin's coaching | "Persister stress sequence active — increasingly critical in meetings, withdrawing from 1:1s. Triggered by Series C pressure." |
| connection | A link between work and life domains | "Overcommitment on 3 concurrent initiatives correlates with Health score dropping from 6 to 3 over the same period" |
| observation | Notable one-off signal worth tracking | "Avoided salary conversation with Eric for the second time — deferral may indicate conflict avoidance beyond just scheduling" |
Write a coaching insight when:
After /coach: If the Mochary analysis surfaces a pattern or state signal that has whole-life implications. Not every coaching session produces an insight — only write when something is genuinely useful for the life coach.
After /review: If the weekly review reveals energy patterns, avoidance patterns, or alignment gaps that connect to life domains (health, relationships, inner life).
After /blindspots: If a blind spot has personal development implications beyond the work context.
During debriefs: If a meeting transcript reveals significant emotional signals (frustration, withdrawal, excitement) that form part of a pattern.
Do NOT write:
Write directly to memory/coaching/insights/YYYY-MM-DD-<slug>.md with proper frontmatter using the Write tool. kbx will auto-index it on next search.
Keep insights to 2-5 sentences. Be specific — reference dates, meetings, people, scores.
Read inner-game insights during:
/coach context gathering (Step 1): Search for recent inner-game insights to inform the coaching lens.
kbx search "coaching-insight" --tag ig-insight --fast --json --limit 5
/review synthesis (Step 3): Check for life-domain signals that add context to work patterns.
Advisor boot-up: Load recent coaching insights as part of strategic context.
kbx search "coaching-insight" --tag coaching-insight --fast --json --limit 10
When the CoS advisor reads an inner-game insight:
Never reference inner-game insights directly to the user as "your life coach said..." — integrate them naturally into your own analysis. The user experiences one continuous coaching relationship, not two systems comparing notes.
supersedes: "YYYY-MM-DD-<slug>" to the frontmatter. Consumers skip superseded files — only the latest state in a chain is current. This keeps old states for history without polluting active reads.npx claudepluginhub tenfourty/cc-marketplace --plugin chief-of-staffMulti-pass coaching session for hard conversations, decisions, or accumulated tension. Runs panel passes with corrections, files accountability records, and updates a rolling pattern tracker across sessions.
Provides radically candid coaching as a thinking partner for strategic situations, clarifying stakes, building domain expertise, and strengthening decisions.
Runs structured personal (CLEAR protocol) or signal (GROW protocol) coaching sessions. Reads pulse/scorecard/config/logs, reviews commitments, surfaces gaps, generates new commitments, persists to coaching log.