Learning Plan Generator
Prompt
Create a learning plan for: Skill: {skill}. Current level: {current_level}. Target level: {target_level}. Available time: {hours_per_week} hours/week. Deadline: {deadline}. Learning style preference: {style}. Include: skill assessment, milestone roadmap, weekly schedule, recommended resources (free + paid), practice projects, and progress checkpoints.
Variables
skill
current_level
target_level
hours_per_week
deadline
style
About This Prompt
Create structured self-study plans for any skill with milestones, resources, and practice exercises.
Example Output
**Learning Plan: AI Workflow Automation (n8n)**
**From:** Complete beginner
**To:** Build production workflows independently
**Timeline:** 8 weeks
**Commitment:** 5 hours/week
**Week 1-2: Foundations**
- Goal: Understand automation concepts, set up n8n
- Resources: n8n Beginner Course (free, docs.n8n.io), YouTube 'n8n in 30 minutes'
- Practice: Install n8n locally via Docker, build 'Hello World' workflow
- Checkpoint: Can explain triggers, nodes, and connections
**Week 3-4: Core Skills**
- Goal: Build multi-step workflows with conditionals
- Resources: n8n Templates Gallery (400+ examples), n8n Community forums
- Practice: Build 3 workflows: RSS-to-Slack, form-to-spreadsheet, email-auto-reply
- Checkpoint: Can build a 5+ node workflow with IF conditions and error handling
**Week 5-6: AI Integration**
- Goal: Add AI capabilities to workflows
- Resources: n8n AI Nodes documentation, LangChain + n8n tutorial
- Practice: Build: AI content summarizer, AI email classifier, RAG-powered Q&A bot
- Checkpoint: Can integrate OpenAI/Claude nodes with proper prompt engineering
**Week 7-8: Production & Advanced**
- Goal: Deploy, monitor, and maintain production workflows
- Resources: n8n self-hosting guide, monitoring best practices
- Practice: Deploy one workflow to production, set up error notifications
- Checkpoint: Running production workflow with <1% error rate
**Capstone Project:** Build a complete lead qualification pipeline (webhook → enrichment → AI scoring → CRM update → Slack notification)
...
Usage Tips
- Set specific weekly milestones not just topics
- Include practice projects every week
- Mix resources — videos for concepts and docs for reference
- Build a capstone project that combines everything