position-product
position-product
Category: Product & Strategy
Usage
position-product
Interactive Mode
This command runs an interactive discovery session. Claude Code will:
- Read the source file
- Extract discovery questions
- Guide you through the questions
- Save results for future reference
Execution Instructions for Claude Code
When this command is run, Claude Code should:
- Read the source file at
claude_settings/python/processes/product-positioning.md - Extract all discovery questions from the markdown
- Run an interactive Q&A session with the user
- Save the answers to
discovery-results/{command}-{timestamp}.json - 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.
More from jpoutrin/product-forge
rfc-specification
RFC (Request for Comments) specification writing with objective technical analysis. Use when creating technical specifications, design documents, or architecture proposals that require structured evaluation of options and trade-offs.
10generate-tasks
Convert PRD to structured task list with automatic linking
6brainstorm-solution
Structured brainstorming for technical solutions
5typescript-import-style
Merge-friendly import formatting (one-per-line, alphabetical). Auto-loads when writing TypeScript/JavaScript imports to minimize merge conflicts in parallel development. Enforces consistent grouping and sorting.
5typescript-code-review
TypeScript and React code review guidelines (type safety, React patterns, performance). Auto-loads when reviewing TypeScript/React code.
5zod
Zod schema validation patterns and type inference. Auto-loads when validating schemas, parsing data, validating forms, checking types at runtime, or using z.object/z.string/z.infer in TypeScript.
5