Skip to main content
Designjpoutrin

quick-start

Quick start guide for new product development

Stars
13
Source
jpoutrin/product-forge
Updated
2026-03-01
Slug
jpoutrin--product-forge--quick-start
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/quick-start/SKILL.md -o .claude/skills/quick-start.md

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

quick-start

Category: Documentation

Usage

quick-start

Execution Instructions for Claude Code

When this command is run, Claude Code should:

  1. Read the source file at claude_settings/python/quick-reference/quick-start.md
  2. Display the documentation content
  3. Format it nicely for the terminal
  4. Highlight key information

Source Content Location

The full process documentation can be found at: claude_settings/python/quick-reference/quick-start.md

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