Skip to content

spillwavesolutions/consulting-leads

v0.3.4MIT

Inbound consulting-lead ContentPack: engagement types, qualification, discovery, scopes.

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

SkillWhat it does
/csl-initScaffold the catalogs this plugin owns
/csl-captureCapture a noun into the shared second brain (deterministic write)
/csl-packBuild a bounded ContextPack from a root concept
/csl-validateValidate frontmatter, types, and links
/csl-sessionOpen or close an isolated write session (worktree + PR)
/csl-doctorHealth check of the bundle this plugin owns

Nouns this plugin may write

TypeMeaning
ConsultingLeadInbound consulting interest
EngagementTypeResident architect, harness sprint, advisory, etc.
ScopeProposed work boundary
BudgetRangeBudget signal
TimelineDesired start and duration
DecisionMakerBuyer on the consulting side
QualificationNoteFit assessment
ProposalConsulting proposal
StatementOfWorkSOW draft or signed
DiscoveryCallQualification or discovery conversation
ObjectionWhy they might not buy
CompetitorOther firm or internal team
WinLossReasonOutcome reason
ReferralSourceHow they found you
CapabilityMatchHow the ask maps to offers

Relationships

relMeaning
owned_byConsulting liaison identity
typed_asLead is an engagement type
qualified_byHas a qualification note
discovered_inCame from a discovery call
matchesMaps to a capability or offer
originates_fromReferral or inbound source
related_toSoft association
proposed_asHas 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

Foundation

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.

HostHow to load
Claude Codemarketplace + plugin install
Grok Buildzero-config Claude plugin
CodexAgent Skills / hooks/hooks.json
Agent Plugins clientsroot plugin.json + skills/
Grok Botdocs/GROK_BOT.md
Cursordocs/CURSOR.md.cursor-plugin + Agent Plugins 1.0
LangChain Deep Agentsdocs/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.