# π§ 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 ---