Product-org-os demo
'Alias for /tour - Interactive walkthrough of Product Org OS. Activate when: "show me a demo", "demo the system", "run the demo", demonstrate Product Org OS Do NOT activate for: resetting demo
install
source · Clone the upstream repo
git clone https://github.com/yohayetsion/product-org-os
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/yohayetsion/product-org-os "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/demo" ~/.claude/skills/yohayetsion-product-org-os-demo && rm -rf "$T"
manifest:
skills/demo/SKILL.mdsource content
Demo (Alias for Tour)
This is an alias for
/tour. Both commands run the same interactive walkthrough.
Behavior
When invoked, immediately run the tour skill content. Present the same 5-step walkthrough:
- Agent + File - Delegating work with context
- @product Gateway - Routing to the right agents
- Context Layer - Institutional memory
- Direct Skills - Power user mode
- Vision to Value Framework - Where work fits
Instructions
Follow the exact same process as
/tour - read and execute the tour skill instructions from the tour skill in this plugin.
Why This Alias Exists
Some users instinctively type
/demo when exploring a new system. This alias ensures they find the walkthrough regardless of which term they use.