Design, administer, and analyze 360-degree feedback surveys for leadership development
Creates and analyzes 360-degree feedback surveys to identify leadership development opportunities.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The 360 Feedback Survey skill provides capabilities for designing, administering, and analyzing 360-degree feedback surveys. This skill enables multi-rater feedback collection, blind spot identification, and development-focused insights for leaders and individual contributors.
const surveyConfig = {
program: 'Leadership 360 - 2026',
subject: {
id: 'EMP-12345',
level: 'Director',
role: 'Engineering Director'
},
competencies: [
'Strategic Thinking',
'Communication',
'Team Development',
'Decision Making',
'Collaboration',
'Results Orientation'
],
raterGroups: {
self: { required: true, count: 1 },
manager: { required: true, count: 1 },
peers: { required: true, minCount: 3, maxCount: 5 },
directReports: { required: true, minCount: 3, maxCount: 8 },
others: { required: false, maxCount: 3 }
},
anonymity: {
minResponsesForCategory: 3,
combineSmallGroups: true,
hideVerbatimSource: true
}
};
const reportConfig = {
subject: 'EMP-12345',
program: 'Leadership 360 - 2026',
sections: [
'executive-summary',
'competency-scores',
'self-other-gaps',
'rater-group-comparison',
'strengths-and-development',
'verbatim-comments',
'action-planning'
],
benchmarks: {
include: true,
compareTo: 'company-directors'
},
format: 'detailed'
};
This skill integrates with the following HR processes:
| Process | Integration Points |
|---|---|
| 360-degree-feedback-implementation.js | Full 360 workflow |
| leadership-development-program.js | Development input |
| succession-planning.js | Readiness assessment |
| Metric | Description | Target |
|---|---|---|
| Response Rate | Invited raters who complete | >85% |
| Self-Other Gap | Average difference self vs. others | Track trend |
| Development Follow-up | Subjects with action plans | 100% |
| Rater Quality | Average comment length | >50 words |
| Perception Change | Score improvement over time | Positive trend |
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.