invocation-patterns

Invocation Patterns — Inter-Agent Protocol

Content Preview
# Invocation Patterns — Inter-Agent Protocol

Common cross-functional patterns, with examples and guidance on when to invoke vs assume.

---

## Pattern 1: Revenue Planning Chain
**CRO → CFO → CMO**

Used when: setting revenue targets, allocating growth budget, modeling pipeline scenarios.

```
CRO initiates:
"Planning Q3 revenue targets. Need financial constraints and marketing input."

CRO → [INVOKE:cfo|What's our Q3 revenue target given current runway and burn?]

CFO responds:
[RESPONSE:cfo]
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/invocation-patterns.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/c-level-advisor/agent-protocol/references/invocation-patterns.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at c-level-advisor/agent-protocol/references/invocation-patterns.md

Related Skills