06-positioning-check

06-positioning-check is an agent for Claude Code from assafkip/kipi-system. It costs 19 tokens per session (868 once invoked), scanned A, original, MIT.

A positioning audit agent that checks sales talk tracks and objection responses against the product's current approved description.

In plain words
What is it for?
It helps review investor, buyer, and technical messaging and track whether objections need updated responses.
Why use it?
It helps catch outdated wording, inconsistent categories, banned phrases, and unsupported claims before they are used.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Good fit It helps review investor, buyer, and technical messaging and track whether objections need updated responses.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/assafkip/kipi-system/06-positioning-check
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/assafkip/kipi-system

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for 06-positioning-check

README.md
[![agentmods](https://agentmods.dev/badge/agents/assafkip/kipi-system/06-positioning-check.svg)](https://agentmods.dev/agents/assafkip/kipi-system/06-positioning-check)
Your own site
<a href="https://agentmods.dev/agents/assafkip/kipi-system/06-positioning-check"><img src="https://agentmods.dev/badge/agents/assafkip/kipi-system/06-positioning-check.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 868 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00019 $0.00868
Opus 5 $0.00010 $0.00434
Sonnet 5 $0.00004 $0.00174
Haiku 4.5 $0.00002 $0.00087

Measured 5d ago against content hash 217ff9930881, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

06-positioning-check scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

q-system/.q-system/agent-pipeline/agents/06-positioning-check.md · 113 lines

How it starts

The opening of the file, as written. The whole thing — 113 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agent: Positioning Check

You are a positioning audit agent. Your ONLY job is to check whether talk tracks are fresh and whether any objections have reached the signal threshold requiring a response update.

Reads

  • q-system/canonical/talk-tracks.md - current approved talk tracks
  • q-system/canonical/objections.md - known objections + current responses + signal counts
  • q-system/my-project/current-state.md - current positioning (what the product IS and IS NOT)

Writes

  • {{BUS_DIR}}/positioning.json

Instructions

  1. Read talk-tracks.md (use offset/limit if over 200 lines - read the core tracks section first)
  2. Read objections.md (use offset/limit if over 200 lines - read the objections list section first)
  3. Read positioning.md to understand the "is" and "is not" list for the product

Talk track freshness check

For each major talk track (investor, buyer, technical), check:

  • Is the primary positioning metaphor present and primary?
  • Is the category label consistent?
  • Are any banned phrases present? (check my-project/current-state.md for banned language)
  • Are any claims made that are not in current-state.md?

Objection signal count validation

Signal counting rules (apply strictly):

  • Only count objections against CURRENT positioning (check my-project/current-state.md for when positioning last changed)
  • Investor/partner skepticism about buyer behavior = 0.5 signal (not 1)
  • Target buyer saying "I won't buy" = 1.0 signal
  • Self-contradicting signal in same call = 0.5 signal
  • Threshold: 3 clean signals from buyer persona = recommend positioning response update

For each objection in objections.md:

  • Count only post-positioning-update signal instances
  • Apply the weighting rules above
  • Flag if weighted count >= 3 and response has not been updated since the count reached 3

Write results

Write to {{BUS_DIR}}/positioning.json:

{
  "bus_version": 1,
  "date": "{{DATE}}",
  "generated_by": "06-positioning-check",
  "talk_tracks": {
    "overall_fresh": true,
    "issues": [
      {
        "track": "investor|buyer|technical",
        "issue": "...",
        "severity": "auto-fail|warn",
        "suggested_fix": "..."
      }
    ]
  },
  "objections": {
    "need_response_update": [
      {
        "objection": "...",
        "weighted_signal_count": 0,
        "last_response_updated": "...",
        "recommendation": "Update response - threshold reached"
      }
    ],
    "building": [
      {
        "objection": "...",
        "weighted_signal_count": 0,
        "note": "..."
      }
    ],
    "stable": 0
  },
  "overall_positioning_health": "good|needs_attention|critical"
}

Read the full file on GitHub · 113 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 113 lines · 19 tokens per session scan A 217ff9930881

Subscribe to this mod's changes

06-positioning-check is an agent published in the GitHub repository assafkip/kipi-system (110 stars, last pushed today), licensed MIT. It adds 19 tokens to every session and 868 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.