/learn-goal
Start a learning session. The skill elicits what you want to learn, validates feasibility, and routes into the full learning arc.
Trigger phrases
- "I want to learn X"
- "teach me X"
- "help me understand X"
/learn-goal "I want to master Y"
Example
/learn-goal "I want to understand how Rust's borrow checker works"
What happens
- Elicits the learning goal (what, why, depth)
- Runs
learn-surveyto diagnose current knowledge level - Builds a concept DAG via
learn-plan - Starts
feynman-loopon the first concept - Tracks progress in the learner model (FSRS-6)
Options
/learn-goal "topic" --kb local:/path/to/docs # ground in custom KB
/learn-goal "topic" --depth deep # full mastery track
/learn-goal "topic" --depth overview # survey-level understanding