# 🧠 Cognitive Enhancement Suite - Quick Reference > One-page guide for everyday use --- ## 🎯 What These Skills Do | Skill | Purpose | When It Activates | |-------|---------|-------------------| | **cognitive-planner** | Analyzes tasks, selects approach | Complex requests, "how should I..." | | **cognitive-safety** | Blocks security vulnerabilities | Writing code, running commands | | **cognitive-context** | Adapts to your language/expertise | All interactions | --- ## πŸš€ Quick Start Just use Claude Code normally - skills activate automatically. ``` You: "Add user authentication to my app" ↓ Cognitive skills analyze + protect + adapt ↓ Superpowers executes with TDD ↓ Secure, tested code ``` --- ## πŸ’¬ Example Commands ### For Planning ``` "How should I build a realtime chat system?" "Break this down: Add payment processing" "What's the best approach for file uploads?" ``` ### For Safety ``` "Review this code for security issues" "Is this command safe to run?" "Check for vulnerabilities in this function" ``` ### For Context ``` "Explain React hooks like I'm a beginner" "Give me the expert-level explanation" "ExplΓ­came cΓ³mo funciona Docker en espaΓ±ol" ``` --- ## 🎨 Complexity Levels | Level | Description | Example | |-------|-------------|---------| | **Simple** | Single file, <50 lines | Add a button | | **Moderate** | 2-5 files, 50-200 lines | Add authentication | | **Complex** | 5+ files, 200+ lines | Build REST API | | **Very Complex** | Architecture changes | Microservices migration | --- ## πŸ›‘οΈ Safety Checks (Automatic) βœ… Blocks hardcoded secrets βœ… Prevents SQL injection βœ… Prevents XSS vulnerabilities βœ… Validates commands before running βœ… Checks dependency security βœ… Enforces best practices --- ## 🌐 Supported Languages English, Spanish, French, German, Italian, Portuguese, Chinese, Japanese, Korean, Russian, Arabic, Hindi Auto-detected from your messages. --- ## πŸ‘₯ Expertise Levels | Level | Indicators | Response Style | |-------|------------|---------------| | **Beginner** | "How do I...", basic questions | Detailed, educational, examples | | **Intermediate** | "Best practice...", "Why..." | Balanced, explains reasoning | | **Expert** | "Optimize...", specific technical | Concise, advanced topics | Auto-detected and adapted to. --- ## πŸ“‹ Workflow Integration ``` YOUR REQUEST ↓ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ COGNITIVE-PLANNER β”‚ ← Analyzes complexity β””β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”˜ ↓ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ SUPER- β”‚ ← Systematic execution β”‚ POWERS β”‚ (if complex) β””β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”˜ ↓ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ COGNITIVE-SAFETY β”‚ ← Validates security β””β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”˜ ↓ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ COGNITIVE-CONTEXT β”‚ ← Adapts to you β””β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ ↓ YOUR RESULT ``` --- ## ⚑ Pro Tips 1. **Be specific** β†’ Better planning 2. **Ask "why"** β†’ Deeper understanding 3. **Say your level** β†’ Better adaptation 4. **Use your language** β†’ Auto-detected 5. **Trust warnings** β†’ Security matters --- ## πŸ”§ Customization ```bash # ~/.env COGNITIVE_PLANNER_THRESHOLD=high # Only plan complex tasks COGNITIVE_SAFETY_STRICT_MODE=true # Block everything risky COGNITIVE_CONTEXT_LANGUAGE=spanish # Force language ``` --- ## πŸ› Common Issues | Issue | Solution | |-------|----------| | Skills not activating | Check `~/.claude/skills/cognitive-*/` exists | | Wrong language | Specify: "Explain in Spanish: ..." | | Too much detail | Say: "Give me expert-level explanation" | | Too little detail | Say: "Explain like I'm a beginner" | | Safety blocking | Say: "I understand this is dev only" | --- ## πŸ“š Full Documentation - **README.md** - Complete guide - **INTEGRATION.md** - Workflows and examples - **SKILL.md** (each skill) - Detailed behavior --- ## 🎯 Mental Model Think of these skills as: **cognitive-planner** = Your technical lead - Plans the approach - Selects the right tools - Coordinates execution **cognitive-safety** = Your security reviewer - Checks every line of code - Blocks vulnerabilities - Enforces best practices **cognitive-context** = Your personal translator - Understands your level - Speaks your language - Adapts explanations --- ## βœ… Success Indicators You'll know it's working when: βœ… Tasks are broken down automatically βœ… Security warnings appear before issues βœ… Explanations match your expertise βœ… Your preferred language is used βœ… Superpowers activates for complex tasks βœ… Commands are validated before running --- ## 🚦 Quick Decision Tree ``` Need to code? β”œβ”€ Simple? β†’ Just do it (with safety checks) └─ Complex? β†’ Plan β†’ Execute with TDD Need to debug? └─ Always β†’ Use systematic debugging Need to learn? └─ Always β†’ Adapted to your level Writing code? └─ Always β†’ Safety validation Running commands? └─ Always β†’ Command safety check ``` --- ## πŸ’ͺ Key Benefits 🎯 **Autonomous** - Works automatically, no commands needed πŸ›‘οΈ **Secure** - Prevents vulnerabilities before they happen 🌐 **Adaptive** - Learns and adapts to you ⚑ **Fast** - Minimal overhead (~0.4s) πŸ”— **Integrated** - Works with Superpowers seamlessly ---
**Just use Claude Code normally - the skills handle the rest! 🧠**