Skip to content

spillwavesolutions/gtm-positioning

v0.3.4MIT

Go-to-market ContentPack: offers, positioning, messaging, ICPs, campaigns, battle cards.

GTM Positioning

Go-to-market ContentPack: offers, positioning, messaging pillars, ICPs, campaigns, battle cards, and proof points.

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/gtm-positioning
/plugin install gtm-positioning@SpillwaveSolutions

# Skilz CLI
skilz install SpillwaveSolutions/gtm-positioning

Point the plugin at a shared knowledge root (default knowledge/). All sibling ContentPack plugins write into the same tree.

Skills

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

Nouns this plugin may write

TypeMeaning
OfferSellable engagement or product
PositioningStatementHow we win the category
MessagingPillarRepeatable message
ValuePropositionWhy it matters to a buyer
IdealCustomerProfileWho we sell to
CompetitiveAlternativeWhat they would do instead
ObjectionGTM-level buyer concern
CaseStudyProof story
ProofPointQuantified or qualitative proof
LandingPagePage that carries an offer
SiteStatusCurrent site / offer page state
TrafficSourceHow people arrive
ConversionEventDesired action
CampaignGTM motion
ExperimentMessage or page test
PricingNotePackaging or price signal
PackagingHow the offer is bundled
TestimonialCustomer quote
BattleCardHow to talk vs an alternative

Relationships

relMeaning
owned_byGTM owner identity
promoted_byCampaign or article promotes offer
aimed_atOffer aimed at an ICP
supported_byProof point or case study
competes_withAlternative
tested_byExperiment
related_toSoft association
originates_fromProvenance

Catalogs

  • offers/
  • positioning/
  • campaigns/
  • icps/
  • proof-points/
  • battle-cards/
  • experiments/

Deterministic write boundary

The model proposes. Schema-enforced scripts commit:

python3 scripts/gtm_common.py write \
  --bundle knowledge \
  --type Offer \
  --folder offers \
  --title "Example" \
  --author "Grok Bot: GTM Positioning"

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.