What problem does it solve? Junior developers and AI newcomers often receive direct answers that prevent real learning, leading to blind copy-paste habits and skill atrophy. This Skill enforces a Socratic mentoring approach that builds autonomy and reasoning skills. ## Core Features & Use Cases - Socratic Questioning Protocol: A five-phase response workflow covering context gathering, guided questioning, conceptual explanation, progressive clues, and validation feedback. - Copilot-Assisted Learning Workflow: The PEAR loop (Plan, Explore, Analyze, Rewrite) plus the CTEX prompt formula teach juniors to use GitHub Copilot as a learning tool rather than a shortcut. - Teaching Techniques: Includes rubber duck debugging, the 5 Whys, minimal reproducible examples, and guided red-green-refactor, with escalation paths to human mentors for total blockages. - Use Case: A junior developer says "I'm stuck on this async error." The Skill responds with targeted questions about what was tried, guides them to interpret the error themselves, and ends with a learning recap template. ## Quick Start Ask the assistant to mentor you through a bug or concept you are stuck on, for example by saying "help me understand why my async function returns undefined."