Back to prompts
Skill Assessment & Growth Matrix
Objectively assess your current skill levels and create a structured growth plan to reach your target proficiency.
Copy & Paste this prompt
Help me assess my skills and create a growth plan. **My role/aspiration:** [ROLE - e.g., full-stack developer, product manager, data analyst, graphic designer] **Target role/level:** [TARGET - e.g., senior developer, lead PM, data scientist, art director] **Skills I want to assess:** [LIST or say "identify them for me based on my target role"] **Time horizon for growth:** [TIMELINE - e.g., 6 months, 1 year, 2 years] **Learning budget:** [BUDGET - e.g., $0 (free only), $50/month, employer will cover courses] **Learning style preference:** [STYLE - e.g., hands-on projects, video courses, reading, mentorship, pair programming] Create a comprehensive skill assessment and growth plan: 1. **Skill Matrix** — List all relevant skills for my target role, organized by category. For each skill: - Current level (1-5): 1=Aware, 2=Beginner, 3=Competent, 4=Proficient, 5=Expert - Required level for target role - Gap size (current vs. required) - Priority (critical/important/nice-to-have) 2. **Gap Analysis** — Rank skills by: (gap size × priority) to identify the highest-impact areas to focus on 3. **Learning Pathways** — For each high-priority gap, provide: - Specific resources (courses, books, projects) matched to my learning style - Estimated time to close the gap - How to prove/demonstrate the skill (portfolio piece, certification, project) 4. **90-Day Sprint Plan** — Focus on the top 3 skills with a week-by-week breakdown 5. **Skill Demonstration Portfolio** — Suggest 3 projects that each demonstrate multiple target skills simultaneously 6. **Monthly Check-In Template** — Questions to reassess and adjust the plan
#learning#education#skill#assessment#growth
Works with
chatgptclaudegemini
💡 Pro Tips
- •Be honest with your self-assessment scores — inflating them means your growth plan targets the wrong skills
- •Focus on no more than 2-3 skills per quarter; spreading across too many areas leads to shallow progress everywhere
- •The 'demonstration portfolio' is key for career advancement — skills you can't show evidence of don't count in interviews
✨ Example Output
## Skill Assessment: Junior → Senior Full-Stack Developer ### Skill Matrix | Category | Skill | Current | Required | Gap | Priority | |----------|-------|---------|----------|-----|----------| | **Frontend** | React/Next.js | 3 | 5 | 2 | Critical | | **Frontend** | TypeScript | 2 | 4 | 2 | Critical | | **Frontend** | Performance Optimization | 1 | 4 | 3 | Important | | **Backend** | Node.js/Express | 3 | 4 | 1 | Critical | | **Backend** | Database Design | 2 | 4 | 2 | Critical | | **Backend** | API Design (REST/GraphQL) | 2 | 4 | 2 | Important | | **DevOps** | CI/CD Pipelines | 1 | 3 | 2 | Important | | **DevOps** | Docker/Containers | 1 | 3 | 2 | Important | | **Soft Skills** | Code Review | 2 | 5 | 3 | Critical | | **Soft Skills** | System Design | 1 | 4 | 3 | Critical | ### Top 3 Priority Gaps (Impact Score) 1. 🔴 System Design (gap 3 × critical) = **9** — Start here 2. 🔴 Code Review (gap 3 × critical) = **9** — Parallel track 3. 🟡 Performance Optimization (gap 3 × important) = **6** — Month 2+ ### 90-Day Sprint **Weeks 1-4: System Design Foundation** - Read: *Designing Data-Intensive Applications* Ch. 1-4 - Practice: Complete 8 system design problems on designgurus.io - Project: Design and document the architecture for a URL shortener ### Skill Portfolio Projects 1. **Real-time Dashboard** — Demonstrates: React, TypeScript, WebSockets, database design, deployment 2. **Open Source Contribution** — Demonstrates: code review, collaboration, reading complex codebases 3. **Personal CLI Tool** — Demonstrates: Node.js, testing, CI/CD, npm publishing