plugins/meta/skills/learning-accelerator/SKILL.md
Compresses domain mastery using Ultralearning and Metacognition principles — moving from passive consumption to active production through directness, retrieval practice, and feedback loops. Use when learning a new domain rapidly, building a study plan, or preparing for a high-stakes professional skill.
npx skillsauth add joellewis/skill-library learning-acceleratorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Learning is the meta-skill that powers all others. This skill applies the principles of Ultralearning and Metacognition to compress years of traditional study into months of high-intensity practice. It moves learning from passive consumption to active production.
NO LEARNING PLAN WITHOUT A RETRIEVAL AND SPACING STRATEGY
Reading and highlighting create an "illusion of competence." True mastery requires active retrieval (testing) and a spacing strategy to prevent the "Leaky Bucket" of memory decay.
digraph learning_flow {
"Domain Identified" [shape=doublecircle];
"Metalearning: Map the Field" [shape=box];
"Setup: Tools & Feedback" [shape=box];
"Execution: 9 Principles" [shape=box];
"Gate: Retention Check" [shape=diamond];
"Mastery/Skill Acquisition" [shape=doublecircle];
"Domain Identified" -> "Metalearning: Map the Field";
"Metalearning: Map the Field" -> "Setup: Tools & Feedback";
"Setup: Tools & Feedback" -> "Execution: 9 Principles";
"Execution: 9 Principles" -> "Gate: Retention Check";
"Gate: Retention Check" -> "Mastery/Skill Acquisition" [label="retained"];
"Gate: Retention Check" -> "Execution: 9 Principles" [label="leaky bucket"];
}
Before starting, spend 10% of your estimated study time researching how the best in the field learned the skill. Map out:
Identify the environment where you will actually use the skill. Practice there. If you want to learn to code, build a project immediately. If you want to learn a language, speak to a person. Avoid "proxy" apps that offer a fake sense of progress (Source: Young, Ultralearning).
Do not review notes. Instead, use Active Recall:
Treat notes as a web of ideas, not a list.
Switch between Focused Mode (intense concentration) and Diffuse Mode (letting the subconscious work while walking, showering, or sleeping). Problem-solving happens in the diffuse mode after the focused mode has "loaded" the data (Source: Oakley, A Mind For Numbers).
| Thought | Reality | |---------|---------| | "I'll read the book first, then practice." | Direct practice is the only way to identify what you actually need to learn. | | "Highlighting the important parts helps me remember." | Highlighting is passive and is statistically the least effective study method. | | "I don't have time for a full plan." | 1 hour of planning saves 10 hours of wandering through irrelevant material. | | "I'm just not a [Subject] person." | This is a fixed identity trap. Skills are acquired through iterative drills. |
databases
Use when a deliverable needs structured stakeholder sign-off before finalization—runs the pre-read, feedback-type alignment, and conflict-resolution protocol.
development
Use when you need to map who has power, who will be affected, and what motivates each party — produces a stakeholder map as an analytical artifact. This skill identifies and categorizes stakeholders; it does not persuade or influence them (use influence-architect for that).
testing
Use when beginning analytical or strategic tasks, facing undefined problems, or facing analysis paralysis—requires explicit problem definition before proceeding.
testing
Use when translating a product vision into engineering requirements—enforces the Working Backwards PR/FAQ method, requiring a customer-facing press release before any technical spec.