Skip to main content

/experience - Experience Pack Selector

Select an experience pack to optimize skill loading for your specific role. This command uses the CODITECT Experience Framework (CEF) to load only the most relevant skills, reducing context usage by 89%.

Usage

# Interactive selector
/experience

# List available packs
/experience --list

# Select specific pack
/experience full-stack-developer

# Auto-detect from query
/experience --auto-detect "How do I deploy to Kubernetes?"

# Show current pack
/experience --current

# Quick switch to previous pack
/experience --prev

Experience Packs

Enterprise Packs

PackForSkillsTracks
enterprise-architectCTOs, Architects50C-1, I-2, O-1, F-2
full-stack-developerEngineers40C-2, C-1, E-1, O-1
devops-engineerSREs, Platform35O-1, O-2, IN-2, P-1
security-engineerAppSec, Analysts35F-2, P-2, P-3, C-1
product-managerPMs, POs35I-2, E-3, CM-3, G-2
ux-designerDesigners30E-1, E-2, E-3, C-2
engineering-managerEMs, Leads35O-3, CM-3, G-1, C-2
technical-writerDocs Engineers30CM-1, CM-2, F-1, C-3
data-analystAnalysts, DS30I-1, I-3, CM-1, E-2

SMB/Startup Packs

PackForSkillsTracks
startup-founderFounders, CEOs35I-2, G-2, O-3, CM-3

Personal Packs

PackForSkillsTracks
personal-productivityIndividuals30O-2, IN-2, G-1, I-3
content-creatorYouTubers, Bloggers25C-3, CM-1, G-1, E-1
student-learnerStudents25G-1, CM-2, I-1, C-2

Non-Profit Packs

PackForSkillsTracks
community-builderOrganizers25CM-3, E-3, O-3, G-2

Examples

Interactive Selection

/experience

Output:

📋 Select your user type:

1. Enterprise Organization
2. Small/Medium Business
3. Non-Profit Organization
4. Individual/Personal Use

Enter number: 1

🎯 Select your role:

1. 🏗️ Enterprise Architect
2. 💻 Full-Stack Developer
3. ⚙️ DevOps Engineer
...

Selected: full-stack-developer
✅ Loaded 40 skills (~3.2K tokens, 87% reduction)

Auto-Detection

/experience --auto-detect "How do I set up CI/CD pipelines?"

Output:

🔍 Analyzing query: "How do I set up CI/CD pipelines?"

Detected: devops-engineer (85% confidence)
Tracks: O-1, O-2, IN-2, P-1

✅ Activated DevOps Engineer pack
📊 35 skills loaded (~2.8K tokens)

List All Packs

/experience --list

Context Efficiency

Loading MethodTokensSkillsReduction
Full catalog25,000315-
Category-based1,6002094%
Experience Pack2,8003589%

How It Works

  1. Detection: Query analyzed for keywords matching experience packs
  2. Selection: Best matching pack selected (or user chooses)
  3. Loading: Skills from pack's primary/secondary tracks loaded
  4. Optimization: Only L1 metadata loaded initially, L2/L3 on demand

CEF Tracks

The 27 CEF tracks are grouped into 9 categories:

  • Creation (C-1, C-2, C-3): Architecture, Implementation, Content
  • Operations (O-1, O-2, O-3): Infrastructure, Systems, Management
  • Intelligence (I-1, I-2, I-3): Analysis, Strategy, Optimization
  • CoMmunication (CM-1, CM-2, CM-3): Documentation, Teaching, Collaboration
  • Foundation (F-1, F-2, F-3): Quality, Security, Compliance
  • Growth (G-1, G-2, G-3): Learning, Scaling, Evolution
  • Protection (P-1, P-2, P-3): Monitoring, Auditing, Governance
  • IntegratioN (IN-1, IN-2, IN-3): Tools, Workflows, Data Flow
  • Experience (E-1, E-2, E-3): UI Design, Interaction, Journey
  • /pack - Alias for /experience
  • coditect-experience-framework.md - Full CEF specification
  • ADR-136, ADR-138 - Architecture documentation

Version: 1.0.0 | CEF Version: 1.0.0