120-Day Career Success Planner

Generate personalized 120-day career success plans based on professional assessment data and onboarding goals.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "120-Day Career Success Planner" with this command: npx skills add krishnakumarmahadevan-cmd/career-success-planner

Overview

The 120-Day Career Success Planner is a professional onboarding and career acceleration platform designed to help new employees, career changers, and professionals rapidly achieve success in their roles. By analyzing role information, professional experience, and career goals, the platform generates comprehensive, personalized 120-day roadmaps that break down complex career transitions into actionable milestones and objectives.

This tool is ideal for HR departments managing onboarding programs, career coaches designing acceleration plans, individual professionals navigating role transitions, and organizations seeking to reduce time-to-productivity for new hires. The planner synthesizes assessment data across multiple dimensions—role expectations, existing experience, and defined goals—to create strategic, data-driven career development plans.

The API provides enterprise-grade plan generation with session tracking, timestamp validation, and structured assessment integration, enabling both programmatic integration and real-time career planning workflows.

Usage

Example Request:

{
  "sessionId": "sess_ABC123XYZ789",
  "userId": 12456,
  "timestamp": "2024-01-15T10:30:00Z",
  "assessmentData": {
    "sessionId": "sess_ABC123XYZ789",
    "timestamp": "2024-01-15T10:30:00Z",
    "roleInfo": {
      "title": "Senior Software Engineer",
      "department": "Platform Engineering",
      "reportingManager": "Jane Smith",
      "teamSize": 8,
      "onboardingStartDate": "2024-01-20"
    },
    "experience": {
      "yearsInTech": 7,
      "previousRoles": ["Junior Developer", "Mid-level Engineer"],
      "technicalSkills": ["Python", "Java", "AWS", "Kubernetes"],
      "leadership": false,
      "industry": "FinTech"
    },
    "goals": {
      "primary": "Master team architecture and contribute to critical projects",
      "secondary": ["Build internal relationships", "Establish technical credibility"],
      "timeline": "120 days",
      "developmentAreas": ["System design", "Cross-team collaboration"]
    }
  }
}

Example Response:

{
  "planId": "plan_XYZ789ABC123",
  "sessionId": "sess_ABC123XYZ789",
  "userId": 12456,
  "generatedAt": "2024-01-15T10:30:45Z",
  "plan": {
    "overview": "Your 120-day career success plan focuses on rapid integration into the Platform Engineering team while developing expertise in system architecture and cloud infrastructure.",
    "phases": [
      {
        "phase": "Phase 1: Foundation & Integration",
        "duration": "Days 1-30",
        "objectives": [
          "Complete onboarding documentation and compliance training",
          "Meet with direct manager and team members",
          "Review codebase and architecture documentation",
          "Complete first paired programming session",
          "Establish weekly 1:1 cadence with manager"
        ],
        "deliverables": ["Onboarding checklist completion", "Initial codebase review document"],
        "successMetrics": ["100% training completion", "5+ team meetings scheduled"]
      },
      {
        "phase": "Phase 2: Contribution & Skill Building",
        "duration": "Days 31-60",
        "objectives": [
          "Complete first independent feature contribution",
          "Attend architecture review sessions",
          "Begin system design study plan",
          "Mentor selection and pairing with technical lead",
          "Document learnings and technical insights"
        ],
        "deliverables": ["First merged pull request", "Architecture learning notes"],
        "successMetrics": ["2+ features shipped", "Architecture session participation"]
      },
      {
        "phase": "Phase 3: Leadership & Impact",
        "duration": "Days 61-120",
        "objectives": [
          "Lead design of assigned subsystem component",
          "Conduct knowledge sharing session with team",
          "Demonstrate system design proficiency",
          "Build cross-functional relationships",
          "Create technical mentorship plan for junior team members"
        ],
        "deliverables": ["Design document", "Knowledge sharing presentation", "90-day review self-assessment"],
        "successMetrics": ["Technical leadership demonstrated", "Team feedback positive"]
      }
    ],
    "weeklyFocus": [
      {"week": 1, "focus": "Orientation and environment setup"},
      {"week": 2, "focus": "Team dynamics and code review patterns"},
      {"week": 3, "focus": "First code contribution preparation"},
      {"week": 4, "focus": "Initial project assignment"},
      {"week": 5, "focus": "Independent contribution ramping"}
    ],
    "skillDevelopmentPath": {
      "technicalSkills": ["System Design", "Team Architecture", "Kubernetes operations"],
      "softSkills": ["Cross-team communication", "Technical mentoring", "Leadership presence"],
      "resources": ["Internal wiki", "Architecture design course", "Mentorship program"]
    },
    "riskMitigation": [
      {"risk": "Slow integration into team culture", "mitigation": "Structured social activities and pair programming"},
      {"risk": "Architectural knowledge gaps", "mitigation": "Dedicated mentorship and documentation review"},
      {"risk": "Unclear role expectations", "mitigation": "Weekly manager check-ins and feedback loops"}
    ],
    "checkpoints": [
      {"day": 30, "review": "Onboarding completion and integration assessment"},
      {"day": 60, "review": "Technical contribution and skill development review"},
      {"day": 90, "review": "Impact assessment and future growth planning"}
    ]
  }
}

