Consulting Leads
Inbound consulting-lead ContentPack: engagement types, qualification notes, discovery calls, scopes, and capability matches.
MIT. Dual-host: Claude Code, Grok Build, and Codex (Agent Skill Standard). Writes OKF Markdown + YAML into a shared second-brain bundle so other agents and local jobs can read the same graph.
Install
# Claude Code
/plugin marketplace add SpillwaveSolutions/consulting-leads
/plugin install consulting-leads@SpillwaveSolutions
# Skilz CLI
skilz install SpillwaveSolutions/consulting-leads
Point the plugin at a shared knowledge root (default knowledge/). All sibling ContentPack plugins write into the same tree.
Skills
| Skill | What it does |
|---|---|
/csl-init | Scaffold the catalogs this plugin owns |
/csl-capture | Capture a noun into the shared second brain (deterministic write) |
/csl-pack | Build a bounded ContextPack from a root concept |
/csl-validate | Validate frontmatter, types, and links |
/csl-session | Open or close an isolated write session (worktree + PR) |
/csl-doctor | Health check of the bundle this plugin owns |
Nouns this plugin may write
| Type | Meaning |
|---|---|
ConsultingLead | Inbound consulting interest |
EngagementType | Resident architect, harness sprint, advisory, etc. |
Scope | Proposed work boundary |
BudgetRange | Budget signal |
Timeline | Desired start and duration |
DecisionMaker | Buyer on the consulting side |
QualificationNote | Fit assessment |
Proposal | Consulting proposal |
StatementOfWork | SOW draft or signed |
DiscoveryCall | Qualification or discovery conversation |
Objection | Why they might not buy |
Competitor | Other firm or internal team |
WinLossReason | Outcome reason |
ReferralSource | How they found you |
CapabilityMatch | How the ask maps to offers |
Relationships
rel | Meaning |
|---|---|
owned_by | Consulting liaison identity |
typed_as | Lead is an engagement type |
qualified_by | Has a qualification note |
discovered_in | Came from a discovery call |
matches | Maps to a capability or offer |
originates_from | Referral or inbound source |
related_to | Soft association |
proposed_as | Has a proposal or SOW |
Catalogs
consulting-leads/engagements/discovery-calls/proposals/scopes/
Deterministic write boundary
The model proposes. Schema-enforced scripts commit:
python3 scripts/csl_common.py write \
--bundle knowledge \
--type ConsultingLead \
--folder consulting-leads \
--title "Example" \
--author "Grok Bot: Consulting Leads"
Never invent rel values. Never write types owned by another plugin.
Related plugins
ContentPack suite
- second-brain-core
- executive-coordination
- account-management
- sales-pipeline
- executive-job-search
- consulting-leads
- content-media
- news-digest
- gtm-positioning
- second-brain-marketplace
- second-brain-starter
Foundation
- okf-plugin — Open Knowledge Format graph engine
- project-knowledge-capture — Project Knowledge Capture. The why second brain.
- system-architecture-capture — System Architecture Capture. The what-is-running second brain.
- data-engineering-knowledge-capture — Data Engineering Knowledge Capture. The data-plane second brain.
- wiki_ticket_sdd — WikiTicket SDD. Visible work log. Append-only ULID JSONL plus fold.
- okf-agent-graph — AGER. Orchestrator / Doer / Judge / Synthesizer.
Onboarding
Grok Bot and other host agents should start at docs/ONBOARDING.md. That file is the history of the LLM-wiki effort, the destination state (Grok Bots and local agents sharing one git-native second brain), and the canonical public repo list.
Multi-host
Works with Claude Code, Grok Build, Codex, Cursor, Agent Plugins 1.0 clients, Grok Bot, and LangChain Deep Agents.
| Host | How to load |
|---|---|
| Claude Code | marketplace + plugin install |
| Grok Build | zero-config Claude plugin |
| Codex | Agent Skills / hooks/hooks.json |
| Agent Plugins clients | root plugin.json + skills/ |
| Grok Bot | docs/GROK_BOT.md |
| Cursor | docs/CURSOR.md — .cursor-plugin + Agent Plugins 1.0 |
| LangChain Deep Agents | docs/LANG_CHAIN_DEEP_AGENTS.md |
Write isolation (worktree + PR) lives in second-brain-core: docs/ISOLATION.md. Point SECOND_BRAIN_ROOT at the session bundle. Never hard-code a private remote.
Eight job-function plugins plus core. Knowledge root is always a local path or env the human already owns.
License
MIT. Copyright 2026 Rick Hightower / contributors.