npx skills add ...
npx skills add alirezarezvani/claude-skills --skill agent-protocol
Inter-agent communication protocol for C-suite agent teams. Defines invocation syntax, loop prevention, isolation rules, and response formats. Use when C-suite agents need to query each other, coordinate cross-functional analysis, or run board meetings with multiple agent roles.
npx skills add alirezarezvani/claude-skills --skill agent-protocol
How C-suite agents talk to each other. Rules that prevent chaos, loops, and circular reasoning.
agent protocol, inter-agent communication, agent invocation, agent orchestration, multi-agent, c-suite coordination, agent chain, loop prevention, agent isolation, board meeting protocol
Any agent can query another using:
Examples:
Valid roles: ceo, cfo, cro, cmo, cpo, cto, chro, coo, ciso, gc, cdo, caio, cco, vpe
| Role token | Advisor skill |
|---|---|
gc | general-counsel-advisor (legal, contracts, term sheets) |
cdo | chief-data-officer-advisor (data strategy, training-data rights) |
caio | chief-ai-officer-advisor (AI strategy, evals, AI risk) |
cco | chief-customer-officer-advisor (retention, customer success) |
vpe | vpe-advisor (engineering delivery, DORA, eng hiring) |
Invoked agents respond using this structure:
Example:
These rules are enforced unconditionally. No exceptions.
An agent cannot invoke itself.
Chains can go A→B→C. The third hop is blocked.
If agent A called agent B, agent B cannot call agent A in the same chain.
Each invocation carries its call chain. Format:
Agents check this chain before responding with another invocation.
When blocked: Return this instead of invoking:
NO invocations allowed. Each role forms independent views before cross-pollination.
[ASSUMPTION: ...]Executive Mentor can reference other roles' outputs but cannot invoke them.
[INVOKE:cfo|...] during critique phaseInvocations are allowed freely, subject to loop prevention rules above.
Invoke when:
Assume when:
When assuming, always state it:
When two invoked agents give conflicting answers:
CEO can broadcast to all roles simultaneously:
Responses come back independently (no agent sees another's response before forming its own). Aggregate after all respond.
All C-suite skills and /cs:* commands read and write decisions in one place — the two-layer model owned by /cs:decide and the decision-logger skill:
Rules:
/cs:office-hours, and /cs:founder-mode load. Prevents hallucinated consensus./cs:decide and the Chief of Staff (post board-meeting Phase 5). Individual role agents never write decisions directly.Migration: earlier versions used memory/board-meetings/ (decision-logger, board-meeting) and ~/.claude/decision-log.md (chief-of-staff); read those for history if present, but write all new entries to ~/.claude/decisions/.
| Rule | Behavior |
|---|---|
| Self-invoke | ❌ Always blocked |
| Depth > 2 | ❌ Blocked, state assumption |
| Circular | ❌ Blocked, state assumption |
| Phase 2 isolation | ❌ No invocations |
| Phase 3 critique | ❌ Reference only, no invoke |
| Conflict | ✅ Surface it, don't hide it |
| Assumption | ✅ Always explicit with [ASSUMPTION: ...] |
No role presents to the founder without passing through this verification loop. The founder sees polished, verified output — not first drafts.
Before presenting, every role runs this internal checklist:
When a recommendation impacts another role's domain, that role validates BEFORE presenting.
| If your recommendation involves... | Validate with... | They check... |
|---|---|---|
| Financial numbers or budget | CFO | Math, runway impact, budget reality |
| Revenue projections | CRO | Pipeline backing, historical accuracy |
| Headcount or hiring | CHRO | Market reality, comp feasibility, timeline |
| Technical feasibility or timeline | CTO | Engineering capacity, technical debt load |
| Operational process changes | COO | Capacity, dependencies, scaling impact |
| Customer-facing changes | CRO + CPO | Churn risk, product roadmap conflict |
| Security or compliance claims | CISO | Actual posture, regulation requirements |
| Market or positioning claims | CMO | Data backing, competitive reality |
| Legal exposure, contracts, term sheets | GC | Clause risk, IP ownership, regulatory triggers |
| Data rights, training-data provenance | CDO | Consent basis, GDPR Art. 6, data-asset impact |
| AI model claims, eval results, AI risk | CAIO | Eval coverage, hallucination SLO, EU AI Act tier |
| Retention, churn, customer-health claims | CCO | GRR/NRR decomposition, churn root cause |
| Delivery timelines, eng throughput | VPE | DORA metrics, cycle-time reality, team capacity |
Peer validation format:
Skip peer verification when:
For decisions that are irreversible, high-cost, or bet-the-company, the Executive Mentor pre-screens before the founder sees it.
Triggers for pre-screen:
Pre-screen output:
The loop doesn't end at delivery. After the founder responds:
| Stakes | Self-Verify | Peer-Verify | Critic Pre-Screen |
|---|---|---|---|
| Low (informational) | ✅ Required | ❌ Skip | ❌ Skip |
| Medium (operational) | ✅ Required | ✅ Required | ❌ Skip |
| High (strategic) | ✅ Required | ✅ Required | ✅ Required |
| Critical (irreversible) | ✅ Required | ✅ Required | ✅ Required + board meeting |
The verified output adds confidence and source information:
All C-suite output to the founder follows ONE format. No exceptions. The founder is the decision-maker — give them results, not process.
references/invocation-patterns.md — common cross-functional patterns with examples[RESPONSE:cfo]
Key finding: Hiring 5 engineers in Q3 extends runway from 14 to 9 months at current burn.
Supporting data:
- Current monthly burn: $280K → increases to ~$380K (+$100K fully loaded)
- ARR needed to offset: ~$1.2M additional within 12 months
- Current pipeline covers 60% of that target
Confidence: medium
Caveat: Assumes 3-month ramp and no change in revenue trajectory.
[/RESPONSE]❌ CFO → [INVOKE:cfo|...] — BLOCKED✅ CRO → CFO → COO (depth 2)
❌ CRO → CFO → COO → CHRO (depth 3 — BLOCKED)✅ CRO → CFO → CMO
❌ CRO → CFO → CRO (circular — BLOCKED)[CHAIN: cro → cfo → coo][BLOCKED: cannot invoke cfo — circular call detected in chain cro→cfo]
State assumption used instead: [explicit assumption the agent is making][ASSUMPTION: runway ~12 months based on typical Series A burn profile — not verified with CFO]