360-feedback
Design, administer, and analyze 360-degree feedback surveys for leadership development
Best use case
360-feedback is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Design, administer, and analyze 360-degree feedback surveys for leadership development
Teams using 360-feedback should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/360-feedback/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How 360-feedback Compares
| Feature / Agent | 360-feedback | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Design, administer, and analyze 360-degree feedback surveys for leadership development
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 360 Feedback Survey Skill
## Overview
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.
## Capabilities
### Survey Design
- Generate 360 survey questions by competency
- Create role-specific question sets
- Design rating scales with anchors
- Include open-ended feedback prompts
- Support customization by level
### Rater Configuration
- Configure rater groups and anonymity settings
- Define minimum rater requirements
- Set up self, manager, peer, and direct report categories
- Manage rater nomination workflows
- Handle external stakeholder inclusion
### Score Calculation
- Calculate aggregate scores and distributions
- Compute self-other gaps
- Generate category averages
- Apply statistical significance tests
- Handle small sample considerations
### Insight Generation
- Identify blind spots and hidden strengths
- Detect self-awareness patterns
- Compare to normative data
- Highlight development priorities
- Generate actionable insights
### Report Generation
- Generate individual feedback reports
- Create executive summaries
- Build visual dashboards
- Include verbatim comments (anonymized)
- Provide benchmark comparisons
### Action Planning
- Create development priorities from feedback
- Suggest targeted actions
- Generate IDP recommendations
- Track follow-up commitments
- Support coaching conversations
### Administration
- Track response rates and send reminders
- Monitor completion status
- Manage survey timeline
- Handle confidentiality concerns
- Generate status reports
## Usage
### Survey Configuration
```javascript
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
}
};
```
### Report Generation
```javascript
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'
};
```
## Process Integration
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 |
## Best Practices
1. **Development Focus**: Use 360 for development, not evaluation
2. **Anonymity Protection**: Maintain strict confidentiality
3. **Rater Training**: Train raters on effective feedback
4. **Manager Preparation**: Prepare managers to support results
5. **Action Planning**: Always follow up with development plans
6. **Frequency**: Conduct no more than annually
## Metrics and KPIs
| 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 |
## Related Skills
- SK-006: Performance Review (evaluation integration)
- SK-009: Training Needs (development input)
- SK-011: Succession Planning (readiness data)Related Skills
Customer Feedback Aggregation
Aggregate and analyze customer feedback from multiple sources for product insights
process-builder
Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.
babysitter
Orchestrate via @babysitter. Use this skill when asked to babysit a run, orchestrate a process or whenever it is called explicitly. (babysit, babysitter, orchestrate, orchestrate a run, workflow, etc.)
yolo
Run Babysitter autonomously with minimal manual interruption.
user-install
Install the user-level Babysitter Codex setup.
team-install
Install the team-pinned Babysitter Codex workspace setup.
retrospect
Summarize or retrospect on a completed Babysitter run.
resume
Resume an existing Babysitter run from Codex.
project-install
Install the Babysitter Codex workspace integration into the current project.
plan
Plan a Babysitter workflow without executing the run.
observe
Observe, inspect, or monitor a Babysitter run.
model
Inspect or change Babysitter model-routing policy by phase.