setup

Create a directory structure and index files for Product Org OS context.

4|3|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/yohayetsion/product-org-os --skill setup-yohayetsion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/yohayetsion/product-org-os/tree/main/product-org-plugin/skills/setup
Command: npx skills add https://github.com/yohayetsion/product-org-os --skill setup-yohayetsion

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill sets up the foundational directory structure and essential index files for the Product Org OS context layer, ensuring all subsequent skills and agents have a persistent memory to operate from.

Core Features & Use Cases

  • Context Layer Initialization: Creates necessary folders and files for storing decisions, bets, learnings, feedback, and more.
  • Idempotent Operation: Safe to run multiple times; it only creates what's missing and never overwrites existing data.
  • Use Case: When you first install the Product Org OS plugin in a new project, run /setup to prepare your workspace for all other Product Org OS functionalities.

Quick Start

Run the setup skill to initialize the Product Org OS context layer in your current directory.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I initialize a persistent memory context layer for AI agents in my product organization?

To initialize a persistent memory context layer, you run the setup process to create a predefined directory structure and essential index files. This establishes registries for decisions, bets, learnings, feedback, and documents for your AI agents.

What is the best way to set up a Product Org OS workspace without overwriting existing files?

The best way to set up a Product Org OS workspace safely is by using an idempotent initialization process. It only creates missing directories and index files, ensuring your pre-existing data and configurations are never overwritten during setup.

Do I need to manually configure directories for product decisions and feedback before running setup?

No, you do not need to manually configure directories for product decisions and feedback. The setup automatically creates the necessary folders and index files for these registries as part of the Product Org OS context layer initialization.

Can I run the workspace initialization multiple times if my project structure changes?

Yes, you can run the workspace initialization multiple times. The operation is idempotent, meaning it safely handles pre-existing files and directories by only creating the missing components without disrupting your current persistent memory data.

When do I need to initialize the Product Org OS context layer in my project?

You need to initialize the Product Org OS context layer when you first install the plugin in a new project. This setup prepares your workspace with the necessary persistent memory structure for all subsequent product management functionalities.