/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
| Pack | For | Skills | Tracks |
|---|---|---|---|
enterprise-architect | CTOs, Architects | 50 | C-1, I-2, O-1, F-2 |
full-stack-developer | Engineers | 40 | C-2, C-1, E-1, O-1 |
devops-engineer | SREs, Platform | 35 | O-1, O-2, IN-2, P-1 |
security-engineer | AppSec, Analysts | 35 | F-2, P-2, P-3, C-1 |
product-manager | PMs, POs | 35 | I-2, E-3, CM-3, G-2 |
ux-designer | Designers | 30 | E-1, E-2, E-3, C-2 |
engineering-manager | EMs, Leads | 35 | O-3, CM-3, G-1, C-2 |
technical-writer | Docs Engineers | 30 | CM-1, CM-2, F-1, C-3 |
data-analyst | Analysts, DS | 30 | I-1, I-3, CM-1, E-2 |
SMB/Startup Packs
| Pack | For | Skills | Tracks |
|---|---|---|---|
startup-founder | Founders, CEOs | 35 | I-2, G-2, O-3, CM-3 |
Personal Packs
| Pack | For | Skills | Tracks |
|---|---|---|---|
personal-productivity | Individuals | 30 | O-2, IN-2, G-1, I-3 |
content-creator | YouTubers, Bloggers | 25 | C-3, CM-1, G-1, E-1 |
student-learner | Students | 25 | G-1, CM-2, I-1, C-2 |
Non-Profit Packs
| Pack | For | Skills | Tracks |
|---|---|---|---|
community-builder | Organizers | 25 | CM-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 Method | Tokens | Skills | Reduction |
|---|---|---|---|
| Full catalog | 25,000 | 315 | - |
| Category-based | 1,600 | 20 | 94% |
| Experience Pack | 2,800 | 35 | 89% |
How It Works
- Detection: Query analyzed for keywords matching experience packs
- Selection: Best matching pack selected (or user chooses)
- Loading: Skills from pack's primary/secondary tracks loaded
- 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
Related
/pack- Alias for/experiencecoditect-experience-framework.md- Full CEF specification- ADR-136, ADR-138 - Architecture documentation
Version: 1.0.0 | CEF Version: 1.0.0