Skip to content

LearningPath Decorator

Creates step-by-step learning roadmaps.

Category: Developer Education

Parameters

Parameter Type Description Default
for string Learning subject context-dependent
experience enum Learner starting point beginner
timeframe enum Available learning time self-paced

Experience Options

  • beginner: complete beginner with no prior knowledge
  • intermediate: learner with basic understanding seeking to deepen knowledge
  • advanced: experienced practitioner looking to master advanced concepts
  • career-change: professional transitioning from another field

Timeframe Options

  • week: one week (intensive crash course)
  • month: one month (focused daily learning)
  • quarter: three months (steady consistent progress)
  • year: one year (comprehensive mastery program)
  • self-paced: flexible self-paced schedule

Examples

Creating a React learning path for beginners over three months

+++LearningPath(for=react, experience=beginner, timeframe=quarter)
Create a learning roadmap for a junior developer to become proficient in React and its ecosystem.

A structured, progressive learning path for React that spans three months, starting with fundamentals and building to advanced concepts, with appropriate resources and milestones for beginners.

Creating an advanced machine learning path for experienced practitioners

+++LearningPath(for="machine learning", experience=advanced, timeframe=year)

A comprehensive year-long advanced learning path for machine learning that covers cutting-edge techniques, research papers, and practical implementations for someone already familiar with the basics.

Model-Specific Implementations

gpt-4-turbo

Instruction: Create a detailed, step-by-step learning path for {for}. The path should be for {experience} level learners and designed to be completed in a {timeframe}. Include specific resources, practice projects, and clear milestones.

Notes: Simplified instruction with more direct language for models with smaller context windows.

Implementation Guidance

Creating a learning path for React

Original Prompt:

Create a learning roadmap for a junior developer to become proficient in React and its ecosystem.

Transformed Prompt:

Create a structured learning path for React with the following characteristics:
- Tailored for a beginner level learner
- Designed to be completed within a quarter timeframe
- Include specific resources, practice exercises, and milestones
- Organize content in a logical progression from fundamentals to advanced topics

Create a learning roadmap for a junior developer to become proficient in React and its ecosystem.

Notes: The decorator prepends specific instructions for creating a structured learning path with clear parameters.

Transformation Details

Base Instruction: Create a structured learning path for {for} with the following characteristics: - Tailored for a {experience} level learner - Designed to be completed within a {timeframe} timeframe - Include specific resources, practice exercises, and milestones - Organize content in a logical progression from fundamentals to advanced topics

Placement: prepend

Composition Behavior: override

Parameter Effects:

  • for:
  • Format: {value}

  • experience:

  • When set to beginner: complete beginner with no prior knowledge
  • When set to intermediate: learner with basic understanding seeking to deepen knowledge
  • When set to advanced: experienced practitioner looking to master advanced concepts
  • When set to career-change: professional transitioning from another field

  • timeframe:

  • When set to week: one week (intensive crash course)
  • When set to month: one month (focused daily learning)
  • When set to quarter: three months (steady consistent progress)
  • When set to year: one year (comprehensive mastery program)
  • When set to self-paced: flexible self-paced schedule

Compatibility

  • Requires: None
  • Conflicts: Curriculum
  • Compatible Models: gpt-4o, gpt-4-turbo, claude-3-7-sonnet-latest, llama-3.2
  • Standard Version: 1.0.0 - 1.5.0
  • ExpertLevel: Enhances LearningPath ExpertLevel can be used to specify the expertise level of the content creator, while LearningPath focuses on the learner's experience level.
  • Curriculum: Conflicts with LearningPath Both decorators aim to structure educational content and may provide conflicting instructions.