Skip to main content
Designjpoutrin

position-product

Define product positioning and brand strategy

Stars
13
Source
jpoutrin/product-forge
Updated
2026-03-01
Slug
jpoutrin--product-forge--position-product
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/jpoutrin/product-forge/HEAD/plugins/product-design/skills/position-product/SKILL.md -o .claude/skills/position-product.md

Drops the SKILL.md into .claude/skills/position-product.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

position-product

Category: Product & Strategy

Usage

position-product

Interactive Mode

This command runs an interactive discovery session. Claude Code will:

  1. Read the source file
  2. Extract discovery questions
  3. Guide you through the questions
  4. Save results for future reference

Execution Instructions for Claude Code

When this command is run, Claude Code should:

  1. Read the source file at claude_settings/python/processes/product-positioning.md
  2. Extract all discovery questions from the markdown
  3. Run an interactive Q&A session with the user
  4. Save the answers to discovery-results/{command}-{timestamp}.json
  5. Use the answers to guide the implementation

Source Content Location

The full process documentation can be found at: claude_settings/python/processes/product-positioning.md

Claude Code should read this file and follow the documented process exactly.