Claude-skill-registry dex-demo
Toggle demo mode (see `.claude/reference/demo-mode.md`)
git clone https://github.com/majiayu000/claude-skill-registry
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/dex-demo" ~/.claude/skills/majiayu000-claude-skill-registry-dex-demo && rm -rf "$T"
skills/data/dex-demo/SKILL.mdToggle demo mode on/off, reset demo content, or launch interactive demo selector.
Usage
- Enable demo mode and launch interactive demo selector/dex-demo on
- Disable demo mode/dex-demo off
- Show demo scenario menu (when demo mode is on)/dex-demo menu
- Check current mode/dex-demo status
- Restore demo content to original state/dex-demo reset
What Demo Mode Does
When demo mode is ON:
- Commands read/write from
instead of your real vaultSystem/Demo/ - You see pre-populated content for a fictional PM named "Alex Chen"
- Your real data is untouched
- Changes you make are sandboxed to the demo folder
When demo mode is OFF:
- Normal operation - commands use your real vault data
Process
For /dex-demo on
/dex-demo on- Read
System/user-profile.yaml - Set
demo_mode: true - Write back to file
- Display welcome message introducing Alex Chen persona
- Display interactive menu with 12 validated demo scenarios
- Wait for user to select a number (1-12)
- Execute the selected scenario with guided walkthrough
Welcome message template:
Demo mode enabled! ✨ You're now Alex Chen, Senior Product Manager (L4) at TechCorp. **Your current situation:** - Working toward L5 promotion (6-9 month timeline) - Leading mobile app launch (shipping Feb 15) - Kicking off customer portal redesign - Building cross-functional relationships **Demo content includes:** - 5 days of plans and journals (Jan 20-24) - 3 active projects with tasks - 6 people (colleagues and customers) - 1 company page (Acme Corp) - Career development system (L4→L5 path) - Learning and improvement backlog --- **Choose a demo scenario (1-12):** **Daily Workflow** 1. Morning Journal - Start day with intention 2. Daily Planning - Context-aware daily plan 3. Daily Review - Capture learnings and reflect 4. Inbox Triage - Process scattered notes **People & Context** 5. Person Lookup - See relationship tracking 6. Company Intelligence - Organization-level rollup **Planning & Review** 7. Weekly Planning - Set Top 3 priorities 8. Weekly Review - Synthesize the week 9. Task Management - Strategic task organization **Career Development** 10. Career System - Role, ladder, goals, evidence 11. Career Coach - Weekly reports and reflections **System Evolution** 12. Learning & Backlog - Continuous improvement Enter a number (1-12) or type `/dex-demo menu` to see this again.
For /dex-demo menu
/dex-demo menu- Check if demo mode is enabled
- If not, error: "Demo mode is not enabled. Run
first."/dex-demo on - If yes, display the same interactive menu from above (scenarios 1-12)
- Wait for user to select a number
For /dex-demo off
/dex-demo off- Read
System/user-profile.yaml - Set
demo_mode: false - Write back to file
- Confirm: "Demo mode disabled. You're now using your real vault data."
For /dex-demo status
/dex-demo status- Read
System/user-profile.yaml - Check
valuedemo_mode - Report current status with brief context
For /dex-demo reset
/dex-demo reset- Check if
existsSystem/Demo/_original/ - If not, error: "Demo backup not found. Cannot reset."
- If exists, copy all from
to parent Demo folder_original/ - Confirm: "Demo content reset! All changes reverted to original demo state."
Executing Demo Scenarios
When user selects a scenario number (1-12):
- Read
to get scenario details.claude/reference/demo-scenarios.md - Execute the scenario according to its definition:
- For scenarios with commands to RUN: Execute those commands and provide guided walkthrough
- For scenarios with files to SHOW: Read and display those files with talking points
- For scenarios with both: Show files first, then run commands
- After scenario completes, display the full menu again with: "Try another scenario? Enter a number (1-12):"
Scenario execution guidelines:
- Scenarios 1-4, 7-8, 11-12: Run the actual commands (
,/journal
,/daily-plan
,/review
,/triage
,/week-plan
,/week-review
,/career-coach
,/dex-backlog
)/dex-whats-new - Scenarios 5-6, 9-10: Read and display files with talking points, don't run commands
- Provide context before and after each action
- Reference the scenario's "Talking points" to guide the walkthrough
- Keep narration concise but informative
Demo Content Overview
The demo vault represents a week in the life of Alex Chen, PM at TechCorp:
Projects: Mobile App Launch, Customer Portal Redesign, API Partner Program
People: Jordan Lee (Eng Lead), Maya Patel (Designer), Mike Rodriguez (VP Sales), Sarah Chen, Tom Wilson, Lisa Park
Tasks: Pre-populated across P0-P3 priorities with pillar and career tags
Meetings: A week of realistic meeting notes (Jan 20-24)
Career: Complete L4→L5 promotion path with evidence system
Learning: Backlog with 10 AI-ranked ideas, mistake patterns, working preferences