pm-new

Scaffolds a PM-OS project directory from a business statement with Python 3.

Updated Jun 8, 2026
One-click install
npx skills add https://github.com/pingmepi/pm-os --skill pm-new
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pm-new
Source: https://github.com/pingmepi/pm-os/tree/main/skills/pm-new
Command: npx skills add https://github.com/pingmepi/pm-os --skill pm-new

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill eliminates the friction of setting up a new product definition pipeline by automating the initial scaffolding of project files and directory structures based on a business statement.

Core Features & Use Cases

  • Automated Scaffolding: Initializes the necessary file structure for a PM-OS project, ensuring consistency from the start.
  • GenAI Context Awareness: Automatically configures the project for AI-driven or traditional development based on the nature of the product.
  • Use Case: A PM has a new idea for an AI-powered customer support tool and needs to initialize the project repository with the correct PM-OS structure to begin drafting the product brief.

Quick Start

Use the pm-new skill to initialize a new project for my AI-powered customer support tool.

Frequently Asked Questions about pm-new

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a new project directory for product definition from a business idea?

To scaffold a new project directory from a business idea, you provide a business statement to initialize a local-first PM-OS project state. This automatically generates the necessary file structure and product-definition pipeline artifacts for your repository.

Does project scaffolding for product management require Python?

Yes, project scaffolding for product management requires Python 3 to execute the initialization script. You need this environment to establish the local-first project state and generate the necessary directory structures.

How do I configure project scaffolding for GenAI development?

To configure project scaffolding for GenAI development, the script enforces selecting a genai operational flag during initialization. This automatically configures the project directory for AI-driven product definition workflows.

What is the best way to initialize a PM-OS repository for an AI-powered tool?

The best way to initialize a PM-OS repository for an AI-powered tool is to run the scaffolding script with your business statement and select the genai flag. This establishes a consistent local-first project state tailored for AI product definition.

Can I use this scaffolding for traditional development without GenAI?

Yes, you can use this scaffolding for traditional development by selecting the no-genai operational flag during initialization. This configures the project directory structure for standard product definition pipelines without AI-driven context.

What files are generated during PM-OS project scaffolding?

PM-OS project scaffolding generates the complete directory structure along with initialized product-definition pipeline artifacts. These files establish a consistent local-first project state based on your provided business statement.