Audit a product or service offer for clarity, differentiation, and buying friction. Use when improving positioning, promise, audience fit, and conversion before launching or selling.
Install with the open skills CLI (global, non-interactive — available in every Claude Code session):
npx skills add LeoYeAI/openclaw-master-skills --skill "offer-positioning-auditor" -g -a claude-code -yOr manually — clone and copy the skill directory (SKILL.md + companion files):
git clone --depth 1 https://github.com/LeoYeAI/openclaw-master-skills /tmp/openclaw-master-skills && cp -r /tmp/openclaw-master-skills/skills/offer-positioning-auditor ~/.claude/skills/offer-positioning-auditorThis skill is a directory: SKILL.md is the entry point; the files below ship with it.
---
name: offer-positioning-auditor
description: Audit a product or service offer for clarity, differentiation, and buying friction. Use when improving positioning, promise, audience fit, and conversion before launching or selling.
version: 0.1.0
---
# Offer Positioning Auditor
Use this skill to tighten an offer before trying to sell it.
## Audit order
1. who the offer is for
2. what painful problem it solves
3. why this is better than alternatives
4. what makes buying feel risky or unclear
5. the smallest change that could improve conversion
## Output
Return:
1. strongest current angle
2. weakest positioning point
3. a cleaner one-line offer
4. 3 concrete edits to increase sales clarity
## Good bias
- clearer beats clever
- narrower beats vague
- plain language beats jargon
- believable promise beats inflated promise
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when executing implementation plans with independent tasks in the current session