Manage OKRs and goal setting with alignment and tracking capabilities
Creates, aligns, and tracks Objectives and Key Results for organizational goal management.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The OKR/Goal Management skill provides capabilities for creating, cascading, and tracking Objectives and Key Results across organizations. This skill enables SMART goal creation, alignment visualization, and progress monitoring for effective performance management.
const okrConfig = {
objective: 'Improve customer satisfaction',
level: 'Team',
team: 'Customer Success',
period: 'Q1-2026',
keyResults: [
{
description: 'Increase NPS from 45 to 60',
startValue: 45,
targetValue: 60,
metric: 'NPS Score',
scoringMethod: 'linear'
},
{
description: 'Reduce average response time from 4h to 2h',
startValue: 4,
targetValue: 2,
metric: 'Hours',
scoringMethod: 'inverse-linear'
},
{
description: 'Achieve 95% customer retention',
startValue: 90,
targetValue: 95,
metric: 'Percentage',
scoringMethod: 'linear'
}
],
parentObjective: 'company-customer-experience-okr-001'
};
const alignmentQuery = {
scope: 'organization',
period: 'Q1-2026',
analysis: {
checkCascading: true,
findOrphans: true,
detectGaps: true,
measureCoverage: true
},
output: {
report: true,
visualization: true,
recommendations: true
}
};
This skill integrates with the following HR processes:
| Process | Integration Points |
|---|---|
| goal-setting-okr-framework.js | Full OKR workflow |
| performance-review-cycle.js | Goal achievement evaluation |
| succession-planning.js | Development goal tracking |
| Metric | Description | Target |
|---|---|---|
| Goal Setting Rate | Employees with goals set | 100% |
| Alignment Score | Goals linked to parent objectives | >90% |
| Average Attainment | Mean goal completion percentage | 60-70% |
| Check-in Frequency | Updates per goal per quarter | >6 |
| Goal Quality | Goals meeting SMART criteria | >95% |
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.