home / skills / pluginagentmarketplace / custom-plugin-data-analyst / career

career skill

/skills/career

This skill helps navigate data analyst career paths by guiding portfolio building, interview prep, and strategic growth to advance professionally.

npx playbooks add skill pluginagentmarketplace/custom-plugin-data-analyst --skill career

Review the files below or copy the command above to add this skill to your agents.

Files (6)
SKILL.md
2.4 KB
---
name: career-development
description: Data analyst career development, portfolio building, and professional growth strategies
version: "2.0.0"
sasmp_version: "2.0.0"
bonded_agent: 07-career-coach
bond_type: PRIMARY_BOND

# Skill Configuration
config:
  atomic: true
  retry_enabled: true
  max_retries: 3
  backoff_strategy: exponential

# Parameter Validation
parameters:
  career_stage:
    type: string
    required: true
    enum: [entry, mid, senior, lead, executive]
    default: mid
  focus_area:
    type: string
    required: false
    enum: [portfolio, job_search, interviews, advancement, all]
    default: all
  industry:
    type: string
    required: false
    default: technology

# Observability
observability:
  logging_level: info
  metrics: [goal_progress, skill_acquisition, interview_success]
---

# Career Development Skill

## Overview
Navigate your data analyst career path with guidance on portfolio building, job searching, interviewing, and professional development.

## Core Topics

### Portfolio Development
- Project selection and presentation
- GitHub portfolio best practices
- Kaggle competitions and datasets
- Case study documentation

### Job Search Strategy
- Resume optimization for data roles
- LinkedIn profile enhancement
- Networking in the data community
- Remote vs on-site opportunities

### Interview Preparation
- Technical interview questions (SQL, Python, statistics)
- Case study interviews
- Behavioral interview frameworks (STAR method)
- Take-home assignment strategies

### Career Advancement
- Specialization paths (BI, data science, analytics engineering)
- Continuous learning strategies
- Certifications (Google, Microsoft, AWS)
- Building domain expertise

## Learning Objectives
- Build a compelling data analytics portfolio
- Navigate the job market effectively
- Excel in technical and behavioral interviews
- Plan long-term career growth

## Error Handling

| Error Type | Cause | Recovery |
|------------|-------|----------|
| Goal misalignment | Unclear objectives | Reassess values and priorities |
| Skill gap | Missing competencies | Create targeted learning plan |
| Interview rejection | Preparation gaps | Review feedback, practice more |
| Career stagnation | No growth activities | Set stretch goals, find mentor |
| Burnout | Overwork | Set boundaries, prioritize self-care |

## Related Skills
- All technical skills for interview preparation
- visualization (for portfolio presentation)
- programming (for GitHub presence)

Overview

This skill helps data analysts build a career roadmap focused on portfolio development, job search strategy, interview preparation, and long-term professional growth. It provides practical steps for presenting projects, closing skill gaps, and advancing into specialized roles. The guidance balances technical preparation with networking and personal branding.

How this skill works

I inspect your current portfolio, resume, LinkedIn profile, and skill set to identify gaps and high-impact improvements. I recommend specific projects, tools, and documentation formats to make your work discoverable and interview-ready. I also provide targeted interview practice plans (SQL, Python, statistics), behavioral frameworks, and follow-up strategies. Finally, I lay out a personalized growth path with specialization options and learning resources.

When to use it

  • You’re building or refining a data analytics portfolio for job applications.
  • You need a tailored resume, LinkedIn, or GitHub improvement plan.
  • You’re preparing for technical or behavioral interviews for data roles.
  • You want to transition to a specialization (BI, analytics engineering, data science).
  • You’re experiencing career stagnation or planning next-step growth.

Best practices

  • Show 3–5 polished projects with clear problem, approach, results, and reproducible code.
  • Use GitHub and a portfolio site; include README case studies and small datasets for reproducibility.
  • Tailor your resume and projects to the job description; highlight impact with metrics.
  • Practice core technical skills (SQL window functions, Pandas, hypothesis testing) with mock interviews.
  • Document take-home assignments transparently: assumptions, trade-offs, and next steps.
  • Build domain expertise through focused projects and relevant certifications.

Example use cases

  • Convert exploratory notebooks into three concise case studies for your portfolio.
  • Optimize a resume and LinkedIn headline for entry-level analyst roles with quantifiable achievements.
  • Prepare for a technical interview with a 4-week study plan covering SQL, Python, and statistics.
  • Design a learning roadmap to move from general analytics to analytics engineering.
  • Recover from repeated interview rejections by analyzing feedback and iterating on practice tests.

FAQ

How many projects should I include in my portfolio?

Aim for 3–5 high-quality projects that demonstrate breadth and depth: one end-to-end analysis, one visualization/dashboard, and one technical or domain-specific project.

Should I complete certifications?

Certifications can help fill skill gaps and signal commitment, but prioritize hands-on projects and demonstrable impact over certificate count.