Endpoints

GET /

Summary: Root
Description: Root endpoint for API health and information.
Parameters: None
Response: Returns API root information object.


GET /health

Summary: Health Check
Description: Health check endpoint to verify service availability and status.
Parameters: None
Response: Returns health status indicating service operational state.


POST /api/career/120day-plan

Summary: Generate Plan
Description: Generate a personalized 120-day career success plan based on professional assessment data, role information, experience profile, and career goals.

Request Body Parameters:

NameTypeRequiredDescription
sessionIdstringYesUnique session identifier for tracking plan generation request.
userIdinteger or nullNoOptional user identifier for associating plan with user profile.
timestampstringYesISO 8601 timestamp indicating when the plan request was initiated.
assessmentDataAssessmentData objectYesStructured assessment containing role information, professional experience, and career goals.

AssessmentData Object:

NameTypeRequiredDescription
sessionIdstringYesSession identifier matching parent request sessionId.
timestampstringYesISO 8601 timestamp of assessment creation.
roleInfoobjectNoRole context including title, department, reporting structure, and team information.
experienceobjectNoProfessional background including years in role, technical skills, previous positions, and industry experience.
goalsobjectNoCareer aspirations including primary objectives, development areas, and success metrics.

Response (200 Success): Returns a comprehensive 120-day career plan object containing:

  • Plan metadata (planId, sessionId, userId, generatedAt)
  • Multi-phase breakdown with objectives, deliverables, and success metrics
  • Weekly focus timeline
  • Skill development pathway
  • Risk mitigation strategies
  • Checkpoint reviews at 30, 60, and 90 days

Error Response (422 Validation Error): Returns validation error details indicating missing or improperly formatted required fields.

Pricing

PlanCalls/DayCalls/MonthPrice
Free550Free
Developer20500$39/mo
Professional2005,000$99/mo
Enterprise100,0001,000,000$299/mo

About

ToolWeb.in - 200+ security APIs, CISSP & CISM, platforms: Pay-per-run, API Gateway, MCP Server, OpenClaw, RapidAPI, YouTube.

References

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Multi Edge-TTS CN

Edge-TTS 在线语音合成 skill。基于微软 Edge TTS 引擎,生成速度快(1-2秒),支持多种音色和输出格式。同时支持飞书(OGG/Opus)和企业微信(AMR)。默认音色 xiaoxiao_lively。需联网。

Registry SourceRecently Updated
General

vedic-destiny

吠陀命盘分析中文入口。用于完整命盘研判、命主盘 Rashi chart 与九分盘 Navamsha chart 联读、既往事件回看、出生时间稳定度判断、事业主题、婚姻主题、时空盘专题,以及基于 Jagannatha Hora PDF、星盘截图或文本命盘数据的系统拆盘。当用户提到完整星盘、事业方向、婚姻问题、关系窗...

Registry SourceRecently Updated
General

One Person Company OS

Build a visual operating cockpit for an AI-native one-person company across promise, buyer, product, delivery, cash, learning, and assets. / 为 AI 一人公司建立可视化经营...

Registry SourceRecently Updated
General

健康追踪

健康追踪技能 - 追踪饮水、睡眠、步数等健康数据,JSON存储。

Registry SourceRecently Updated