agentsclimarketplace

360 feedback

Skill a5c-ai/babysitter/library/specializations/domains/business/human-resources/skills/360-feedback

Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration

Install
npx -y skills add a5c-ai/babysitter --skill 360-feedback

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Design, administer, and analyze 360-degree feedback surveys for leadership development

SKILL.md

4.8 KB, as published. Nobody here has run it

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

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

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:

ProcessIntegration Points
360-degree-feedback-implementation.jsFull 360 workflow
leadership-development-program.jsDevelopment input
succession-planning.jsReadiness 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

MetricDescriptionTarget
Response RateInvited raters who complete>85%
Self-Other GapAverage difference self vs. othersTrack trend
Development Follow-upSubjects with action plans100%
Rater QualityAverage comment length>50 words
Perception ChangeScore improvement over timePositive trend

Related Skills

  • SK-006: Performance Review (evaluation integration)
  • SK-009: Training Needs (development input)
  • SK-011: Succession Planning (readiness data)

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.