smithery/neversight

team-sync

Generate meeting agendas and facilitate team coordination. Use when preparing standups, sprint reviews, or team meetings. Triggers on keywords like "standup", "team sync", "meeting agenda", "daily", "sprint review".

Installation

$ npx skills add smithery/neversight --skill team-sync

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/neversight · top by installs.

npx skills add smithery/neversight

Browse all from smithery/neversight

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsRead, Write, Grep, Glob, TodoWrite

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,883 B
  • docs SUMMARY.md 232 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Team Sync

Generate meeting agendas and action item tracking.

When to Use

  • Daily standup preparation
  • Weekly team sync
  • Sprint review/planning
  • Retrospective facilitation

Pre-Workflow

Activate Skills

  • Activate project-manager skill for meeting facilitation best practices

Meeting Types

Daily Standup

  • What I did yesterday
  • What I'll do today
  • Any blockers

Weekly Sync

  • Progress highlights
  • Cross-team dependencies
  • Upcoming milestones

Sprint Review

  • Demo completed items
  • Stakeholder feedback
  • Velocity review

Sprint Planning

  • Capacity check
  • Backlog prioritization
  • Sprint goal setting

Workflow

  1. Identify meeting type
  2. Review previous meeting action items (search plans/reports/ for prior agendas)
  3. Gather relevant data (recent git activity, artifacts, PBIs, blockers)
  4. Check open blockers and pending handoffs
  5. Track completion status of previous action items; carry incomplete items forward
  6. Generate agenda template based on meeting type
  7. Populate with current data
  8. Save output to plans/reports/{YYMMDD}-{meeting-type}.md

Detailed Templates

Daily Standup Template

## Daily Standup - {Date}

### Sprint Progress
- Day {N} of {Total}
- Points: {completed}/{planned}

### Yesterday
- {completed items}

### Today
- {planned items}

### Blockers
- {blockers}

Weekly Sync Template

## Weekly Team Sync - {Date}

### Sprint Progress (10 min)

### Cross-Role Updates (15 min)
| Role   | Update |
| ------ | ------ |
| PO     |        |
| BA     |        |
| Dev    |        |
| QA     |        |
| Design |        |

### Risks & Blockers (10 min)

### Action Items (5 min)

Sprint Review Template

## Sprint {N} Review - {Date}

### Demo Items
| Feature | Demo By |
| ------- | ------- |
|         |         |

### Sprint Goal: {goal}
- Status: {achieved/partial/not}

### Metrics
- Velocity: {points}
- Commitment: {%}

### Feedback

Generic Agenda Template

## {Meeting Type} - {Date}

### Attendees
- {names}

### Agenda
1. {item}

### Discussion Points
- {point}

### Action Items
- [ ] {action} - {owner}

### Next Meeting
{date/time}

Example

/team-sync daily
/team-sync sprint-review
/team-sync sprint-planning

Related

  • Role Skill: project-manager
  • Command: /team-sync

IMPORTANT Task Planning Notes

  • Always plan and break many small todo tasks
  • Always add a final review todo task to review the works done at the end to find any fix or enhancement needed